* {
    box-sizing: border-box
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

main {
    display: block
}

:focus {
    outline: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none
}

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

input[type=search] {
    -webkit-appearance: none;
    -moz-appearance: none
}

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    max-width: 100%
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden] {
    display: none
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

a:focus {
    outline: thin dotted
}

a:active,
a:hover {
    outline: 0
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic
}

figure,
form {
    margin: 0
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0;
    white-space: normal;
    *margin-left: -7px
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle
}

button,
input {
    line-height: normal
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
    *overflow: visible
}

button[disabled],
html input[disabled] {
    cursor: default
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    *height: 13px;
    *width: 13px
}

input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    vertical-align: top
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

button,
html,
input,
select,
textarea {
    color: #222
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none
}

::selection {
    background: #b3d4fc;
    text-shadow: none
}

img {
    vertical-align: middle
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0
}

textarea {
    resize: vertical
}

.chromeframe {
    margin: .2em 0;
    background: #ccc;
    color: #000;
    padding: .2em 0
}

a {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    text-decoration: none
}

li,
ol,
ul {
    margin: 0;
    padding: 0
}

li {
    list-style: none
}

button {
    background-color: transparent;
    font-family: inherit;
    font-size: inherit
}

button,
input,
select {
    border: none;
    margin: 0;
    padding: 0
}

input,
select {
    -webkit-appearance: none
}

a,
a:focus,
button,
button:focus {
    outline: none;
    box-shadow: none
}

:after {
    box-sizing: border-box
}

@font-face {
    font-display: swap;
    font-family: OpenSans;
    src: url(../fonts/OpenSans-Regular.woff2) format("woff2"), url(../fonts/OpenSans-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-display: swap;
    font-family: OpenSans;
    src: url(../fonts/OpenSans-Bold.woff2) format("woff2"), url(../fonts/OpenSans-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal
}

.pt-container {
    width: 100%;
    padding: 0 20px;
    margin: 0 auto
}

body,
html {
    height: 100%
}

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

body,
input {
    font-family: OpenSans, sans-serif
}

input {
    padding: 15px 0;
    background-color: transparent;
    width: 100%;
    display: inline-block
}

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

.page-wrapper {
    min-height: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column
}

.page-content {
    flex: 1 0 auto
}

.overlay-wrapper {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .5);
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s, visibility .3s;
    -webkit-overflow-scrolling: touch
}

.overlay-wrapper.show {
    visibility: visible;
    opacity: 1
}

.stop-scroll {
    overflow: hidden;
    height: 100%
}

._valid-form,
._valid-form .form-group {
    position: relative
}

._valid-form .form-group:after {
    content: attr(data-error);
    font-size: 12px;
    line-height: 1;
    font-weight: 400;
    position: absolute;
    left: 0;
    right: 0;
    top: -14px;
    color: red;
    text-align: center
}

._valid-form .form-group.success {
    box-shadow: 0 0 10px -2px #fff
}

.form {
    padding: 31px 30px 55px;
    box-shadow: 0 19px 65px rgba(0, 0, 0, .11)
}

.form__title {
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
    color: #000;
    text-align: center;
    margin-bottom: 25px
}

.RForm form {
    display: flex;
    flex-direction: column;
    padding: 0 50px 10px 0 !important
}

.RForm form>div,
.RForm form>div>* {
    width: 100%
}

.RForm form input:not([type=checkbox]),
.RForm select {
    background-color: #fff;
    height: 60px !important;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: #000;
    padding: 10px 18px;
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid #d3d3d3;
    border-radius: 5px;
    transition: border .3s ease
}

.RForm form input:not([type=checkbox])::-moz-placeholder,
.RForm select::-moz-placeholder {
    color: #000
}

.RForm form input:not([type=checkbox]):-ms-input-placeholder,
.RForm select:-ms-input-placeholder {
    color: #000
}

.RForm form input:not([type=checkbox])::placeholder,
.RForm select::placeholder {
    color: #000
}

.RForm form input:not([type=checkbox]):-webkit-autofill,
.RForm form input:not([type=checkbox]):-webkit-autofill:active,
.RForm form input:not([type=checkbox]):-webkit-autofill:focus,
.RForm form input:not([type=checkbox]):-webkit-autofill:hover,
.RForm select:-webkit-autofill,
.RForm select:-webkit-autofill:active,
.RForm select:-webkit-autofill:focus,
.RForm select:-webkit-autofill:hover {
    -webkit-box-shadow: 0 0 0 45px #fff inset !important;
    -webkit-text-fill-color: #000 !important
}

.usf-country {
    position: relative
}

.usf-country,
.usf-country select {
    cursor: pointer
}

.usf-country:after {
    content: "";
    position: absolute;
    top: 18px;
    right: 13px;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    transition: border-color .3s, transform .3s
}

.RForm .fe-phone-conteiner {
    display: flex;
    justify-content: space-between
}

.RForm .fe-phone-conteiner>div:first-of-type {
    width: 24%
}

.RForm .fe-phone-conteiner>div:first-of-type input {
    padding: 10px 3px;
    text-align: center;
    margin-bottom: 0
}

.RForm .fe-phone-conteiner>div:last-of-type {
    width: calc(76% - 14px)
}

.RForm .fe-phone-conteiner>div:last-of-type:before {
    left: -21%
}

.RForm .buttonSubmit {
    font-size: 18px;
    line-height: 50px;
    font-weight: 700;
    color: #fff;
    height: 60px;
    border-radius: 5px;
    text-align: center;
    background-color: #08d969 !important;
    transition: opacity .3s ease
}

.agreementText {
    font-size: 12px;
    line-height: 22px;
    font-weight: 400;
    color: #000;
    position: relative;
    margin-top: 8px;
    margin-bottom: 20px;
    padding-left: 35px
}

.agreementText a {
    text-decoration: underline;
    transition: .3s
}

.agreementText input {
    position: absolute;
    top: -2px;
    left: -2px;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-color: #fff;
    border: 1px solid #848484;
    border-radius: 3px;
    margin-right: 15px;
    cursor: pointer
}

.agreementText input:after,
.agreementText input:before {
    content: "";
    position: absolute;
    background-color: #848484;
    transform: rotate(45deg);
    opacity: 0;
    transition: opacity .3s ease
}

.agreementText input:before {
    width: 3px;
    height: 9px;
    left: 11px;
    top: 6px
}

.agreementText input:after {
    width: 7px;
    height: 3px;
    left: 4px;
    top: 11px
}

.agreementText input:checked:after,
.agreementText input:checked:before {
    opacity: 1
}

.uk-form-danger {
    border-color: #fe5959 !important;
    font-weight: 500 !important
}

.tooltip:before {
    display: block;
    font-size: 10px;
    line-height: 1;
    font-weight: 400;
    color: #fe5959;
    top: -11px;
    left: 50px;
    right: -5px;
    text-align: left
}

.agree-terms-conditions-bad a,
.agree-terms-conditions-bad span {
    color: #ff4f46 !important
}

.uk-position-absolute {
    display: none
}

.tooltip:before {
    font-size: 11px
}

.RForm .indent {
    padding: 0 0 0 50px !important
}

.custom-form__ab .custom-select {
    position: relative;
    font-family: Arial;
    display: flex;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.RForm .direction-indent {
    order: 2;
    margin-left: 0;
    width: 100%
}

.custom-form__ab .custom-select select {
    display: none
}

.custom-form__ab .select-selected {
    display: flex;
    background-color: #eee;
    width: 100%;
    max-width: 110px;
    position: absolute;
    top: 0;
    left: 50px;
    bottom: 0;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    align-items: center;
    order: 1;
    border-right: none;
    margin: 0;
    height: 60px;
    padding-left: 20px
}

.custom-form__ab .select-selected:after {
    position: absolute;
    content: "";
    top: 25px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-top-color: #615c5c
}

.custom-form__ab .select-selected:hover:after {
    position: absolute;
    content: "";
    top: 25px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-top-color: #2e2c2c
}

.custom-form__ab .select-selected.select-arrow-active:after {
    border-color: transparent transparent #000;
    top: 20px
}

.custom-form__ab .select-items .custom-option,
.same-as-selected,
.select-selected {
    display: flex;
    padding: 8px 9px;
    border: transparent;
    border-bottom: rgba(0, 0, 0, .1);
    cursor: pointer;
    width: 100%
}

.custom-form__ab .custom-option div,
.same-as-selected div {
    padding: 0 10px
}

.custom-form__ab .select-items {
    position: absolute;
    background-color: #fff;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99
}

.custom-form__ab .select-hide {
    display: none
}

.custom-form__ab .select-items .custom-option:hover,
.same-as-selected {
    background-color: rgba(0, 0, 0, .1)
}

.custom-form__ab .phone_operator {
    display: none
}

.custom-form__ab .select-selected .country-flag {
    width: 24px;
    height: 17px;
    box-shadow: 0 0 6px rgba(0, 0, 0, .4)
}

.custom-form__ab .customer_phone.userPhone {
    order: 2
}

.custom-form__ab .custom-option {
    display: flex
}

.custom-form__ab .custom-option .country-name {
    width: 75%
}

.country-code {
    color: #000;
    font-weight: 400;
    font-size: 18px
}

.custom-form__ab .select-selected .country-code {
    flex: 1;
    padding-right: 15px;
    text-align: center
}

.custom-form__ab .custom-option .country-flag {
    width: 24px;
    height: 17px;
    box-shadow: 0 0 6px rgba(0, 0, 0, .4)
}

.custom-form__ab .custom-option .country-code {
    width: 25%;
    text-align: center
}

.custom-form__ab .country-flag {
    background-repeat: no-repeat
}

.custom-form__ab .customer_phone.userPhone {
    padding-left: 130px !important
}

.virtual-list-wrapper::-webkit-scrollbar {
    width: 7px;
    background-color: #f5f5f5
}

.custom-form__ab .custom-option .country-name {
    padding-left: 0;
    line-height: 14px
}

.virtual-list-wrapper::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(0, 0, 0, .1);
    border: 1px solid #ccc
}

.virtual-list-wrapper::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: linear-gradient(left, #fff, #e4e4e4);
    border: 1px solid #aaa
}

.virtual-list-wrapper::-webkit-scrollbar-thumb:hover {
    background: #fff
}

.virtual-list-wrapper::-webkit-scrollbar-thumb:active {
    background: linear-gradient(left, #22add4, #1e98ba)
}

.custom-form__ab .select-items {
    margin-left: 15px
}

.RForm .usf-button {
    order: 40;
    margin-bottom: 50px !important
}

.RForm .agree-terms-conditions-label {
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    color: #848484;
    text-align: left;
    padding-left: 30px
}

.RForm .indent {
    width: 100%
}

.grid-element.uk-width-medium-1-2.uk-width-small-1-1.indent.usf-button.uk-width-large-1-3 {
    padding-top: 5px !important
}

.direction-indent.tooltip+.select-selected {
    border-color: #dc8d99 !important
}

.custom-select .tooltip {
    position: static
}

.custom-select .tooltip:before {
    left: 50px
}

.RForm .agreementText {
    padding-left: 20px;
    display: flex
}

.pt-approach__wrapper-form {
    background-color: #fff;
    border-radius: 15px;
    padding: 50px 0 0;
    width: 466px
}

.pt-approach__form-title {
    font-size: 26px;
    line-height: 35px;
    font-weight: 700;
    color: #262626;
    max-width: 260px;
    text-align: center;
    text-transform: uppercase;
    margin: 0 auto
}

.pt-approach__form-title span {
    font-size: 22px;
    line-height: 30px;
    font-weight: 400;
    text-transform: lowercase
}

.agreementText input {
    left: 15px;
    top: 0
}

.agreementText input:after {
    left: 2px
}

.agreementText input:before {
    left: 10px
}

.agree-terms-conditions-span {
    margin-right: 0
}

.RForm .uk-width-medium-1-2,
.RForm .uk-width-medium-2-4,
.RForm .uk-width-medium-3-6,
.RForm .uk-width-medium-5-10 {
    width: 100%
}

svg:not(:root) {
    overflow: hidden
}

label.error {
    left: 53px;
    top: -14px
}

.phone-wrap label.error {
    left: 5px
}

.submit-btn-error {
    left: 50px
}

.input-wrap {
    position: relative
}

label.error {
    left: 55px;
    top: -12px
}

.submit-btn-error,
label.error {
    position: absolute;
    width: 100%;
    color: red;
    font-size: 11px
}

.submit-btn-error {
    left: 16px;
    top: -14px
}

.checkbox-wrap input.error~.checkbox-terms {
    color: red
}

input.error {
    border: 1px solid #dc8d99 !important
}

.RForm .popUp-form-register-phone {
    display: flex
}

.RForm .popUp-form-register-phone .popUp-form-register-phone-wrap {
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    position: relative;
    width: 100%;
    height: 60px
}

.RForm .popUp-form-register-phone .popUp-form-register-phone-wrap:after {
    bottom: -14px;
    color: red;
    content: attr(data-error);
    left: 100px;
    position: absolute;
    right: 0;
    text-align: start
}

.RForm .popUp-form-register-phone input[type=tel] {
    border-radius: 4px;
    height: 100%;
}

.RForm .error::-moz-placeholder {
    color: red !important
}

.RForm .error:-ms-input-placeholder {
    color: red !important
}

.RForm .error::placeholder {
    color: red !important
}

.RForm .popUp-form-register-phone .selected-country-arrow {
    align-items: center;
    display: flex;
    justify-content: center;
    order: 3
}

.RForm .popUp-form-register-phone .selected-country-arrow svg {
    outline: none
}

.RForm .popUp-form-register-phone .custom-countryElem:hover {
    background-color: #5e5f5f
}

.RForm .popUp-form-register-phone .select-drop-menu-hidden .custom-select-wrap {
    max-height: 0;
    transition: all .4s ease-in-out
}

.RForm .popUp-form-register-phone .select-drop-menu-hidden .selected-country-arrow {
    transition: all .4s ease-in-out
}

.RForm .popUp-form-register-phone .select-drop-menu-show .custom-select-wrap {
    max-height: 170px;
    transition: all .4s ease-in-out
}

.RForm .popUp-form-register-phone .select-drop-menu-show .selected-country-arrow {
    transform: rotate(180deg);
    transition: all .4s ease-in-out
}

.RForm .popUp-form-register-phone .custom-select-wrap {
    background-color: #fff;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    max-height: 300px;
    overflow-y: scroll;
    position: absolute;
    top: 120%;
    width: 100%;
    z-index: 3
}

.RForm .popUp-form-register-phone .selected-country {
    align-items: center;
    border-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    color: #fff;
    display: flex;
    height: 100%;
    justify-content: space-around;
    padding: 0 10px;
    position: absolute;
    left: 0;
    width: 100px;
    cursor: pointer
}

.RForm .popUp-form-register-phone .selected-country-flag {
    order: 2
}

.RForm .popUp-form-register-phone .selected-country-code {
    order: 2;
    color: #000
}

.RForm .popUp-form-register-phone .selected-country-flag img {
    height: 18px;
    width: 24px
}

.RForm .popUp-form-register-phone .custom-countryElem {
    align-items: center;
    display: flex;
    padding: 10px 0 10px 12px;
    color: #000;
    cursor: pointer
}

.RForm .popUp-form-register-phone .custom-countryElem img {
    height: 18px;
    margin-right: 12px;
    width: 24px
}

.RForm .popUp-form-register-phone .custom-select-country {
    width: 50px
}

.RForm {
    min-width: 240px;
    padding-top: 10px !important;
    max-width: 370px;
    margin: 0 auto
}

.RForm .indent {
    padding: 0 0 0 15px !important;
    margin: 5px 0 !important
}

.RForm .direction-indent {
    margin-left: 15px
}

.RForm form {
    margin-left: 0 !important;
    padding: 0 15px 10px 0 !important
}

.RForm form input:not([type=checkbox]) {
    height: 50px !important
}

.RForm form .customer_phone {
    width: 100%
}

.RForm form button {
    height: 50px;
    outline: none;
    border: none;
    -webkit-appearance: none
}

.RForm form button:active {
    transform: translate3d(1px, 1px, 0)
}

.RForm form select {
    height: 50px
}

.buttonSubmit {
    width: 100% !important;
    cursor: pointer !important
}

div[class*=usf] {
    margin: 5px 0;
    order: 0
}

div[class*=usf-custom] {
    order: 10
}

.usf-button button {
    min-height: 30px
}

.countries-drop-down {
    width: 100%
}

.tooltip {
    position: relative
}

.tooltip:before {
    content: attr(data-tooltip);
    position: absolute;
    top: -12px;
    left: auto;
    font-size: 12px;
    color: #f73d3d
}

.RForm .usf-phone {
    order: 5
}

.RForm .usf-country {
    order: 4
}

.RForm .usf-button {
    order: 30
}

.RForm .agreementText {
    order: 30;
    width: 100%;
    box-sizing: border-box;
    padding-left: 15px
}

.RForm .bad-class1 {
    background-color: #efefef !important;
    border: 3px solid #f55 !important
}

.RForm .agree-terms-conditions-bad {
    color: #f55 !important
}

.RForm .agree-terms-conditions-checkbox {
    height: 20px !important;
    width: 20px !important;
    margin: 0 5px 0 0 !important;
    vertical-align: bottom
}

.agree-terms-conditions-span {
    margin-right: 5px
}

.RForm .agree-terms-conditions-label {
    display: block
}

.RForm .agree-terms-conditions-label,
.RForm .agree-terms-conditions-link {
    font-family: arial, helvetica, sans-serif;
    font-size: 14px
}

.RForm .wrap-agreement {
    resize: none;
    border-radius: 5px;
    width: 98%;
    position: fixed;
    z-index: 1000;
    left: 1%;
    min-height: 80%;
    background-color: #fff;
    top: 15%;
    font-size: 18px;
    flex-direction: column;
    display: flex
}

.RForm .hidden {
    display: none
}

.RForm .agreement-close {
    text-align: center;
    padding: 15px;
    background: transparent;
    font-size: 18px;
    color: #08a425;
    border-radius: 4px;
    text-transform: uppercase;
    cursor: pointer
}

.RForm .agreement-overlay {
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5)
}

.RForm .green {
    text-decoration: none !important
}

.RForm .agreement {
    resize: none;
    height: 100%;
    background: linear-gradient(180deg, hsla(0, 0%, 92.2%, 0) 0, hsla(0, 1%, 61.6%, 0) 90%, #9e9a99)
}

.RForm .agreement article div h3 {
    font-size: 20px;
    color: #162c5a;
    margin-top: 35px
}

.RForm .agreement article div h3,
.RForm .agreement article div p {
    margin-left: 15px;
    margin-right: 15px
}

.RForm .agreement .uk-icon-stop {
    position: absolute;
    left: 0;
    color: #167bc0;
    font-size: 10px;
    margin-top: 2px
}

.RForm .agreement article div ul li p {
    position: relative;
    padding: 0 0 5px 25px
}

.RForm .agreement-header {
    color: #162c5a;
    border-bottom: 2px solid #5da9dd;
    padding-bottom: 15px;
    padding-top: 10px;
    padding-left: 20px;
    background: #fff;
    font-size: 20px
}

.RForm .back-button {
    top: 50%;
    transform: translateY(-50%)
}

.RForm .agreement .addtoany_share_save_container {
    display: none
}

#agreement article div ul,
.RForm .agreement article div ol {
    padding-left: 35px !important
}

.RForm .blue {
    background-color: #162c5a
}

.RForm .blue a {
    color: #fff !important
}

.RForm .userName {
    padding: 10px 15px;
    color: #fff
}

.RForm .cmn-toggle {
    position: absolute;
    margin-left: -9999px;
    visibility: hidden
}

.RForm input.cmn-toggle-round+label {
    padding: 0;
    width: 40px;
    height: 16px;
    background-color: #ddd;
    border-radius: 60px
}

.RForm .cmn-toggle+label {
    display: block;
    float: right;
    margin-right: 5px;
    position: relative;
    cursor: pointer;
    outline: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.RForm input.cmn-toggle-round:checked+label:before {
    background-color: #aed4ee
}

.RForm input.cmn-toggle-round+label:before,
input.cmn-toggle-round+label:after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    content: ""
}

.RForm input.cmn-toggle-round+label:before {
    right: 1px;
    background-color: #f1f1f1;
    border-radius: 60px;
    transition: background .4s
}

.RForm input.cmn-toggle-round:checked+label:after {
    margin-left: 20px
}

.RForm input.cmn-toggle-round+label:after {
    width: 22px;
    height: 22px;
    background-color: #5da9dd;
    border-radius: 100%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
    transition: margin .4s;
    top: 50%;
    margin-top: -10px
}

.RForm .agreement-switcher .agree-terms-conditions-label {
    padding: 0 5px 0 0
}

.pt-approach {
    background-image: url(../images/bg-approach.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    padding: 0 0 170px
}

.pt-approach .pt-approach-logo {
    padding: 35px 0 90px
}

.pt-approach .pt-approach-logo img {
    max-width: 180px
}

.pt-approach__wrapper {
    display: flex;
    justify-content: space-between;
    max-width: 1180px
}

.pt-approach__text {
    padding: 82px 0 0
}

.pt-approach__title {
    font-size: 43px;
    line-height: 59px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #fff;
    max-width: 634px
}

.pt-approach__title span {
    color: #08d969
}

.pt-approach__book {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 30px;
    color: #fff;
    max-width: 560px
}

.pt-approach__book.book {
    margin-bottom: 40px
}

.pt-approach__book-visible {
    display: none
}

.pt-approach__email {
    font-size: 24px;
    line-height: 33px;
    font-weight: 700;
    color: #fff;
    max-width: 505px
}

.pt-approach__email span {
    color: #08d969
}

.pt-steps {
    position: relative
}

.pt-steps__image {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 50%;
    height: 100%
}

.pt-steps__image img {
    width: 100%;
    height: 100%
}

.pt-steps__wrapper {
    display: flex;
    justify-content: flex-end
}

.pt-steps__wrapper_text {
    width: 50%;
    padding-left: 20px;
    position: relative
}

.pt-steps__wrapper_text h2 {
    font-size: 50px;
    line-height: 68px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 30px;
    color: #262626;
    padding-top: 64px
}

.pt-steps__wrapper_text h2 span {
    color: #08d969
}

.pt-steps__wrapper_text p {
    font-size: 25px;
    line-height: 36px;
    font-weight: 700;
    color: #262626;
    margin-bottom: 35px
}

.pt-steps__wrapper_text p span {
    color: #08d969
}

.pt-steps__wrapper-items .pt-steps__item {
    display: flex;
    align-items: center
}

.pt-steps__wrapper-items .pt-steps__item p:first-child {
    font-size: 50px;
    line-height: 68px;
    font-weight: 700;
    color: #262626;
    position: relative;
    z-index: 10
}

.pt-steps__wrapper-items .pt-steps__item p:first-child:after {
    content: "";
    position: absolute;
    top: 0;
    right: -4px;
    z-index: -1;
    width: 15px;
    height: 100%;
    display: block;
    background-color: #08d969
}

.pt-steps__wrapper-items .pt-steps__item p:last-child {
    font-size: 22px;
    line-height: 32px;
    font-weight: 400;
    color: #555;
    margin-left: 40px
}

.pt-reading {
    background: #003d1c;
    padding: 95px 0 80px;
    position: relative
}

.pt-reading__image {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    z-index: 10
}

.pt-reading__title {
    font-size: 37px;
    line-height: 51px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 30px;
    max-width: 610px;
    text-transform: uppercase
}

.pt-reading__title span {
    color: #08d969
}

.pt-reading__text {
    font-size: 24px;
    line-height: 33px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 40px;
    max-width: 520px
}

.pt-reading__block-link {
    max-width: 310px
}

.pt-reading__link {
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    color: #fff;
    background: #08d969;
    border-radius: 5px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 19px 0;
    display: inline-block;
    width: 100%;
    text-transform: uppercase;
    cursor: pointer
}

.pt-changing {
    position: relative
}

.pt-changing .pt-changing-block-image {
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
    width: 50%
}

.pt-changing__wrapper {
    padding: 75px 0 70px
}

.pt-changing__author {
    font-size: 22px;
    line-height: 32px;
    font-weight: 400;
    color: #555;
    margin-bottom: 20px;
    max-width: 618px
}

.pt-changing__title {
    font-size: 45px;
    line-height: 61px;
    font-weight: 800;
    color: #262626;
    text-transform: uppercase;
    margin-bottom: 30px;
    max-width: 620px
}

.pt-changing__title span {
    color: #08d969
}

.pt-changing__wrapper-experience {
    background: #003d1c;
    border-radius: 16px;
    max-width: 640px
}

.pt-changing .experience_text {
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: #fff;
    text-align: right;
    padding: 20px 25px
}

.pt-opportunity {
    background: #00210f;
    background-image: url(../images/pt-opportunity-bg.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    padding: 70px 0
}

.pt-opportunity__image {
    position: absolute;
    top: 90px;
    left: 75px;
    overflow: hidden;
    height: 100%
}

.pt-opportunity__wrapper {
    display: flex;
    justify-content: flex-end
}

.pt-opportunity__wrapper_text {
    width: 76%;
    padding-left: 20px;
    position: relative
}

.pt-opportunity__wrapper_text p {
    font-size: 22px;
    line-height: 39px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 25px
}

.pt-opportunity__wrapper_text div {
    font-size: 23px;
    line-height: 35px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase
}

.pt-opportunity__wrapper_text div span {
    font-weight: 700
}

.pt-opportunity__wrapper_text div span:last-child {
    color: #08d969
}

.pt-opportunity__wrapper_text div br {
    display: none
}

.pt-participations {
    padding: 100px 0 70px
}

.pt-participations__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.pt-participations__wrapper_info {
    max-width: 527px
}

.pt-participations__wrapper_info .info_descroption {
    font-size: 22px;
    line-height: 32px;
    font-weight: 400;
    color: #555;
    max-width: 500px;
    margin-bottom: 15px
}

.pt-participations__wrapper_info h2 {
    font-size: 50px;
    line-height: 68px;
    font-weight: 700;
    color: #262626;
    max-width: 500px;
    text-transform: uppercase
}

.pt-participations__wrapper_info h2 span {
    color: #08d969
}

.pt-participations__wrapper_info .info_button {
    max-width: 495px;
    margin-bottom: 25px
}

.pt-participations__wrapper_info .info_button_link {
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    color: #fff;
    background: #08d969;
    border-radius: 5px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 19px 0;
    display: inline-block;
    width: 100%;
    text-transform: uppercase;
    cursor: pointer
}

.pt-participations__wrapper_quotes {
    background: #003d1c;
    border-radius: 16px;
    position: relative;
    max-width: 670px
}

.pt-participations__wrapper_quotes:before {
    content: "";
    background-image: url(../images/icon-quote-right.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    width: 51px;
    height: 42px;
    position: absolute;
    top: 30px;
    left: 35px;
    display: block
}

.pt-participations__wrapper_quotes .quotes_text {
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: #fff;
    padding: 53px 52px 52px 123px
}

.pt-footer {
    background-color: #121316;
    padding: 35px 20px
}

.pt-footer__address {
    font-size: 16px;
    line-height: 23px;
    font-weight: 400;
    color: #7e7e7e;
    margin: 0 auto;
    text-align: center;
    max-width: 880px
}

.pt-footer__links {
    text-align: center;
    margin-bottom: 10px
}

.pt-footer__links-link {
    font-size: 16px;
    line-height: 23px;
    font-weight: 400;
    color: #7e7e7e;
    text-decoration: underline;
    cursor: pointer
}

.pt-footer__links .divider-link {
    color: #7e7e7e;
    padding: 0 5px
}

@media screen and (min-width:321px) and (max-width:360px) {

    .priority p:nth-child(2),
    .RForm .priority p:first-child {
        font-size: 14px !important
    }

    .RForm .priority p:last-child {
        font-size: 13px !important
    }
}

@media screen and (min-width:375px) and (max-width:400px) {

    .priority p:nth-child(2),
    .RForm .priority p:first-child {
        font-size: 15px !important
    }

    .RForm .priority p:last-child {
        font-size: 13px !important
    }
}

@media (min-width:800px) {
    .agreementText a:hover {
        opacity: .7
    }
}

@media (max-width:959px) and (min-width:801px) {
    .custom-form__ab .select-items {
        margin-left: 20px
    }
}

@media (max-width:959px) and (min-width:768px) {
    .RForm .usf-email {
        order: 2;
        order: 6
    }
}

@media (min-width:1200px) {
    .pt-container {
        max-width: 1420px
    }
}

@media (max-width:1919px) {
    .pt-reading {
        padding: 92px 0
    }

    .pt-changing .pt-changing-block-image img,
    .pt-reading__image img {
        max-width: -moz-max-content;
        max-width: max-content
    }
}

@media (max-width:1365px) {
    .pt-reading__title {
        font-size: 36px;
        line-height: 48px;
        font-weight: 700
    }

    .pt-changing .pt-changing-block-image,
    .pt-changing .pt-changing-block-image img {
        position: static;
        width: 100%;
        max-width: 100%
    }

    .pt-changing .pt {
        display: flex;
        flex-direction: column-reverse
    }

    .pt-changing__wrapper {
        padding: 80px 0;
        display: flex;
        flex-direction: column
    }

    .pt-changing__author,
    .pt-changing__title {
        max-width: 100%
    }

    .pt-opportunity__wrapper_text {
        width: 100%;
        padding-left: 0
    }

    .pt-participations__wrapper {
        flex-direction: column
    }

    .pt-participations__wrapper_info .info_descroption {
        font-size: 20px;
        line-height: 29px;
        font-weight: 400;
        text-align: center;
        max-width: 690px
    }

    .pt-participations__wrapper_info h2 {
        max-width: 690px;
        margin: 0 auto 20px;
        text-align: center
    }
}

@media (max-width:1199px) {
    .pt-container {
        max-width: 700px
    }

    .pt-approach__wrapper-form {
        margin-bottom: 50px
    }

    .pt-approach {
        background-position: 80% 50%;
        padding: 0 0 80px
    }

    .pt-approach .pt-approach-logo {
        padding: 45px 0 0
    }

    .pt-approach__wrapper {
        flex-direction: column
    }

    .pt-approach__text {
        padding: 70px 0 0
    }

    .pt-approach__title {
        margin-bottom: 70px
    }

    .pt-approach__book {
        display: none
    }

    .pt-approach__book-visible {
        display: block;
        font-size: 20px;
        line-height: 30px;
        font-weight: 400;
        margin-bottom: 60px;
        color: #fff;
        max-width: 630px
    }

    .pt-approach__email {
        display: none
    }

    .pt-steps .pt {
        display: flex;
        flex-direction: column-reverse
    }

    .pt-steps__image {
        position: static;
        width: 100%;
        height: auto
    }

    .pt-steps__wrapper_text {
        width: 100%;
        padding-left: 0
    }

    .pt-steps__wrapper_text h2 {
        padding-top: 55px
    }

    .pt-reading__image {
        display: none
    }

    .pt-reading__block-link {
        max-width: 320px
    }

    .pt-changing__wrapper-experience {
        max-width: 700px
    }

    .pt-opportunity__image {
        display: none
    }

    .pt-participations__wrapper_info {
        max-width: 690px
    }

    .pt-participations__wrapper_info .info_button {
        margin: 0 auto 25px;
        max-width: 533px
    }

    .pt-participations__wrapper_quotes:before {
        top: 10px;
        left: 20px
    }

    .pt-footer__address {
        max-width: 700px
    }
}

@media (max-width:1023px) {

    .footer-link,
    .footer-text {
        display: block;
        width: auto;
        float: none;
        text-align: center
    }
}

@media (max-width:799px) {
    .RForm form {
        padding: 0 20px 10px 0 !important
    }

    .RForm .indent {
        padding: 0 0 0 20px !important
    }

    .custom-form__ab .select-selected {
        left: 20px
    }

    .tooltip:before {
        left: 20px !important
    }

    .pt-approach__form-title {
        font-size: 21px;
        line-height: 24px;
        font-weight: 700
    }

    .pt-approach__form-title span {
        font-size: 18px;
        line-height: 24px;
        font-weight: 400
    }

    .agreementText input {
        left: 20px
    }

    .pt-approach {
        background-position: 50%;
        padding: 0
    }

    .pt-approach .pt-approach-logo img {
        width: 120px;
        height: auto
    }

    .pt-approach__text {
        padding: 50px 0 0
    }

    .pt-changing__wrapper {
        padding: 40px 0
    }

    .pt-footer__links-link {
        font-size: 14px;
        line-height: 20px;
        font-weight: 400;
        display: block;
        margin-bottom: 10px
    }

    .pt-footer__links .divider-link {
        display: none
    }
}

@media (max-width:767px) {
    .LPForm.RForm {
        width: 100%
    }

    .tooltip:before {
        font-size: 10px
    }

    .custom-select {
        position: relative
    }

    .custom-select .tooltip {
        position: static
    }

    .pt-approach__wrapper-form {
        width: 100%;
        padding: 40px 0 0;
        margin: 0 auto 30px
    }
}

@media (max-width:767px) {
    .RForm .agree-terms-conditions-label {
        text-align: left
    }
}

@media (max-width:745px) {
    .RForm .usf-button {
        padding-top: 5px !important
    }
}

@media (max-width:639px) {
    .custom-form__ab .select-items {
        margin-left: 20px
    }
}

@media (max-width:638px) {
    .RForm .indent {
        width: 100%
    }
}

@media (max-width:575px) {
    .RForm .agree-terms-conditions-label {
        font-size: 14px;
        line-height: 19px;
        font-weight: 400;
        padding-left: 30px
    }

    .pt-approach .pt-approach-logo {
        padding: 35px 0 0
    }

    .pt-approach__title {
        font-size: 26px;
        line-height: 36px;
        font-weight: 700;
        margin-bottom: 30px
    }

    .pt-approach__book-visible {
        font-size: 15px;
        line-height: 22px;
        font-weight: 400
    }

    .pt-steps__wrapper_text h2 {
        padding-top: 35px;
        font-size: 35px;
        line-height: 48px;
        font-weight: 700
    }

    .pt-steps__wrapper_text p {
        font-size: 17px;
        line-height: 25px;
        font-weight: 700
    }

    .pt-steps__wrapper-items .pt-steps__item p:first-child {
        font-size: 40px;
        line-height: 54px;
        font-weight: 700
    }

    .pt-steps__wrapper-items .pt-steps__item p:last-child {
        font-size: 15px;
        line-height: 22px;
        font-weight: 400;
        margin-left: 25px
    }

    .pt-steps__wrapper-items .pt-steps__item p:last-child br {
        display: none
    }

    .pt-reading {
        padding: 40px 0
    }

    .pt-reading__title {
        font-size: 26px;
        line-height: 36px;
        font-weight: 700;
        margin-bottom: 30px
    }

    .pt-reading__text {
        font-size: 15px;
        line-height: 20px;
        font-weight: 400
    }

    .pt-changing__author {
        font-size: 15px;
        line-height: 22px;
        font-weight: 400
    }

    .pt-changing__title {
        font-size: 32px;
        line-height: 45px;
        font-weight: 800
    }

    .pt-changing .experience_text {
        font-size: 15px;
        line-height: 22px;
        font-weight: 400;
        padding: 20px
    }

    .pt-opportunity {
        padding: 40px 0
    }

    .pt-opportunity__wrapper_text p {
        font-size: 15px;
        line-height: 27px;
        font-weight: 400
    }

    .pt-opportunity__wrapper_text div {
        font-size: 15px;
        line-height: 24px;
        font-weight: 400
    }

    .pt-opportunity__wrapper_text div span {
        display: inline-block
    }

    .pt-opportunity__wrapper_text div br {
        display: block
    }

    .pt-participations {
        padding: 40px 0
    }

    .pt-participations__wrapper_info {
        max-width: 320px
    }

    .pt-participations__wrapper_info .info_descroption {
        font-size: 15px;
        line-height: 22px;
        font-weight: 400;
        max-width: 500px
    }

    .pt-participations__wrapper_info h2 {
        font-size: 32px;
        line-height: 45px;
        font-weight: 700;
        text-align: center;
        margin-bottom: 20px
    }

    .pt-participations__wrapper_info .info_button {
        margin: 0 auto 30px
    }

    .pt-participations__wrapper_quotes .quotes_text {
        font-size: 15px;
        line-height: 22px;
        font-weight: 400;
        text-align: left;
        padding: 60px 20px 25px 40px
    }

    .pt-participations__wrapper_quotes .quotes_text br {
        display: none
    }

    .pt-footer {
        padding: 40px 15px
    }

    .pt-footer__address {
        font-size: 14px;
        line-height: 20px;
        font-weight: 400
    }

    .pt-footer__links-link:last-child {
        margin-bottom: 0
    }
}

@media (max-width:530px) {
    .RForm .indent {
        width: 100% !important
    }
}

@media (max-width:375px) {
    .custom-form__ab .select-selected {
        left: 20px
    }

    .custom-form__ab .select-items {
        margin-left: 0
    }

    .custom-select .tooltip:before {
        left: 20px
    }
}

@media (max-width:340px) {
    .pt-approach__title {
        font-size: 20px;
        line-height: 30px;
        font-weight: 700;
        margin-bottom: 40px
    }

    .pt-reading__title {
        font-size: 22px;
        line-height: 30px;
        font-weight: 700
    }

    .pt-participations__wrapper_info h2 {
        font-size: 24px;
        line-height: 34px;
        font-weight: 700
    }
}

@media screen and (max-width:330px) {
    .RForm .agreement article div h3:first-child {
        border-bottom: 2px solid #5da9dd;
        padding-bottom: 15px;
        position: fixed;
        background: #fff;
        width: auto;
        max-width: 380px;
        padding-top: 30px;
        margin-top: -10px;
        z-index: 1500
    }
}

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

    .priority p:nth-child(2),
    .RForm .priority p:first-child {
        font-size: 13px !important
    }

    .RForm .priority p:last-child {
        font-size: 12px !important
    }
}