

/* Start:/landing/skills/general.css?16627192191162*/
html, body {
  width: 100%;
  height: 100%;
  margin: 0;
}

html body {
  color: #000000;
}

html body h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: normal;
}

.lp-layout h2, .lp-layout h3,
.lp-layout h4, .lp-layout h5 {
  line-height: 1.1;
  margin-top: 0;
}

body * {
  box-sizing: border-box;
}

ul {
  padding: 0;
  margin: 0;
}

ul li {
  list-style: none;
}

p {
  padding: 0;
  margin: 0;
}

.nav + .container {
  padding: 0 !important;
  max-width: 100%;
}

.container {
  margin: 0 auto;
  max-width: 1170px;
}

.lp-layout .container {
  padding: 0 15px;
}

.container > h1,
.callibri_soc {
  display: none;
}

header, .nav, .navigator, footer,
.nav-menu-mobile-link, .main-map_mobile-visible {
  display: none !important;
}

@media (max-width: 1199px) {
  .lp-layout .container {
    max-width: 960px;
  }
}

@media (max-width: 991px) {
  .lp-layout .container {
    max-width: 720px;
  }
}

@media (max-width: 767px) {
  .lp-layout .container {
    max-width: 540px;
  }
}

@media (max-width: 575px) {
  .lp-layout .container {
    max-width: 100%;
  }
}
/* End */


