@charset "UTF-8";
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: .67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: .35em .75em .625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

/* font face styles */
@font-face {
    font-family: "icomoon";
    src: url("../fonts/icomoon/icomoon.eot?gtwo0n");
    src: url("../fonts/icomoon/icomoon.eot?gtwo0n#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?gtwo0n") format("truetype"), url("../fonts/icomoon/icomoon.woff?gtwo0n") format("woff"), url("../fonts/icomoon/icomoon.svg?gtwo0n#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: "Museo Sans";
    src: local("Museo Sans"),
     url("../fonts/Museo/MuseoSans_500.otf") format("opentype");
    }
    
[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "Museo Sans" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-attention-circle:before {
    content: "";
}

.icon-attention-triangle:before {
    content: "";
}

.icon-checkmark:before {
    content: "";
}

.icon-checkmark-circle:before {
    content: "";
}

.select__list,
.payment-list,
.paypal-payment-list,
.radio-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* default styles */
html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

* {
    max-height: 1000000px;
}

body {
    font: 400 18px/1.2 "Museo Sans", "Poppins", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    min-width: 320px;
    color: #161338;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: -ms-flexbox;
    font-family: "Museo Sans";
    display: flex;
}

@media (max-width: 1023px) {
    body {
        font-size: 19px;
    }
}

@media (max-width: 767px) {
    body {
        font-size: 13px;
        line-height: 1.5;
    }
}

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

b,
strong {
    font-weight: 700;
}

form,
fieldset {
    margin: 0;
    padding: 0;
    border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="date"],
textarea {
    outline: none;
    -webkit-appearance: none;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

input[type="date"]::-webkit-clear-button,
input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}

select {
    outline: none;
}

textarea {
    resize: none;
    vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
    outline: none;
    cursor: pointer;
    -webkit-appearance: none;
}

/* typography styles */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
    font-family: "Museo Sans", "Poppins", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-weight: 700;
    line-height: 1;
    color: #161338;
    margin: 0 0 20px;
}

@media (max-width: 767px) {
    h1,
    .h1,
    h2,
    .h2,
    h3,
    .h3,
    h4,
    .h4,
    h5,
    .h5,
    h6,
    .h6,
    .h {
        line-height: 1.2;
    }
}

h1:last-child,
.h1:last-child,
h2:last-child,
.h2:last-child,
h3:last-child,
.h3:last-child,
h4:last-child,
.h4:last-child,
h5:last-child,
.h5:last-child,
h6:last-child,
.h6:last-child,
.h:last-child {
    margin: 0;
}

h1,
.h1 {
    font-size: 30px;
}

h2,
.h2 {
    font-size: 26px;
}

h3,
.h3 {
    font-size: 22px;
    font-weight: 300;
    line-height: 1.28571;
}

h4,
.h4 {
    font-size: 20px;
}

h5,
.h5 {
    font-size: 18px;
}

h6,
.h6 {
    font-size: 14px;
}

p {
    margin: 0 0 10px;
}

p:last-child {
    margin: 0;
}

a {
    text-decoration: none;
    color: #3a99ff;
    outline: none;
    transition: color .2s linear;
}

a:hover {
    color: #218cff;
}

a:focus {
    color: #077fff;
}

/* wrapper styles */
.wrapper {
    position: relative;
    overflow: hidden;
    display: -ms-flexbox;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 100vh;
}

.header {
    height: 56px;
    background-color: white;
    padding: 0px;
    display: flex;
    position:relative;
    box-shadow: 0px -1px 11px 0px black;
    justify-content: left;
    align-items: center;
  }

.avatar {
height: 48px;
position: absolute;
border-radius: 24px;
box-shadow: 0px 0px 6px 7px white;
top: 15px;
left: 0;
right: 0;
margin-left: auto;
margin-right: auto;
}

.logo img{
margin: 20px;
width: 100px;
}

@media (max-width: 1023px) {
    .header {
        /* padding: 20px 32px; */
    }
}

@media (max-width: 767px) {
    .header {
        /* padding: 20px; */
    }
}

@media (max-width: 374px) {
    .header {
        /* padding: 20px 10px; */
    }
}

.header__link {
    font-size: 15px;
}

.color__bluish {
    /*color: #3a99ff;*/
    color: #3a99ff;
}

/* main styles */
.main {
    position: relative;
    z-index: 1;
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
}

/* logo styles */
.logo {
    max-width: 155px;
}

@media (max-width: 1023px) {
    .logo {
        max-width: 141px;
    }
}

@media (max-width: 767px) {
    .logo {
        max-width: 104px;
    }
}

.logo__link {
    display: block;
    width: 150px;
}

.logo__img {
    display: block;
}

/* form styles */
.form__step {
    margin: 24px;
}

.form__small {
    font-size: 9px;
}

.form__errors {
    margin-top: 15px;
    color: #FF0000;
    /*background-color: #f8d7da;*/
    border-color: #f5c6cb;
}

.form__header {
    text-align: left;
    margin: 0 0 30px;
}


.form__header .button_secondary {
    margin: 0 auto;
}

.form__header:last-child {
    margin: 0;
}

.form__icon {
    font-size: 72px;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 28px;
}

@media (max-width: 1023px) {
    .form__icon {
        font-size: 58px;
        margin: 0 0 22px;
    }
}

.form__icon_checkmark {
    color: #04dd1d;
}

.form__icon_attention {
    color: #f53166;
}

.form__icon:last-child {
    margin: 0;
}

.form__title {
    margin: 0 0 20px;
    font-weight: 700;
    font-size: 32px;

}


.form__title:last-child {
    margin: 0;
}

.form__sub-title {
    font-size: 20px;
    font-weight: 500;
    text-align: center;
}

@media (max-width: 1023px) {
    .form__sub-title {
        font-size: 18px;
    }
}

.form__paragraph {
    font-size: 16px;
    font-family: Museo Sans;
    margin-bottom: 20px;
}

.bg-blue {
    padding: 16px;
    padding-left: 32px;
    border-radius: 8px;
    background-color: rgb(1, 131, 255, 0.04);
}

.form__btn-wrap {
    margin: 22px 0;
}

@media (max-width: 1023px) {
    .form__btn-wrap {
        margin: 18px 0;
    }
}

.form__btn-wrap:last-child {
    margin-bottom: 0;
}

.form__body {
    width: 100%;
    margin: 0 auto 24px;
    align-items: left;
}


.form__body_sm {
}

.form__body_lg {
    max-width: 525px;
}

@media (max-width: 767px) {
    .form__body_lg {
        max-width: 420px;
    }
}

.form__body:last-child {
    margin-bottom: 0;
}

.form__row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -4px;
}

