html, body {
    padding: 0;
    margin: 0
}

body:not(.fullscreen) {
    background-color: transparent !important
}

body:not(.fullscreen) .header {
    display: none
}

body:not(.fullscreen) .security-info {
    display: none !important
}

body:not(.fullscreen) .security-bottom {
    display: none !important
}

body:not(.fullscreen) .container {
    padding: 0
}

body:not(.fullscreen) .container .aside {
    display: none
}

body:not(.fullscreen) .container .main-content-container {
    margin: 0
}

body {
    text-align: center;
    font-family: Helvetica, Arial, sans-serif;
    overflow: hidden
}

body.content-filled.fullscreen {
    overflow: auto
}

body.content-filled .main-content {
    max-width: 671px;
    margin: auto;
    border: 1px solid #ccc
}

@media (max-width: 480px) {
    body.content-filled .main-content {
        margin: 0 5px 13px
    }
}

body.content-filled .recaptcha-policies {
    display: inherit
}

body .security-info, body .security-bottom {
    display: none
}

body.new-styles.content-filled {
    max-width: 776px;
    margin: auto;
    background-color: #f8f8fa
}

body.new-styles.content-filled.uk {
    padding-bottom: 48px
}

body.new-styles.content-filled .header {
    padding: 20px 15px 18px;
    font-family: Montserrat;
    background: transparent;
    box-shadow: none
}

body.new-styles.content-filled .header-title {
    margin-bottom: 18px;
    color: #0069a9;
    font-weight: 700;
    font-size: 32px;
    line-height: 38px
}

@media (max-width: 480px) {
    body.new-styles.content-filled .header-title {
        margin-bottom: 12px;
        font-size: 28px;
        line-height: 30px
    }
}

body.new-styles.content-filled .header-subtitle {
    font-size: 18px;
    line-height: 22px;
    color: #545454
}

@media (max-width: 480px) {
    body.new-styles.content-filled .header-subtitle {
        font-size: 14px;
        line-height: 16px
    }
}

body.new-styles.content-filled .security-info {
    display: block
}

body.new-styles.content-filled .aside {
    display: none
}

body.new-styles.content-filled .container {
    padding: 0
}

body.new-styles.content-filled .container .main-content-container {
    margin: 0
}

body.new-styles.content-filled .container .main-content-container .main-content2 {
    padding: 0 15px
}

body.new-styles.content-filled .container .main-content-container .recaptcha-policies {
    padding: 0 15px 21px
}

body.new-styles.content-filled .main-content {
    max-width: none;
    padding: 0 15px 19px;
    margin: 0;
    border: none
}

body.new-styles.content-filled.mobile-view .header {
    padding: 8px 15px 8px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    margin-bottom: 16px
}

body.new-styles.content-filled.mobile-view .header-title {
    margin-bottom: 6px;
    font-size: 16px;
    line-height: 30px
}

body.new-styles.content-filled.mobile-view .header-subtitle {
    font-size: 12px;
    line-height: 16px
}

body.new-styles.content-filled.mobile-view .security-info {
    display: none
}

body.new-styles.content-filled.mobile-view .main-content {
    padding-bottom: 18px
}

body.new-styles.content-filled.mobile-view .container .main-content-container .main-content2 {
    padding: 0 15px
}

body.new-styles.content-filled.mobile-view .security-bottom {
    display: flex;
    margin: 0 15px 18px;
    background: #ffeab6;
    border-radius: 0 0 8px 8px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1)
}

h1, h2, h3, h4, h5, h6, p {
    margin: 0
}

ul {
    list-style-type: none;
    padding: 0
}

a {
    text-decoration: none
}

.container {
    display: flex;
    justify-content: space-between;
    position: relative;
    max-width: 960px;
    margin: 0 auto;
    padding: 10px
}

.container .aside {
    flex: 2;
    position: relative;
    padding-top: 75px;
    font-size: 20px;
    color: #4297ef
}