/* Start:/landing/skills/style.css?176424471344650*/
@font-face {
    font-family: 'Adigiana2';
    src: url('/local/layout/fonts/adigiana2/adigiana2.eot');
    src: local('☺'), url('/local/layout/fonts/adigiana2/adigiana2.woff') format('woff'), url('/local/layout/fonts/adigiana2/adigiana2.ttf') format('truetype'), url('/local/layout/fonts/adigiana2/adigiana2.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

.lp-layout {
    font: 400 20px/1.2 "Montserrat", Sans-Serif;
    color: #000;
}

.lp-layout b {
    font-weight: 600;
}

.lp-layout h2, .lp-layout h3, .lp-layout h4 {
    font-family: 'Adigiana2', sans-serif;
    line-height: 1;
}

.lp-layout h2 {
    font-size: 60px;
    margin-bottom: 50px;
}

.lp-layout h3 {
    font-size: 48px;
}

.lp-layout h4 {
    font-size: 32px;
}

.text-coral {
    color: #FF4140;
}

.text-white {
    color: #fff;
}

.text-light-orange {
    color: #FF9200;
}

.text-violet,
a.text-violet {
    color: #4D2C93;
}

.header-skills-wrap {
    background: #FE5D5C;
}

.header-skills-wrap .container {
    max-width: 1340px;
    padding-bottom: 107px;
}

.skills-about-wrap,
.skills-about-wrap .container,
.skills-courses-wrap,
.logo-bkc {
    position: relative;
}

.logo-bkc {
    z-index: 3;
}

.skills-logo {
    display: inline-flex;
    align-items: center;
}

.skills-logo img {
    flex-shrink: 0;
}

.bkc-logo {
    width: 70px;
    margin-right: 18px;
}

.skills-about-wrap {
    z-index: 2;
}

.skills-about-wrap::before,
.skills-courses-wrap::before {
    content: "";
    display: block;
    height: 107px;
    position: absolute;
    top: -106px;
    left: 0;
    right: 0;
    z-index: 10;
    background-repeat: no-repeat;
    background-position: center bottom;
}

.skills-about-wrap::before {
    background-image: url(/landing/skills/img/clouds-light-yellow.svg);
}

.skills-courses-wrap::before {
    background-image: url(/landing/skills/img/clouds-light-white.svg);
}

.skills-courses-wrap {
    background: #fff url(/landing/skills/img/skills-courses-bg.svg) no-repeat center;
    padding-top: 50px;
    padding-bottom: 260px;
}

.skills-about {
    margin-bottom: 50px;
    position: relative;
    z-index: 3;
}

.skills-about-column-wrap {
    margin: 0 -50px 50px;
}

.skills-about-column {
    width: 50%;
    padding: 0 50px;
}

.skills-about-title {
    font-weight: 700;
}

.star-list li {
    padding-left: 42px;
    margin: 25px 0;
}

.star-list li:before {
    width: 20px;
    height: 20px;
    background: transparent url(/landing/skills/img/icons/star.svg);
    background-size: 100%;
    left: 0;
    top: 2px;
}

.star-list.star-list-empty li:before {
    background-image: url(/landing/skills/img/icons/star-empty.svg);
}

.star-list.star-list-empty.violet li:before {
    background-image: url(/landing/skills/img/icons/star-empty-violet.svg);
}

.skills-about-column .star-list {
    padding: 0 12px;
}

.skills-about-btn-wrap {
    text-align: center;
    margin-bottom: 50px;
}

.skills-about-btn-wrap .btn-general {
    min-width: 278px;
}

.skills-courses-tabs-wrap {
    text-align: center;
    margin-bottom: 30px;
}

.skills-courses-tabs-menu {
    display: inline-flex;
    border: 3px dashed #4D2C93;
    border-radius: 40px;
    padding: 6px;
}

.skills-courses-tabs-link {
    font: 700 20px/1.1 'Montserrat', sans-serif;
    color: #4D2C93;
    padding: 12px 20px;
    cursor: pointer;
}

.skills-courses-tabs-link.active {
    background-color: #4D2C93;
    color: #fff;
    border-radius: 40px;
    cursor: default;
}

.skills-courses-tabs-link > span {
    border-bottom: 2px solid transparent;
}

.skills-courses-tabs-link:hover > span {
    border-bottom-color: #4D2C93;
}

.skills-courses-tabs-content {
    opacity: 0;
    visibility: hidden;
    height: 0;
    min-height: 0;
    transition: linear .3s;
}

.skills-courses-tabs-content.active {
    min-height: 800px;
    opacity: 1;
    visibility: visible;
}

.skills-courses-tabs-inner {
    padding: 40px 0;
}

.skills-courses-img-wrap {
    overflow: hidden;
    width: 100%;
    position: relative;
    border-radius: 11px;
    margin-bottom: 20px;
}

.skills-courses-img-wrap img {
    display: block;
    width: 100%;
}

.skills-courses-age {
    color: #FF4140;
    background: #fff;
    border-radius: 22px;
    font: 700 20px/1 'Montserrat', sans-serif;
    position: absolute;
    top: 16px;
    right: 10px;
    padding: 8px 11px;
}

.skills-courses-subtitle {
    font-weight: 500;
    font-size: 28px;
    line-height: 1.3;
    margin-top: -35px;
    margin-bottom: 20px;
}

.skills-courses-item {
    margin: 20px 15px 50px;
    padding: 30px 24px;
    background: #FFFFFF;
    box-shadow: 0 4px 25px #CFBDF5;
    border-radius: 11px;
    text-align: left;
    height: calc(100% - 70px);
    flex-direction: column;
}

.skills-courses-item p {
    font-size: 16px;
    line-height: 1.3;
    margin: 0 0 20px;
}

.skills-courses-inner {
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
}

.skills-carousel {
    display: none;
}

.skills-carousel .slick-track,
.skills-courses-item {
    display: flex;
    float: none;
}

.skills-carousel.slick-initialized .slick-slide,
.skills-carousel .slick-slide {
    display: inline-flex;
    float: none;
}

.item {
    text-align: center;
}

.skills-carousel .slick-slide {
    height: auto;
}

.skills-carousel .slick-dots li::before,
.skills-carousel .slick-dots li button::before,
.skills-carousel-single .slick-dots li::before,
.skills-carousel-single .slick-dots li button::before {
    display: none;
}

.skills-carousel .slick-dots li,
.skills-carousel .slick-dots li button,
.skills-carousel-single .slick-dots li,
.skills-carousel-single .slick-dots li button {
    width: 24px;
    height: 24px;
}

.skills-carousel .slick-dots li button,
.skills-carousel-single .slick-dots li button {
    border: 3px solid #4D2C93;
    padding: 0;
    border-radius: 50%;
}

.skills-carousel .slick-dots li,
.skills-carousel-single .slick-dots li {
    margin-left:  10px;
    margin-right:  10px;
}

.skills-carousel .slick-dots .slick-active button,
.skills-carousel-single .slick-dots .slick-active button {
    border-color: #FF4140;
    background-color: #FF4140;
    cursor: default;
}

.lp-layout .skills-courses-item h4 {
    margin-bottom: 10px;
}

.skills-courses-schedule,
.skills-courses-schedule-inner {
    display: flex;
}

.skills-courses-schedule {
    margin: auto -12px 20px;
}

.skills-courses-schedule-icon {
    flex-shrink: 0;
    margin-right: 10px;
}

.skills-courses-schedule-info {
    font: 700 16px/1.3 'Montserrat', sans-serif;
}

.skills-courses-schedule-item {
    width: 50%;
    padding: 0 12px;
}

.skills-courses-schedule-icon,
.skills-courses-schedule-icon img {
    width: 22px;
}

.skills-courses-foot {
    text-align: center;
}

.skills-courses-foot .btn-general {
    font-size: 13px;
    padding: 16px 38px;
}

.skills-courses-link {
    color: #FF4140;
    font: 700 12px/1.3 'Montserrat', sans-serif;
    text-transform: uppercase;
    text-decoration: underline;
}

.skills-courses-link:hover {
    text-decoration: none;
}

.skills-courses-link-wrap {
    margin-top: 16px;
}

.header-content {
    display: flex;
    flex-direction: column;
}

.header-skills {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    position: relative;
    z-index: 3;
}

.header-title {
    color: #fff;
    text-align: center;
}

.lp-layout h2.header-title {
    font: 700 64px/1.1 "Montserrat", sans-serif;
    margin: 0 0 15px;
    position: relative;
    z-index: 3;
}

.header-subtitle-wrap {
    color: #fff;
    text-align: center;
    font: 700 40px/1.2 "Montserrat", sans-serif;
    margin-bottom: 100px;
}

.header-subtitle {
    position: relative;
    z-index: 3;
    margin-bottom: 10px;
}

.header-subtitle-small {
    margin-bottom: 5px;
}

.header-slills-bg-left {
    left: -60px;
    top: 0;
}

.header-slills-bg-right {
    right: -50px;
    top: 30px;
}

.header-title-about {
    color: #fff;
    font: 500 40px/1.1 "Montserrat", sans-serif;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 30px;
}

.header-content-gift-wrap {
    margin-top: 27px;
    display: flex;
    gap: 12px;
    align-items: center;
}

.header-content-gift-about {
    font-size: 22px;
}

.header-content-gift-about span {
    font-weight: 700;
}

.contacts-header,
.phone-wrap,
.phone-wrap a,
.skills-soc-btns {
    display: flex;
}

.skills-soc-btns img {
    max-width: 38px;
    display: block;
}

.phone-wrap,
.phone-wrap a,
.skills-soc-btns {
    align-items: center;
}

.contacts-header .phone-wrap {
    margin-right: 30px;
}

.phone-wrap img {
    flex-shrink: 0;
    width: 38px;
    margin-right: 8px;
}

.phone-link {
    color: #fff;
    font:600 24px/1 "Montserrat", Sans-Serif;
}

.skills-soc-btns {
    margin: 0 -5px;
}

.soc-btn {
    margin: 0 3px;
}

.header-btns-wrap {
    text-align: center;
    position: relative;
    z-index: 3;
}

.header-btns-wrap .btn-general {
    margin: 0 5px 12px;
    min-width: 246px;
}

.btn-general, .form-line input[type="submit"] {
    color: #fff;
    background: #FF4140;
    display: inline-flex;
    justify-content: center;
    font:700 16px/1 "Montserrat", Sans-Serif;
    padding: 22px 21px;
    text-transform: uppercase;
    box-shadow: 2px 4px 0 #FFC800;
    border-radius: 11px;
    outline: none;
}

.form-line input[type="submit"] {
    height: 52px;
}

.form-line .form-submit {
    margin: 0;
}

.btn-general:hover,
.btn-general:focus {
    text-decoration: none;
    background-color: #4D2C93;
}

.btn-general.violet,
.form-line input[type="submit"].violet,
.btn-general.violet-2,
.form-line input[type="submit"].violet-2 {
    background-color: #4D2C93;
}

.btn-general.violet:hover,
.btn-general.violet:focus,
.form-line input[type="submit"]:hover,
.form-line input[type="submit"]:focus,
.form-line input[type="submit"].violet:hover,
.form-line input[type="submit"].violet:focus,
.form-box-wrap .btn-general:hover,
.form-box-wrap .btn-general:focus {
    background-color: #fff;
    color: #4D2C93;
}

.btn-general.violet-2:hover,
.btn-general.violet-2:focus {
    background-color: #FF4544;
}

.btn-general.white {
    background-color: #fff;
    color: #4D2C93;
}

.btn-general.white:hover,
.btn-general.white:focus {
    background-color: #4D2C93;
    color: #fff;
}

.skills-about-wrap {
    background-color: #FEEBA8;
    padding-bottom: 107px;
}

.lp-layout h2.skills-about-title {
    margin-bottom: 0;
}

.lp-layout h2.details-program__title {
    margin-top: 120px;
}

.skills-dod-wrap {
    background: #4D2C93;
    color: #fff;
    position: relative;
    padding-bottom: 50px;
}

.inline-text{
    display: inline-block;
}

.skills-dod-about-wrap {
    margin-bottom: 50px;
}

.skills-dod-subtitle {
    font-size: 32px;
    margin-bottom: 50px;
}

.skills-dod-bg-top,
.skills-dod-bg-bottom {
    position: absolute;
    left: 0;
    right: 0;
}

.skills-dod-bg-top {
    background: url(/landing/skills/img/dod-bg-top.svg) no-repeat center 0;
    height: 267px;
    top: -240px;
}

.skills-dod-bg-bottom {
    background: url(/landing/skills/img/skills-dod-bg-bottom.svg) no-repeat center 0;
    height: 96px;
    bottom: -70px;
}

.skills-advantage-wrap {
    background: #fff;
    padding-top: 130px;
}

.skills-dod-container,
.skills-dod-bg-top .container {
    position: relative;
}

.lp-layout .skills-advantage-wrap h3 {
    margin-bottom: 50px;
}

.skills-advantage {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -30px;
}

.skills-advantage-item {
    padding: 0 15px;
    margin-bottom: 50px;
}

.skills-advantage-title {
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.skills-advantage-item-inner {
    position: relative;
}

.skills-advantage-icon {
    position: absolute;
    left: 0;
    top: 0;
}

.skills-car {
    position: absolute;
    left: 100px;
    top: -35px;
}

.skills-form-section {
    background: #FE5D5C;
    padding: 30px 0 50px;
}

.skills-form-title,
.skills-form-subtitle {
    color: #fff;
    text-align: center;
}

.skills-form-title {
    font: 700 36px/1.1 'Montserrat', sans-serif;
    margin-bottom: 30px;
}

.skills-form-subtitle {
    font-size: 18px;
    margin-bottom: 30px;
}

.skills-form-section .skills-form-title {
    margin-bottom: 12px;
}

.form-line-wrap {
    background: #ECEFF6;
    padding: 20px 15px 30px;
    margin-bottom: 30px;
}

.form-line .form-input input::-webkit-input-placeholder {
    font-size: 16px;
    color: #fff;
}

.form-line .form-input input::-moz-placeholder {
    font-size: 16px;
    color: #fff;
}

.form-line .form-input input:-ms-input-placeholder {
    font-size: 16px;
    color: #fff;
}

.form-line .form-input input::-ms-input-placeholder {
    font-size: 16px;
    color: #fff;
}

.form-line .form-input input::placeholder {
    font-size: 16px;
    color: #fff;
}

.form-line {
    margin: 0;
}

.form-line .form-input {
    margin-bottom: 20px;
}

.form-line .form-input input {
    height: 45px;
    border-radius: 0;
}

.form-line input:-webkit-autofill,
.form-line input:-webkit-autofill:hover,
.form-line input:-webkit-autofill:focus,
.form-line input:-webkit-autofill {
    -webkit-text-fill-color: #fff;
    -webkit-box-shadow: 0 0 0 1000px transparent inset;
    transition: background-color 5000s ease-in-out 0s;
    background: #fff;
}

.form-line .form-input input:hover,
.form-line .form-input input:focus {
    border-color: #fff;
}

.form-line .form-input label.error {
    width: 100%;
    top: 10px;
}

.form-line .form-select label.error {
    position: absolute;
    top: 62px;
}

.form-line .check_rules:checked:after {
    font-size: 22px;
    color: #4D2C93 !important;
    top: -9px;
}

.form-yellow .form-line .check_rules:checked:after {
    color: #FF4140 !important;
}

.form-line input[type="submit"] {
    border: 0;
    height: auto;
    padding-top: 18px;
    padding-bottom: 18px;
    cursor: pointer;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form-line input[type="submit"]:disabled,
.form-line input[type="submit"]:disabled:hover {
    cursor: default;
    background: #b6b6b6;
    color: #fff;
}

.form-line input.check_rules[type="checkbox"]:checked + label,
.form-line input.check_rules[type="checkbox"]:checked + label a,
.form-line input.check_rules[type="checkbox"]:checked + label a:hover,
.form-line input.check_rules[type="checkbox"] + label,
.form-line input.check_rules[type="checkbox"] + label a {
    color: #fff;
}

.form-line .link_rules:hover {
    color: #fff !important;
}

.form-line input.check_rules[type="checkbox"]:checked + label a,
.form-line input.check_rules[type="checkbox"] + label a {
    text-decoration: underline;
}

.form-line input.check_rules[type="checkbox"]:checked + label a:hover,
.form-line input.check_rules[type="checkbox"] + label a:hover {
    text-decoration: none;
}

.form-line .check_rules,
.form-line .check_rules:checked {
    border-color: #fff;
}

.form-line .rules_confirm,
.order .rules_confirm {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    padding-left: 30px;
    margin-bottom: 0;
}

.form-line .text_rules {
    display: block;
    letter-spacing: 0.3px;
}

.form-line .check_rules {
    position: absolute;
    left: 0;
    padding: 7px;
}

.form-line .check_rules {
    top: 2px;
}

.form-line .rules_result {
    font-weight: 600;
}

.form-line-title,
.form-line-note {
    text-align: center;
}

.form-line-title {
    font-size: 24px;
    font-weight: 700;
    color: #09368B;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.form-line-note {
    font-weight: 400;
    color: #000;
    margin-bottom: 10px;
}

.form-line-note b {
    font-weight: 600;
}

.form-line-title {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.skills-form .form-input input {
    border-color: #fff;
    color: #fff;
    background: transparent;
    border-radius: 0;
    height: 52px;
}

.form-yellow .skills-form .form-input input {
    border-color:#FEEBA8;
}

body.page-course .select2-container--default .select2-selection--single.select-skills-field .select2-selection__placeholder,
.select2-container--default .select2-selection--single.select-skills-field .select2-selection__rendered {
    color: #fff;
    font-size: 16px;
}

.select2-container--default .select-skills-field .select2-results__option[aria-selected="true"]:hover {
    color: #fff;
}

.select2-container--default .select2-selection--single.select-skills-field {
    background-color: transparent;
    height: 52px;
    border-radius: 0;
}

.select2-dropdown.select-skills-dropdown,
.select2-container--default .select2-selection--single.select-skills-field,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single.select-skills-field,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple.select-skills-field {
    border-color: #fff!important;
}

.form-yellow .select2-dropdown.select-skills-dropdown,
.form-yellow .select2-container--default .select2-selection--single.select-skills-field,
.form-yellow .select2-container--default.select2-container--open.select2-container--below .select2-selection--single.select-skills-field,
.form-yellow .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple.select-skills-field {
    border-color:#FEEBA8!important;
}

.select2-container--default .select2-selection--single.select-skills-field .select2-selection__rendered {
    line-height: 50px;
}

.select2-container--default.select2-container--open .select2-selection--single.select-skills-field .select2-selection__arrow b {
    border-width: 0 0 0 1px;
    border-color: #fff;
}

.select2-dropdown.select-skills-dropdown {
    border-color: #fff!important;
}

.select2-container--default .select2-selection--single.select-skills-field .select2-selection__arrow b {
    background: url(/landing/skills/img/icons/arrow-down.svg) no-repeat center;
    width: 48px;
    left: auto;
    right: 0;
    top: -1px;
    border-left: 1px solid #fff;
}

.form-yellow .select2-container--default .select2-selection--single.select-skills-field .select2-selection__arrow b {
    background-image: url(/landing/skills/img/icons/arrow-down-yellow.svg);
}

.form-yellow .select2-container--default.select2-container--open .select2-selection--single.select-skills-field .select2-selection__arrow b,
.form-yellow .select2-container--default .select2-selection--single.select-skills-field .select2-selection__arrow b,
.form-yellow .form-line .check_rules,
.form-yellow .form-line .check_rules:checked {
    border-color:#FEEBA8;
}

.form-violet-bg {
    background: #4D2C93;
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 205px !important;
}

.promo-wrap {
    padding: 30px 0;
    background: #FEEBA8;
}

.promo-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
}

.promo {
    width: 25%;
    padding: 0 15px;
    margin-bottom: 30px;
    text-align: center;
}

.promo-inner {
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 6px solid #4D2C93;
    height: 100%;
    padding: 27px 15px 20px;
    border-radius: 38px;
}

.lp-layout .promo h2 {
    font-size: 76px;
    line-height: 1;
    color:#4D2C93;
    margin: 0;
}

.promo-wrap .container {
    position: relative;
}

.promo p {
    font-size: 16px;
    line-height: 1.4;
    margin-top: 15px;
    margin-bottom: 15px;
}

.promo p:last-child {
    margin-bottom: 0;
}

.promo-icon-wrap {
    height: 76px;
}

.promo-icon {
    display: block;
    margin: 0 auto;
    max-height: 100%;
}

.promo-note {
    margin-top: auto;
    font-size: 11px;
}

.promo-subtitle {
    font-size: 16px;
    margin-bottom: 30px;
}

.promo-bg {
    position: absolute;
}

.promo-bg-left {
    left: -130px;
    top: 40px;
}

.promo-bg-right {
    right: -100px;
    top: 100px;
}

.icons-bg {
    position: absolute;
    z-index: 1;
}

.child-bg-left {
    left: 0;
    bottom: 30px;
    z-index: 2;
}

.child-bg-right {
    right: -100px;
    bottom: -40px;
    z-index: 2;
}

.lamp {
    bottom: 200px;
    left: 50%;
    transform: translateX(-50%);
}

.scissors {
    top: 330px;
    left: 210px;
    transform: rotate(70deg);
}

.pencil {
    top: 150px;
    left: -30px;
}

.microphone {
    right: 110px;
    top: 170px;
}

.cloud {
    right: -70px;
    top: 250px;
}

.comp {
    right: -20px;
    bottom: 30px;
    z-index: 2;
}

.skills-dod-bg-left {
    top: -50px;
    left: -150px;
}

.skills-dod-bg-left2 {
    left: -150px;
    bottom: 230px;
}

.skills-dod-bg-right {
    top: 0;
    right: -300px;
}

.skills-about-cloud {
    left: -150px;
    top: 0;
}

.skills-about-pencil {
    right: -100px;
    top: 600px;
}

.rocket {
    right: 70px;
    top: -150px;
    z-index: 30;
}

.loupe {
    left: -170px;
    top: 600px;
}

.brush {
    top: 100px;
    right: -100px;
}

.plane {
    left: -150px;
    top: 130px;
}

.ruler {
    right: -150px;
    bottom: 300px;
}

.header-skills-inner {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
}

.header-skills-inner,
.header-skills-inner .container,
.online-footer,
.skills-dod-about-item {
    position: relative;
}

.online-footer::after {
    content: "";
    display: block;
}

.online-footer::after {
    position: absolute;
    height: 8px;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(/landing/skills/img/gradient.svg);
}

.online-footer .soc-btn {
    width: 50px;
}

.online-footer {
    background-color: #fff;
    padding: 32px 0;
}

.online-footer,
.online-footer a {
    color: #4D2C93;
}

.online-footer a {
    display: inline-block;
}

.online-footer-contacts a {
    font-size: 34px;
    font-weight: 700;
    margin-right: 25px;
}

.online-footer-line {
    margin-left: -15px;
    margin-right: -15px;
}

.lds-ripple {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.rocket2, .skills-about-cloud-mobile,
.dod-plane {
    display: none;
}

.lds-ripple div {
    position: absolute;
    border: 4px solid #4D2C93;
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
    animation-delay: -0.5s;
}

.skills-carousel .slick-prev:before,
.skills-carousel .slick-next:before,
.skills-carousel-single .slick-prev:before,
.skills-carousel-single .slick-next:before {
    color: #4D2C93;
    font-size: 40px;
}

.skills-carousel .slick-prev,
.skills-carousel-single .slick-prev {
    left: -45px;
}

.text-bold {
    font-weight: 900;
}

.text-boldly {
    font-weight: 700;
}

@keyframes lds-ripple {
    0% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 0;
    }
    4.9% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 0;
    }
    5% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 1;
    }
    100% {
        top: 0;
        left: 0;
        width: 72px;
        height: 72px;
        opacity: 0;
    }
}

.form-box-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.form-box-wrap .btn-general {
    min-width: 214px;
}

.form-box-about {
    max-width: 580px;
    font: 600 24px/1.5 'Montserrat', sans-serif;
    text-transform: uppercase;
}

.course-features-wrap {
    padding-bottom: 40px;
}

.lp-layout .skills-advantage-wrap.course-features-wrap h3 {
    margin-bottom: 30px;
}

.course-features-item,
.course-features-icon {
    display: flex;
}

.course-features-item {
    font: 500 24px/1.3 'Montserrat', sans-serif;
    margin-bottom: 30px;
}

.course-features-icon {
    width: 155px;
    flex-shrink: 0;
    justify-content: center;
    margin-right: 15px;
}

.course-features-icon .algoritmika {
    max-width: 144px;
    align-self: baseline;
    margin-top: 20px;
}

.course-features-item p {
    margin-top: 15px;
}

.course-features-item p:last-child {
    margin-bottom: 0;
}

.form-line-single .form-input.form-select {
    width: calc(100% - 410px);
    margin-right: 60px;
}

.nowrap {
    white-space: nowrap;
}

.form-gift-wrap.skills-form-wrap {
    margin-bottom: 50px;
}

.form-gift-wrap .skills-form-title {
    font-size: 32px;
    margin-bottom: 10px;
}

.skills-courses-price-wrap {
    font: 700 26px/1 "Montserrat", Sans-Serif;
    text-align: center;
    margin-bottom: 20px;
}

.skills-courses-price {
    font-size: 40px;
}

.details-table__row-title {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    border: 1px solid red;
    align-items: center;
    justify-items: center;
}

.details-table {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    align-items: stretch;
    justify-items: stretch;
    margin-bottom: 70px;
}

.details-table__about-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    border-bottom: 2px dashed #BFA7F2;
    border-right: 2px dashed #BFA7F2;
    padding: 20px 10px;
}

.details-table__about-item:nth-child(4n) {
    border-right: none;
}

.details-table__about-item:nth-last-child(1),
.details-table__about-item:nth-last-child(2),
.details-table__about-item:nth-last-child(3),
.details-table__about-item:nth-last-child(4) {
    border-bottom: none;
}

.details-table__title-item {
    border: none;
    padding: 0;
}

.details-program-wrap {
    display: flex;
    justify-content: space-around;
    margin-bottom: 40px;
}

.details-program-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 200px;
    width: 100%;
}