.form__row:not(:last-child) {
    margin-bottom: 24px;
}

@media (max-width: 1023px) {
    .form__row:not(:last-child) {
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .form__row:not(:last-child) {
        margin-bottom: 24px;
    }
}

.form__col {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 4px;
}

.form__col:only-child {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.form__footer {
    width: 100%;
    margin-top: 32px;
}


/* button styles */
.button {
    line-height: 1.2;
    border: 2px solid transparent;
    display: block;
    padding: 12px 10px;
    border-radius: 4px;
    transition: color .2s linear, border-color .2s linear, background .2s linear;
}

@media (max-width: 767px) {
    .button {
        padding: 10px;
    }
}

.button_primary {
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: .09em;
    border-radius: 24px;
    box-shadow: 0px 4px 4px 0 #0000003d;
    width: 100%;
}

.button_primary:not(:disabled) {
    color: #fff;
    background: #3a99ff;
}

.button_primary:not(:disabled):hover {
    color: #3a99ff;
    border-color: #3a99ff;
    background: transparent;
}

.button_primary:not(:disabled):focus {
    color: #077fff;
    border-color: #077fff;
    background: transparent;
}

.button_secondary {
    font-size: 20px;
    font-weight: 700;
    min-width: 525px;
}

@media (max-width: 767px) {
    .button_secondary {
        min-width: 300px;
    }
}

@media (max-width: 374px) {
    .button_secondary {
        min-width: 100%;
    }
}

.button_secondary:not(:disabled) {
    color: #fff;
    background: #0050e6;
}

.button_secondary:not(:disabled):hover {
    color: #0050e6;
    border-color: #0050e6;
    background: transparent;
}

.button_secondary:not(:disabled):focus {
    color: #003eb3;
    border-color: #003eb3;
    background: transparent;
}

.button:disabled {
    color: #afafaf;
    background: #d5d5d5;
    pointer-events: none;
}

/* input control styles */
.input-control {
    position: relative;
}

.input-control_filled .label {
    color: #000;
}

.input-control_focus .label {
    color: #3a99ff;
}

.input-control_focus .input {
    border-color: #3a99ff;
}

.input-control_focus .select__inner {
    border-color: #3a99ff;
}

.input-control_focus .select__opener:before {
    transform: translate(-50%, -50%) rotate(180deg);
    border-top-color: #3a99ff;
}

.input-control_error .label {
    color: #f53166;
}

.input-control_error .input {
    border-color: #f53166;
    padding-right: 48px;
}

.input-control .label {
    position: absolute;
    top: -5px;
    left: 13px;
    z-index: 2;
}

.input-control__icon {
    font-size: 20px;
    color: #f53166;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
}

/* label styles */
.label {
    font-size: 12px;
    color: rgba(0, 0, 0, .38);
    background: #fff;
    display: block;
    padding: 0 5px;
    cursor: pointer;
    transition: color .2s linear;
}

/* input styles */
.input {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    background: #fff;
    display: block;
    padding: 18px 14px;
    border-radius: 8px;
    border: 1px solid #9C9C9C;
}

.input:focus {
    border: 2px solid #3a99ff;
    box-shadow: 0px 4px 4px 0 #0000003d
}


.input::-webkit-input-placeholder {
    color: rgba(0, 0, 0, .38);
}

.input::-moz-placeholder {
    opacity: 1;
    color: rgba(0, 0, 0, .38);
}

.input:-moz-placeholder {
    color: rgba(0, 0, 0, .38);
}

.input:-ms-input-placeholder {
    color: rgba(0, 0, 0, .38);
}

.input.placeholder {
    color: rgba(0, 0, 0, .38);
}

.input:disabled {
    color: #afafaf;
}

/* select styles */
.select {
    position: relative;
    cursor: pointer;
}

.select_active .select__dropdown {
    opacity: 1;
    visibility: visible;
}

.select__inner {
    width: 100%;
    height: 56px;
    background: #fff;
    border: 2px solid rgba(0, 0, 0, .38);
    border-radius: 4px;
    padding: 10px 66px 10px 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
}

@media (max-width: 767px) {
    .select__inner {
        border-width: 1px;
        height: 45px;
    }
}

.select__text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
}

.select__opener {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 66px;
}

.select__opener:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 0;
    width: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid rgba(0, 0, 0, .6);
    transition: transform .2s linear, border-top-color .2s linear;
}