@media (max-width: 976px) {
    .container .aside {
        display: none
    }
}

.container .aside:before {
    content: '';
    position: absolute;
    top: 0;
    width: 262px;
    height: 78px;
    display: block;
    background: url(./images/6ff58ccd7760347a0653.png) no-repeat
}

.container .aside a {
    color: #4297ef
}

.container .aside .steps-title {
    margin: 15px 0 20px 0;
    font-size: 30px;
    color: #000
}

.container .aside .steps {
    text-align: left
}

.container .aside .steps em {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-bottom: 15px;
    border: 2px solid #4297ef;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    font-weight: 700;
    font-size: 24px
}

.container .aside .steps em .step {
    position: relative;
    left: -1px
}

.container .main-content-container {
    flex: 5;
    height: 100%;
    position: relative;
    margin: 10px 10px 0
}

.header {
    padding: 10px 0;
    background: #fafafa;
    box-shadow: 2px 2px 20px 0 rgba(0, 0, 0, 0.3)
}

@media (max-width: 860px) {
    .header {
        padding: 10px
    }
}

.header-title {
    color: #1f7db6;
    font-size: 30px;
    margin-bottom: 20px
}

@media (max-width: 480px) {
    .header-title {
        font-size: 22px
    }
}

.security-info {
    max-width: 746px;
    padding-top: 18px;
    margin: 0 15px 24px;
    font-family: Montserrat;
    background: #fff;
    border-radius: 8px;
    filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.1))
}

@media (max-width: 480px) {
    .security-info {
        margin: 0 5px 18px
    }
}

.security-info .title {
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    text-align: center;
    color: #545454
}

.security-info .security-steps {
    display: flex;
    padding: 0;
    margin: 20px 50px 32px
}

.security-info .security-steps .step {
    flex: 1;
    display: flex;
    flex-direction: column;
    text-align: center
}

.security-info .security-steps .step .step-title {
    padding: 0 5px;
    color: #00b2ff;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-align: center
}

.security-info .security-steps .step::before {
    content: '';
    position: relative;
    top: -1px;
    left: 50%;
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #00b2ff;
    transform: translate(-50%, -50%);
    z-index: 1
}

.security-info .security-steps .step::after {
    order: -1;
    content: '';
    height: 2px;
    background-color: #aae5ff
}

.security-info .security-steps .step:first-child::after {
    position: relative;
    width: 50%;
    left: 50%
}

.security-info .security-steps .step:first-child::before {
    height: 6px;
    width: 6px
}

.security-info .security-steps .step:last-child::after {
    width: 50%
}

.security-info .security-steps .step:last-child::before {
    height: 10px;
    width: 10px
}

.security-bottom, .security-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px 0;
    background: #ffeab6
}

.security-bottom .safety-message, .security-footer .safety-message {
    margin-left: 6px
}

.security-bottom .safety-message .message, .security-footer .safety-message .message {
    color: #c77700;
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    text-transform: uppercase
}

.security-bottom .safety-message .submessage, .security-footer .safety-message .submessage {
    color: #c77700;
    font-size: 10px;
    line-height: 12px
}

.security-bottom p, .security-footer p {
    margin: 0
}

.main-content-container {
    height: 100%;
    min-height: 126px
}

.main-content-container .main-content, .main-content-container .main-content2 {
    overflow: hidden;
    font: 14px/15px Arial;
    color: #5b5b5b;
    box-sizing: border-box;
    border-radius: 10px
}

.main-content-container .recaptcha-policies {
    display: none;
    color: #888;
    font-size: 10px;
    margin-top: 5px
}

.disclaimer {
    display: none
}

.new-styles .disclaimer {
    display: block;
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    max-height: 100px;
    width: 100%;
    max-width: 810px;
    padding: 6px 32px;
    margin: auto;
    background: #fff4d8;
    box-shadow: 0px -1px 2px rgba(130, 101, 0, 0.1);
    border-radius: 6px;
    font-family: Montserrat;
    color: #000;
    font-size: 10px;
    line-height: 12px;
    text-align: left;
    transition: 0.5s;
    box-sizing: border-box
}