.details-program {
    font-size: 24px;
}

.details-program__btn-inner {
    display: flex;
    align-items: center;
    justify-content: center;
}

.details-program__btn {
    max-width: 350px;
    width: 100%;
}

.details-table__text--big,
.details-program__text--big {
    font-size: 36px;
}

.skills-courses-content h4 a {
    color: inherit;
}

/* NEW FORM FOR SKILL*/
.new-form-skill-wrap {
    margin-top: 60px;
}

.new-form-skill-title {
    margin-bottom: 30px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 1.2;
    text-align: center;
    color: #4D2C93;
}

.new-form-skill-title span {
    color: #FF4140;
}

.new-form .new-form-input input {
    border: 1px solid #4D2C93;
    color: #4D2C93;
}

.new-form .form-submit input[type="submit"]:hover {
    background-color: #4D2C93;
    color: #FFFFFF;
}

.new-form .new-form-inner {
    margin-bottom: 30px;
}

.new-form .new-form-input input::-webkit-input-placeholder {
    font-family: 'Montserrat';
    font-weight: 600;
    color: #4D2C93;
}

.new-form .new-form-input input::-moz-placeholder {
    font-family: 'Montserrat';
    font-weight: 600;
    color: #4D2C93;
}

.new-form .new-form-input input::-ms-input-placeholder {
    font-family: 'Montserrat';
    font-weight: 600;
    color: #4D2C93;
}