.select__dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .2);
    opacity: 0;
    visibility: hidden;
    transition: opacity .2s linear, visibility .2s linear;
}

.select__dropdown-inner {
    padding: 16px 0;
}

.select__list {
    font-size: 16px;
}

.select__link {
    color: #000;
    padding: 15px;
    display: block;
    transition: background .2s linear;
}

@media (max-width: 767px) {
    .select__link {
        padding: 13px 15px;
    }
}

.select__link:hover,
.select__link:focus {
    color: #000;
    background: rgba(0, 0, 0, .08);
}

/* alert message styles */
.alert-message {
    font-size: 12px;
    margin: 5px 15px 0;
}

.alert-message_error {
    color: #f53166;
}

.alert-message__paragraph {
    margin: 0;
}

/* client information styles */
.client-information {
    border: 1px solid rgba(175, 175, 175, 1);
    border-radius: 4px;
    opacity: 1;
    margin-bottom: 18px;
    padding: 20px;
}

.client-information__box:not(:last-child) {
    margin: 0 0 22px;
}

@media (max-width: 1023px) {
    .client-information__box:not(:last-child) {
        margin: 0 0 20px;
    }
}

@media (max-width: 767px) {
    .client-information__box:not(:last-child) {
        margin: 0 0 22px;
    }
}

