.site-title {
    font-size: 25px;
    color: #4d3bfe;
}

.site-title span {
    color: #2196f3;
}

.site-logotype img {
    width: 55px;
}

.footer__official {
    font-size: 12px;
    margin-top: 20px;
}

.services__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.services__item {
    padding: 0 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    margin-bottom: 30px;
}

.services__item-title {
    font-weight: bold;
}

.services__item-body {
    padding: 25px 85px 25px 25px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: 0 2px 15px 0 rgb(0 0 0 / 7%);
    -moz-box-shadow: 0 2px 15px 0 rgba(0,0,0,0.07);
    box-shadow: 0 2px 15px 0 rgb(0 0 0 / 7%);
    display: flex;
    flex-direction: column;
    height: 100%;
    gap: 10px;
}

.services__item-link span {
    padding-bottom: 3px;
    color: #4d3bfe;
    border-bottom: 1px dashed #4d3bfe;
    cursor: pointer;
}

.services__item-link span:hover {
    border-color: transparent;
}

.products__list {
    display: grid;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.products__item {
    padding: 15px;
    background: #3399fe;
    color: #ffff;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    gap: 20px;
    border-radius: 10px;
}

.products__item-title {
    font-weight: 700;
    font-size: 20px;
}

.products__block-title {
    font-size: 18px;
    font-weight: 700;
}

.products__block-subtitle {
    font-size: 14px;
}

.products__item-link {
    padding: 10px 15px;
    display: inline-flex;
    border-radius: 10px;
    border: none;
    outline: none;
    font-weight: 700;
    margin-top: auto;
    cursor: pointer;
}

.btn__light {
    position: relative;
    overflow: hidden;
}

.btn__light:after {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
    background: linear-gradient(to bottom, rgba(229, 172, 142, 0), rgba(255,255,255,0.5) 50%, rgba(229, 172, 142, 0));
    transform: rotateZ(60deg) translate(-5em, 7.5em);
}

.btn__light:after, .btn__light:after {
    animation: sheen 2s forwards;
    animation-iteration-count:infinite;
    animation-fill-mode: forwards;
}

@keyframes sheen {
    100% {
        transform: rotateZ(60deg) translate(1em, -9em);
    }
}

.modal {
    text-align: center;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    opacity: 0;
    -webkit-transition: opacity 0.15s linear, z-index 0.15;
    -o-transition: opacity 0.15s linear, z-index 0.15;
    transition: opacity 0.15s linear, z-index 0.15;
    z-index: -1;
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-open {
    z-index: 99999;
    opacity: 1;
    overflow: hidden;
}

.modal-inner {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    display: inline-block;
    vertical-align: middle;
    max-width: 560px;
    background: #FFFFFF;
    box-shadow: 0px 4px 32px rgb(0 0 0 / 10%);
    border-radius: 4px;
    width: 100%;
}

.modal-open .modal-inner {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    position: relative;
    z-index: 999;
}

.modal-header {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    font-weight: 700;
    text-align: left;
    padding-top: 35px;
}

.modal-close {
    cursor: pointer;
    font-size: 30px;
    width: 44px;
    height: 44px;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    display: none;
}

.modal-close svg {
    width: 14px;
    height: 14px;
    fill: #000000;
}

.modal-close:hover svg {
    fill: #4d3bfe;
}

.modal .modal-body {
    padding: 35px 45px;
    font-size: 14px;
}

.modal-title {
    margin-right: 10px;
    font-size: 16px;
    font-weight: bold;
}

.bg-overlay {
    background: rgba(51, 153, 254, 0.6);
    height: 100vh;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    -webkit-transition: background 0.15s linear;
    -o-transition: background 0.15s linear;
    transition: background 0.15s linear;
}

.banks__wrapper {
    height: 150px;
}

.banks__item {
    width: 200px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    box-shadow: rgb(22 33 54 / 16%) 0px 1px 2px;
    flex-shrink: 0;
}

.banks__item img {
    max-width: 120px;
    height: 100%;
}

.site-header__right {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 40px;
}

.site-header__contact {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.link__messenger {
    -webkit-box-shadow: 0 15px 30px -18px rgb(0 0 0 / 90%);
    box-shadow: 0 15px 30px -18px rgb(0 0 0 / 90%);
    border-radius: 4px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.link__phone {
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
}

.link__messenger:hover {
    -webkit-transform: translateY(-3px) translateZ(0);
    transform: translateY(-3px) translateZ(0);
}

.link__messenger-viber {
    background-color: #7360F2;
}

.link__messenger-telegram {
    background-color: #0088cc;
}

.link__messenger-whatsapp {
    background-color: #25d366;
}

.icon__whatsapp,
.icon__telegram,
.icon__viber {
    width: 20px;
    height: 20px;
    fill: #ffffff;
}

.icon__phone {
    width: 20px;
    height: 20px;
    fill: #ffffff;
}

.icon__money {
    width: 30px;
    height: 30px;
    fill: #ffffff;
}

.icon__arrow {
    width: 24px;
    height: 24px;
    fill: #000000;
}

.faq__list {
    display: flex;
    flex-direction: column;
    border-radius: 6px;
}

.faq__item {
    border-bottom: 1px solid #ffffff;
}

.faq__item.active .faq__item-text {
    display: block;
}

.faq__item-header {
    position: relative;
    padding: 15px 25px;
    background-color: #f7f7f7;
}

.faq__item-title {
    cursor: pointer;
    font-weight: 700;
    font-size: 18px;
    padding-right: 40px;
}

.faq__item-more {
    align-items: center;
    border: 2px solid #111111;
    border-radius: 100%;
    display: flex;
    height: 24px;
    justify-content: center;
    position: absolute;
    right: 25px;
    width: 24px;
    outline: none;
    top: 18px;
}

.faq__item-more:focus {
    outline: none;
}

.faq__item-more:after,
.faq__item-more:before {
    background: #111111;
    content: "";
    height: 2px;
    position: absolute;
    transition: all .2s ease-in-out;
    width: 10px;
}

.faq__item-more:before {
    transform: rotate(-90deg);
}

.faq__item-more:after {
    transform: rotate(-180deg);
}

.faq__item.active .faq__item-more:after,
.faq__item.active .faq__item-more:before {
    transform: rotate(180deg);
}

.faq__item-text {
    display: none;
    transition: opacity 1s ease-out;
    padding: 15px 25px;
}

.wpcf7-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.wpcf7-form p {
    margin-bottom: 0;
}

.wpcf7-form .wpcf7-submit {
    width: 100%;
}

.wpcf7-form input {
    padding: 18px;
    border-radius: 5px;
}

.wpcf7-response-output {
    position: absolute;
    bottom: 0;
}

@media screen and (min-width: 800px) {
    .modal:before {
        content: "";
        display: inline-block;
        vertical-align: middle;
        margin-right: -0px;
        height: 100%;
    }
}

.offer {
    padding: 50px;
    background: #3399fe;
    border-radius: 10px;
    color: #ffffff;
}

.offer__text {
    margin-bottom: 20px;
    opacity: 0.8;
}

h2 span {
    color: #4d3bfe;
}

.btn__quiz {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #4d3bfe;
    color: #ffffff;
    cursor: pointer;
    box-shadow: 0 0 0 #4d3bfe;
    animation: pulse 2s infinite;
    display: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
    border: none;
    outline: none;
}

.btn__quiz:focus {
    outline: none;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(77,59,254, 0.4);
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(77,59,254, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(77,59,254, 0);
    }
}
@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(77,59,254, 0.4);
        box-shadow: 0 0 0 0 rgba(77,59,254, 0.4);
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgba(77,59,254, 0);
        box-shadow: 0 0 0 10px rgba(77,59,254, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(77,59,254, 0);
        box-shadow: 0 0 0 0 rgba(77,59,254, 0);
    }
}

.utp__list {
    display: grid;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
}

.utp__item {
    box-shadow: rgb(22 33 54 / 16%) 0px 1px 2px;
    border-radius: 6px;
    padding: 20px 25px;
    border: 1px solid #f2f5f9;
}

.utp__item-icon {
    width: 50px;
    margin-bottom: 10px;
}

.utp__item-title {
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 20px;
}

.animation__cycle {
    -moz-animation: cycle 2s linear infinite;
    -webkit-animation: cycle 2s linear infinite;
}

.home__section {
    margin-bottom: 50px;
}

@-moz-keyframes cycle {
    35% {transform: rotate(0) translate(0, 0);}
    40% {transform: rotate(5deg) translate(0, -2px);}
    45% {transform: rotate(-3deg) translate(0, -2px);}
    50% {transform: rotate(5deg) translate(0, -2px);}
    55% {transform: rotate(-3deg) translate(0, -2px);}
    60% {transform: rotate(5deg) translate(0, -2px);}
    65% {transform: rotate(-3deg) translate(0, -2px);}
    70% {transform: rotate(0) translate(0, 0);}
}

@-webkit-keyframes cycle {
    35% {transform: rotate(0) translate(0, 0);}
    40% {transform: rotate(5deg) translate(0, -2px);}
    45% {transform: rotate(-3deg) translate(0, -2px);}
    50% {transform: rotate(5deg) translate(0, -2px);}
    55% {transform: rotate(-3deg) translate(0, -2px);}
    60% {transform: rotate(5deg) translate(0, -2px);}
    65% {transform: rotate(-3deg) translate(0, -2px);}
    70% {transform: rotate(0) translate(0, 0);}
}

.quiz__item {
    display: none;
    flex-direction: column;
    gap: 15px;
}

.quiz__item.active {
    display: flex;
}

.modal form input {
    width: 100%;
}

.quiz__item-title {
    font-size: 22px;
    font-weight: 700;
    text-align: left;
}

.quiz__item-body {
    display: flex;
    flex-direction: column;
    gap: 15px;
    transition: max-height 0.3s cubic-bezier(.19,1,.22,1);
    max-height: 10000px;
}

.quiz__btn {
    padding: .6rem 1.5rem;
    color: #ffffff;
    border: none;
    outline: none;
}

.quiz__item-option {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    font-size: 18px;
}

.quiz__item-option:before {
    content: '';
    width: 16px;
    height: 16px;
    display: inline;
    flex-shrink: 0;
    border-radius: 100%;
    border: 2px solid #000000;
}

.quiz__prev svg {
    transform: scale(-1, -1);
}

.quiz__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
}

.page-contact {
    display: flex;
}

.page-contact__left {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 40%;
    margin-right: 5%;
    flex-shrink: 0;
}

.page-contact__right {
    width: 55%;
}

.page-contact__block-title {
    padding-left: 20px;
    border-left: 4px solid #6633ff;
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 18px;
}

.page-contact__block-body {
    padding-left: 25px;
}

.page-contact__block-body a {
    text-decoration: none;
}

.page-contact__block-body a:hover {
    text-decoration: underline;
}

.page-contact__block-list {
    list-style: none;
    padding: 0;
    left: 0;
}

.footer-navigation {
    background-color: transparent;
    padding-bottom: 10px;
    margin-bottom: 10px;
    display: block;
}

.footer-navigation .main-navigation-inner {
    padding: 0;
}

.footer-navigation ul li > a,
.footer-navigation ul li > span {
    padding: 0;
    font-weight: 400;
}

.footer-navigation ul li > a:hover {
    text-decoration: underline;
}

.footer-navigation ul {
    margin: 0;
    gap: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.footer-navigation ul li {
    display: flex;
}

.footer-navigation ul li:after {
    content: "";
    width: 1px;
    height: 100%;
    display: block;
    background-color: rgb(255 255 255 / 30%);
    margin-left: 10px;
}

.footer-navigation ul li:last-of-type:after {
    width: 0;
}

.form__inline .wpcf7-form {
    flex-direction: row;
}

.form__inline .form__column {
    width: 100%;
}

.form__inline .form__column + p {
    display: none;
}

.calculator__wrapper {
    display: flex;
    justify-content: space-between;
    padding: 60px 60px 40px;
    background-color: #fff;
    box-shadow: rgb(22 33 54 / 16%) 0 1px 2px;
    border-radius: 6px;
    border: 1px solid #f2f5f9;
}

.calculator__wrapper p {
    margin: 0;
}

.calculator__left {
    width: 60%;
}
.calculator__right {
    width: 35%;
}

.calculator__title {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 18px;
}

.calculator__form-item {
    margin-bottom: 20px;
}

.calculator__form-label {
    opacity: 0.5;
}

#pay {
    background: transparent;
    border: none;
    padding: 0;
    color: #ff8e27;
}

.irs--flat .irs-single:before {
    border-color: #4d3bfe;
}
.irs--flat .irs-handle>i:first-child,
.irs--flat .irs-bar,
.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single {
    background-color: #4d3bfe;
}

.currency-header {
    margin-bottom: 30px;
    background-color: #f3f5f9;
    padding: 10px;
}

.currency-item {
    background-color: #fff;
    font-size: 13px;
    line-height: 15px;
    padding: 10px 10px 9px;
    display: flex;
    align-items: center;
    gap: 5px;
    flex-shrink: 0;
}

.currency-list {
    display: flex;
    flex-direction: row;
    gap: 20px;
    overflow: auto;
}

.currency-item__delta.green {
    color: #31ae18;
}

.currency-item__delta.red {
    color: #dd0404;
}

.currency-item span {
    font-weight: 700;
}

.site-header {
    margin-bottom: 0;
}

.form__row {
    display: flex;
    gap: 20px;
    align-items: center;
}

.form__row > div {
    width: 100%;
}

.form__row > div input {
    width: 100%;
}

.offerta-form .btn {
    width: auto;
}

@media screen and (max-width: 991px) {
    .site-header {
        position: static;
        padding: 10px 0;
    }
    .humburger {
        display: none;
    }
    .btn__quiz {
        display: block;
    }
    .btn__call {
        position: fixed;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        right: 30px;
        bottom: 90px;
        padding: 0;
        z-index: 2;
    }

    .btn__call span {
        display: none;
    }

    .site-header__right {
        margin-top: 20px;
    }

    .site-footer {
        padding: 20px 0;
    }

    .footer-info,
    .footer-navigation ul li > a,
    .footer-navigation ul li > span{
        font-size: 12px;
    }

    .utp__list,
    .products__list {
        display: flex;
        flex-direction: column;
    }
    .offer {
        padding: 20px;
    }

    .form__inline .wpcf7-form {
        flex-direction: column;
    }

    .form__inline .wpcf7-form input {
        width: 100%;
    }
    
    .form__row {
        flex-direction: column;
    }
}

@media screen and (max-width: 767px) {

    .modal-close {
        display: flex;
    }
    .modal .modal-body {
        padding: 20px;
    }
    .modal-header {
        padding: 20px 20px 0;
    }
    .page-contact {
        flex-direction: column;
        gap: 20px;
    }
    .page-contact__left {
        width: 100%;
        margin-right: 0;
    }
    .page-contact__right {
        width: 100%;
    }
    .currency-list {
        margin-right: -10px;
    }
}