.new-styles .disclaimer::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    height: 6px;
    width: 100%;
    background-color: #fff4d8
}

.new-styles .disclaimer .title {
    font-weight: 600
}

.new-styles .disclaimer .warning {
    display: block;
    padding-right: 35px;
    transition: 0.5s
}

.new-styles .disclaimer .disclaimer-toggle {
    position: absolute;
    right: 32px;
    bottom: 6px;
    color: #c77700;
    font-size: 10px;
    line-height: 12px;
    font-weight: 500;
    text-decoration-line: underline;
    cursor: pointer
}

.new-styles .disclaimer .disclaimer-toggle .show-more {
    display: none
}

.new-styles .disclaimer .disclaimer-toggle .chevron {
    transform: rotate(180deg)
}

.new-styles .disclaimer.collapsed {
    max-height: 24px;
    padding: 6px 75px 6px 32px;
    text-overflow: ellipsis;
    overflow: hidden
}

.new-styles .disclaimer.collapsed .warning {
    padding-right: 0
}

.new-styles .disclaimer.collapsed .disclaimer-toggle .chevron {
    transform: none
}

.new-styles .disclaimer.collapsed .disclaimer-toggle .show-more {
    display: inline
}

.new-styles .disclaimer.collapsed .disclaimer-toggle .show-less {
    display: none
}

.new-styles .disclaimer.collapsed.no-wrap {
    white-space: nowrap
}

.new-styles .disclaimer.hidden {
    display: none
}

@media (max-width: 668px) {
    .new-styles .disclaimer {
        padding: 6px
    }

    .new-styles .disclaimer.collapsed {
        padding: 6px 49px 6px 6px
    }

    .new-styles .disclaimer .disclaimer-toggle {
        right: 6px
    }
}

#reCaptcha {
    margin: 2px
}

#progress, .top-progress {
    width: 163px;
    height: 163px;
    margin-left: auto;
    margin-right: auto;
    background: url(/958ded59cf50a3b882a2.gif) no-repeat
}

.top-progress {
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%)
}

.hidden {
    display: none
}

.grecaptcha-badge {
    visibility: hidden
}

.item {
    position: relative;
    background: #fff
}

.item:nth-child(even) {
    background: #f4f4f4
}

.item > .link {
    display: flex;
    align-items: flex-start;
    padding: 16px 19px;
    color: #888;
    overflow: hidden;
    transition: 0.8s
}

.item > .link:focus {
    outline: none
}

@media (max-width: 668px) {
    .item > .link {
        flex-flow: row wrap;
        justify-content: flex-start
    }
}

@media (max-width: 480px) {
    .item > .link {
        flex-flow: column nowrap;
        align-items: center
    }
}

.item .item-logo {
    height: 96px
}

.item .item-logo img {
    width: 140px;
    height: 100%
}

.item .item-info {
    position: relative;
    width: 100%;
    margin: 0 10px 0 15px
}

@media (max-width: 668px) {
    .item .item-info {
        flex: 1;
        margin: 0 10px 10px 10px
    }
}

@media (max-width: 480px) {
    .item .item-info {
        max-width: 100%;
        width: 100%;
        margin-top: 10px
    }
}

.item .item-info .title {
    padding-left: 25px;
    font: 700 16px/18px 'Open Sans', sans-serif;
    line-height: 22px;
    text-align: left;
    color: #4297ef
}

.item .item-info .list {
    margin: 0
}

.item .item-info .list-item {
    text-align: left;
    padding-top: 6px;
    padding-left: 25px;
    line-height: 19px;
    font-family: 'Open Sans', sans-serif;
    color: #4a4a4a;
    background: url(./images/fd74c7d38445ce36e55e.svg) 1px 9px no-repeat
}