.client-information__row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    margin: 0 -5px;
}

.client-information__row:not(:last-child) {
    margin-bottom: 12px;
}

@media (max-width: 1023px) {
    .client-information__row:not(:last-child) {
        margin-bottom: 10px;
    }
}

@media (max-width: 767px) {
    .client-information__row:not(:last-child) {
        margin-bottom: 12px;
    }
}

.border__bottom:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 5px;
    right: 5px;
    height: 1px;
    background: rgba(175, 175, 175, .5);
}

.client-information__col {
    padding: 0 5px;
}

.client-information__title,
.client-information__sub-title,
.client-information__text,
.client-information__date {
    font-size: 20px;
    line-height: 1.1;
    display: block;
}

@media (max-width: 1023px) {
    .client-information__title,
    .client-information__sub-title,
    .client-information__text,
    .client-information__date {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .client-information__title,
    .client-information__sub-title,
    .client-information__text,
    .client-information__date {
        line-height: 1.2;
    }
}

.client-information__title,
.client-information__sub-title {
    color: #000;
}

.client-information__text {
    /*color: rgba(0, 0, 0, .65);*/
    color: #3a99ff;
    text-align: right;
}

.client-information__date {
    font-weight: 700;
    color: rgba(0, 0, 0, .65);
    text-align: right;
}

/* payment list styles */
.payment-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -15px;
}

@media (max-width: 1023px) {
    .payment-list {
        margin: 0 -5px;
    }
}

@media (max-width: 767px) {
    .payment-list {
        display: block;
        margin: 0;
    }
}

.payment-list__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 230px;
    flex: 0 0 230px;
    max-width: 230px;
    padding: 0 15px 30px;
}

@media (max-width: 1023px) {
    .payment-list__item {
        -ms-flex: 0 0 184px;
        flex: 0 0 184px;
        max-width: 184px;
        padding: 0 5px 10px;
    }
}

@media (max-width: 767px) {
    .payment-list__item {
        -ms-flex: 0 0 340px;
        flex: 0 0 340px;
        max-width: 340px;
        padding: 0;
        margin: 0 auto;
    }
}

