*,::after,::before {
    box-sizing: border-box;
    box-sizing: inherit
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box;
    -ms-overflow-style: scrollbar
}

article,aside,figcaption,figure,footer,header,main,nav,section {
    display: block
}

body {
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-weight: 400;
    text-align: left
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0!important
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1,h2,h3,h4 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1.25rem
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

dl,ol,ul {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol,ol ul,ul ol,ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote,figure {
    margin: 0 0 1rem
}

b,strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub,sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    background-color: transparent;
    color: #0393bd;
    text-decoration: underline
}

a:not([href]):not([class]),a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

code,pre {
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar
}

img {
    vertical-align: middle;
    border-style: none;
    max-width: 100%;
    height: auto
}

imgHeader {
    vertical-align: middle;
    border-style: none;
    max-width: 100%;
    height: auto
}

svg {
    overflow: hidden;
    vertical-align: middle
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0;
    text-transform: none
}

button:focus:not(:focus-visible) {
    outline: 0
}

button,input,textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,input {
    overflow: visible
}

[role=button],[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled) {
    cursor: pointer
}

[type=button],[type=reset],[type=submit],button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,[type=reset]::-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
}

textarea {
    overflow: auto;
    resize: vertical
}

progress {
    vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

[hidden] {
    display: none!important
}

.container,.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@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: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.col,.col-auto,.col-lg-5,.col-md-6,.col-sm-8 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

@media (min-width: 576px) {
    .col-sm-8 {
        -ms-flex:0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
}

@media (min-width: 768px) {
    .col-md-6 {
        -ms-flex:0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media (min-width: 992px) {
    .col-lg-5 {
        -ms-flex:0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
}

.d-block {
    display: block!important
}

.d-flex {
    display: -ms-flexbox!important;
    display: flex!important
}

.flex-column {
    -ms-flex-direction: column!important;
    flex-direction: column!important
}

.justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center!important
}

.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important
}

.mt-0 {
    margin-top: 0!important
}

.mb-0 {
    margin-bottom: 0!important
}

.ml-0 {
    margin-left: 0!important
}

.p-0 {
    padding: 0!important
}

.pt-0 {
    padding-top: 0!important
}

.pr-0 {
    padding-right: 0!important
}

.pb-0 {
    padding-bottom: 0!important
}

.pl-0 {
    padding-left: 0!important
}

.pt-2 {
    padding-top: .5rem!important
}

.pr-2 {
    padding-right: .5rem!important
}

.pb-2 {
    padding-bottom: .5rem!important
}

.pl-2 {
    padding-left: .5rem!important
}

.pt-3 {
    padding-top: 1rem!important
}

.pb-3 {
    padding-bottom: 1rem!important
}

.pb-4 {
    padding-bottom: 1.5rem!important
}

.pt-5 {
    padding-top: 3rem!important
}

.pb-5 {
    padding-bottom: 3rem!important
}

.mt-auto {
    margin-top: auto!important
}

.mr-auto {
    margin-right: auto!important
}

.mb-auto {
    margin-bottom: auto!important
}

.ml-auto {
    margin-left: auto!important
}

.pulse {
    animation: 1.25s infinite pulse-warning
}

@keyframes pulse-warning {
    0% {
        box-shadow: inset 0 0 0 0 transparent,0 0 0 0 rgba(165,83,0,.6)
    }

    100% {
        box-shadow: inset 0 0 0 0 transparent,0 0 0 11px rgba(208,93,0,0)
    }
}

@keyframes blink {
    0%,100% {
        opacity: .2
    }

    20% {
        opacity: 1
    }
}

.dots-processing span {
    animation-name: blink;
    animation-duration: 1.4s;
    animation-iteration-count: infinite;
    animation-fill-mode: both
}

.dots-processing span:nth-child(2) {
    animation-delay: .2s
}

.dots-processing span:nth-child(3) {
    animation-delay: .4s
}

.btn {
    position: relative;
    padding: 12px 15px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 0;
    border-radius: 2px;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.2;
    transition: .25s ease-in-out
}

@media (min-width: 375px) {
    .btn {
        font-size:19px
    }
}

.btn-primary {
    position: relative;
    color: #fff;
    background: #2948ff;
    background: linear-gradient(269.18deg,#396afc 0,#2948ff 50.71%);
    box-shadow: 0 0 5px rgba(0,0,0,.25);
    overflow: hidden
}

.btn-primary:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #396afc;
    background: linear-gradient(269.18deg,#2948ff 0,#396afc 50.71%);
    z-index: 1;
    opacity: 0;
    transition: opacity .35s linear
}

.btn-primary>* {
    position: relative;
    z-index: 2
}

.btn-primary:hover {
    color: #fff
}

.btn-primary:hover:after {
    opacity: 1
}

.btn-primary:active {
    transition: none
}

.btn-primary:active:after {
    opacity: 1;
    background: #000
}

.btn--warning {
    border-radius: 6px;
    font-weight: 700;
    letter-spacing: .02em;
    color: #fff;
    background: #fc7405;
    background: linear-gradient(265.43deg,#ec5627 0,#ec3f27 53.7%);
    box-shadow: 0 0 7.01709px rgba(0,0,0,.25);
    overflow: hidden
}

@media (min-width: 768px) {
    .btn {
        padding:18px 25px;
        font-size: 20px;
        line-height: 1.5
    }

    .btn--warning {
        border-radius: 10px
    }
}

.btn--warning:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(265.43deg,#ec3f27 0,#ec5627 53.7%);
    z-index: 1;
    opacity: 0;
    transition: .2s linear
}

.btn--warning>* {
    position: relative;
    z-index: 2
}

.btn--warning:not(:disabled):focus {
    outline: 0;
    border-color: #cc5d02
}

.btn--warning:not(:disabled):focus:after {
    opacity: .85
}

.btn--warning:not(:disabled):hover {
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    color: #fff
}

.btn--warning:not(:disabled):hover:after {
    opacity: 1
}

.btn--warning:not(:disabled):active {
    transition: none;
    background: #994602
}

.btn--warning:not(:disabled):active:after {
    transition: none;
    opacity: 0
}

.btn-block {
    width: 100%;
    display: block
}

.btn.btn--loading {
    position: relative;
    color: transparent!important;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.btn.btn--loading:after,.btn.btn--loading:before {
    content: ""!important;
    position: absolute!important;
    top: 50%!important;
    left: 50%!important;
    -ms-transform: translate(-50%,-50%)!important;
    transform: translate(-50%,-50%)!important;
    margin: 0!important;
    border: 4px solid #fff;
    opacity: 1;
    border-radius: 50%;
    animation: 1.25s cubic-bezier(0,.2,.8,1) infinite btn--loading
}

.btn.btn--loading:after {
    animation-delay: -.75s
}

.btn:disabled {
    cursor: not-allowed;
    box-shadow: none!important
}

@keyframes btn--loading {
    0% {
        width: 0;
        height: 0;
        opacity: 1
    }

    100% {
        width: 34px;
        height: 34px;
        opacity: 0
    }
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    overflow: hidden
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,.slick-slider .slick-track {
    transform: translate3d(0,0,0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,.slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-arrow.slick-disabled {
    opacity: .25;
    pointer-events: none
}

.slick-next,.slick-prev {
    position: absolute;
    top: 50%;
    left: 0;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 50%;
    background-color: #1e1e1e;
    text-indent: -9999px;
    color: transparent;
    z-index: 2
}

.slick-next:focus,.slick-prev:focus {
    outline: 0
}

.slick-next:after,.slick-prev:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%) rotate(135deg);
    transform: translate(-50%,-50%) rotate(135deg);
    width: 10px;
    height: 10px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff
}

@media (min-width: 992px) {
    .slick-next,.slick-prev {
        width:54px;
        height: 54px
    }

    .slick-next:after,.slick-prev:after {
        width: 13px;
        height: 13px
    }
}

.slick-next {
    right: 0;
    left: auto
}

.slick-next:after {
    -ms-transform: translate(-50%,-50%) rotate(-45deg);
    transform: translate(-50%,-50%) rotate(-45deg)
}

.slick-dots {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center
}

.slick-dots li {
    margin: 10px
}

.slick-dots li.slick-active button {
    border-color: #1e1e1e;
    border-width: 3px
}

.slick-dots button {
    padding: 0;
    margin: 0;
    width: 14px;
    height: 14px;
    display: block;
    border: 1px solid #828282;
    border-radius: 50%;
    text-indent: -9999px
}

.slick-dots button:hover {
    background-color: rgba(0,0,0,.15)
}

.slick-dots button:focus {
    outline: 0
}

.js_arrow {
    position: relative;
    width: 46px;
    height: 46px;
    text-indent: -9999px;
    color: transparent;
    border: 0;
    border-radius: 50%;
    background: #1e1e1e;
    overflow: hidden;
    box-shadow: none;
    z-index: 1;
    box-shadow: 0 2px 8px rgba(0,0,0,.3)
}

.js_arrow:hover {
    background: linear-gradient(180deg,#1e1e1e 0,#444 100%)
}

.js_arrow:active {
    background: #1e1e1e
}

.js_arrow:focus {
    outline: 0
}

.js_arrow:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 12px;
    height: 12px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff
}

.js_arrow.arrow-prev:after {
    left: 19px;
    -ms-transform: translateY(-50%) rotate(135deg);
    transform: translateY(-50%) rotate(135deg)
}

.js_arrow.arrow-next:after {
    left: 0px;
    -ms-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg)
}

.form-group {
    margin-bottom: 16px
}

.form-control {
    padding: 11px 12px;
    margin: 0;
    width: 100%;
    border: 1px solid #09683a;
    border-radius: 6px;
    font-size: 17px;
    color: #272727;
    background-color: #f4f4f4;
    transition: .25s ease-in-out;
    -webkit-appearance: none;
    appearance: none
}

@media (min-width: 768px) {
    .form-control {
        padding:14px 24px;
        border-radius: 10px
    }
}

.form-control::-webkit-input-placeholder {
    color: rgba(39,39,39,.5);
    transition: .25s ease-in-out
}

.form-control:-moz-placeholder {
    color: rgba(39,39,39,.5);
    transition: .25s ease-in-out
}

.form-control::-moz-placeholder {
    color: rgba(39,39,39,.5);
    transition: .25s ease-in-out
}

.form-control:-ms-input-placeholder {
    color: rgba(39,39,39,.5);
    transition: .25s ease-in-out
}

.form-control:focus {
    outline: 0;
    border-color: #2cd483
}

.form-control:focus::-webkit-input-placeholder {
    opacity: .15
}

.form-control:focus:-moz-placeholder {
    opacity: .15
}

.form-control:focus::-moz-placeholder {
    opacity: .15
}

.form-control:focus:-ms-input-placeholder {
    opacity: .15
}

.form-control--zip {
    padding-right: 45px;
    background-image: url(../../images/control--zip.svg);
    background-size: 23px 20px;
    background-position: center right 10px;
    background-repeat: no-repeat
}

.form-control.error:not(:focus) {
    background-color: #ffd9d9;
    border-color: red
}

.form-control:last-child {
    margin-bottom: 0
}

label.error {
    margin-top: 3px;
    margin-bottom: 0;
    display: block;
    width: 100%;
    font-size: 12px;
    font-weight: 600;
    color: red
}

.has-valid .form-control {
    border-color: #56dd9c;
    background-color: #bff2d9;
    box-shadow: 0 0 1px 1px #56dd9c
}

.form-group:not(.has-error) label.error,input.error:focus~label.error,textarea.error:focus~label.error {
    display: none!important
}

.control-label {
    margin-bottom: 4px;
    display: block;
    line-height: 1.2;
    font-size: 14px;
    font-weight: 400;
    color: #272727
}

@media (min-width: 375px) {
    .control-label {
        font-size:17px
    }
}

@media (min-width: 768px) {
    .form-control--zip {
        padding-right:60px;
        background-position: center right 25px
    }

    .control-label {
        margin-bottom: 6px;
        font-size: 19px;
        letter-spacing: normal
    }
}

.text--uppercase {
    text-transform: uppercase
}

.text-center {
    text-align: center
}

.text--danger {
    color: #e63232
}

.text--warning {
    color: #ec3f27
}

.text-nowrap {
    white-space: nowrap
}

.text-highlight {
    padding: 2px 3px;
    border-radius: 4px;
    background-color: #fdff98
}

.content-text {
    font-size: 16px;
    line-height: 1.35
}

@media (min-width: 576px) {
    label.error {
        font-size:13px
    }

    .content-text {
        font-size: 1.15rem
    }
}

.content-text h1,.content-text h2,.content-text h3,.content-text h4 {
    margin-bottom: .75rem;
    margin-top: 2.5rem;
    font-family: inherit;
    font-weight: 600;
    line-height: 1.2;
    color: inherit;
    text-align: center
}

.content-text h1 {
    font-size: 2.5rem
}

.content-text h2 {
    font-size: 1.75rem
}

@media (min-width: 768px) {
    .content-text h2 {
        font-size:2rem
    }
}

.content-text h3 {
    font-size: 1.3rem
}

@media (min-width: 768px) {
    .content-text h3 {
        font-size:1.75rem
    }
}

.content-text h4 {
    font-size: 1.1rem
}

.content-text li {
    margin-bottom: .75rem
}

.content-text ol,.content-text p,.content-text ul {
    margin-bottom: 1.25rem
}

.content-text :first-child {
    margin-top: 0
}

.content-text :last-child {
    margin-bottom: 0
}

.section-title {
    padding-bottom: 8px;
    margin-bottom: 32px;
    border-bottom: 2px solid #383b3d;
    line-height: 1.44;
    font-size: 18px;
    font-weight: 900;
    letter-spacing: .01em;
    text-transform: uppercase;
    color: #383b3d
}

.section-title.no-border {
    padding-bottom: 0;
    border-bottom: 0
}

.brand-logo {
    position: relative;
    width: 59px;
    height: 26px;
    display: inline-block;
    color: transparent;
    text-indent: -9999px;
    background: url(../../images/LogoAlpha.png) center left/contain no-repeat
}

@media (min-width: 768px) {
    .content-text h4 {
        font-size:1.5rem
    }

    .section-title {
        padding-bottom: 12px;
        margin-bottom: 32px;
        line-height: 1.23;
        font-size: 26px
    }

    .brand-logo {
        width: 121px;
        height: 56px
    }
}

.ss-logo {
    position: relative;
    width: 91px;
    height: 56px;
    display: inline-block;
    color: transparent;
    text-indent: -9999px;
    background: url(../../images/ss-logo.png) center left/contain no-repeat
}

.list-check {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 16px
}

.list-check-item {
    position: relative;
    padding-left: 25px;
    margin-bottom: 20px
}

.list-check-item:before {
    content: '';
    position: absolute;
    top: 3px;
    left: 0;
    width: 16px;
    height: 14px;
    background: url(../../images/svg/icon-check.svg) center/contain no-repeat
}

@media (min-width: 768px) {
    .list-check {
        font-size:17px
    }

    .list-check-item {
        padding-left: 32px;
        margin-bottom: 15px
    }

    .list-check-item:before {
        top: 3px;
        width: 23px;
        height: 19px
    }
}

.list-check-item:last-child {
    margin-bottom: 0
}

.list-circle {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5
}

.list-circle-item {
    position: relative;
    margin-bottom: 5px
}

.list-circle-item:before {
    content: '';
    position: relative;
    top: -1px;
    margin-right: 6px;
    display: inline-block;
    vertical-align: middle;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #2bd080
}

.list-circle-item:last-child {
    margin-bottom: 0
}

.img-responsive {
    max-width: 100%;
    height: auto
}

.hide {
    display: none!important
}

.center-block {
    margin: 0 auto;
    display: block
}

.w-100 {
    width: 100%
}

@media (max-width: 767px) {
    .hidden-then-md {
        display:none
    }
}

.container {
    max-width: 1140px
}

body {
    font-size: 16px;
    font-family: Montserrat,sans-serif;
    line-height: 1.56;
    opacity: 0;
    color: #242526;
    background-color: #fff
}

a:hover {
    color: #026c8b;
    text-decoration: none
}

@media (min-width: 768px) {
    .list-circle {
        font-size:19px;
        line-height: 1.3
    }

    .visible-then-md {
        display: none
    }

    body {
        font-size: 17px;
        line-height: 1.73
    }

    p {
        margin-bottom: 1.5rem
    }

    .header-page {
        font-size: 19px
    }
}

.wrapper-page {
    min-height: 100vh;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden
}

.wrapper-page>* {
    width: 100%
}

.wrapper-page .main-page {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100px
}

.header-page {
    padding: 12px 0;
    letter-spacing: .01em;
    color: #fcfcfc;
    background: #1b1d1f
}

.entry {
    padding: 40px 0 24px;
    background: #fff
}

.entry-header {
    margin-bottom: 24px
}

@media (min-width: 768px) {
    .entry {
        padding:60px 0
    }

    .entry-header {
        margin-bottom: 32px
    }
}

.entry-title {
    margin-bottom: 16px;
    font-size: 30px;
    font-weight: 900;
    line-height: 1.25;
    color: #1b1d1f;
    letter-spacing: .01em
}

.entry-body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width: 768px) {
    .entry-title {
        margin-bottom:24px;
        font-size: 42px
    }

    .entry-body {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-align: stretch;
        align-items: stretch
    }

    .entry-body-content {
        width: 100%;
        margin-right: 20px
    }

    .entry-body-media {
        width: 100%;
        margin-top: -50px
    }
}

@media (min-width: 992px) {
    .entry-body-content {
        margin-right:45px;
        max-width: 570px
    }
}

@media (min-width: 1200px) {
    .entry-body-content {
        margin-right:65px
    }
}

.entry-body-media {
    position: relative;
    z-index: 2
}

@media (min-width: 992px) {
    .entry-body-media {
        margin-top:-55px;
        width: auto;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto
    }
}

.entry-media {
    position: relative;
	width:100%
}

@media (min-width: 768px) {
    .entry-media {
        position:absolute;
        top: 0;
        left: 20%;
        right: 15px;
        bottom: 50px;
        z-index: 0;
        padding: 0;
		width: 100%
    }
}

.entry-footer {
    margin-top: 15px
}

@media (min-width: 768px) {
    .entry-footer {
        margin-top:10px
    }
}

@media (min-width: 992px) {
    .entry-footer {
        margin-top:85px
    }
}

.entry-box {
    padding: 32px 10px;
    margin: 0 auto;
    max-width: 920px;
    border: 2px solid #ec3f27;
    border-radius: 12px;
    background: #f5f5f5;
    background: linear-gradient(261.94deg,#fff 13.41%,#f5f5f5 92.17%)
}

@media (min-width: 768px) {
    .entry-box {
        padding:40px;
        border-radius: 20px
    }
}

@media (min-width: 992px) {
    .entry-box {
        padding:40px 60px
    }
}

.entry-box-highlight {
    color: #ec3f27
}

.entry .list-check-item {
    margin-bottom: 15px
}

@media (min-width: 768px) {
    .entry .list-check-item {
        margin-bottom:25px
    }
}

.entry .list-check-item:last-child,.entry :last-child {
    margin-bottom: 0
}

.benefits {
    padding-bottom: 40px
}

.benefits-title {
    margin-bottom: 24px;
    font-size: 16px;
    font-weight: 900
}

@media (min-width: 768px) {
    .benefits {
        padding-bottom:48px
    }

    .benefits-title {
        font-size: 24px;
        font-weight: 800
    }
}

.benefits-bghalf {
    position: relative;
    padding: 24px 0 0
}

.benefits-bghalf:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 42%;
    width: 100%;
    background: #f2f2f2;
    z-index: 1
}

.benefits-bghalf-container {
    position: relative;
    z-index: 2
}

.benefits-bghalf-content {
    margin: 0 auto;
    max-width: 830px
}

.benefits-media {
    margin: 24px 0
}

@media (min-width: 768px) {
    .benefits-bghalf {
        padding:48px 0 0;
        text-align: center
    }

    .benefits-media {
        margin: 40px 0
    }
}

.benefits-media-item {
    border: 2px solid #1d1f22;
    border-radius: 12px
}

.benefits-media-item.warning {
    border-color: #ec3f27;
    border-radius: 20px
}

.benefits-media:first-child {
    margin-top: 0
}

.benefits-media:last-child {
    margin-bottom: 0
}

.benefits-content {
    width: 100%
}

.benefits-row {
    margin-top: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width: 768px) {
    .benefits-row {
        margin-top:64px;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-align: stretch;
        align-items: stretch
    }

    .benefits-row:nth-child(odd) {
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .benefits-row:nth-child(odd) .benefits-media {
        margin: 0 30px 0 0
    }

    .benefits-row:nth-child(odd) .benefits-title {
        margin-left: -30px
    }

    .benefits-row .benefits-title {
        position: relative;
        padding-left: 30px;
        margin-left: 16px;
        display: inline-block
    }

    .benefits-row .benefits-title:before {
        content: '';
        position: absolute;
        bottom: 12px;
        left: 0;
        right: 0;
        height: 1px;
        background: #ec3f27;
        z-index: -1
    }

    .benefits-row .benefits-title:after {
        content: '';
        position: absolute;
        bottom: 8px;
        left: -5px;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #fff;
        box-shadow: 0 0 0 8px #ec3f27,0 0 0 16px rgba(236,63,39,.2);
        z-index: 2
    }

    .benefits-row .benefits-media {
        margin: 0 0 0 30px;
        width: 100%;
        max-width: 420px
    }
}

.benefits :last-child {
    margin-bottom: 0
}

.benefits2 {
    padding: 40px 0
}

@media (min-width: 768px) {
    .benefits2 {
        padding:64px 0
    }
}

.benefits2-form {
    padding: 40px 0
}

.conline {
    margin-bottom: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center
}

.conline:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0
}

@media (min-width: 768px) {
    .benefits2-form {
        padding:64px 0
    }

    .conline {
        padding-bottom: 48px;
        margin-bottom: 48px;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-align: stretch;
        align-items: stretch;
        border-bottom: 1px solid #3c3e42
    }

    .conline-content {
        margin-right: 30px;
        width: 100%
    }
}

@media (min-width: 1200px) {
    .conline-content {
        margin-right:55px
    }
}

.conline-media {
    margin: 24px 0;
    width: 100%;
    max-width: 420px
}

.conline-media:first-child {
    margin-top: 0
}

.conline-media:last-child {
    margin-bottom: 0
}

.conline-media-item {
    border-radius: 12px;
    border: 2px solid #1d1f22
}

@media (min-width: 768px) {
    .conline-media {
        margin:0
    }

    .conline-media-item {
        border-radius: 20px
    }
}

.conline-media-item.light {
    border-color: #fff
}

.conline-media-item.warning {
    border-color: #ec3f27
}

.conline-title {
    margin-bottom: 24px;
    font-size: 16px;
    font-weight: 900
}

@media (min-width: 768px) {
    .conline-title {
        position:relative;
        font-size: 24px;
        font-weight: 800
    }

    .conline-title:before {
        content: '';
        position: absolute;
        bottom: 12px;
        left: 0;
        right: -30px;
        height: 1px;
        background: #ec3f27;
        z-index: 1
    }

    .conline-title:after {
        content: '';
        position: absolute;
        bottom: 8px;
        right: -34px;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #fff;
        box-shadow: 0 0 0 8px #ec3f27,0 0 0 16px rgba(236,63,39,.2);
        z-index: 2
    }

    .conline-title-zindex {
        position: relative;
        z-index: 3
    }

    .conline.reverse {
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .conline.reverse .conline-content {
        margin: 0 0 0 30px
    }

    .conline.reverse .conline-title:before {
        left: -30px;
        right: 0
    }

    .conline.reverse .conline-title:after {
        left: -35px
    }
}

@media (min-width: 1200px) {
    .conline-title:before {
        right:-55px
    }

    .conline-title:after {
        right: -60px
    }

    .conline.reverse {
        padding-right: 25px
    }
}

.conline--higlight {
    color: #ee9351
}

.conline strong {
    font-weight: 600
}

.conline :last-child {
    margin-bottom: 0
}

.section-dark {
    padding: 40px 0;
    color: #fff;
    background: #1d1f22
}

@media (min-width: 768px) {
    .section-dark {
        padding:64px 0
    }
}

.gallery-section {
    padding: 40px 0;
    background: #f2f2f2
}

.gallery-container {
    margin: 0 auto;
    max-width: 920px
}

.gallery-ba {
    position: relative;
    display: block;
    border: 1px solid #1e1e1e;
    border-radius: 6px;
    overflow: hidden
}

@media (min-width: 768px) {
    .gallery-section {
        padding:48px 0
    }

    .gallery-ba {
        border-radius: 5px
    }
}

.gallery-ba:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255,255,255,.5);
    transition: .3s linear;
    z-index: 2
}

.gallery-ba-holder {
    position: relative;
    padding-bottom: 20px
}

.gallery-ba-holder:before {
    content: '';
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 15px;
    height: 10px;
    background: #7a7a7a;
    filter: blur(5px);
    opacity: 0;
    transition: .3s linear
}

@media (min-width: 768px) {
    .gallery-ba-holder:before {
        bottom:14px;
        left: 14px;
        right: 14px;
        height: 16px;
        filter: blur(4px)
    }
}

@media all and (-ms-high-contrast:none),(-ms-high-contrast:active) {
    body {
        opacity: 1
    }

    .gallery-ba-holder {
        padding-bottom: 0
    }

    .expect-request-bg:after,.gallery-ba-holder:before {
        display: none
    }
}

.gallery-ba-item {
    position: relative
}

.gallery-ba-item:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5px 10px;
    font-size: 20px;
    font-weight: 700;
    color: #fafafa;
    text-align: center;
    letter-spacing: .01em;
    background: rgba(30,30,30,.9)
}

@media (min-width: 576px) {
    .gallery-ba-item:after {
        right:auto;
        bottom: 15px;
        padding: 7px 10px;
        min-width: 105px
    }
}

.gallery-ba-item:first-child:after {
    content: "Before"
}

.gallery-ba-item:last-child:after {
    content: "After"
}

.gallery-ba-item img {
    max-width: 100%;
    height: auto
}

.gallery-controls {
    padding-top: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (min-width: 768px) {
    .gallery-ba-item:after {
        bottom:30px;
        padding: 14px 10px;
        min-width: 175px;
        font-size: 26px
    }

    .gallery-controls {
        padding-top: 15px
    }
}

.gallery-controls .js_gallery-dots {
    padding: 0 20px
}

@media (min-width: 375px) {
    .gallery-controls .js_gallery-dots {
        padding:0 25px
    }
}

@media (max-width: 375px) {
    .gallery-controls .js_gallery-dots .slick-dots li {
        margin:6px
    }
}

.gallery .slick-slide {
    position: relative;
    z-index: 1
}

.gallery .slick-slide .gallery-ba-holder {
    -ms-transform: translateX(86%) scale(.9);
    transform: translateX(86%) scale(.9)
}

@media (min-width: 920px) {
    .gallery .slick-slide .gallery-ba-holder {
        -ms-transform:translateX(86%) scale(.85);
        transform: translateX(86%) scale(.85)
    }
}

.gallery .slick-slide.slick-current {
    position: relative;
    z-index: 9
}

.gallery .slick-slide.slick-current .gallery-ba:after {
    opacity: 0
}

.gallery .slick-slide.slick-current .gallery-ba-holder {
    -ms-transform: translateX(0) scale(1);
    transform: translateX(0) scale(1)
}

.gallery .slick-slide.slick-current .gallery-ba-holder:before {
    opacity: 1
}

.gallery .slick-slide.slick-current~.slick-slide .gallery-ba-holder {
    -ms-transform: translateX(-86%) scale(.9);
    transform: translateX(-86%) scale(.9)
}

@media (min-width: 920px) {
    .gallery .slick-slide.slick-current~.slick-slide .gallery-ba-holder {
        -ms-transform:translateX(-86%) scale(.85);
        transform: translateX(-86%) scale(.85)
    }
}

.gallery .slick-list {
    overflow: hidden
}

.gallery img {
    margin: 0 auto;
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 3px
}

.footer-page {
    padding: 25px 0;
    color: #bdbdbd;
    line-height: 1.5;
    background-color: #1b1d1f
}

.footer-page_copyright {
    margin-bottom: 23px;
    letter-spacing: .02em;
    color: #4f4f4f;
    font-size: 12px
}

@media (min-width: 768px) {
    .footer-page {
        padding:20px 0
    }

    .footer-page_copyright {
        color: #bdbdbd
    }
}

.footer-page_nav {
    padding-top: 16px;
    margin: 16px auto 37px;
    max-width: 504px;
    border-top: 1px solid #4f4f4f;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
    letter-spacing: .02em
}

@media (min-width: 768px) {
    .footer-page_nav {
        padding-bottom:16px;
        margin-bottom: 16px;
        -ms-flex-direction: row;
        flex-direction: row;
        border-top: 0;
        border-bottom: 1px solid #4f4f4f
    }
}

.footer-page_nav-item {
    margin-bottom: 20px;
    text-decoration: none
}

@media (min-width: 768px) {
    .footer-page_nav-item {
        margin-right:50px;
        margin-bottom: 0;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.footer-page_nav-item:hover {
    opacity: .85;
    text-decoration: underline
}

.footer-page_nav-item:last-child {
    margin: 0
}

.footer-page a {
    color: inherit
}

.expect-request {
    margin: 0 auto;
    width: 100%;
    max-width: 540px;
    text-align: left;
    letter-spacing: normal
}

.expect-request-bg {
    position: relative;
    margin-bottom: 17px
}

@media (min-width: 768px) {
    .expect-request-bg {
        margin-bottom:25px
    }
}

@media (min-width: 992px) {
    .expect-request {
        max-width:100%
    }

    .expect-request-bg {
        margin-bottom: 20px
    }
}

.expect-request-bg:after {
    content: '';
    position: absolute;
    left: 5px;
    right: 5px;
    bottom: -4px;
    height: 16px;
    border-radius: 50%;
    background: rgba(30,30,30,.4);
    filter: blur(8px)
}

.expect-request-body {
    position: relative;
    padding: 15px 10px;
    margin-bottom: 17px;
    border: 1px solid #e9e9e9;
    border-radius: 6px;
    background: linear-gradient(90deg,#f2f2f2 0,#f2f2f2 44.84%,#f5f5f5 69.19%,#f5f5f5 100%);
    line-height: 1.44;
    letter-spacing: normal;
    z-index: 2
}

@media (min-width: 768px) {
    .expect-request-body {
        padding:35px 30px;
        margin-bottom: 25px;
        font-size: 18px
    }
}

@media (min-width: 992px) {
    .expect-request-body {
        padding:22px 20px;
        margin-bottom: 20px;
        font-size: 19px;
        line-height: 1.33
    }
}

.expect-request-row {
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #e9e9e9
}

.expect-request-row:first-child .expect-request-col {
    padding-top: 0
}

.expect-request-row:last-child {
    border-bottom: 0
}

.expect-request-row:last-child .expect-request-col {
    padding-bottom: 0
}

.expect-request-col {
    padding: 7px 10px
}

.expect-request-col:first-child {
    font-weight: 500
}

@media (min-width: 576px) {
    .expect-request-col:first-child {
        padding-right:35px
    }
}

.expect-request-col:last-child {
    border: 0
}

@media (min-width: 768px) {
    .expect-request-row {
        border-bottom:0
    }

    .expect-request-col {
        padding: 12px 0;
        border-right: 1px solid #e9e9e9;
        width: 100%
    }

    .expect-request-col:first-child {
        padding-right: 30px
    }

    .expect-request-col:last-child {
        padding-left: 30px
    }

    .expect-request-status {
        font-size: 18px
    }
}

@media (min-width: 992px) {
    .expect-request-col {
        padding-top:10px;
        padding-bottom: 10px
    }

    .expect-request-col:first-child {
        padding-right: 18px
    }

    .expect-request-col:last-child {
        padding-left: 18px
    }
}

.expect-request-status {
    padding: 5px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    background: #4562f8
}

.expect-request-status b {
    font-weight: 600
}

.partners {
    padding: 60px 15px 40px;
    border-top: 1px solid #c4c4c4;
    line-height: 1.5
}

.partners-header {
    margin: 0 auto 20px;
    max-width: 780px;
    letter-spacing: .01em
}

.partners-title {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.62;
    color: #0d0d0d
}

@media (min-width: 768px) {
    .partners {
        padding-bottom:60px
    }

    .partners-title {
        font-size: 18px;
        line-height: 1.44
    }
}

@media (min-width: 992px) {
    .partners-header {
        margin-bottom:40px
    }

    .partners-title {
        font-size: 22px;
        line-height: 1.36
    }
}

.partners-container {
    padding: 20px 10px;
    margin: 0 auto;
    max-width: 1086px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 20px;
    background: #f8f8f8;
    box-shadow: 0 6px 18px rgba(0,0,0,.12)
}

@media (min-width: 768px) {
    .partners-container {
        padding:5px 10px;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

@media (min-width: 1200px) {
    .partners-container {
        padding:1px 80px
    }
}

.partners-logo {
    padding: 12px 10px;
    width: 50%;
    text-align: center
}

.certain {
    position: relative;
    padding: 48px 0;
    font-weight: 500
}

.certain:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 30%;
    background: url(../../images/certain-bg.jpg) center top/cover no-repeat
}

.certain-container {
    position: relative;
    z-index: 2
}

.certain-title {
    font-size: 30px;
    font-weight: 900;
    letter-spacing: .01em;
    color: #1b1d1f;
    line-height: 1.27
}

.certain-header {
    margin-bottom: 24px
}

@media (min-width: 768px) {
    .partners-logo {
        width:33.333334%
    }

    .certain {
        padding: 64px 0
    }

    .certain-title {
        font-size: 38px;
        line-height: 1.32
    }

    .certain-header {
        margin-bottom: 40px;
        text-align: center
    }
}

.certain-body {
    margin: 0 auto 40px;
    max-width: 730px
}

.certain :last-child {
    margin-bottom: 10px
}

.mainform {
    padding: 32px 10px;
    border-radius: 12px;
    background: url(../../images/form-bg.svg) center bottom/contain no-repeat #19aa64;
    box-shadow: 0 4px 8px rgba(0,0,0,.25)
}

@media (min-width: 768px) {
    .certain-body {
        margin-bottom:48px
    }

    .mainform {
        padding: 48px 15px;
        border-radius: 20px
    }
}

.mainform-body,.mainform-footer,.mainform-header {
    margin-bottom: 24px
}

.mainform-body,.mainform-footer {
    margin-left: auto;
    margin-right: auto;
    max-width: 460px
}

.mainform-title {
    font-size: 24px;
    font-weight: 800;
    letter-spacing: .01em;
    color: #fff
}

@media (min-width: 768px) {
    .mainform-body,.mainform-footer,.mainform-header {
        margin-bottom:32px
    }

    .mainform-title {
        font-size: 28px
    }

    .content-page-title {
        font-size: 42px
    }
}

.mainform :last-child {
    margin-bottom: 0
}

.content-page {
    padding-top: 44px;
    padding-bottom: 57px
}

.content-page-title {
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    max-width: 896px;
    color: #383b3d;
    font-weight: 900
}

.thankyou-container {
    max-width: 1116px
}

.thankyou-banner {
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 16px;
    line-height: 1.56;
    text-align: center;
    color: #fff;
    background: #f7f7f7
}

.thankyou-banner>* {
    position: relative;
    z-index: 2
}

.thankyou-banner-holder {
    padding: 30px 20px;
    border-radius: 8px;
    background: #2c2f32;
    background: linear-gradient(267.67deg,#494f55 1.04%,#2c2f32 28.26%,#1b1d1f 46.42%)
}

@media (min-width: 768px) {
    .thankyou-banner {
        text-align:left;
        font-size: 18px;
        line-height: 1.44
    }

    .thankyou-banner-holder {
        padding: 30px 15px
    }
}

@media (min-width: 992px) {
    .partners-container {
        -ms-flex-pack:justify;
        justify-content: space-between
    }

    .partners-logo {
        width: auto
    }

    .partners-logo:last-child {
        margin-right: 0
    }

    .thankyou-banner {
        font-size: 22px;
        line-height: 1.36;
        letter-spacing: .04em
    }

    .thankyou-banner-holder {
        padding: 20px 40px 45px
    }
}

.thankyou-banner-header {
    margin: 0 -10px 15px;
    text-align: center
}

.thankyou-banner-header-title {
    font-size: 20px;
    font-weight: 900;
    line-height: 1.4
}

.thankyou-banner-body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width: 768px) {
    .thankyou-banner-header {
        margin-bottom:20px
    }

    .thankyou-banner-header-title {
        font-size: 24px
    }

    .thankyou-banner-body {
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.thankyou-banner-body :last-child {
    margin-bottom: 0
}

.thankyou-banner-logo {
    padding: 4px;
    margin-bottom: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 6px;
    background: #383838;
    box-shadow: 0 2px 6px rgba(0,0,0,.5)
}

.thankyou-banner-col {
    width: 100%;
    -webkit-flex-shrink: unset
}

.thankyou-banner-col-arrow {
    margin-bottom: 15px;
    width: auto
}

@media (min-width: 768px) {
    .thankyou-banner-logo {
        padding:7px
    }

    .thankyou-banner-col-arrow {
        padding: 0 15px;
        margin-bottom: 0
    }
}

@media (min-width: 992px) {
    .thankyou-banner-header-title {
        font-size:36px
    }

    .thankyou-banner-col-arrow {
        padding: 0 35px 0 23px
    }
}

.thankyou-banner-col-arrow img {
    margin: 15px;
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.thankyou-banner-col-logo {
    text-align: center;
    letter-spacing: normal;
    line-height: 1.37
}

@media (min-width: 768px) {
    .thankyou-banner-col-arrow img {
        margin:0;
        min-width: 40px;
        -ms-transform: rotate(0);
        transform: rotate(0)
    }

    .thankyou-banner-col-logo {
        font-size: 15px;
        line-height: 1.47
    }
}

@media (min-width: 992px) {
    .thankyou-banner-col-logo {
        font-size:18px;
        line-height: 1.25
    }
}

.thankyou-expect {
    padding: 30px 0;
    font-size: 16px
}

@media (min-width: 768px) {
    .thankyou-expect {
        padding:50px 0;
        font-size: 18px
    }
}

@media (min-width: 992px) {
    .thankyou-expect {
        padding:60px 0;
        font-size: 20px
    }

    .thankyou-expect-warning {
        font-size: 22px
    }
}

.thankyou-expect-title {
    margin-bottom: 20px;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.37;
    color: #1e1e1e
}

@media (min-width: 768px) {
    .thankyou-expect-title {
        margin-bottom:28px;
        font-size: 26px;
        font-weight: 900;
        line-height: 1;
        letter-spacing: .01em
    }
}

.thankyou-expect-row {
    margin: 0 auto 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    line-height: 1.62;
    max-width: 490px;
    text-align: center
}

@media (min-width: 768px) {
    .thankyou-expect-row {
        margin-bottom:50px;
        line-height: 1.44
    }
}

@media (min-width: 992px) {
    .thankyou-expect-row {
        margin:0 -20px 60px;
        max-width: none;
        -ms-flex-direction: row;
        flex-direction: row;
        line-height: 1.33;
        text-align: left
    }
}

.thankyou-expect-col {
    margin-bottom: 30px
}

@media (min-width: 768px) {
    .thankyou-expect-col {
        margin-bottom:50px
    }
}

@media (min-width: 992px) {
    .thankyou-expect-col {
        margin-bottom:0;
        padding: 0 20px;
        width: 100%
    }
}

.thankyou-expect-col.expect-col-answ {
    max-width: 530px
}

.thankyou-expect-col :last-child {
    margin-bottom: 0
}

.thankyou-expect-warning {
    position: relative;
    padding: 20px 15px;
    background: #fcfcfc;
    border: 2px solid #fed030;
    border-radius: 6px;
    line-height: 1.71;
    box-shadow: inset 0 0 20px rgba(0,0,0,.12);
    z-index: 2
}

.thankyou-expect-warning-outer {
    position: relative;
    margin-bottom: 35px
}

@media (min-width: 768px) {
    .thankyou-expect-warning {
        padding:30px 15px;
        line-height: 1.44
    }

    .thankyou-expect-warning-outer {
        margin-bottom: 40px
    }
}

@media (min-width: 992px) {
    .thankyou-expect-warning {
        padding:30px 76px;
        line-height: 1.55
    }

    .thankyou-expect-warning-outer {
        margin-bottom: 50px
    }
}

.thankyou-expect-warning-outer:after {
    content: '';
    position: absolute;
    left: 5px;
    right: 5px;
    bottom: -5px;
    height: 16px;
    border-radius: 50%;
    background: rgba(30,30,30,.3);
    filter: blur(15px);
    z-index: 1
}

@media all and (-ms-high-contrast:none),(-ms-high-contrast:active) {
    .thankyou-expect-warning-outer:after {
        display: none
    }
}

.thankyou-expect-discount {
    margin: 0 auto 30px;
    max-width: 518px;
    line-height: 1.62
}

@media (min-width: 768px) {
    .thankyou-expect-warning-outer:after {
        bottom:-9px;
        height: 22px
    }

    .thankyou-expect-discount {
        margin-bottom: 50px;
        line-height: 1.44
    }
}

.thankyou-expect-discount-desc {
    margin-bottom: 30px
}

.thankyou-expect-discount-arrow {
    display: none
}

@media (min-width: 992px) {
    .thankyou-expect-discount {
        line-height:1.18
    }

    .thankyou-expect-discount-desc {
        margin-bottom: 14px
    }

    .thankyou-expect-discount-arrow {
        margin: 14px 0;
        display: block
    }
}

.thankyou-expect-discount-subtitle {
    margin-bottom: 10px;
    font-size: 19px;
    font-weight: 500;
    line-height: 1.37
}

@media (min-width: 768px) {
    .thankyou-expect-discount-subtitle {
        font-size:18px;
        line-height: 1.56
    }
}

.thankyou-expect-discount-coupon {
    position: relative;
    margin-bottom: 15px;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

@media (min-width: 992px) {
    .thankyou-expect-discount-subtitle {
        font-size:20px;
        line-height: 1.3
    }

    .thankyou-expect-discount-coupon {
        margin-bottom: 20px
    }
}

.thankyou-expect-discount-coupon:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1
}

.thankyou-expect-discount :last-child,.thankyou-expect-discount-coupon:last-child {
    margin-bottom: 0
}

.thankyou-expect-content {
    margin: 0 auto;
    max-width: 920px;
    font-size: 16px;
    line-height: 1.62
}

@media (min-width: 768px) {
    .thankyou-expect-content {
        font-size:18px;
        line-height: 1.44
    }
}

@media (min-width: 992px) {
    .thankyou-expect-content {
        font-size:22px;
        line-height: 1.36
    }
}

.thankyou-expect-content-title {
    margin-bottom: 20px;
    font-size: 19px;
    font-weight: 700;
    color: #1e1e1e
}

@media (min-width: 768px) {
    .thankyou-expect-content-title {
        margin-bottom:30px;
        font-size: 26px;
        font-weight: 900;
        letter-spacing: .01em
    }
}

.thankyou-review {
    padding: 30px 0;
    font-size: 16px;
    line-height: 1.62;
    border-top: 1px solid #c4c4c4;
    border-bottom: 1px solid #c4c4c4
}

@media (min-width: 768px) {
    .thankyou-review {
        padding:50px 0;
        font-size: 18px;
        line-height: 1.44
    }
}

@media (min-width: 992px) {
    .thankyou-expect-content-title {
        margin-bottom:40px
    }

    .thankyou-review {
        padding: 60px 0;
        font-size: 22px;
        line-height: 1.36
    }
}

.thankyou-review-container {
    max-width: 830px
}

.thankyou-review-header {
    padding: 20px 5px 30px;
    margin-bottom: 30px;
    font-weight: 600;
    color: #fff;
    background: linear-gradient(180deg,#22d2b3 0,#07887f 100%);
    border-radius: 6px
}

@media (min-width: 768px) {
    .thankyou-review-header {
        padding:20px 60px 45px;
        margin-bottom: 40px
    }
}

@media (min-width: 992px) {
    .thankyou-review-header {
        padding:20px 100px 40px;
        margin-bottom: 50px
    }
}

.thankyou-review-header-icon {
    margin-bottom: 17px
}

@media (min-width: 768px) {
    .thankyou-review-header-icon {
        margin-bottom:27px
    }

    .thankyou-review-media {
        margin: 30px auto
    }
}

.thankyou-review-media {
    margin: 30px auto
}

.thankyou-review-media-item {
    border: 2px solid #0c9789;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0,0,0,.22);
    overflow: hidden
}

.thankyou-review p {
    margin-bottom: 15px
}

@media (min-width: 768px) {
    .thankyou-review p {
        margin-bottom:30px
    }
}

@media (min-width: 992px) {
    .thankyou-review-media {
        margin:40px auto 60px
    }

    .thankyou-review p {
        margin-bottom: 20px
    }
}

.thankyou-review strong {
    font-weight: 500
}

.thankyou-review :last-child {
    margin-bottom: 0
}

/*for form*/
[data-wizzard] {
    display: none
}

[data-wizzard].is-active {
    display: block
}

[data-wizzard-percent]:after {
    content: '%'
}
.js_lead-form {
    position: relative
}

.d-flex {
    display: -ms-flexbox!important;
    display: flex!important
}

.flex-column {
    -ms-flex-direction: column!important;
    flex-direction: column!important
}

.step {
    padding: 6px;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    min-height: 355px;
    max-width: 920px;
    width: 100%;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 1px 32px rgba(0,0,0,.08)
}

@media (min-width: 768px) {
    .step {
        padding:16px;
        -ms-flex-direction: row;
        flex-direction: row;
        border-radius: 12px;
        box-shadow: 0 4px 40px rgba(0,0,0,.12)
    }
}

.step-col {
    padding: 22px 14px 80px;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    border-radius: 8px;
    background: #fafff7
}

@media (min-width: 992px) {
    .step-col {
        padding:48px 15px 80px
    }
}
[data-wizzard=llocation] .step-col {
    padding-bottom: 20px
}

.step-inputs {
    padding: 40px 0;
    margin: auto 0
}

.step-inputs.is-mw {
    margin: auto;
    max-width: 400px;
    width: 100%
}

.step-inputs :last-child {
    margin-bottom: 0
}

.step-secure {
    position: absolute;
    left: 50%;
    bottom: 15px;
    -ms-transform: translateX(-50%) translateY(-100%);
    transform: translateX(-50%) translateY(-100%);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.3;
    color: #757575;
    white-space: nowrap;
    opacity: 1;
    z-index: 10;
    transition: .25s linear
}

.step-secure-icon {
    position: relative;
    top: -1px;
    margin-right: 9px
}

.is-active[data-wizzard=llocation]~.step-secure {
    opacity: 0
}

.step-animate {
    animation: .75s ease-in-out forwards action-next
}

.step-h3 {
    margin: 0 auto;
    max-width: 1100px;
    font-size: 20px;
    font-weight: 600;
    color: #383b3d;
    text-align: center;
    line-height: 1.3
}

@media (min-width: 768px) {
    .step-col {
        width:50%;
        border-radius: 12px
    }

    [data-wizzard=llocation] .step-col {
        padding-bottom: 40px
    }

    .step-inputs {
        padding: 44px 0 55px
    }

    .step-secure {
        bottom: 25px
    }

    .step-h3 {
        font-size: 30px
    }
}

.step .btn {
    text-transform: uppercase
}

.step .btn.is-mw {
    margin-left: auto;
    margin-right: auto;
    max-width: 400px;
    width: 100%
}
@keyframes action-next {
    from {
        opacity: 0;
        transform: translateX(60px)
    }

    95% {
        opacity: 1
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes action-next-md {
    from {
        opacity: 0;
        transform: translateX(100px)
    }

    95% {
        opacity: 1
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes action-prev {
    from {
        opacity: 0;
        transform: translateX(-40px)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

.btn--warning {
    letter-spacing: .02em;
    color: #fff;
    background: #fc7405;
    background: linear-gradient(268.03deg,#fc7405 0,#fc4f05 51.66%);
    box-shadow: 0 0 7.01709px rgba(0,0,0,.25);
    overflow: hidden
}

.btn--warning:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(268.03deg,#fc4f05 0,#fc7405 51.66%);
    z-index: 1;
    opacity: 0;
    transition: .2s linear
}

.btn--warning>* {
    position: relative;
    z-index: 2
}

.btn--warning:not(:disabled):focus {
    outline: 0;
    border-color: #cc5d02
}

.btn--warning:not(:disabled):focus:after {
    opacity: .85
}

.btn--warning:not(:disabled):hover {
    color: #fff
}

.btn--warning:not(:disabled):hover:after {
    opacity: 1
}

.btn--warning:not(:disabled):active {
    transition: none;
    background: #994602
}

.btn--warning:not(:disabled):active:after {
    transition: none;
    opacity: 0
}

.btn-block {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.btn_desc {
    margin-top: 3px;
    display: block;
    font-size: 9px;
    font-weight: 500;
    text-transform: none;
    letter-spacing: normal
}

@media (min-width: 375px) {
    .btn_desc {
        margin:0;
        font-size: 10px
    }
}

.btn_desc-icon {
    position: relative;
    top: -2px;
    left: -2px
}

.btn-mphone {
    position: relative
}

.btn-mphone .icon-mphone {
    width: 20px;
    height: 20px;
    fill: #fff;
    margin-top: -2px;
    animation: 2s cubic-bezier(.36,.07,.19,.97) infinite vibrate
}

.btn.btn--loading {
    position: relative;
    color: transparent!important;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.btn.btn--loading:after,.btn.btn--loading:before {
    content: ""!important;
    position: absolute!important;
    top: 50%!important;
    left: 50%!important;
    -ms-transform: translate(-50%,-50%)!important;
    transform: translate(-50%,-50%)!important;
    margin: 0!important;
    border: 4px solid #fff;
    opacity: 1;
    border-radius: 50%;
    animation: 1.25s cubic-bezier(0,.2,.8,1) infinite btn--loading
}

.btn.btn--loading:after {
    animation-delay: -.75s
}

.btn:disabled {
    cursor: not-allowed;
    box-shadow: none!important
}

@keyframes btn--loading {
    0% {
        width: 0;
        height: 0;
        opacity: 1
    }

    100% {
        width: 34px;
        height: 34px;
        opacity: 0
    }
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    overflow: hidden
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,.slick-slider .slick-track {
    transform: translate3d(0,0,0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,.slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-arrow.slick-disabled {
    opacity: .25;
    pointer-events: none
}

.slick-next,.slick-prev {
    position: absolute;
    top: 50%;
    left: 0;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    border: 0;
    border-radius: 50%;
    background: #16404a;
    text-indent: -9999px;
    color: transparent;
    z-index: 2;
    transition: .25s linear
}

.slick-next:hover,.slick-prev:hover {
    background: #6f9856
}

.slick-next:active,.slick-prev:active {
    transition: none;
    background: #1e1e1e
}

.slick-next:focus,.slick-prev:focus {
    outline: 0
}

.slick-next:after,.slick-prev:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%) rotate(135deg);
    transform: translate(-50%,-50%) rotate(135deg);
    width: 10px;
    height: 10px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff
}

.slick-next.slick-disabled,.slick-prev.slick-disabled {
    opacity: .15
}

.slick-next {
    right: 0;
    left: auto
}

.slick-next:after {
    -ms-transform: translate(-50%,-50%) rotate(-45deg);
    transform: translate(-50%,-50%) rotate(-45deg)
}

.slick-dots {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center
}

.slick-dots li {
    margin: 5px
}

.slick-dots li.slick-active button {
    border-color: #6f9856;
    box-shadow: inset 0 0 0 2px #6f9856
}

.slick-dots button {
    padding: 0;
    margin: 0;
    width: 10px;
    height: 10px;
    display: block;
    border: 1px solid #828282;
    border-radius: 50%;
    text-indent: -9999px
}

.slick-dots button:hover {
    background-color: rgba(85,143,255,.15)
}

.slick-dots button:focus {
    outline: 0
}

.slick-controls {
    padding-top: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.slick-controls .js_slickDots .slick-dots li {
    margin: 7px
}

.slick-controls .js_slickDots .slick-dots button {
    width: 10px;
    height: 10px
}

.slick-controls .js_slickDots .slick-dots .slick-active button {
    border-color: #1e1e1e;
    box-shadow: inset 0 0 0 2px #1e1e1e
}

@media (max-width: 991px) {
    .slick-controls.is-lg .slick-next,.slick-controls.is-lg .slick-prev {
        position:static;
        -ms-transform: translate(0);
        transform: translate(0)
    }
}

@media (min-width: 992px) {
    .btn-mphone {
        font-size:16px
    }

    .slick-next,.slick-prev {
        width: 40px;
        height: 40px
    }

    .slick-controls.is-lg {
        padding-top: 0
    }

    .slick-controls.is-lg .js_slickDots {
        display: none
    }
}

,.arrow-prev {
    position: relative;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    color: transparent;
    border: 0;
    border-radius: 50%;
    background: #6f9856;
    overflow: hidden;
    box-shadow: none;
    z-index: 1
}

@media (min-width: 768px) {
    .arrow-next,.arrow-prev {
        width:40px;
        height: 40px
    }

    .arrow-next:hover,.arrow-prev:hover {
        background: #577744
    }
}

.arrow-next:active,.arrow-prev:active {
    background: #344728
}

.arrow-next:focus,.arrow-prev:focus {
    outline: 0
}

.arrow-next:after,.arrow-prev:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    width: 32px;
    height: 25px;
    background: url(../../img/svg/icon-arrow-left.svg) center/60% auto no-repeat
}

.arrow-next:after {
    -ms-transform: translate(-50%,-50%) rotate(180deg);
    transform: translate(-50%,-50%) rotate(180deg)
}

.js_next,.js_prev {
    padding: 10px 15px;
    border: 0;
    background: 0 0
}

.js_next:hover .icon-svg,.js_prev:hover .icon-svg {
    fill: #6f9856
}

.js_next:active .icon-svg,.js_prev:active .icon-svg {
    fill: #16404a
}

.js_next .icon-svg,.js_prev .icon-svg {
    width: 12px;
    height: 20px;
    display: block;
    fill: #383b3d
}

.js_next .icon-svg svg,.js_prev .icon-svg svg {
    vertical-align: top
}

@media (min-width: 768px) {
    .arrow-next:after,.arrow-prev:after {
        background-size:70% auto
    }

    .js_next,.js_prev {
        position: absolute;
        top: 50%;
        right: -15px;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .js_next .icon-svg,.js_prev .icon-svg {
        width: 16px;
        height: 27px
    }

    .js_prev {
        right: auto;
        left: -15px
    }
}

.js_prev .icon-svg {
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.js_slickDots {
    padding: 0 20px
}

@media (min-width: 375px) {
    .js_slickDots {
        padding:0 25px
    }
}

body.compensate-for-scrollbar {
    overflow: hidden
}
.icon-svg {
    display: inline-block;
    vertical-align: top;
    overflow: hidden
}

.icon-svg svg {
    background: inherit;
    height: 100%;
    width: 100%;
    fill: inherit
}

.icon-arrow-right {
    margin-left: 5px;
    margin-top: -3px;
    width: 20px;
    height: 14px
}

.radio-icon svg.icon-built {
    width: 23px;
    height: 22px
}

@media (min-width: 768px) {
    .radio-icon svg.icon-built {
        width:39px;
        height: 38px
    }
}

.radio {
    position: relative;
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer
}

.radio input[type=checkbox],.radio input[type=radio] {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px;
    z-index: -1
}

.radio input[type=checkbox]:focus~.radio-toggler,.radio input[type=radio]:focus~.radio-toggler {
    border-color: #f60;
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.radio input[type=checkbox]:checked~.radio-toggler,.radio input[type=radio]:checked~.radio-toggler {
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    border-color: #f60;
    color: #f60;
    background: linear-gradient(180deg,#ffefe4 0,#fff 100%);
    box-shadow: inset 0 0 0 2px #f60;
    cursor: default
}

@media (min-width: 768px) {
    .radio {
        font-size:20px
    }

    .radio input[type=checkbox]:checked~.radio-toggler,.radio input[type=radio]:checked~.radio-toggler {
        box-shadow: inset 0 0 0 3px #f60
    }
}

.radio-toggler {
    cursor: pointer;
    transition: .2s linear
}

.radio:hover .radio-toggler {
    border-color: #ff751a;
    color: #e65c00;
    -ms-transform: scale(1.035);
    transform: scale(1.035)
}

.radio-box {
    padding: 5px;
    width: 120px;
    height: 74px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
    text-align: center;
    border: 1px solid #c8c8c8;
    font-weight: 400;
    color: #2c3940;
    background: #fff;
    box-shadow: 0 0 8px rgba(0,0,0,.1);
    border-radius: 12px;
    font-size: 18px
}

@media (min-width: 768px) {
    .radio-box {
        padding:10px;
        width: 150px;
        height: 85px;
        border-radius: 20px;
        font-size: 22px
    }
}

.radio-btn {
    padding: 9px 16px;
    display: -ms-flexbox;
    display: flex;
    width: 260px;
    min-height: 60px;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 1px solid #c8c8c8;
    border-radius: 10px;
    background: #fff
}

@media (min-width: 768px) {
    .radio-btn {
        padding:9px 14px;
        width: 284px;
        min-height: 80px
    }
}

.radio-btn.is-checkbox {
    padding-right: 50px
}

.radio-checkbox {
    position: absolute;
    top: 50%;
    right: 15px;
    width: 18px;
    height: 18px;
    border: 1px solid #828085;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.radio-checkbox:after {
    content: '';
    position: absolute;
    top: -5px;
    left: 0;
    height: 11px;
    width: 23px;
    border-left: 2px solid #00ab46;
    border-bottom: 2px solid #00ab46;
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0
}

input:checked~.radio-btn .radio-checkbox:after {
    opacity: 1
}

.radio-icon {
    margin-right: 10px;
    min-width: 40px;
    width: 40px;
    height: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #b5b5b5;
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(0,0,0,.25)
}

.radio-icon svg.icon-steam {
    width: 27px;
    height: 27px
}

@media (min-width: 768px) {
    .radio-icon {
        min-width:70px;
        width: 70px;
        height: 70px
    }

    .radio-icon svg.icon-steam {
        width: 46px;
        height: 46px
    }
}

.radio-icon svg.icon-seat {
    width: 23px;
    height: 28px
}

.icon-seat {
    
    height: 28px
}


@media (min-width: 768px) {
    .radio-icon svg.icon-seat {
        width:37px;
        height: 48px
    }
	.icon-seat {
		width:40px;
		height: 48px
	}
}

.radio-icon svg.icon-built {
    width: 23px;
    height: 22px
}

@media (min-width: 768px) {
    .radio-icon svg.icon-built {
        width:39px;
        height: 38px
    }
}

.radio-icon svg.icon-nextra {
    width: 21px;
    height: 22px
}

.radio-grid {
    margin: 0 auto 15px;
    max-width: 300px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 16px
}

.radio-grid.is-btns {
    max-width: 600px
}

@media (min-width: 768px) {
    .radio-icon svg.icon-nextra {
        width:36px;
        height: 39px
    }

    .radio-grid.is-btns {
        gap: 20px
    }
}

.radio-grid.is-boxes {
    gap: 6px
}

@media (min-width: 375px) {
    .radio-grid.is-boxes {
        gap:20px
    }
}