.item .apply {
    text-align: center;
    position: relative
}

@media (max-width: 668px) {
    .item .apply {
        width: 100%;
        margin-top: 12px
    }
}

.item .btn {
    position: relative;
    box-sizing: border-box;
    display: block;
    min-width: 190px;
    padding: 17px 0;
    border-radius: 5px;
    border: 1px solid #008000;
    font-weight: 700;
    line-height: 15px;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    background: #3f973f;
    transition: background 0.4s
}

@media (max-width: 480px) {
    .item .btn {
        font-size: 16px
    }
}

.item .btn:hover {
    background-color: #388738
}

.item .btn:focus {
    background: #327832
}

.item .btn .phone-icon {
    position: absolute;
    left: 13px;
    top: 50%;
    padding: 12px;
    background: url(/bca5a73c3cad8123f6ce.svg) center no-repeat;
    background-size: 100%;
    transform: translateY(-50%)
}

.item .btn .title {
    font-size: 10px;
    font-weight: 600
}

.item .btn .phone-number {
    font-size: 15px
}

.item .btn .subtitle {
    font-size: 16px
}

.item .btn .phone-number, .item .btn .subtitle {
    line-height: 16px;
    font-weight: 700
}

.item .btn-phone, .item .btn-phone-renew, .item .btn-phone-try-again {
    text-transform: capitalize
}

@media (max-width: 668px) {
    .item .btn-phone, .item .btn-phone-renew, .item .btn-phone-try-again {
        text-align: center
    }
}

.item .btn-phone, .item .btn-phone-renew {
    text-align: left;
    padding: 11px 0 11px 53px
}

.item .btn-phone-try-again {
    padding: 11px 0 11px 0
}

.item .btn-phone-try-again .subtitle {
    font-size: 14px
}

.item .btn-phone-loading {
    display: flex
}

.item .btn-phone-loading .phone-loader {
    margin: auto;
    padding: 10px 0 9px 0;
    background: url(/d32c2852ed00cbe99990.svg) center no-repeat;
    animation: spin 1.5s cubic-bezier(0.5, 0, 0.5, 1) infinite
}

@keyframes spin {
    from {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(360deg)
    }
}

.item .unit-identifier {
    position: absolute;
    left: -3px;
    top: 4px;
    padding: 0 2px;
    border: 1px solid #008000;
    border-radius: 3px;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color: #008000;
    text-transform: capitalize
}

@media (max-width: 668px) {
    .item .unit-identifier {
        position: absolute;
        left: -3px;
        top: 4px
    }
}

.item.no-link .link {
    cursor: default
}

.item.no-link .link:hover {
    background: inherit
}

.item.no-link .btn-link {
    display: none
}

.item .btn-phone, .item .btn-phone-renew, .item .btn-phone-try-again, .item .btn-phone-loading {
    display: none
}

.item.has-link {
    cursor: pointer
}

.item.has-phone .btn-phone {
    display: inherit
}

.item.has-phone.phone-renew .btn-phone, .item.has-phone.phone-try-again .btn-phone, .item.has-phone.phone-loading .btn-phone {
    display: none
}

.item.has-phone.phone-renew .btn-phone-renew {
    display: inherit;
    cursor: pointer
}

.item.has-phone.phone-try-again .btn-phone-try-again {
    display: inherit;
    cursor: pointer
}

.item.has-phone.phone-loading .btn-phone-loading {
    display: inherit
}

.item.no-link.no-phone .btn-link {
    display: inherit
}

.item.has-phone.has-link.blue .apply .btn-phone:hover, .item.has-phone.has-link.blue .apply .btn-phone-renew:hover, .item.has-phone.has-link.blue .apply .btn-phone-try-again:hover {
    background-color: #fff
}

.item.has-phone.has-link.blue .apply .btn .title, .item.has-phone.has-link.blue .apply .btn .subtitle {
    color: #3b87d6
}

