* {
  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: Roboto;
  src: url(../fnt/Roboto-Regular-Roboto-Regular.woff2) format("woff2"), url(../fnt/Roboto-Regular-Roboto-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal
}

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

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

body,
html {
  height: 100%
}

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

body,
input {
  font-family: Roboto, 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-wrap: wrap;
  width: 636px;
  padding: 0 !important;
  justify-content: space-between;
  margin-top: 36px
}

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

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

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

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

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

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

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

.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
}

.RForm form input:not([type=checkbox]).uk-form-success,
.RForm select.uk-form-success {
  border-color: #9b9b9b;
  font-weight: 400 !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%
}

.submit {
  font-size: 26px;
  line-height: 30px;
  font-weight: 600;
  color: #fff;
  height: 70px;
  border-radius: 5px;
  text-align: center;
  background: #5464f0;
  transition: opacity .3s ease, background-color .3s;
  width: 100% !important;
}

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

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

.input-wrap.checkbox-wrap {
  width: 100%;
  margin-top: 20px;
  color: #5c647a;
  text-align: left;
}

.checkbox-wrap input {
  position: absolute;
  top: -2px;
  left: -2px;
  width: 20px !important;
  height: 20px;
  display: inline-block;
  margin-right: 15px;
  cursor: pointer;
  box-sizing: border-box;
  border-radius: 2px;
  background-color: #edf2ff;
  border: 1px solid #edf2ff;
}

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

.checkbox-wrap input:before {
  width: 3px;
  height: 9px;
  left: 9px;
  top: 4px
}

.checkbox-wrap input:after {
  width: 7px;
  height: 3px;
  top: 9px
}

.checkbox-wrap input:checked:after,
.checkbox-wrap input:checked:before {
  opacity: 1
}

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

.tooltip {
  position: relative
}

.tooltip:before {
  content: attr(data-tooltip);
  display: block;
  font-size: 10px;
  line-height: 1;
  font-weight: 400;
  color: #fe5959;
  position: absolute;
  top: -11px;
  left: 0;
  right: -5px;
  text-align: left
}

/* .checkbox-wrap a,
.checkbox-wrap span {
  color: #ff4f46 !important
} */

.checkbox-terms {
  padding-left: 25px;
}

.uk-position-absolute {
  display: none
}

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

.RForm .indent {
  padding: 0 !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;
  width: 100%;
  max-width: 110px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  align-items: center;
  order: 1;
  margin: 0;
  height: 70px;
  padding-left: 13px;
  background: #edf2ff;
  border: 1px solid #edf2ff;
  border-right: none
}

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

.custom-form__ab .select-selected:hover:after {
  position: absolute;
  content: "";
  top: 28px;
  right: 13px;
  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: 22px
}

.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)
}

.RForm .usf-button {
  order: 40
}

.RForm {
  padding-top: 0 !important
}

.RForm .agree-terms-conditions-label {
  text-align: left;
  padding-left: 20px
}

.RForm .agree-terms-conditions-label,
.RForm .agree-terms-conditions-link {
  font-size: 15px;
  line-height: 18px;
  font-weight: 300;
  font-family: Roboto;
  color: #5c647a
}

.RForm .agree-terms-conditions-link {
  display: inline;
  text-decoration: none
}

.RForm .indent {
  width: 48%
}

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

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

.custom-select .tooltip {
  position: static
}

.RForm .agreementText {
  padding-left: 20px;
  order: 50
}

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

.agreementText input:after {
  left: 3px
}

.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: 48%
}

.RForm .popUp-form-register-phone .popUp-form-register-phone-wrap {
  height: 40px
}

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

.input-wrap {
  position: relative
}

label.error {
  position: absolute;
  left: 3px;
  top: -13px;
  width: 100%;
  color: red;
  font-size: 11px;
  width: 100% !important;
}

.phone-wrap label.error {
  left: 0
}

.submit-btn-error {
  position: absolute;
  left: 3px;
  top: -12px;
  width: 100%;
  color: red;
  font-size: 11px;
  width: 100% !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: 70px
}

.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%;
  padding-left: 115px
}

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

.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
}

main {
  overflow: hidden;
  padding-bottom: 180px;
  background-image: url(../img/images-SkillNex_top.png);
  background-repeat: no-repeat;
  background-position: 100% 0;
  background-size: auto
}

.pt-header__logo {
  padding-top: 40px;
  display: inline-flex;
  flex-direction: column;
}

.pt-header__logo span {
  color: #002151;
}

