body {
    font-family: Montserrat,Helvetica,Arial,sans-serif;
}

body,
.btn,
.dropdown-menu,
form,
.form-control
{
    font-size: 14px;
}

.h1, h1 {
    font-size: 2rem;
    font-weight: 400;
}

.h2, h2 {
    font-size: 1.6rem;
    font-weight: 400;
}

.h4, h4 {
    font-size: 1.2rem;
    font-weight: 500;
}

.navbar-brand, .h1, .h2, .h3, .h4, .h5, .h6, .navbar, .td-name, a, button, h1, h2, h3, h4, h5, h6, input, p, select, td, textarea {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

.btn {
    font-weight: 600;
}

label.btn {
    font-weight: 400;
}

.btn:disabled,
.btn.disabled
{
    background-color: #ddd;
    border-color: #ddd;
    color: #fff;
    box-shadow: none;
}

.btn-info {
    background-color: #50bcda;
    border-color: #50bcda;
    color: #fff;
}

.btn-info:not(:disabled):not(.disabled):hover {
    background-color: #35b5b8;
    border-color: #35b5b8;
    color: #fff;
}

.btn-rounded {
    border-radius: 30px;
}

.min-w-50 {
    min-width: 50% !important;
}

.custom-selectpicker {
    font-weight: 400;
    border: 1px solid #ced4da;
}

.custom-selectpicker.disabled {
    background-color: #e9ecef;
    opacity: 1;
}

.custom-control-label::before {
    top: .1rem;
}

.custom-control-label::after {
    top: .13rem;
}

.custom-file-label {
    overflow: hidden;
}

form,
.form-control,
.custom-selectpicker,
.custom-file-label,
.modal-title
{
    color: #66615b;
}

.modal-title {
    font-weight: 300;
}

footer {
    line-height: 36px;
}

footer nav,
footer .copyright {
    line-height: 85px;
}

footer nav ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    font-weight: 400;
}

footer nav > ul > li {
    display: inline-block;
    padding: 10px 15px;
    margin: 15px 3px;
    line-height: 20px;
    text-align: center;
}

footer nav > ul a:not(.btn) {
    color: #777777;
    display: block;
    margin-bottom: 3px;
    line-height: 1.6;
    opacity: .8;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
}

footer nav > ul a:not(.btn):focus,
footer nav > ul a:not(.btn):hover {
    color: #777777;
    opacity: 1;
    text-decoration: none;
}

footer .copyright,
footer .statistics {
    color: #a49e9e;
    font-size: .9em;
}

footer .statistics {
    line-height: 1.5;
}

footer .btn-donate {
    font-size: 12px;
}

@media (max-width: 767px) {
    footer .copyright,
    footer .statistics,
    footer nav {
        margin: 0 auto;
    }

    footer nav {
        line-height: 30px;
    }

    footer .copyright {
        line-height: 50px;
        width: 100%;
        text-align: center;
    }

    footer .statistics {
        margin-top: 1rem;
    }

    footer nav ul {
        margin-top: .8rem;
    }

    footer nav > ul > li {
        padding: 4px 10px;
        margin: 0 3px;
    }
}

.agreement ol {
    counter-reset: list1;
    list-style: none;
    padding-left: 40px;
    margin-left: -18px;
}

.agreement ol li {
    position: relative;
    padding-bottom: 1rem;
}

.agreement ol li::before {
    content: counter(list1) ". ";
    counter-increment: list1;
    font-weight: 600;
    position: absolute;
    right: 100%;
    padding: 0 6px 0 0;
}

.agreement > ol > li::before {
    font-size: 1.2rem;
    font-weight: 400;
    margin-top: -3px;
}

.agreement ol ol {
    counter-reset: list2;
    margin-left: -35px;
}

.agreement ol ol li::before {
    counter-increment: list2;
    content: counter(list1) "." counter(list2) ". ";
}

.agreement ol ol ol {
    counter-reset: list3;
    padding-top: .5rem;
    margin-left: 0;
    padding-left: 30px;
}

.agreement ol ol ol li {
    padding-bottom: .5rem;
}

.agreement ol ol ol li::before {
    counter-increment: list3;
    content: counter(list3, lower-latin) ". ";
}

.bootstrap-select .dropdown-header,
.bootstrap-select .dropdown-item {
    white-space: normal;
}