.item.has-phone.has-link.blue .apply .btn .phone-loader {
    background-image: url(/e709fb6d02c577421777.svg)
}

.item.has-phone.has-link.blue .apply .btn .phone-icon {
    background-image: url(/59ed228a51e14905f9c1.svg)
}

.item.has-phone.has-link .apply .btn {
    padding: 13px 0
}

.item.has-phone.has-link .apply .btn .phone-icon {
    background-image: url(/ecd62581affbe08e79b5.svg)
}

.item.has-phone.has-link .apply .btn-phone, .item.has-phone.has-link .apply .btn-phone-renew {
    padding: 5px 0 5px 45px
}

.item.has-phone.has-link .apply .btn-phone-try-again {
    padding: 5px 0 5px 0
}

.item.has-phone.has-link .apply .btn-link {
    margin-bottom: 10px
}

.item.has-phone.has-link .apply .btn-phone-loading {
    padding: 11px 0
}

.item.has-phone.has-link .apply .btn-phone, .item.has-phone.has-link .apply .btn-phone-renew, .item.has-phone.has-link .apply .btn-phone-try-again, .item.has-phone.has-link .apply .btn-phone-loading {
    color: #008000;
    background-color: #fff
}

@media (max-width: 668px) {
    .item.has-phone.has-link .apply .btn-phone-try-again, .item.has-phone.has-link .apply .btn-phone, .item.has-phone.has-link .apply .btn-phone-renew {
        padding-left: 0;
        text-align: center
    }
}

.item.blue .apply .btn {
    background: #4297ef;
    border: 1px solid #4297ef
}

.item.blue .apply .btn-phone, .item.blue .apply .btn-phone-renew, .item.blue .apply .btn-phone-try-again {
    color: #3b87d6
}

.item.blue .apply .btn-phone-loading {
    background-color: #fff
}

.item.blue .apply .btn .title, .item.blue .apply .btn .subtitle {
    color: #fff
}

.item.blue .apply .btn:not(.btn-phone-loading):hover {
    background-color: #3b87d6
}

.item.blue .apply .btn:focus {
    background: #3478bf
}

.item.new-styles {
    overflow: visible;
    margin: 24px auto 48px;
    background: transparent;
    border: none;
    text-align: left
}

.item.new-styles:last-child {
    margin-bottom: 0
}

.item.new-styles.no-link .link {
    cursor: default
}

.item.new-styles.no-link .link:hover {
    background: inherit
}

.item.new-styles.no-link .btn-link {
    display: none
}

.item.new-styles.has-link.has-phone .apply {
    display: flex
}

.item.new-styles.has-link.has-phone .apply .btn-link {
    flex: 1;
    margin-right: 14px
}

.item.new-styles.has-link.has-phone .apply .btn-phone {
    flex: 1
}

@media (max-width: 745px) {
    .item.new-styles.has-link.has-phone .apply {
        display: block
    }

    .item.new-styles.has-link.has-phone .apply .btn-link {
        margin-right: 0
    }

    .item.new-styles.has-link.has-phone .apply .btn-phone-renew {
        padding-right: 35px
    }
}

.item.new-styles .btn-phone, .item.new-styles .btn-phone-renew, .item.new-styles .btn-phone-try-again, .item.new-styles .btn-phone-loading {
    display: none;
    flex: 1;
    justify-content: center;
    position: relative
}

.item.new-styles.has-link {
    cursor: pointer
}

.item.new-styles.has-phone .btn-phone {
    display: inherit
}

.item.new-styles.has-phone.phone-renew .btn-phone, .item.new-styles.has-phone.phone-try-again .btn-phone, .item.new-styles.has-phone.phone-loading .btn-phone {
    display: none
}

.item.new-styles.has-phone.phone-renew .btn-phone-renew {
    display: flex;
    cursor: pointer
}