.pt-investment h1 {
  font-size: 72px;
  line-height: 84px;
  font-weight: 900;
  color: #002151;
  margin-top: 100px
}

.pt-investment__text {
  font-size: 34px;
  line-height: 40px;
  font-weight: 600;
  margin: 24px 0 60px;
  display: inline-block
}

.pt-investment__descr {
  max-width: 620px;
  font-size: 29px;
  line-height: 34px;
  font-weight: 400;
  color: #6285f4
}

.pt-investment__descr span {
  font-weight: 700;
  display: block
}

.pt-investment__wrapper {
  display: flex
}

.pt-investment__image {
  width: 54%
}

.pt-investment__image img {
  margin-top: -133px;
  transform: translateX(98px)
}

.pt-book {
  padding-top: 200px
}

.pt-book h2 {
  font-size: 34px;
  line-height: 40px;
  font-weight: 900;
  padding-bottom: 35px;
  color: #002151
}

.pt-book__items {
  display: flex;
  justify-content: space-between
}

.pt-book__item {
  display: flex !important;
  border: 2px solid #6285f4;
  padding: 54px 30px 54px 40px;
  width: 500px;
  border-radius: 25px;
  margin-right: 20px
}

.pt-book__item.blue {
  background-color: #0c2a59;
  border: 1px solid #0c2a59
}

.pt-book__item.blue p {
  color: #fff
}

.pt-book__item p {
  font-size: 24px;
  line-height: 28px;
  font-weight: 400;
  color: #002151;
  max-width: 304px;
  margin-left: 30px
}

.slick-prev.slick-arrow {
  position: relative;
  left: -14px;
  top: -10px
}

.slick-next.slick-arrow {
  position: relative;
  right: -20px;
  top: -10px
}