.bootstrap-select.is-invalid .custom-selectpicker {
    padding-right: calc(1.5em + 0.75rem);
}

.spinner-border-btn {
    width: 14px;
    height: 14px;
    border-width: 2px;
    position: relative;
    top: -2px;
}

.blockquote {
    border-left: 0 none;
    border-bottom: 1px solid #ccc5b9;
    border-top: 1px solid #ccc5b9;
    margin: 1.5rem 0;
    padding: 1rem 0;
    text-align: center;
}

.alert-danger {
    background-color: #f7765f;
    font-weight: 500;
}

.alert-danger,
.alert-danger .close,
.alert-danger .alert-link
{
    color: #fff;
}

.alert-danger .alert-link {
    -webkit-text-decoration-color: rgba(255, 255, 255, .4) !important;
    text-decoration-color: rgba(255, 255, 255, .4) !important;
    text-underline-offset: 0.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: color .3s ease, text-decoration-color .3s ease;
    transition: color .3s ease, text-decoration-color .3s ease;
    text-decoration: underline;
}

.alert-danger .alert-link:hover {
    -webkit-text-decoration-color: rgba(255, 255, 255, 1) !important;
    text-decoration-color: rgba(255, 255, 255, 1) !important;
}

.switch-wrapper .form-check {
    padding-left: 0;
    display: flex;
    align-items: center;
}