.item.new-styles.has-phone.phone-try-again .btn-phone-try-again {
    display: inherit;
    cursor: pointer
}

.item.new-styles.has-phone.phone-loading .btn-phone-loading {
    display: flex
}

.item.new-styles.no-link.no-phone .btn-link {
    display: inherit
}

.item.new-styles.has-phone .btn-phone {
    display: flex;
    align-items: center;
    justify-content: center
}

.item.new-styles.has-phone .btn-phone .phone-loader, .item.new-styles.has-phone .btn-phone .btn-phone-renew, .item.new-styles.has-phone .btn-phone .btn-phone-try-again {
    display: none
}

.item.new-styles.has-phone.phone-renew .phone-number, .item.new-styles.has-phone.phone-loading .phone-number, .item.new-styles.has-phone.phone-try-again .phone-number {
    display: none
}

.item.new-styles.has-phone.phone-renew .apply .phone-icon {
    background: url(/1cfaa6a71513243f9cf8.svg) center no-repeat
}

.item.new-styles.has-phone.phone-renew .apply .title {
    display: none
}

.item.new-styles.has-phone.phone-renew .apply .btn-phone-renew .subtitle {
    display: block;
    color: #008b26;
    padding: 0;
    font-family: Poppins;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px
}

.item.new-styles.has-phone.phone-loading .phone-loader {
    display: block
}

.item.new-styles.has-phone.phone-loading .phone-icon {
    margin-left: 55px
}

.item.new-styles.has-phone.phone-loading .title {
    display: none
}

.item.new-styles.has-phone.phone-loading .subtitle.btn-phone-renew {
    display: block
}

@media (max-width: 480px) {
    .item.new-styles.has-phone.phone-loading .phone-icon {
        margin-left: 35px
    }

    .item.new-styles.has-phone.phone-loading .btn-phone-renew {
        padding-right: 35px
    }

    .item.new-styles.has-phone.phone-loading .link .apply .btn .phone-loader {
        margin-left: 15px
    }
}

.item.new-styles.has-phone.phone-try-again .btn-phone-try-again {
    display: flex;
    flex-direction: column;
    padding: 0;
    background: transparent
}

.item.new-styles.has-phone.phone-try-again .btn-phone-try-again .subtitle {
    color: #008000;
    font-size: 16px
}

.item.new-styles .link * {
    box-sizing: border-box
}

.item.new-styles .link {
    display: block;
    overflow: visible;
    padding: 0;
    border-radius: 8px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1)
}

.item.new-styles .link .item-logo {
    position: relative;
    display: flex;
    align-items: flex-end;
    height: auto;
    min-height: 92px;
    padding: 0 24px 18px;
    background-color: #dafad7;
    border-radius: 8px 8px 0 0
}

.item.new-styles .link .item-logo img {
    position: absolute;
    top: -24px;
    height: 98px;
    border: 1px solid #02be36;
    border-radius: 8px;
    background-color: #fff
}

.item.new-styles .link .item-logo .item-info {
    margin-left: 158px;
    margin-top: 36px
}

.item.new-styles .link .item-logo .item-info .title {
    margin-top: 2px;
    font-size: 16px;
    line-height: 19px;
    color: #0069a9;
    font-family: Montserrat;
    text-align: left
}

.item.new-styles .link .item-logo .item-info .unit-identifier {
    position: static;
    display: block;
    width: 22px;
    height: 17px;
    padding: 1px 2px;
    color: #02be36;
    font-size: 11px;
    line-height: 13px;
    font-weight: 600;
    font-family: Montserrat;
    border: 1.5px solid #02be36;
    border-radius: 3px;
    box-sizing: border-box
}

.item.new-styles .link .apply {
    margin: 0;
    background-color: #fff
}

.item.new-styles .link .list {
    background-color: #fff;
    margin: 0;
    padding: 12px 24px;
    list-style: none
}