.pt-download {
  position: relative;
  background: linear-gradient(90deg, #0c2a59 75%, #fff 76%);
  padding: 50px 9px 63px;
  max-width: 1540px;
  margin: 220px auto 0;
  border-radius: 26px
}

.pt-download h2 {
  color: #fff;
  font-size: 72px;
  line-height: 72px;
  font-weight: 900
}

.pt-download__descr {
  color: #fff;
  font-size: 29px;
  line-height: 34px;
  font-weight: 400;
  max-width: 625px;
  padding: 23px 0 40px
}

.pt-download a {
  text-align: center;
  display: block;
  width: 616px;
  background-color: #5464f0;
  box-shadow: 0 4px 80px rgba(0, 0, 0, .12);
  border-radius: 5px;
  padding: 20px 0;
  color: #fff;
  font-size: 28px;
  line-height: 33px;
  font-weight: 900
}

.pt-download__image {
  position: absolute;
  right: -80px;
  top: 59%;
  transform: translateY(-50%)
}

.pt-footer {
  background: #00122c;
  padding: 35px 0 43px
}

.pt-footer__links {
  text-align: center
}

.pt-footer__links a {
  font-family: Roboto;
  font-size: 21px;
  line-height: 25px;
  font-weight: 500;
  color: #fff;
  text-decoration: underline !important;
  margin: 0 25px
}

.pt-footer__address {
  margin: 0 auto;
  max-width: 800px
}

.pt-footer__address,
.pt-footer__copyright {
  font-size: 16px;
  line-height: 23px;
  font-weight: 400;
  color: #fff;
  text-align: center
}

.pt-footer__copyright {
  margin: 8px auto
}

.pt-footer__contact {
  margin: 10px auto;
  text-align: center
}

.pt-footer__contact a {
  font-size: 16px;
  line-height: 23px;
  font-weight: 400
}

.pt-footer__contact a,
.pt-footer__contact span {
  color: #fff
}

.slick-arrow {
  z-index: 999
}

.slick-arrow.slick-prev {
  transform: rotate(180deg);
  margin-right: 10px
}

.slick-arrow.slick-disabled {
  visibility: hidden
}

.main-pic {
  display: none
}

@media (min-width:800px) and (max-width:820px) {
  .pt-book__items {
      flex-direction: row !important
  }
}

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

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

@media (max-width:1920px) {
  .pt-header__logo {
      padding-top: 35px
  }
  .pt-header__logo img {
      width: 88px
  }
  .pt-investment h1 {
      margin-top: 42px
  }
  .pt-investment__text {
      margin-top: 10px;
      margin-bottom: 36px
  }
  .pt-investment__image img {
      max-width: 862px;
      margin-left: 0;
      margin-top: -110px;
      width: 862px;
      transform: translateX(125px)
  }
  .pt-book__item {
      padding: 35px 27px
  }
  .pt-book__item.slick-active {
      opacity: 1
  }
  .pt-book__item img {
      max-width: 77px
  }
  .pt-book__item p {
      font-size: 20px;
      line-height: 28px;
      font-weight: 400
  }
  .pt-download h2 {
      max-width: 70%
  }
  .pt-footer__links a {
      font-size: 18px
  }
}

@media (max-width:1700px) {
  main {
      background-image: url(../img/images-SkillNex_top_tablet.png)
  }
  .pt-investment__image img {
      max-width: 632px;
      margin-left: -150px;
      margin-top: -60px
  }
}

@media (max-width:1600px) {
  .pt-book__items .slick-list.draggable {
      width: 880px;
      overflow: visible !important
  }
}

@media (max-width:1500px) {
  .custom-form__ab .custom-option .country-name {
      font-size: 14px;
      line-height: 14px;
      font-weight: 300
  }
}

@media (max-width:1400px) {
  .custom-form__ab .custom-option .country-name {
      font-size: 12px;
      line-height: 12px;
      font-weight: 300
  }
  .pt-download {
      max-width: 1130px;
      margin-top: 180px
  }
  .pt-download__image {
      right: -60px;
      top: 60%
  }
}

@media (max-width:1365px) {
  .RForm form {
      width: 602px;
      margin: 20px auto 0 !important
  }
  .RForm form input:not([type=checkbox]),
  .RForm select {
      height: 65px !important
  }
  .custom-form__ab .select-selected {
      height: 65px
  }
  .pt-investment__image img {
      margin-left: -150px
  }
}

@media (max-width:1300px) {
  .tooltip:before {
      left: 5px
  }
}

@media (max-width:1200px) {
  .RForm .buttonSubmit {
      font-size: 26px;
      line-height: 30px;
      font-weight: 600;
      height: 65px
  }
  .agreementText {
      margin-top: 0
  }
  .RForm .agree-terms-conditions-link {
      font-size: 15px;
      line-height: 17px;
      font-weight: 300
  }
  .pt-header__logo img {
      width: 95px
  }
  .pt-investment h1 {
      font-size: 61px;
      line-height: 72px;
      font-weight: 900;
      margin-top: 33px
  }
  .pt-investment__text {
      font-size: 29px;
      line-height: 31px;
      font-weight: 600;
      margin-top: 18px
  }
  .pt-investment__descr {
      font-size: 24px;
      line-height: 29px;
      font-weight: 400;
      max-width: 520px;
      margin: 0 auto
  }
  .pt-book {
      padding-top: 60px;
      margin-top: 0
  }
  .pt-book h2 {
      font-size: 24px;
      line-height: 30px;
      font-weight: 900;
      text-align: center
  }
  .pt-book__items {
      max-width: 1100px;
      flex-direction: column;
      align-items: center
  }
  .pt-book__items .slick-list.draggable {
      width: 1100px;
      overflow: hidden !important
  }
  .pt-book__item {
      padding: 35px 25px;
      margin-right: 15px;
      margin-bottom: 20px;
      width: 424px !important
  }
  .pt-book__item:last-child {
      margin-right: 0
  }
  .pt-book__item img {
      max-width: 58px
  }
  .pt-book__item p {
      font-size: 18px;
      line-height: 21px;
      font-weight: 400;
      max-width: 230px
  }
  .pt-download h2 {
      max-width: 100%;
      font-size: 57px;
      line-height: 59px;
      font-weight: 900
  }
  .pt-download__descr {
      font-size: 24px;
      line-height: 34px;
      font-weight: 400;
      max-width: 590px;
      padding-bottom: 28px;
      padding-top: 13px
  }
  .pt-download a {
      font-size: 26px;
      line-height: 30px;
      font-weight: 900;
      padding: 20px 0
  }
  .pt-download__image img {
      max-width: 510px;
      width: 100%
  }
  .pt-footer__links a {
      font-size: 18px;
      line-height: 21px;
      font-weight: 500
  }
}

@media (max-width:1199px) {
  .pt-download {
      background: linear-gradient(90deg, #0c2a59 75%, #0c2a59 76%);
      padding: 202px 0 35px;
      border-radius: 0;
      margin: 320px auto 0;
      max-width: 100%
  }
  .pt-download h2 {
      text-align: center
  }
  .pt-download__descr {
      text-align: center;
      margin: 0 auto
  }
  .pt-download a {
      width: 616px;
      margin: 0 auto
  }
  .pt-download__image {
      top: -33px;
      right: 50%;
      transform: translateY(-50%) translateX(50%)
  }
  .pt-footer__address,
  .pt-footer__copyright {
      max-width: 700px
  }
}

@media (max-width:1100px) {
  main {
      background: none !important;
      padding-bottom: 80px
  }
  .pt-investment__content {
      width: 100%;
      text-align: center
  }
  .pt-investment__image {
      display: none
  }
  .main-pic {
      display: block
  }
}

@media (max-width:1020px) {
  .pt-header {
    text-align: center;
  }
}

@media (max-width:1000px) {
  .RForm form input:not([type=checkbox]),
  .RForm select {
      font-size: 14px;
      line-height: 11px;
      font-weight: 400
  }
  .pt-investment__image img {
      max-width: 577px;
      margin-left: -60px;
      margin-top: 50px
  }
}

@media (max-width:980px) {
  .custom-form__ab .custom-option .country-name {
      font-size: 11px;
      line-height: 12px;
      font-weight: 300
  }
}

@media (max-width:930px) {
  .RForm form input:not([type=checkbox]),
  .RForm select {
      font-size: 13px;
      line-height: 11px;
      font-weight: 400
  }
  .RForm .buttonSubmit {
      font-size: 21px;
      line-height: 16px;
      font-weight: 600
  }
  .custom-form__ab .customer_phone.userPhone {
      padding-left: 121px !important
  }
}

@media (max-width:890px) {
  .custom-form__ab .select-selected {
      max-width: 101px
  }
  .country-code {
      font-size: 13px;
      line-height: 11px;
      font-weight: 300
  }
  .custom-form__ab .customer_phone.userPhone {
      padding-left: 111px !important
  }
}

@media (max-width:800px) {
  .pt-container {
      max-width: 730px;
      padding: 0 20px
  }
  .RForm .buttonSubmit {
      margin-top: 0;
      font-size: 18px;
      line-height: 16px;
      font-weight: 600
  }
  .tooltip:before {
      font-size: 10px
  }
  .custom-form__ab .select-selected:after {
      top: 28px
  }
  .custom-form__ab .select-selected:hover:after {
      top: 22px
  }
  .custom-form__ab .select-selected.select-arrow-active:after {
      top: 17px
  }
  .custom-form__ab .custom-option .country-name {
      color: #828282;
      font-size: 10px;
      line-height: 10px;
      font-weight: 300
  }
  .country-code {
      color: #828282
  }
  .custom-form__ab .customer_phone.userPhone {
      padding-left: 110px !important
  }
  .custom-form__ab .select-items {
      margin-left: 2px
  }
  .RForm .agree-terms-conditions-label {
      padding-left: 11px
  }
  main {
      padding-bottom: 26px
  }
  .pt-header__logo {
      padding-top: 20px
  }
  .pt-header__logo img {
      width: 75px
  }
  .pt-investment h1 {
      font-size: 61px;
      line-height: 72px;
      font-weight: 900
  }
  .pt-investment__text {
      font-size: 29px;
      line-height: 31px;
      font-weight: 600
  }
  .pt-investment__descr {
      margin: 0 auto;
      font-size: 24px;
      line-height: 29px;
      font-weight: 400
  }
  .pt-investment__image img {
      max-width: 427px;
      margin-left: -120px;
      margin-top: 10px
  }
  .pt-book {
      padding-top: 60px
  }
  .pt-book h2 {
      font-size: 24px;
      line-height: 30px;
      font-weight: 900
  }
  .pt-book__items {
      max-width: 500px;
      margin: 0 auto
  }
  .pt-book__item {
      padding: 25px 29px;
      display: flex;
      width: 100%;
      opacity: 1;
      max-width: 400px;
      align-items: center;
      margin-bottom: 15px
  }
  .pt-book__item img {
      max-width: 65px
  }
  .pt-book__item p {
      font-size: 20px;
      line-height: 29px;
      font-weight: 400;
      max-width: 260px;
      margin-left: 14px;
      letter-spacing: -.02em
  }
  .pt-download {
      padding-top: 180px;
      margin-top: 280px
  }
  .pt-download .pt-container {
      padding: 0 30px
  }
  .pt-download h2 {
      font-size: 53px;
      line-height: 59px;
      font-weight: 900
  }
  .pt-download__descr {
      text-align: center;
      margin: 0 auto
  }
  .pt-download a {
      font-size: 26px;
      line-height: 45px;
      font-weight: 900;
      padding: 10px 0;
      height: 65px;
      width: 290px;
      margin: 0 auto
  }
  .pt-footer {
      padding-top: 20px
  }
  .pt-footer__links {
      display: flex;
      flex-direction: column
  }
  .pt-footer__links a {
      font-size: 14px;
      line-height: 17px;
      font-weight: 500;
      margin: 10px
  }
  .slick-arrow.slick-disabled {
      visibility: visible
  }
  .main-pic {
      right: -32px;
      position: relative
  }
  .main-pic,
  .main-pic img {
      width: 100%
  }
}

@media (max-width:799px) {
  .RForm form {
      width: 540px
  }
  .custom-form__ab .select-selected {
      max-width: 102px
  }
  .pt-book__items {
      flex-direction: column;
      justify-content: center;
      align-items: center
  }
}

@media (max-width:767px) {
  .LPForm.RForm {
      width: 100%
  }
  .tooltip:before {
      font-size: 10px
  }
  .custom-select {
      position: relative
  }
  .custom-select .tooltip {
      position: static
  }
  .tooltip:before {
      left: 0
  }
}

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

@media (max-width:730px) {
  .pt-investment__wrapper {
      flex-direction: column
  }
  .pt-investment__image img {
      margin-left: 0
  }
}

@media (max-width:700px) {
  .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%;
      margin: 12px auto;
      padding: 0 94px
  }

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

.submit {
  margin-top: 10px !important;
}

form .checkbox-wrap input {
  width: 20px !important;
}

}

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

@media (max-width:600px) {
  .pt-book__item {
      margin-right: 0;
      margin-bottom: 12px
  }
}

@media (max-width:575px) {
  .RForm form {
      width: 100%;
      margin-top: 21px
  }
  .RForm .buttonSubmit {
      height: 65px;
      font-size: 26px;
      line-height: 30px;
      font-weight: 600
  }
  .pt-investment h1 {
      font-size: 32px;
      line-height: 36px;
      font-weight: 900;
      margin-top: 30px
  }
  .pt-investment__text {
      font-size: 16px;
      line-height: 19px;
      font-weight: 600
  }
  .pt-investment__descr {
      font-size: 14px;
      line-height: 20px;
      font-weight: 400
  }
  .pt-book h2 {
      font-size: 15px;
      line-height: 19px;
      font-weight: 900;
      padding-bottom: 17px
  }
  .pt-book__item {
      max-width: 300px
  }
  .pt-book__item img {
      max-width: 53px
  }
  .pt-book__item p {
      max-width: 100%;
      font-size: 14px;
      line-height: 20px;
      font-weight: 400
  }
  .pt-download {
      padding-top: 120px;
      margin-top: 200px
  }
  .pt-download h2 {
      font-size: 22px;
      line-height: 22px;
      font-weight: 900
  }
  .pt-download__descr {
      font-size: 16px;
      line-height: 23px;
      font-weight: 400
  }
  .pt-download__image img {
      max-width: 252px;
      width: auto
  }
  .pt-footer__address,
  .pt-footer__contact a,
  .pt-footer__copyright {
      font-size: 14px;
      line-height: 20px;
      font-weight: 400
  }

}

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

@media (max-width:500px) {
  .pt-investment__image img {
      max-width: 100%
  }
  .pt-footer__links a {
      margin-left: 0
  }
}

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

@media (max-width:480px) {
  .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%
  }

  .submit-btn-error {
      top: -4px
  }
}