@media (max-width: 374px) {
    .payment-list__item {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .payment-list__item:not(:last-child) {
        margin-bottom: 10px;
    }
}

.payment-list__button {
    min-height: 72px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    background: transparent;
    text-align: center;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    padding: 12px;
    border: 1px solid #9C9C9C;
    border-radius: 12px;
    overflow: hidden;
}


.payment-list__button:hover,
.payment-list__button:focus {
    border: 2px solid;
    border-color: #3a99ff;
}

.payment-list__img-box {
    width: 87px;
    height: 70px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 0 14px;
}

@media (max-width: 1023px) {
    .payment-list__img-box {
        margin: 0 0 10px;
    }
}

@media (max-width: 767px) {
    .payment-list__img-box {
        width: 42px;
        height: auto;
        margin: 0 0 5px;
    }
}

@media (max-width: 767px) {
    .payment-list__img {
        max-width: 42px;
    }
}

.payment-list__title,
.payment-list__text {
}

.payment-list__title {
    font-size: 20px;
}

@media (max-width: 1023px) {
    .payment-list__title {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .payment-list__title {
        font-size: 14px;
    }
}

/* paypal payment list styles */
.paypal-payment-list__item:not(:last-child) {
    margin: 0 0 10px;
}

.paypal-payment-list__button {
    width: 100%;
    height: 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 2px solid transparent;
    border-radius: 4px;
    transition: background .2s linear;
}

.paypal-payment-list__button_first {
    background: #ffc43a;
}

.paypal-payment-list__button_first:hover,
.paypal-payment-list__button_first:focus {
    background: #ffb507;
}

.paypal-payment-list__button_second {
    background: #2c2e2f;
}

.paypal-payment-list__button_second:hover,
.paypal-payment-list__button_second:focus {
    background: #131415;
}

.paypal-payment-list__button_third {
    background: #003187;
}

.paypal-payment-list__button_third:hover,
.paypal-payment-list__button_third:focus {
    background: #001e54;
}

.paypal-payment-list__img {
    margin: 0 10px 0 0;
}

.paypal-payment-list__img:only-child {
    margin: 0;
}

.paypal-payment-list__title {
    font-size: 18px;
    color: #fff;
}

/* link styles */
.link {
    display: inline-block;
    vertical-align: top;
    transition: color .2s linear, border-bottom-color .2s linear;
}

.link_primary {
    border-bottom: 1px solid #3a99ff;
}

.link_primary:hover {
    border-bottom-color: #218cff;
}

.link_primary:focus {
    border-bottom-color: #077fff;
}

.link_secondary {
    font-size: 20px;
    color: #0050e6;
    border-bottom: 1px solid #0050e6;
}

@media (max-width: 1023px) {
    .link_secondary {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .link_secondary {
        font-size: 14px;
    }
}

.link_secondary:hover {
    color: #0047cd;
    border-bottom-color: #0047cd;
}

.link_secondary:focus {
    color: #003eb3;
    border-bottom-color: #003eb3;
}

/* radio list styles */
.radio-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.radio-list__item:not(:last-child) {
    margin: 0 12px 0 0;
}

/* radio styles */
.radio {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

.radio__input:checked ~ .radio__checkmark {
    border-color: #3a99ff;
}

.radio__input:checked ~ .radio__checkmark:before {
    opacity: 1;
    visibility: visible;
}

.radio__text {
    font-size: 16px;
    color: #000;
}

.radio__checkmark {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    border: 2px solid rgba(0, 0, 0, .38);
    margin: 0 0 0 12px;
    transition: border-color .2s linear;
}

.radio__checkmark:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    content: "";
    display: block;
    border-radius: 50%;
    background: #3a99ff;
    opacity: 0;
    visibility: hidden;
    transition: opacity .2s linear, visibility .2s linear;
}

/* checkbox styles */
.checkbox {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

.checkbox__input:checked ~ .checkbox__checkmark {
    background: #3a99ff;
    border-color: #3a99ff;
}

.checkbox__input:checked ~ .checkbox__checkmark .checkbox__icon {
    opacity: 1;
    visibility: visible;
}

.checkbox__text {
    font-size: 16px;
    color: #000;
}

.checkbox__checkmark {
    width: 18px;
    height: 18px;
    border-radius: 2px;
    overflow: hidden;
    position: relative;
    border: 2px solid rgba(0, 0, 0, .38);
    margin: 0 0 0 12px;
    transition: background .2s linear, border-color .2s linear;
}

.checkbox__icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 8px;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: opacity .2s linear, visibility .2s linear;
}

.striped_table {
    margin-top: 32px;

}

.striped_table > tbody > tr {
    max-height: 84px;
}

.striped_table > tr:nth-child(odd) td {
    padding: 8px;
    padding-left: 16px;
    background-color: rgb(1, 131, 255, 0.04);
}

.striped_table > tr:nth-child(even) td {
    padding: 16px;
    padding-right: 32px;
    padding-left: 32px;
    background-color: #fff;
}

.inner_table {
    width: 100%;
    
}

.col-sm-6 {
    width: 50%;
    float: left;
}

.col-sm-1 {
    width: 8%;
    float: left;
}

.col-sm-11 {
    width: 88%;
    float: left;
    margin-bottom: 30px;
}

.border_bottom { 
    border-bottom: 1px solid lightgray;
    padding-bottom: 8px;
    margin-bottom: 8px;
}

.full-width {
    width: 100%;
}