.item.new-styles .link .list .list-item {
    margin-bottom: 6px;
    color: #545454;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    font-family: Montserrat;
    background: url(/9ac4c153142a05cf9cde.svg) left 12px no-repeat;
    padding-top: 6px;
    padding-left: 25px
}

.item.new-styles .link .apply {
    padding: 0 24px 18px;
    border-radius: 0 0 8px 8px
}

.item.new-styles .link .apply .btn {
    height: 54px;
    padding: 16px 10px;
    background: #fff;
    border: 1px solid #02be36;
    border-radius: 8px;
    box-shadow: 0px 2px 0px #02be36;
    text-align: center;
    transition: 0.5s
}

.item.new-styles .link .apply .btn:hover {
    background: #e8ffee;
    box-shadow: 0px 1px 0px #02be36
}

.item.new-styles .link .apply .btn .phone-icon {
    position: static;
    width: 18px;
    height: 18px;
    padding: 0;
    margin-right: 8px;
    background: url(/f33e5150643906173957.svg) center no-repeat;
    transform: none
}

.item.new-styles .link .apply .btn .title, .item.new-styles .link .apply .btn .phone-number {
    font-family: Poppins;
    color: #008b26;
    font-size: 18px;
    line-height: 22px
}

.item.new-styles .link .apply .btn .title {
    color: #02be36
}

.item.new-styles .link .apply .btn .btn-phone-renew {
    padding: 0;
    font-family: Poppins;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #02be36;
    background: transparent
}

.item.new-styles .link .apply .btn .phone-number {
    margin-left: 12px
}

.item.new-styles .link .apply .btn .phone-loader {
    height: 20px;
    width: 20px;
    background: url(/6b9702295f3d99b15125.svg) center 100% no-repeat;
    animation: spin 1.2s linear infinite
}

.item.new-styles .link .apply .btn-link {
    padding: 15px 10px;
    color: #fff;
    font-size: 18px;
    line-height: 22px;
    text-shadow: 0px 2px 0px #085f20;
    font-family: 'Poppins', sans-serif;
    background: #02be36;
    box-shadow: 0px 2px 0px #085f20;
    border-radius: 8px;
    border: 1px solid #02be36;
    transition: 0.5s;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 10px
}

.item.new-styles .link .apply .btn-link:hover {
    background: #01a72f;
    border-radius: 8px;
    box-shadow: none
}

@media (max-width: 480px) {
    .item.new-styles {
        margin: 18px auto 36px
    }

    .item.new-styles .link .item-logo {
        display: flex;
        min-height: 118px;
        padding: 68px 18px 12px
    }

    .item.new-styles .link .item-logo img {
        position: absolute;
        top: -18px;
        left: 50%;
        width: 114px;
        height: 80px;
        transform: translate(-50%, 0)
    }

    .item.new-styles .link .item-logo .item-info {
        margin: 0
    }

    .item.new-styles .link .item-info {
        padding: 6px 18px
    }

    .item.new-styles .link .apply {
        padding: 0 18px 12px
    }
}

@media (max-width: 415px) {
    .item.new-styles.has-phone:not(.phone-renew):not(.phone-loading) .link .apply .btn.btn-phone {
        align-items: baseline
    }

    .item.new-styles.has-phone:not(.phone-renew):not(.phone-loading) .link .apply .btn.btn-phone .phone-icon {
        width: 24px;
        height: 24px;
        margin: 0;
        background-size: 100%
    }

    .item.new-styles.has-phone:not(.phone-renew):not(.phone-loading) .link .apply .btn.btn-phone .title {
        position: absolute;
        top: 8px;
        left: 50%;
        transform: translateX(calc(-50% - 34px));
        font-size: 14px;
        line-height: 17px;
        text-align: left
    }

    .item.new-styles.has-phone:not(.phone-renew):not(.phone-loading) .link .apply .btn.btn-phone .phone-number {
        margin-left: 8px
    }
}