@media (max-width:360px) {
  .pt-container {
      padding: 0 32px
  }
  .RForm form input:not([type=checkbox]),
  .RForm select {
      font-size: 14px;
      height: 65px !important
  }
  .tooltip:before {
      left: 0;
      top: -11px
  }
  .custom-form__ab .select-selected:hover:after {
      top: 15px
  }
  .custom-form__ab .select-selected.select-arrow-active:after {
      top: 9px
  }
  .RForm .agree-terms-conditions-label {
      padding-left: 9px;
      line-height: 18px
  }
  .RForm .agreementText {
      margin-top: 10px
  }
  .RForm .usf-button {
      padding-top: 0 !important
  }
  .agree-terms-conditions-span .RForm .indent {
      font-size: 12px;
      line-height: 18px;
      font-weight: 400
  }
  .pt-investment__image img {
      max-width: 120%;
      margin-left: -50px
  }
  .pt-book {
      padding-top: 20px
  }
  .pt-book__br {
      display: none
  }
}

@media (max-width:340px) {
  .phone-wrap label.error,
  .submit-btn-error,
  label.error {
      left: -35px;
      top: -12px
  }
  .pt-download h2 {
      font-size: 20px;
      line-height: 20px;
      font-weight: 900
  }
  .pt-download a {
      width: 260px
  }
}