.new-form .new-form-input input::placeholder {
    font-family: 'Montserrat';
    font-weight: 600;
    color: #4D2C93;
}

.new-form .new-form-input input:-webkit-autofill,
.new-form .new-form-input input:-webkit-autofill:hover,
.new-form .new-form-input input:-webkit-autofill:focus {
    -webkit-text-fill-color: #4D2C93;
}

.new-form .new-form-inner .new-form-input :hover, 
.new-form .new-form-inner .new-form-input :focus, 
.new-form .check_rules,
.new-form .check_rules:checked {
    border-color: #4D2C93;
}

.new-form .new-form-inner .form-line-row .rules_confirm .text_rules, 
.new-form .new-form-inner .form-line-row .rules_confirm .text_rules .new-link_rules,
.new-form .new-form-inner .form-line-row .rules_confirm .text_rules .new-link_rules :hover {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 14px;
    color: #4D2C93;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.pt-20 {
    padding-top: 20px !important;
}

.header-skills-links {
    display: flex;
}

@media (min-width: 576px) {
    .skills-form-wrap {
        margin: 0 -15px;
    }

    .form-border {
        border: 1px solid #fff;
        border-radius: 11px;
        padding: 20px 30px;
    }
}

@media (min-width: 768px) {
    .skills-advantage-item-inner {
        padding-left: 100px;
    }

    .skills-about-column-wrap {
        display: flex;
    }
}