.bootstrap-switch {
    display: inline-block;
    direction: ltr;
    cursor: pointer;
    border-radius: 30px;
    border: 0;
    position: relative;
    text-align: left;
    overflow: hidden;
    line-height: 8px;
    width: 61px !important;
    min-width: 61px;
    height: 26px;
    outline: none;
    z-index: 0;
    margin-right: 1px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.bootstrap-switch .bootstrap-switch-container {
    display: inline-flex;
    top: 0;
    height: 26px;
    border-radius: 4px;
    transform: translateZ(0);
    width: 100px !important
}

.bootstrap-switch .bootstrap-switch-handle-off, .bootstrap-switch .bootstrap-switch-handle-on, .bootstrap-switch .bootstrap-switch-label {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block !important;
    height: 100%;
    color: #fff;
    padding: 6px 12px;
    font-size: 11px;
    text-indent: -5px;
    line-height: 15px;
    transition: .25s ease-out
}

.bootstrap-switch .bootstrap-switch-handle-off i, .bootstrap-switch .bootstrap-switch-handle-on i, .bootstrap-switch .bootstrap-switch-label i {
    font-size: 12px;
    line-height: 14px
}

.bootstrap-switch .bootstrap-switch-handle-off, .bootstrap-switch .bootstrap-switch-handle-on {
    text-align: center;
    z-index: 1;
    float: left;
    width: 50% !important;
    background-color: #66615b
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success {
    color: #fff;
    background: #28a745
}

.bootstrap-switch .bootstrap-switch-label {
    text-align: center;
    z-index: 100;
    color: #333;
    background: #fff;
    width: 22px !important;
    height: 22px;
    margin: 2px -11px;
    border-radius: 12px;
    position: relative;
    float: left;
    padding: 0;
    box-shadow: inset 0 1px 1px #fff, 0 1px 1px rgba(0, 0, 0, .25)
}

.bootstrap-switch .bootstrap-switch-handle-on {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

.bootstrap-switch .bootstrap-switch-handle-off {
    text-indent: 6px
}

.bootstrap-switch input[type=checkbox] {
    position: absolute !important;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: -1
}

.bootstrap-switch.bootstrap-switch-animate .bootstrap-switch-container {
    transition: margin-left .5s
}

.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-container {
    margin-left: -2px !important
}

.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-container {
    margin-left: -37px !important
}

.bootstrap-switch.bootstrap-switch-on:hover .bootstrap-switch-label {
    width: 26px !important;
    margin: 2px -15px
}

.bootstrap-switch.bootstrap-switch-off:hover .bootstrap-switch-label {
    width: 26px !important;
    margin: 2px -15px -13px -11px
}

.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-handle-off {
    background-color: #66615b
}

.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-handle-on {
    background-color: #cfcfca
}

.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-success {
    background-color: #28a745
}

.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-success {
    background-color: #cfcfca
}

.beauty-link,
main p > a:not(.btn),
main ul:not(.dropdown-menu) li > a:not(.btn),
main ol li > a:not(.btn),
.btn-link
{
    -webkit-text-decoration-color: rgba(0, 123, 255, .15) !important;
    text-decoration-color: rgba(0, 123, 255, .15) !important;
    text-underline-offset: 0.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: color .3s ease, text-decoration-color .3s ease;
    transition: color .3s ease, text-decoration-color .3s ease;
    text-decoration: underline;
}

.btn-link {
    text-underline-offset: 0.35em;
}

.beauty-link:hover,
main p > a:not(.btn):hover,
main ul:not(.dropdown-menu) li > a:not(.btn):hover,
main ol li > a:not(.btn):hover,
.btn-link:hover
{
    color: #f41224;
    -webkit-text-decoration-color: rgba(244, 18, 36, .3) !important;
    text-decoration-color: rgba(244, 18, 36, .3) !important;
}

.btn-primary {
    background-color: rgb(99, 91, 255);
    border-color: rgb(99, 91, 255);
}

.btn-primary:hover {
    background-color: rgb(87, 87, 230);
    border-color: rgb(87, 87, 230);
}

.btn-primary:active, .btn-primary.active {
    background-color: rgb(98, 91, 254);
    border-color: rgb(98, 91, 254);
}

.btn-primary:focus, .btn-primary.focus {
    background-color: rgb(75, 83, 205);
    border-color: rgb(75, 83, 205);
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
    background-color: rgb(98, 91, 254);
    border-color: rgb(98, 91, 254);
}

.cookie-warning {
    bottom: 20px;
    max-width: 315px;
    opacity: 0;
    position: fixed;
    left: 20px;
    margin-left: 20px;
    z-index: 100;
    transform: translateY(100px);
}

.cookie-warning.show {
    opacity: 1;
    transform: translateY(0);
    -webkit-transition: .3s;
    transition: .3s;
}

.cookie-warning > div {
    border-radius: .3rem;
    background: #8a898e;
    color: #fff;
    padding: 15px 20px;
    font-size: 12px;
    font-weight: 500;
}

.cookie-warning a {
    color: #fff;
    text-decoration: none !important;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    -webkit-transition: color .3s ease,border-color .3s ease;
    transition: color .3s ease,border-color .3s ease;
}

.cookie-warning a:hover {
    border-bottom: 1px solid rgba(255, 255, 255, 1);
}

.cookie-warning .btn {
    font-size: 12px;
}

label.btn-light.active {
    color: #fff !important;
    background-color: #7ac29a !important;
    border-color: #7ac29a !important;
}

.df-no-pd .df-taxpayer-fields {
    display: none;
}

.df-no-pd .agree-checkboxes {
    margin-top: 0;
}

.df-no-pd .df-pd-switch {
    border-bottom: none !important;
    padding-bottom: 0 !important;
}

.df-has-pd .agree-checkboxes {
    margin-top: 1.5rem;
}

.navbar-light .navbar-nav .nav-link {
    font-weight: 600;
    color: rgb(105, 115, 134);
    transition: color .3s ease;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: rgb(26, 31, 54);
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
    }
}

.accordion .card {
    box-shadow: 0 6px 10px -4px rgba(0, 0, 0, .15);
    background-color: #fff;
    color: #333;
    position: relative;
    z-index: 1;
    border: 0 none;
    transition: transform .3s cubic-bezier(.34, 2, .6, 1),box-shadow .2s ease;
}

.accordion .card-header {
    background-color: #fff;
}

.accordion .panel-title .btn {
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
}

.accordion .panel-title i {
    float: right;
    transition: transform .3s linear;
}

.accordion .panel-title a[aria-expanded=true] i {
    transform: rotate(180deg);
}

.border-bottom2 {
    border-bottom: 1px solid #ccc5b9;
}

.background-highlight {
    background: #fff5e6;
}

.checkout-coupon-label .invalid-feedback {
    display: none !important;
}

:root {
    --scrollbar-width: calc(100vw - 100%);
}

.tariffs-wrapper {
    position: relative;
}

.tariffs-wrapper:after {
    content: "";
    position: absolute;
    display: block;
    background: #f3f3f3;
    left: 50%;
    top: 0;
    z-index: -1;
    height: 100%;
    width: 98.4vw;
    margin-left: -49.2vw;
}

.card-pricing {
    text-align: center;
    border-radius: 12px;
    box-shadow: 0 6px 10px -4px rgba(0, 0, 0, .15);
    transition: transform .3s cubic-bezier(.34,2,.6,1),box-shadow .2s ease;
}

.card-pricing:hover {
    box-shadow: 0 12px 19px -7px rgba(0, 0, 0, .30);
    transform: translateY(-10px);
}

.card-pricing .card-category {
    font-size: .8rem;
    font-weight: 600;
    color: #6bd098;
}

.card-pricing .card-title {
    margin-top: 30px;
    font-size: 3.6em;
    font-weight: 300;
}

.card-pricing ul {
    list-style: none;
    padding: 0;
    max-width: 240px;
    margin: 1.3rem auto;
}

.bg-custom {
    background: #f3f3f3;
}

.home-font {
    font-size: 16px;
}

.home-font .btn {
    font-size: 16px;
}

.home-logos-item {
    max-width: 135px;
    width: 100%;
    filter: grayscale(100%);
    opacity: .5;
    transition: opacity .3s ease,filter .3s ease;
}

.home-logos-item:hover {
    filter: grayscale(0);
    opacity: 1;
}

.home-row-panel {
    position: relative;
    margin-bottom: 1rem;
}

.home-row-panel > div {
    padding: 20px 15px;
    position: relative;
    z-index: 10;
}

.home-row-panel::after {
    content: ' ';
    position: absolute;
    top: 0;
    left: 15px;
    bottom: 0;
    right: 15px;
    background: #fff;
    z-index: 0;
    border-radius: 12px;
    box-shadow: 0 6px 10px -4px rgba(0, 0, 0, .15);
}

.home-row-panel-ico {
    width: 25px;
    margin-right: 1rem;
    filter: invert(50%) sepia(57%) saturate(3624%) hue-rotate(162deg) brightness(95%) contrast(101%);
}

.create-declaration-fixed-btn-wrapper {
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 100000;
}

.create-declaration-fixed-btn {
    padding: 23px;
    background-color: #ff8562;
    border-color: #ff8562;
    border-radius: 40px;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    box-shadow: 5px 5px 5px 0 rgb(0 0 0 / 40%);
}

.create-declaration-fixed-btn:hover {
    background-color: #ef7552;
    border-color: #ef7552;
    color: #fff;
}

.btn-with-arrow {
    padding-left: 1.3rem;
}

.btn-arrow-ico {
    --btn-arrow-spacing: .5rem;
    --btn-arrow-hover-transition: 150ms cubic-bezier(0.215, 0.61, 0.355, 1);
    --btn-arrow-hover-offset: translateX(3px);
    --btn-arrow-tip-transform: none;
    --btn-arrow-line-opacity: 0;
    margin-left: var(--btn-arrow-spacing);
    stroke-width: 2px;
    fill: none;
    stroke: currentColor;
    position: relative;
    top: -0.5px;
}

.btn-arrow-ico-sm {
    --btn-arrow-spacing: 4px;
    stroke-width: 1.5px
}

.btn-arrow-ico-line-path {
    opacity: var(--btn-arrow-line-opacity);
    transition: opacity var(--btn-arrow-hover-transition, var(--btn-arrow-hover-transition))
}

.btn-arrow-ico-tip-path {
    transform: var(--btn-arrow-tip-transform);
    transition: transform var(--btn-arrow-hover-transition, var(--btn-arrow-hover-transition))
}

@media (pointer: fine) {
    a:hover .btn-arrow-ico-line-path, button:hover .btn-arrow-ico-line-path {
        --btn-arrow-line-opacity: 1
    }

    a:hover .btn-arrow-ico-tip-path, button:hover .btn-arrow-ico-tip-path {
        --btn-arrow-tip-transform: var(--btn-arrow-hover-offset)
    }
}

@media (pointer: coarse) {
    a:active .btn-arrow-ico-line-path, button:active .btn-arrow-ico-line-path {
        --btn-arrow-line-opacity: 1
    }

    a:active .btn-arrow-ico-tip-path, button:active .btn-arrow-ico-tip-path {
        --btn-arrow-tip-transform: var(--btn-arrow-hover-offset)
    }
}

.breadcrumb {
    background: transparent;
    padding-left: 0;
    padding-right: 0;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: ">";
}