@media (min-width: 992px) {
    .form-line-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .form-line .form-input,
    .form-line .form-submit {
        width: 280px;
    }

    .skills-advantage-item {
        width: 50%;
    }

    .online-form-line,
    .online-footer-line,
    .online-footer-contacts,
    .online-groups-general {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .online-footer-line {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .online-footer-line,
    .online-footer-contacts {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .online-footer-contacts {
        width: 53%;
    }
}

@media (min-width: 1200px) {
    .skills-dod-about-wrap {
        display: flex;
    }

    .skills-dod-about-item {
        width: 33.333%;
        padding: 0 40px;
    }

    .skills-dod-about-icon {
        display: flex;
        align-items: center;
        height: 176px;
    }

    .skills-dod-subtitle {
        padding: 0 100px;
    }

    .form-line .form-input,
    .form-line .form-submit {
        width: 350px;
    }

    .form-box-icon,
    .form-box-about {
        margin-right: 50px;
    }
}

@media (max-width: 1300px) {
    .header-subtitle-small {
        font-size: 24px;
    }

    .child-bg-left {
        width: 380px;
    }

    .child-bg-right {
        width: 500px;
    }

    .cloud {
        right: 10px;
        top: 300px;
        width: 90px;
    }

    .microphone {
        width: 90px;
    }

    .scissors {
        width: 300px;
    }

    .plane {
        left: -50px;
        top: 0;
    }

    .skills-dod-bg-left {
        left: -100px;
    }

    .skills-dod-bg-right {
        right: -200px;
    }

    .loupe {
        left: -100px;
    }
}

@media (max-width: 1199px) {
    .header-skills .logo {
        width: 90px;
        height: auto;
        background: none;
    }

    .bkc-logo {
        margin-right: 15px;
    }

    .bkc-skills-logo {
        width: 200px;
    }

    .skills-dod-about-icon {
        width: 100px;
        position: absolute;
        left: 0;
        top: 0;
    }

    .skills-dod-about-icon img {
        width: 100%;
    }

    .skills-dod-subtitle {
        font-size: 24px;
    }

    .skills-dod-about-item {
        margin-bottom: 30px;
    }

    .skills-dod-about-item h4 {
        margin-left: 124px;
        min-height: 100px;
        display: flex;
        align-items: center;
    }

    .skills-soc-btns {
        display: none;
    }

    .promo-bg-left {
        left: -200px;
        top: 20px;
    }

    .promo-bg-right {
        right: -120px;
    }

    .online-footer-contacts a {
        font-size: 30px;
    }

    .child-bg-left {
        width: 300px;
        bottom: 50px;
    }

    .child-bg-right {
        width: 430px;
    }

    .header-slills-bg-left {
        left: -150px;
        top: -15px;
    }

    .lp-layout h2.header-title {
        font-size: 55px;
    }

    .header-subtitle-wrap {
        font-size: 36px;
    }

    .scissors {
        width: 200px;
    }

    .lamp {
        width: 50px;
    }

    .comp {
        width: 130px;
    }

    .microphone {
        width: 60px;
    }

    .cloud {
        width: 70px;
    }

    .header-slills-bg-right {
        right: -100px;
    }

    .skills-car {
        left: 200px;
        top: -46px;
        transform: rotate(38deg);
    }

    .form-box-icon,
    .form-box-about {
        margin-bottom: 15px;
        text-align: center;
    }

    .form-line-single .form-input.form-select {
        width: calc(100% - 340px);
    }

    .contacts-header .phone-wrap {
        margin-right: 0;
    }

    .skills-courses-wrap {
        padding-bottom: 280px;
    }

    .promo {
        width: 311px;
        min-height: 264px;
    }
}

@media (max-width: 991px) {
    .form-line-wrap {
        padding: 30px;
    }

    .lp-layout h2.header-title {
        max-width: 480px;
        font-size: 50px;
        margin-left: auto;
        margin-right: auto;
    }

    .form-line .form-input,
    .form-line input[type="submit"],
    .form-line-confirm .text_rules {
        width: 100%;
    }

    .form-line-confirm,
    .form-line .form-submit {
        margin-bottom: 20px;
    }

    .form-line .check_rules {
        top: 6px;
    }

    .skills-form-title-dods {
        display: block;
    }

    .skills-form-title br,
    .skills-courses-tabs-link span.desktop {
        display: none;
    }

    .skills-about-column-wrap {
        margin-left: 0;
        margin-right: 0;
    }

    .skills-about-column {
        padding: 0;
    }

    .promo-bg-right {
        top: auto;
        bottom: 0;
    }

    .promo-bg-left {
        left: -250px;
    }

    .online-footer {
        text-align: center;
    }

    .online-footer-contacts {
        margin-bottom: 30px;
    }

    .online-footer-contacts a {
        margin-left: 15px;
        margin-right: 15px;
    }

    .skills-car {
        top: -38px;
        left: 100px;
    }

    .skills-about-cloud {
        left: -250px;
        top: 0;
    }

    .brush {
        right: -150px;
    }

    .loupe {
        left: -100px;
        bottom: 100px;
    }

    .scissors {
        left: 150px;
    }

    .header-btns-wrap {
        display: flex;
        flex-direction: column;
        max-width: 300px;
        margin: 0 auto;
    }

    .header-slills-bg-left {
        left: -200px;
    }

    .lamp {
        display: none;
    }

    .header-title-about {
        font-size: 30px;
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
    }

    .form-line-single .form-input.form-select {
        width: 100%;
        margin-right: 0;
    }

    .form-gift-wrap .form-line-row,
    .header-content {
        display: flex;
        flex-direction: column;
    }

    .form-gift-wrap .form-submit {
        order: -1;
    }

    .form-gift-wrap.skills-form-wrap {
        margin-bottom: 30px;
    }

    .skills-logo {
        margin-bottom: 15px;
    }

    .bkc-skills-logo {
        width: 180px;
    }

    .header-subtitle-wrap {
        order: 2;
    }

    .header-title-about {
        margin-bottom: 20px;
    }

    .header-btns-wrap .btn-general {
        margin-bottom: 15px;
    }

    .new-form .new-form-inner .form-line-row .rules_confirm {
        margin-bottom: 10px;
    }

    .new-form .new-form-inner {
        margin-bottom: 0;
    }

    .text-adaptiv-block {
        display: block;
    }

    .header-content-gift-wrap {
        display: block;
    }
}

@media (max-width: 900px) {
    .header-slills-bg-right {
        right: -130px;
    }

    .comp {
        width: 100px;
    }

    .cloud {
        width: 60px;
    }

    .scissors {
        display: none;
    }

    .microphone {
        right: 50px;
        top: 210px;
    }

    .child-bg-left {
        width: 280px;
    }

    .child-bg-right {
        width: 385px;
        right: -70px;
    }

    .header-title-about {
        max-width: 500px;
    }

    .header-slills-bg-left {
        top: auto;
        bottom: 0;
    }

    .skills-carousel.slick-initialized .slick-slide,
    .skills-carousel .slick-slide {
        flex-shrink: 0;
    }

    .skills-courses-item {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        max-width: 500px;
    }

    .details-program-wrap {
        flex-wrap: wrap;
        margin-bottom: 0;
    }

    .details-program-item {
        margin: 0 20px 40px;
    }
}

@media (max-width: 767px) {
    .skills-advantage-title {
        padding-left: 100px;
        min-height: 83px;
        margin-bottom: 12px;
        display: flex;
        align-items: center;
    }

    .skills-advantage-item {
        margin-bottom: 30px;
    }

    .skills-about-column-wrap .skills-about-title,
    .scissors {
        display: none;
    }

    .skills-about-column {
        width: 100%;
    }

    .star-list {
        margin: 0;
    }

    .star-list li {
        padding-left: 30px;
    }

    .promo {
        position: relative;
    }

    .promo-bg-left {
        left: -100px;
        top: 132px;
    }

    .promo-bg-right {
        right: -70px;
    }

    .online-footer {
        padding-bottom: 50px;
    }

    .pencil {
        top: 300px;
        left: 10px;
        width: 60px;
    }

    .header-skills-wrap .container {
        padding-bottom: 300px;
    }

    .microphone {
        right: -15px;
        top: 450px;
    }

    .comp {
        right: 0;
        top: 350px;
    }

    .child-bg-left {
        left: -20px;
        bottom: 30px;
    }

    .header-skills-wrap .container {
        padding-bottom: 150px;
    }

    .header-slills-bg-left {
        top: 100px;
        bottom: auto;
    }

    .loupe {
        width: 70px;
    }

    .plane {
        top: -50px;
    }

    .skills-courses-tabs-link {
        padding: 10px 12px;
    }

    .skills-courses-tabs-menu {
        position: relative;
        z-index: 11;
    }

    .skills-car {
        top: -14px;
        left: 130px;
        transform: rotate(20deg);
    }

    .skills-courses-item {
        max-width: 400px;
    }

    .skills-about-column .star-list {
        margin-left: -12px;
        margin-right: -12px;
    }

    .skills-courses-wrap {
        padding-bottom: 290px;
    }

    .details-table__title-img {
        width: 90px;
    }

    .details-table__about-item {
        font-size: 18px;
        padding: 8px 6px;
    }

    .details-table__text--big {
        font-size: 20px;
    }

    .btn-general__table {
        padding: 12px 14px;
        font-size: 12px;
    }

    .new-form-skill-title {
        font-size: 28px;
    }
}

@media (max-width: 575px) {
    .lp-layout .container {
        padding-left: 30px;
        padding-right: 30px;
    }

    .skills-advantage {
        margin: 0;
    }

    .skills-advantage-wrap {
        padding-top: 100px;
    }

    .form-line-row:nth-child(2) {
        order: -1;
    }

    .skills-form-title,
    .form-gift-wrap .skills-form-title {
        font-size: 20px;
        text-transform: uppercase;
    }

    .lp-layout h2 {
        font-size: 45px;
    }

    .lp-layout h3 {
        font-size: 43px;
    }

    .promo-bg {
        display: none;
    }

    .promo {
        width: 100%;
    }

    .promo-subtitle {
        font-size: 20px;
    }

    .online-footer-contacts a {
        margin-left: 0;
        margin-right: 0;
    }

    .online-footer-contacts a {
        margin-top: 10px;
    }

    .online-footer-line {
        margin-left: auto;
        margin-right: auto;
        max-width: 400px;
    }

    .header-skills .skills-soc-btns {
        display: none;
    }

    .header-skills .contacts-header .phone-wrap {
        margin-right: 0;
    }

    .header-skills .phone-wrap img {
        width: 30px;
    }

    .header-skills .phone-link {
        font-size: 20px;
    }

    .header-slills-bg-right {
        right: -180px;
    }

    .header-title-about {
        max-width: none;
        margin-left: -30px;
        margin-right: -30px;
    }

    .pencil {
        top: 420px;
        left: -15px;
    }

    .child-bg-left {
        width: 260px;
    }

    .child-bg-right {
        width: 340px;
        bottom: -10px;
    }

    .cloud,
    .skills-about-cloud,
    .skills-about-pencil,
    .rocket, .loupe {
        display: none;
    }

    .header-btns-wrap .btn-general {
        margin-bottom: 20px;
    }

    .loupe {
        width: 60px;
        left: 10px;
        top: 520px;
    }

    .rocket2,
    .skills-about-cloud-mobile {
        display: block;
    }

    .skills-about-cloud-mobile {
        top: -40px;
        z-index: 11;
        left: 0;
    }

    .rocket2 {
        width: 126px;
        right: 10px;
        z-index: 11;
        top: -150px;
    }

    .skills-courses-item {
        max-width: 370px;
    }

    .skills-dod-subtitle {
        position: relative;
        padding-right: 70px;
    }

    .dod-plane {
        display: block;
        right: 0;
        top: 0;
    }

    .skills-dod-bg-left,
    .skills-dod-bg-right {
        display: none;
    }

    .form-gift-wrap.skills-form-wrap {
        padding: 30px;
        margin-left: -30px;
        margin-right: -30px;
    }

    .skills-courses-tabs-wrap {
        margin-bottom: 50px;
    }

    .header-skills {
        margin-left: -15px;
        margin-right: -15px;
    }

    .lp-layout h2.header-title {
        font-size: 46px;
    }

    .header-skills .bkc-logo {
        width: 64px;
        margin-right: 5px;
    }

    .header-skills .bkc-skills-logo {
        width: 150px;
    }

    .header-skills .header-skills-links,
    .header-skills .phone-link {
        white-space: nowrap;
    }

    .details-program-item {
        margin: 0 60px 40px;
    }

    .details-table__title-img {
        width: 55px;
    }

    .details-table__about-item {
        font-size: 13px;
        padding: 8px 4px;
    }
}

@media (max-width: 500px) {
    .lp-layout .container {
        padding-inline: 15px;
    }

    .skills-courses-tabs-link {
        padding: 10px 9px;
        font-size: 16px;
    }

    .details-table {
        overflow: auto;
    }

    .skills-dod-about-icon {
        width: 85px;
    }

    .skills-dod-about-item h4 {
        margin-left: 100px;
        min-height: 70px;
        font-size: 26px;
    }
}
/* End */


/* Start:/landing/skills/style-single.css?172674757012205*/
.header-skills-wrap.turquoise-bg {
    background-color: #82F7FF;
}

.header-skills-wrap.dark-blue-bg {
    background-color: #2F2E82;
}

.header-skills-wrap.yellow-bright-bg {
    background-color: #F2FF69;
}

.header-skills-wrap.violet-light-bg {
    background-color: #8D30B9;
}

.header-skills-wrap.virid-bg {
    background-color: #00AF85;
}

.header-skills-wrap.yellow-bg {
    background-color: #FFDB59;
}

.header-skills-wrap.light-green-bg {
    background-color: #CBF86D;
}

.single-lp .header-skills-wrap .container {
    max-width: 1440px;
}

.header-skills-single {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
}

.header-content-single-wrap {
    padding: 0 15px;
    margin: 0 auto;
    max-width: 1170px;
}

.header-content-single {
    display: flex;
    justify-content: space-between;
    padding: 40px 0 0;
}

.about-course-wrap {
    margin-bottom: 50px;
}

.header-content-single-note {
    font: 64px/1.1 'Adigiana2', sans-serif;
    margin-bottom: 30px;
}

.lp-layout .header-content-single-title {
    font: 100px/.8 'Adigiana2', sans-serif;
    margin: 0;
}

.header-content-single-about {
    font-size: 30px;
    margin-bottom: 30px;
}

.algoritmika {
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    padding: 0 15px;
    max-width: 400px;
}

.algoritmika img {
    width: 102px;
    position: relative;
    top: 9px;
    margin: -2px 0 0 3px;
}

.about-program-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -30px 50px;
}

.about-program-item {
    width: 50%;
}

.about-program-item-inner {
    padding:0 30px;
}

.about-program-icon {
    display: flex;
    align-items: center;
    min-height: 130px;
    margin-bottom: 30px;
}

.about-program {
    margin-bottom: 40px;
}

.other-courses-wrap {
    padding-top: 70px;
}

.other-courses {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.other-courses .skills-courses-item {
    width: 33.333%;
    max-width: 326px;
    height: auto;
    box-shadow: 0 4px 75px #CFBDF5;
}

.courses-link {
    color: #000;
    font-weight: 500;
    font-size: 26px;
    display: block;
    margin-bottom: 20px;
    text-decoration: underline;
}

.skills-courses-foot {
    margin-top: auto;
}

.lp-layout .other-courses .skills-courses-item h4 {
    margin-bottom: 30px;
}

.single-lp .skills-courses-wrap {
    padding-top: 0;
}

.clouds-wrap {
    white-space: nowrap;
    margin-top: -40px;
    margin-bottom: 110px;
}

.clouds-item {
    color: #fff;
    font: 400 33px/1.1 'Adigiana2', sans-serif;
    display: inline-block;
    position: relative;
    text-align: center;
    z-index: 1;
}

.clouds-item img {
    display: block;
    max-width: 100%;
}

.clouds-title {
    text-transform: uppercase;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
}

.clouds-item.reading {
    top: 20px;
}

.clouds-item.writing {
    margin-left: -75px;
}

.clouds-item.maths {
    margin-left: -110px;
    top: 60px;
    z-index: 2;
}

.clouds-item.world {
    margin-left: -85px;
}

.features-columns-about-title h3 {
    font-size: 64px;
}

.features-columns-about-title {
    display: flex;
    align-items: center;
    justify-content: center;
    font: 700 36px/1.3 "Montserrat", Sans-Serif;
    text-align: center;
    background: url("/landing/skills/img/features-clouds-bg.svg") no-repeat 0 0;
    background-size: contain;
    min-height: 250px;
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
}

.course-features-wrap .star-list,
.course-features-wrap .star-list li {
    margin-top: 0;
}

.course-features-wrap .star-list li {
    font: 500 24px/1.5 "Montserrat", Sans-Serif;
}

.course-features-wrap .star-list li:before {
    top: 12px;
}

.features-columns-wrap {
    display: flex;
    margin: 50px 0;
}

.features-columns-wrap:last-child {
    margin-bottom: 0;
}

.features-columns-about {
    width: 368px;
    flex-shrink: 0;
}

.plus {
    font: 900 40px/1 "Montserrat", Sans-Serif;
}

.cloud-bg {
    background: url("/landing/skills-young-speaker/img/cloud-yellow-bg.svg") no-repeat;
    background-size: contain;
    padding: 130px 100px;
    margin-top: -20px;
    min-height: 565px;
}

.cloud-bg li {
    font-weight: 500;
}

.skills-carousel-single.slick-dotted.slick-slider {
    margin: -75px -75px 70px;
}

.skills-carousel-single .item {
    padding: 75px;
    margin: 0;
}

.skills-carousel-single .slick-dots {
    bottom: 15px;
    z-index: 5;
}

.carousel-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    font-size: 24px;
    text-align: left;
    padding: 50px 20px 20px 30px;
    background: #FFF;
    box-shadow: 0 4px 75px #CFBDF5;
    border-radius: 11px;
}

.carousel-content h5 {
    font:900 24px/1.2 "Montserrat", sans-serif;
}

.skills-module-wrap {
    margin: 0 -20px;
}

.skills-module {
    padding-left: 20px;
    padding-right: 20px;
}

.skills-carousel-single .slick-next {
    width: auto;
    height: auto;
    right: 100px;
    top: auto;
    bottom: 100px;
}

.skills-carousel-single .slick-next::before {
    content: "Дальше ⟶";
    font-size: 24px;
    color: #FF4140;
    white-space: nowrap;
    opacity: 1;
}

.skills-carousel-single .slick-track,
.skills-carousel-single.slick-initialized .slick-slide,
.skills-carousel-single .slick-slide,
.skills-carousel-single .slick-list {
    display: flex;
}

.skills-carousel-single .slick-slide {
    float: none;
}

.carousel-content-link {
    display: inline-block;
    white-space: nowrap;
    color: #FF4544;
    margin-left: auto;
    margin-right: 50px;
    cursor: pointer;
}

.carousel-content-link,
.carousel-content-link span {
    position: relative;
}

.carousel-content-link span::before {
    content: '';
    display: block;
    height: 1px;
    background: #FF4544;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.carousel-content-link:hover span::before {
    display: none;
}

.carousel-content-link::after {
    content: "";
    display: block;
    width: 34px;
    height: 16px;
    background: url(/landing/skills/img/icons/carousel-content-arrow-right.svg);
    position: absolute;
    right: -42px;
    top: 50%;
    transition: transform .3s;
    transform: translate(0, -50%);
}

.carousel-content-link:hover::after {
    transform: translate(10px, -50%);
}

.carousel-content-foot {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}

.carousel-content-note {
    font-size: 16px;
    margin: auto 15px auto 0;
}

@media (min-width: 992px) {
    .skills-module-wrap.three .skills-module {
        width: 33.333%;
    }

    .skills-module-wrap {
        display: flex;
    }

    .carousel-content {
        padding-top: 30px;
    }

    .carousel-content h5 {
        margin-bottom: 20px;
    }
}

@media (max-width: 1199px) {
    .about-program-wrap {
        margin-left: -15px;
        margin-right: -15px;
    }

    .about-program-item-inner {
        padding: 0 15px;
    }

    .header-content-single-about {
        max-width: 500px;
        font-size: 24px;
    }

    .form-box-wrap {
        flex-direction: column;
    }

    .form-box-wrap .btn-general {
        min-width: 240px;
    }

    .header-content-single-icon img {
        max-width: 100%;
    }

    .clouds-item img {
        max-width: 295px;
    }

    .clouds-item {
        font-size: 26px;
    }

    .features-columns-about {
        width: 300px;
    }

    .course-features-wrap .star-list li {
        font-size: 22px;
    }

    .cloud-bg .skills-about-column-wrap {

    }

    .cloud-bg {
        min-height: 0;
        padding: 80px 150px;
    }

    .cloud-bg .skills-about-column {
        padding: 0;
    }

    .carousel-content h5 {
        font-size: 20px;
    }

    .carousel-content {
        font-size: 16px;
    }

    .skills-module {
        padding-left: 15px;
        padding-right: 15px;
    }

    .skills-module-wrap {
        margin-left: -15px;
        margin-right: -15px;
    }

    .carousel-content-note {
        font-size: 14px;
    }

    .skills-carousel-single.slick-dotted.slick-slider {
        margin-bottom: 40px;
    }

    .about-program-wrap {
        margin-bottom: 30px;
    }
}

@media (max-width: 991px) {
    .single-lp .header-skills-wrap .container {
        max-width: 720px;
    }

    .other-courses {
        flex-direction: column;
        align-items: center;
        margin-bottom: 40px;
    }

    .other-courses .skills-courses-item {
        width: 100%;
        margin-bottom: 20px;
    }

    .about-program-wrap {
        flex-direction: column;
    }

    .features-columns-about-title {
        min-height: 200px;
        font-size: 28px;
    }

    .features-columns-about {
        width: 200px;
        margin-right: 50px;
    }

    .about-program-item {
        width: 100%;
    }

    .header-content-single-icon {
        display: none;
    }

    .header-content-single-about {
        max-width: 100%;
        display: flex;
        flex-direction: column;
        text-align: center;
    }

    .header-content-single .btn-general {
        margin-left: auto;
        margin-right: auto;
    }

    .header-skills-single {
        flex-direction: column;
    }

    .header-content-single {
        padding-top: 0;
    }

    .algoritmika {
        margin: 0 0 15px;
    }

    .course-features-item {
        font-size: 20px;
    }

    .clouds-wrap {
        white-space: normal;
        text-align: center;
    }

    .clouds-item.world {
        margin-left: -50px;
    }

    .cloud-bg {
        padding: 0;
        background: none;
    }
}

@media (max-width: 900px) {
    .lp-layout .header-content-single-title {
        font-size: 90px;
    }

    .header-content-single-note {
        font-size: 55px;
    }
}

@media (max-width: 800px) {
    .courses-link {
        font-size: 1em;
    }
}

@media (max-width: 767px) {
    .single-lp .header-skills-wrap .container {
        padding-bottom: 107px;
    }

    .course-features-item {
        flex-direction: column;
    }

    .course-features-icon {
        margin-right: 0;
    }

    .clouds-wrap {
        margin-top: -20px;
        margin-bottom: 10px;
    }

    .clouds-item.reading {
        top: 0;
    }

    .clouds-item.writing {
        top: -70px;
        margin-left: 0;
    }

    .clouds-item.maths {
        top: 0;
    }

    .clouds-item.world {
        top: -30px;
    }

    .features-columns-wrap {
        flex-direction: column;
    }

    .features-columns-about {
        width: 280px;
        margin: 0 auto 30px;
    }

    .features-columns-about-title {
        min-height: 280px;
        font-size: 36px;
    }

    .features-columns-content .about-program-item .star-list br {
        display: none;
    }
}

@media (max-width: 575px) {
    .lp-layout .header-content-single-title {
        font-size: 70px;
    }

    .header-content-single-note {
        font-size: 45px;
    }

    .clouds-wrap {
        width: 420px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0;
    }

    .clouds-item img {
        max-width: 250px;
    }

    .clouds-item.reading {
        top: -10px;
    }
}

@media (max-width: 500px) {
    .lp-layout .header-content-single-title {
        font-size: 50px;
    }

    .header-content-single-note {
        font-size: 38px;
    }

    .header-content-single-wrap {
        padding: 0;
    }
}
/* End */
/* /landing/skills/general.css?16627192191162 */
/* /landing/skills/style.css?176424471344650 */
/* /landing/skills/style-single.css?172674757012205 */
