/*
--------------------
Подключение шрифтов
--------------------
*/
@font-face {
    font-family: "gilroy";
    src:url(../gilroy.html) format('eot'),
        url(../gilroy-2.html) format('woff'),
        url(../gilroy-2.html) format('woff2'),
        url(../gilroy-3.html)  format('truetype'),
        url(../gilroy-4.html#svggilroy) format('svg');
}

@font-face {
    font-family: "gilroy";
    src:url(../gilroy-light.html) format('eot'),
        url(../gilroy-light-2.html) format('woff'),
        url(../gilroy-light-2.html) format('woff2'),
        url(../gilroy-light-3.html)  format('truetype'),
        url(../gilroy-light-4.html#svggilroy-light) format('svg');
    font-weight: 300;
}

@font-face {
    font-family: "gilroy";
    src:url(../gilroy-medium.html) format('eot'),
        url(../gilroy-medium-2.html) format('woff'),
        url(../gilroy-medium-2.html) format('woff2'),
        url(../gilroy-medium-3.html)  format('truetype'),
        url(../gilroy-medium-4.html#svggilroy-medium) format('svg');
    font-weight: 500;
}

@font-face {
    font-family: "gilroy";
    src:url(../gilroy-semibold.html) format('eot'),
        url(../gilroy-semibold-2.html) format('woff'),
        url(../gilroy-semibold-2.html) format('woff2'),
        url(../gilroy-semibold-3.html)  format('truetype'),
        url(../gilroy-semibold-4.html#svggilroy-semibold) format('svg');
    font-weight: 600;
}

@font-face {
    font-family: "gilroy";
    src:url(../gilroy-bold.html) format('eot'),
        url(../gilroy-bold-2.html) format('woff'),
        url(../gilroy-bold-2.html) format('woff2'),
        url(../gilroy-bold-3.html)  format('truetype'),
        url(../gilroy-bold-4.html#svggilroy-bold) format('svg');
    font-weight: 700;
}

@font-face {
    font-family: "gilroy";
    src:url(../gilroy-extrabold.html) format('eot'),
        url(../gilroy-extrabold-2.html) format('woff'),
        url(../gilroy-extrabold-2.html) format('woff2'),
        url(../gilroy-extrabold-3.html)  format('truetype'),
        url(../gilroy-extrabold-4.html#svggilroy-extrabold) format('svg');
    font-weight: 800;
}

@font-face {
    font-family: "gilroy";
    src:url(../gilroy-black.html) format('eot'),
        url(../gilroy-black-2.html) format('woff'),
        url(../gilroy-black-2.html) format('woff2'),
        url(../gilroy-black-3.html)  format('truetype'),
        url(../gilroy-black-4.html#svggilroy-black) format('svg');
    font-weight: 900;
}

/*
--------------------
Основные стили
--------------------
*/
html, body {height: 100% !important;}

body {
    font-family: "gilroy";
    -webkit-font-smoothing: antialiased;
    font-size: 18px;
    color: #000000;
}

input:not([type=checkbox]):not([type=radio]),
textarea,
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input, textarea, a:focus, input:focus, button:active, button:focus, select:focus {outline:none !important; box-shadow: none !important;}
button::-moz-focus-inner {border: 0 !important;}

p {
    line-height: 26px;
    font-weight: 300;
}

a {color: #CC2946;}
a:hover {text-decoration: none;}

h1 {
    font-weight: 700;
    font-size: 52px;
    line-height: 64px;
    margin-bottom: 32px;
}

h2 {
    font-weight: normal;
    font-size: 40px;
    line-height: 48px;
}

main.inner h2 {
    font-weight: 900;
    font-size: 28px;
    line-height: 35px;
    text-transform: uppercase;
    margin-bottom: 48px;
}


h3 {
    font-weight: 500;
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 32px;
}

h4 {
    font-weight: 600;
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 16px;
}

.flex {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
}

.unstyled, .answer-text ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul li {font-weight: 300;}

.container {padding: 0 24px;}
section {padding: 64px 0 72px;}
main.inner section {padding: 80px 0;}

.title {
    overflow: hidden;
    margin-bottom: 72px;
}

.title h2 {
    display: inline-block;
    margin-bottom: 0;
}

.title.sm h2 {max-width: 500px;}

.linel {justify-content: flex-end;}

.linel, .liner {
    display: flex;
    align-items: center;
}

.linel:before, .liner:after {
    content: "";
    display: inline-block;
    width: 200%;
    height: 1px;
    background: -webkit-linear-gradient(11.94deg, #BE1D4E -1.63%, #1C72C1 102.74%);
    background: linear-gradient(11.94deg, #BE1D4E -1.63%, #1C72C1 102.74%);
    position: relative;
}

.linel:before {
    margin-left: -200%;
    left: -56px;
}

.liner:after {
    margin-right: -200%;
    right: -56px;
}

.btns {
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #000000;
    border-bottom: 1px solid #CC2946;
    padding-bottom: 4px;
    display: inline-block;
    font-weight: 700;
}

body.modal-open-noscroll {overflow: hidden;}

.btn {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    padding: 16px 32px;
}

.btn-danger {
    background: #CC1237;
    border: 1px solid #CC1237;
    border-radius: 30px;
}

.btn-outline-danger {
    color: #CC1237;
    border-color: #CC1237;
    border-radius: 25px;
    padding: 12px 50px;
}

/*
--------------------
Styles for Header
--------------------
*/
header {padding: 24.5px 36px;}

header.index {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}

header.index.headertop {
    background: #ffffff;
    box-shadow: 0px 4px 10px rgb(193 193 193 / 20%);
    z-index: 10;
}

.logo {margin-right: 48px;}
.logo img {max-width: 100%;}

header.inner .logo {display: none;}

.contact-block a {color: #000000;}
.contact-block a:not(:last-child) {margin-right: 16px;}

.contact-block a:not(:last-child):after {
    content: "|";
    margin-left: 16px;
}

nav {margin: 0 48px 0 auto;}
nav ul li:not(:last-child) {margin-right: 24px;}

nav ul li a {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.06em;
    text-transform: uppercase;    
    color: #000000;
}

.social ul li:not(:last-child) {margin-right: 16px;}


/*
--------------------
Styles for Offer
--------------------
*/
.offer {
    padding: 185px 0 88px;
    position: relative;
    overflow-x: hidden;
}

.offer:after {
    content: "";
    background: url(../png/offer.png) right center no-repeat;
    width: 711px;
    height: 518px;
    position: absolute;
    left: 53%;
    top: 34px;
}

.offer-info p {
    font-size: 24px;
    line-height: 34px
}

.offer-info {
    max-width: 66%;
    margin-bottom: 140px;
}

.offer-info a.btn {
    width: 100%;
    max-width: 308px;
    padding: 12px 30px;
    text-transform: none;
    margin-top: 32px;
    display: none;
    -webkit-animation: glowing 3s infinite;
    -moz-animation: glowing 3s infinite;
    -o-animation: glowing 3s infinite;
    animation: glowing 3s infinite;
}

@-webkit-keyframes glowing {
    0% { background: #CC1237; -webkit-box-shadow: 0 0 3px #CC1237; }
    50% { background: #f32f56; -webkit-box-shadow: 0 0 15px #f32f56; border-color: #f32f56;}
    100% { background: #CC1237; -webkit-box-shadow: 0 0 3px #CC1237; }
}

@keyframes glowing {
    0% { background: #CC1237; box-shadow: 0 0 3px #CC1237; }
    50% { background: #f32f56; box-shadow: 0 0 15px #f32f56; border-color: #f32f56;}
    100% { background: #CC1237; box-shadow: 0 0 3px #CC1237; }
}

.offer-blk {
    border: 1px solid #EBEBEC;
    border-radius: 24px;
    padding: 88px 24px 24px;
    position: relative;
    height: 100%;
}

.offer-blk p {
    color: #495059;
    margin-bottom: 0;
}

.offer-blk:before {
    content: "";
    width: 40px;
    height: 40px;
    position: absolute;
    top: 24px;
    left: 24px;
}

.offers:nth-child(1) .offer-blk:before {background: url(../svg/offer-icon1.svg) center no-repeat;}
.offers:nth-child(2) .offer-blk:before {background: url(../svg/offer-icon2.svg) center no-repeat;}
.offers:nth-child(3) .offer-blk:before {background: url(../svg/offer-icon3.svg) center no-repeat;}

/*
--------------------
Styles for Programs
--------------------
*/
.programs .nav li:not(:last-child) {margin-right: 40px;}

.programs .nav li a {
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    color: #9E9E9E;
}

.programs .nav li a.active {
    color: #000000;
    border-bottom: 2px solid #CC2946;
    padding-bottom: 4px;
}

.corp input[type="checkbox"] {
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    margin-right: 16px;
    width: 36px;
    height: 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    background: rgba(43, 48, 63, 0.5);
    border-radius: 12px;
    -webkit-transition: 0.5s;
            transition: 0.5s;
}

.corp input:checked[type="checkbox"] {background: #CC2946;}

.corp input[type="checkbox"]::before {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    top: 2px;
    left: 3px;
    background: #fff;
    -webkit-transition: 0.5s;
            transition: 0.5s;
}

.corp input:checked[type="checkbox"]::before {left: 17px;}

.corp label {
    color: #9E9E9E;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 0;
    vertical-align: middle;
    cursor: pointer;
}

.corp input:checked[type="checkbox"] + label {color: #000000;}

.corp p {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 10px;
}

.program-info {margin-top: 72px;}
.program-info.hidden, .corporate.hidden, .program-nav.hidden ul {display: none;}
.program-nav.hidden {justify-content: flex-end;}

.program-blk {
    background: #FFFFFF;
    box-shadow: 0px -2px 25px rgb(191 191 191 / 25%), -22px 23px 25px rgb(191 191 191 / 25%), 22px 22px 25px rgb(191 191 191 / 25%);
    border-radius: 16px;
    padding: 16px 24px;
    margin-bottom: 32px;
    align-items: stretch;
    display: flex;
    justify-content: space-between;
}

.program-icon {
    min-width: 48px;
    display: flex;
    align-items: center;
}

.program-description {
    margin: 0 auto 0 32px;
    color: #081F32;
}

.program-description p {
    font-size: 22px;
    margin-bottom: 0;
}

.program-schedule {
    border-left: 2px solid #E1E7ED;
    padding: 0 32px;
    min-width: 205px;
    display: flex;
    align-items: center;
    margin-left: 32px;
}

.program-schedule ul li:not(:last-child) {margin-bottom: 24px;}

.program-schedule ul li:before {
    content: "";
    width: 29px;
    height: 29px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}

.mode:before {background: url(../svg/schedule1.svg) center no-repeat;}
.time:before {background: url(../svg/schedule2.svg) center no-repeat;}

.program-more {
    min-width: 214px;
    display: flex;
    align-items: center;
    border-left: 2px solid #E1E7ED;
    padding-left: 32px;
}

.program-more a {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #000000;
    position: relative;
}

.program-more a:before {
    content: "";
    width: 90%;
    height: 1px;
    background: #CC2946;
    position: absolute;
    left: 0;
    bottom: -4px;
}

.program-more a:after {
    content: "";
    background: url(../svg/more.svg) center no-repeat;
    width: 8px;
    height: 12px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 13px;
}

.corporate {
    margin-top: 72px;
}

.corporate p {
    font-size: 22px;
    line-height: 26px;
    color: #263E56;
}

.corporate .blk {margin-top: 40px;}

.corporate-img {
    margin-left: 160px;
    position: relative;
    width: 375px;
    min-width: 375px;
    height: 335px;
    border-radius: 24px;
}

.corporate-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 24px;
}

.corporate-img:before {
    content: "";
    width: 47px;
    height: 38px;
    border: 4px solid #CC2946;
    border-radius: 8px;
    position: absolute;
    top: -10px;
    right: -13px;
}

.corporate-img:after {
    content: "";
    width: 384px;
    height: 335px;
    background: #CC2946;
    border-radius: 24px;
    position: absolute;
    z-index: -1;
    top: 20px;
    left: 16px;
}

/*
--------------------
Styles for Modal
--------------------
*/
.modal-content {
    background: #FFFFFF;
    box-shadow: inset 0px -10px 10px rgb(0 0 0 / 5%), inset 0px 10px 10px rgb(0 0 0 / 5%);
    border-radius: 30px;
    padding: 56px 72px;
}

.modal-dialog, #callback .modal-dialog {
    width: 96%;
    max-width: 886px;
}

.modal-body {
    max-width: 90%;
    padding: 0;
}

#sent-modal .modal-body {margin: 0 auto;}

.modal-body h3 { margin-bottom: 16px;}
.modal-body p {line-height: 22px;}

.close {
    width: 24px;
    height: 24px;
    background: url(../svg/close.svg) center no-repeat;
    position: absolute;
    top: 56px;
    right: 72px;
    z-index: 10;
    opacity: 1;
}

#callback .close {
    background: url(../svg/close.svg) center no-repeat;
    opacity: 1;
}

#sent-modal .modal-dialog {max-width: 600px;}
#sent-modal .modal-content {padding: 30px;}
#sent-modal .close {top: 30px; right: 30px;}

.modal label {
    font-size: 16px;
    line-height: 22px;
    color: #333333;
    margin-bottom: 8px;
}

.modal .form-control {
    background: #FFFFFF;
    border: 1px solid #000000;
    border-radius: 25px;
    height: 52px;
    padding: 6px 20px;
}

.modal form .form-group {margin-bottom: 40px;}

.modal-body button {
    margin-top: 40px;
    min-width: 150px;
}


/* checkbox */
.checks {
    width: 100%;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
  }

.checkbox {display: none;}

.checkbox-custom {
    position: relative;
    min-width: 24px;
    width: 24px;
    height: 24px;
    background: #FFFFFF;
    border: 1px solid #000000;
    border-radius: 2px;
    cursor: pointer;
}

.checkbox-custom,
.label {
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    line-height: 24px;
    font-weight: normal;
    white-space: normal;
    text-align: left;
}

.checkbox:checked + .checkbox-custom::before {
    content: "";
    background: url(../png/check.png) center/ contain no-repeat;
    width: 16px;
    height: 14px;
    position: absolute;
    top: 4px;
    left: 3px;
}

.label {margin-left: 15px;}
.label a {text-decoration: underline;}

/*
--------------------
Styles for Question
--------------------
*/
.row.course-blk {margin: 0 -35px;}

.courses-blk {
    margin-bottom: 35px;
    padding: 0 35px;
}

.courses-blk button, .courses-blk button.collapsed {
    background: #FFFFFF;
    box-shadow: 0px -2px 25px rgba(191, 191, 191, 0.25), -22px 23px 25px rgba(191, 191, 191, 0.25), 22px 22px 25px rgba(191, 191, 191, 0.25);
    border-radius: 16px;
    display: flex;
    align-items: center;
    padding: 16px 56px 16px 24px;
    font-weight: 300;
    font-size: 22px;
    line-height: 26px;
    color: #081F32;
    width: 100%;
    position: relative;
    text-align: left;
    text-transform: none;
    height: 100%;
    border: none;
}

.courses-blk button {border: 1px solid #000000;}
.courses-blk button:focus {box-shadow: 0px -2px 25px rgba(191, 191, 191, 0.25), -22px 23px 25px rgba(191, 191, 191, 0.25), 22px 22px 25px rgba(191, 191, 191, 0.25) !important;}
.courses-blk button img {margin-right: 24px;}
.courses-blk button p {margin-bottom: 0;}

.courses-blk button span {
    font-weight: 600;
    font-size: 26px;
    line-height: 32px;
}

.courses-blk button.collapsed:after, .courses-blk button:after {
    content: "";
    width: 19px;
    height: 10px;
    background: url(../svg/list.svg) center no-repeat;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
}

.courses-blk button:after {
    -webkit-transform: translate(0, -50%) rotate(180deg);
            transform: translate(0, -50%) rotate(180deg);
}

.answer {
    padding: 0 91px 32px;
    display: flex;
    flex-direction: column;
}

.answer-text {padding: 24px 0 16px;}

.answer-text p, .answer-text li {
    font-weight: 300;
}

.answer h3 {
    margin: 32px 0;
    font-weight: 900;
    font-size: 20px;
    line-height: 25px;
    color: #444444;
}

.list {
    padding: 32px;
    background: rgba(255, 255, 255, 0.6);
    border: 1px solid #FBFBFF;
    box-shadow: 0px 4px 20px rgba(193, 193, 193, 0.2);
    border-radius: 16px;
    margin-bottom: 32px;
    list-style: none;
}

.list li {
    position: relative;
    margin-bottom: 10px;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    padding-left: 40px;
}

.list li:before {
    content: "";
    background: url(../svg/plus.svg) center no-repeat;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0;
    left: 0;
}

.price-block {
    padding: 32px 0;
    margin: 64px 0;
}

.price-blk {
    padding: 0 100px;
    margin: 0 56px;
    position: relative;
    text-align: center;
}

.price-blk:before, .price-blk:after {
    content: "";
    background: url(../svg/arrow.svg) center no-repeat;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    width: 33px;
    height: 84px;
}

.price-blk:before {left: -56px;}
.price-blk:after {right: -56px;}

.price-title {
    font-weight: 900;
    font-size: 20px;
    line-height: 25px;
    color: #444444;
}

.price-block button {
    width: 170px;
    padding: 13px 30px;
}

.old-price {
    font-weight: 300;
    line-height: 22px;
    text-align: right;
    color: #777777;
    margin-bottom: 4px;
}

.price {
    font-weight: 900;
    font-size: 42px;
    line-height: 53px;
    color: #222222;
    margin: 0;
    position: relative;
    display: inline-block;
}

.price span {
    padding: 4px 6px;
    background: #CC2946;
    border-radius: 29px;
    font-size: 14px;
    line-height: 17px;
    color: #ffffff;
    position: absolute;
    bottom: 102%;
    left: 0;
}

.btn-close {
    padding: 0;
    margin-bottom: 64px;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #CC2946;
    text-transform: none;
}

.btn-close:after {
    content: "";
    width: 24px;
    height: 24px;
    background: url(../svg/list.svg) center no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
}


/*
--------------------
Styles for Video
--------------------
*/

.video-blk {
    position: relative;
    max-width: 750px;
    margin: 0 auto;
    filter: drop-shadow(0px 4px 20px rgba(193, 193, 193, 0.3));
}

.video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
}

.video-blk button {
    background: #FFFFFF;
    border: 1px solid #000000;
    border-radius: 26px;
    padding: 8px 12px;
    font-size: 22px;
    line-height: 26px;
    color: #000000;
    position: absolute;
    top: 16px;
    left: 12px;
}

.video-blk button:before {
    content: "";
    background: url(../svg/play.svg) center no-repeat;
    width: 28px;
    height: 28px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 16px;
}

.conference-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-size: 22px;
}

.conference-info h4 {
    font-weight: 900;
    font-size: 20px;
    line-height: 25px;
    color: #444444;
    margin: 40px 0 32px;
}

.conference-info ul {margin-bottom: 0;}
.conference-info .blk {margin-top: 56px;}


/*
--------------------
Styles for Webinar
--------------------
*/
.webinar-blk {
    padding: 40px;
    background: #FFFFFF;
    border: 1px solid #EBEBEC;
    box-shadow: 0px 24px 60px rgb(10 10 10 / 12%);
    border-radius: 16px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.webinar-blk img {
    width: 100%;
    height: 170px;
    object-fit: cover;
}

.webinar-info {
    margin: 24px 0;
    font-size: 22px;
}

.webinar-info p {margin-bottom: 0;}

.webinar-blk a {
    margin-top: auto;
    font-size: 22px;
    line-height: 26px;
    color: #1A1930;
}

.webinar-blk a:before {
    content: "";
    background: url(../svg/play2.svg) center no-repeat;
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 14px;
}

.webinars .blk {margin-top: 72px;}


/*
--------------------
Styles for Blog
--------------------
*/
.blog .row {margin: 0 -9px;}
.blog .row > div {padding: 0 9px;}

.blog-blk {
    background: rgba(255, 255, 255, 0.6);
    border: 1px solid #FBFBFF;
    box-shadow: 0px 4px 10px rgb(193 193 193 / 20%);
    border-radius: 16px;
    height: 100%;
    padding: 24px 12px;
}

.blog-blk img {
    width: 100%;
    height: 225px;
    object-fit: cover;
    border-radius: 8px;
}

.blog-info span {
    display: block;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    margin: 24px 0;
}

.blog-info p {
    line-height: 22px;
    color: #818181;
    margin-bottom: 0;
}

.blog .blk {
    margin-top: 72px;
    text-align: right;
}

/*
--------------------
Styles for Choose
--------------------
*/
.choose-info {
    width: 38.5%;
    font-size: 16px;
}

.choose-info img {max-width: 100%;}

.choose-info p.bold {
    font-weight: 500;
    font-size: 20px;
    line-height: 31px
}

.choose-form {width: 53%;}

.form label {
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    color: #263E56;
    margin-bottom: 12px;
}

.form .form-control {
    background: #fbfbfb;
    border: none;
    border-bottom: 2px solid #fdfdfd;
    box-shadow: 0px 4px 1px rgba(193, 193, 193, 0.1) !important;
    border-radius: 8px;
    height: 54px;
    font-size: 18px;
    line-height: 25px;
    padding: 15px 16px;
}

.form .form-group {margin-bottom: 32px;}
.form button {margin-top: 54px;}
.form .form-control::-webkit-input-placeholder {color: #C1C1C1;}
.form .form-control:-moz-placeholder {color: #C1C1C1;}
.form .form-control::-moz-placeholder {color: #C1C1C1;}
.form .form-control:-ms-input-placeholder {color: #C1C1C1;}

/*
---------------------
Styles for Teachers
---------------------
*/
.teachers {
    padding-bottom: 0;
    overflow-x: hidden;
}

.teachers .title {margin-bottom: 0;}

.teachers .swiper-block {
    max-width: 1357px;
    margin: 0 auto;
}

.teachers .swiper {
    padding: 72px 0;
    overflow: visible;
}

.teachers .swiper-slide {
    background: #FFFFFF;
    border: 1px solid #EBEBEC;
    border-radius: 16px;
    padding: 40px;
    height: auto;
    width: 360px;
}

.teachers .swiper .swiper-slide-visible {box-shadow: 0px 24px 60px rgba(10, 10, 10, 0.12);}

.teachers .swiper .swiper-slide img {
    width: 100%;
    margin-bottom: 32px;
}

.teachers-info span {display: block;}

.teachers-info .name {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 8px;
}

.teachers-info .specialization {
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 16px;
    height: 22px;
}

.teachers-info p {
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 0;
}

.swiper-button {display: flex;}

.swiper-button-prev, .swiper-button-next {
    position: relative;
    margin: 0 50px;
    background: #f5f5f5;
    border: 2px solid #fcfcfc;
    box-shadow: 0px 4px 20px rgba(193, 193, 193, 0.3);
    border-radius: 30px;
    width: 48px;
    height: 48px;
}

.swiper-button-prev {left: 0;}
.swiper-button-next {right: 0;}

.swiper-button-prev:after, .swiper-button-next:after {
    content: "";
    background: url(../svg/slider-arrow.svg) center no-repeat;
    width: 17px;
    height: 24px;
}

.swiper-button-next:after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
}

.slider-pagination {margin-top: 72px;}

.swiper-pagination, .swiper-pagination-bullets.swiper-pagination-horizontal {
    width: auto;
    position: relative;
    margin-left: auto;
    bottom: 0;
    height: 24px;
}

.swiper-pagination-bullet {
    width: 24px;
    height: 24px;
    background: #E1E7ED;
    opacity: 0.6;
    border: 2px solid #C1C6CC;
    box-shadow: 0px 4px 20px rgba(193, 193, 193, 0.3);
    border-radius: 16px;
    margin: 0 4px;
}

.swiper-pagination-bullet-active {
    background: #CC2946;
    border-color: #d32f4c;
    opacity: 1;
}

.teachers-inner {
    background: -webkit-linear-gradient(180deg, #663755 3.04%, #1E203C 100%);
    background: linear-gradient(180deg, #663755 3.04%, #1E203C 100%);
    position: relative;
}

.teachers-inner:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../png/teacher-bg.png) center;
    opacity: 0.05; 
    filter: drop-shadow(0px 10px 20px rgba(30, 32, 59, 0.3));
}

.teachers-inner .teachers-inner-slider .swiper-slide {
    background: none;
    border-radius: 10px;
    padding: 0;
    border: none;
    box-shadow: none;
}

.teachers-inner .teachers-inner-slider .swiper-slide img {
    border-radius: 10px;
    margin-bottom: 0;
}

.teachers-inner  .teachers-info {
    padding: 25px 20px;
    color: #ffffff;
    margin-top: -10px;
    background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0.41) 0%, rgba(255, 255, 255, 0) 90.32%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.41) 0%, rgba(255, 255, 255, 0) 90.32%);
}

.teachers-inner .teachers-info .name {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
}

.teachers-inner .teachers-info .specialization,
.teachers-inner .teachers-info p {
    font-size: 16px;
    line-height: 19px;
}

.teachers-inner {overflow: hidden;}
.teachers-inner .teachers-inner-slider {padding: 0;}
.teachers-inner .swiper-pagination {display: none;}
.teachers-inner .teachers-inner-slider {overflow: visible;}

.teachers .swiper .swiper-slide,
.teachers-inner .teachers-inner-slider .swiper-slide {opacity: 0.5;}

.teachers .swiper .swiper-slide.swiper-slide-visible,
.teachers-inner .teachers-inner-slider .swiper-slide.swiper-slide-visible {opacity: 1;}
.teachers-inner h2 {color: #ffffff;}
.teachers-inner .swiper-pagination {margin: 0 auto 0 0;}
.teachers-inner .container {position: relative;}
.teachers-inner .swiper-slide {width: 360px;}
.teachers .swiper-pagination {display: none;}



/*
--------------------
Styles for Reviews
--------------------
*/
.reviews {overflow-x: hidden;}
.reviews-slider, .reviews-inner {overflow: visible;}

.reviews .swiper-slide {
    width: 360px;
    opacity: 0.5;
}

.reviews .swiper-slide-visible {opacity: 1;}
.reviews .swiper-pagination {margin: 0 auto 0 0;}
.reviews .swiper-slide img {width: 100%;}


/* стили для слайдера с отзывами НЕ картинкой */
.rev-blk {
    background: url(../png/review.png) center no-repeat;
    width: 100%;
    height: 722px;
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
    color: #d2d5d8;
}

.rev-blk:before {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../jpg/review-bg.jpg) center no-repeat;
    border-radius: 60px;
    background-size: 98% 98%;
    position: absolute;
    z-index: -1;
}

.reviews .swiper-slide .rev-info img {
    width: 32px;
    height: 32px;
    position: absolute;
    right: 15px;
    top: 43px;
}

span.names {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 40px;
    display: inline-block;
    text-align: center;
    font-size: 14px;
}

span.time {
    position: absolute;
    font-size: 12px;
    top: 11px;
    left: 35px;
    font-weight: 600;
}

.message {
    position: absolute;
    top: 100px;
    left: 27px;
    width: 85%;
    font-size: 14px;
    line-height: 1.3;
    height: 520px;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
}

.message p {
    display: flex;
    flex-direction: column;
    position: relative;
}

.message .rev {
    background: #223142;
    padding: 10px;
    max-width: 250px;
    line-height: 1.5;
    border-radius: 20px 20px 20px 10px;
    margin-bottom: 0;
    padding-right: 15px;
    font-size: 13px;
    position: relative;
    margin-left: 5px;
}

.message .rev:before {
    content: "";
    background: url(../png/awr.png) center no-repeat;
    width: 20px;
    height: 8px;
    position: absolute;
    z-index: -1;
    bottom: -1px;
    left: -6px;
}

.message .rev p {
    margin-bottom: 0;
    line-height: 1.5;
}

.message p.answ {
    display: block;
    background: #577898;
    font-size: 12px;
    padding: 3px 10px;
    border-radius: 20px;
    margin-left: auto;
    position: relative;
    color: #ffffff;
    max-width: 250px;
    margin-right: 7px;
    margin-top: 20px;
}

.message p.answ:before {
    content: "";
    background: url(../png/awr2.png) center no-repeat;
    width: 40px;
    height: 18px;
    position: absolute;
    bottom: 0;
    right: -6px;
    z-index: -1;
}

.message .rev span {
    font-size: 10px;
    color: #79818c;
    font-style: italic;
    position: absolute;
    bottom: 10px;
    right: 10px;
    float: right;
}

.message p.answ span {
    bottom: 0;
    right: 0;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    margin: 13px 0 0 7px;
}

.message p.answ span:after {
    content: "";
    background: url(../png/view.png) center no-repeat;
    width: 14px;
    height: 9px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 2px;
}

.message p.answ span {color: #92acc5;}

.pink {
    background: -webkit-linear-gradient(96.78deg, #FFF0FC 10.9%, #FFF7FD 38.91%, #F7ECFF 64.8%, #F4F3FF 93.74%);
    background: linear-gradient(96.78deg, #FFF0FC 10.9%, #FFF7FD 38.91%, #F7ECFF 64.8%, #F4F3FF 93.74%);
}

.sw-btn .swiper-button-prev, .sw-btn .swiper-button-next {
    background: -webkit-linear-gradient(180deg, #FFFFFF 0%, #E7D0E0 100%);
    background: linear-gradient(180deg, #FFFFFF 0%, #E7D0E0 100%);
    box-shadow: 0px 10px 20px rgb(0 0 0 / 25%);
    width: 68px;
    height: 68px;
    border: none;
    border-radius: 50%;
    margin: 0;
}

.sw-btn {
    margin: 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    width: 100%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
}

.sw-btn .swiper-button-prev {left: -7%;}
.sw-btn .swiper-button-next {right: -7%; margin-left: auto;}
.sw-btn .swiper-button {width: 100%;}
.sw-btn .swiper-button-prev:after, .sw-btn .swiper-button-next:after {background: url(../svg/slider-arrow2.svg) center no-repeat;}
.reviews-inner-blk .swiper-pagination {display: none;}
/*
--------------------------
Styles for Marketing page
--------------------------
*/
header.inner {
    background: #222222;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
}

header.inner.headertop {padding: 10px 0;}
header.inner .contact-block a,
header.inner nav ul li a {color: #FFFFFF;}
header.inner .social img {filter: brightness(0) invert(1);}


/*
----------------------
Styles for Question
----------------------
*/
.questions {
    background: url(../jpg/question-bg.jpg) top center / cover no-repeat;
    position: relative;
    padding: 0;
}

.questions-block {padding: 112px 0 53px;}

.questions:before {
    content: "";
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(180deg, rgba(102, 55, 85, 0.5) 3.04%, rgba(30, 32, 60, 0.5) 100%);
    background: linear-gradient(180deg, rgba(102, 55, 85, 0.5) 3.04%, rgba(30, 32, 60, 0.5) 100%);
    backdrop-filter: blur(26px);
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
}

.questions .container {
    position: relative;
    z-index: 2;
}

.question-info {
    max-width: 600px;
    color: #FFFFFF;
}

.question-info h2 {
    font-weight: 900;
    font-size: 48px;
    line-height: 61px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin: 0 0 20px;
}

.question-info p {
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #EEEEEE;
    margin-bottom: 38px;
}

.question-info .form-group {margin-bottom: 21px;}

.question-info .form-control {
    background: #FFFFFF;
    border-radius: 25px;
    height: 45px;
    max-width: 430px;
    padding: 13px 30px;
}

.question-info form button {
    width: 235px;
    height: 56px;
    margin-bottom: 42px;
}

.question-mail {max-width: 350px;}

.question-mail p {
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #EEEEEE;
    margin-bottom: 0;
}

.question-mail p a {
    display: block;
    color: #EEEEEE;
    border-bottom: 1px solid rgba(255,255,255,0.3);
}

/*
--------------------
Styles for Solution
--------------------
*/
main.inner .solutions {
    padding: 0;
    position: relative;
}

.solutions:after {
    content: "";
    width: 50%;
    height: 100%;
    top: 0;
    right: 0;
    background: -webkit-linear-gradient(96.78deg, #FFF0FC 10.9%, #FFF7FD 38.91%, #F7ECFF 64.8%, #F4F3FF 93.74%);
    background: linear-gradient(96.78deg, #FFF0FC 10.9%, #FFF7FD 38.91%, #F7ECFF 64.8%, #F4F3FF 93.74%);
    position: absolute;
    z-index: -1;
}
.solutions h3 {
    font-weight: 900;
    font-size: 28px;
    line-height: 35px;
    text-transform: uppercase;
    margin: 0 0 48px;
}

.solution-block {
    padding: 80px 40px 80px 15px;
    background: #ffffff;
}

.benefits-block {padding-left: 40px;}

.solution-blk {
    padding: 16px 0;
    display: flex;
    align-items: center;
}

.solutions span {
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    display: block;
}

.solution-blk span {
    margin-bottom: 14px;
    max-width: 300px;
}

.solution-blk ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.solution-blk ul li {
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    margin-bottom: 14px;
    padding-left: 16px;
    position: relative;
}

.solution-blk ul li:last-child {margin-bottom: 0;}

.solution-blk ul li:before {
    content: "";
    background: #CC1237;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 7px;
}

.solution-icon {
    margin-right: 32px;
    background: rgba(97, 54, 84, 0.1);
    border: 1px solid rgba(97, 54, 84, 0.34);
    width: 80px;
    min-width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
    text-align: center;
}

.solution-icon img {max-width: 100%;}

.solutions a.btn {
    margin-top: 48px;
    padding: 13px 30px;
    min-width: 239px;
}

.benefit-blk {
    display: flex;
    align-items: center;
    position: relative;
    padding: 21px 0;
}

.benefit-blk:not(:last-child):after {
    content: "";
    background: #ffffff;
    width: calc(100% - 112px);
    height: 2px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.benefit-blk:not(:last-child):before {
    content: "";
    background: url(../png/down.png) center no-repeat;
    width: 23px;
    height: 29px;
    position: absolute;
    left: 29px;
    bottom: -15px;
}

.benefits-icon {
    background: #FFFFFF;
    width: 80px;
    min-width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
    margin-right: 32px;
    text-align: center;
}

.benefits-icon img {max-width: 100%;}

/*
--------------------
Styles for Clients
--------------------
*/
.more {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    display: block;
}

.clients-info {margin-bottom: 80px;}
.clients-info p {margin-bottom: 0;}
.clients-info a.more {margin-top: 16px;}

.clients-block ul {
    list-style: none;
    padding: 0;
    margin: 0 -14px;
}

.clients-block ul li {
    width: 16.666667%;
    padding: 0 14px;
    margin-bottom: 24px;
}

.clients-block li span {
    border: 1px solid #E1E1E1;
    display: block;
}

.clients-block img {width: 100%;}


/*
-------------------------
Styles for Sertificates
-------------------------
*/
.sertificate-blk {
    display: flex;
    align-items: center;
}

.sertificate-blk:not(:last-child) {margin-bottom: 40px;}

.sertificate-icon {
    border: 1px solid rgba(97, 54, 84, 0.34);
    margin-right: 24px;
    width: 80px;
    min-width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
    text-align: center;
}

.sertificate-icon img {max-width: 100%;}

.sertificate-info span {
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 8px;
    display: block;
}

.sertificate-info p {
    margin-bottom: 0;
    font-weight: 400;
}

.sertificate-foto {position: relative;}

.sertificate-foto img {max-width: 100%;}

.sertificate-foto img:nth-child(1) {
    position: relative;
    z-index: 2;
}

.sertificate-foto img:nth-child(2) {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    z-index: 1;
}


/*
--------------------
Styles for Lern
--------------------
*/
.lern {margin-bottom: 40px;}

.lern ul {
    padding: 0;
    list-style: none;
    counter-reset: list;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.lern ul li {
    width: 50%;
    margin-bottom: 40px;
    padding-left: 84px;
    position: relative;
    padding-right: 24px;
}

.lern ul li:before {
    counter-increment: list;
    content: counter(list);
    width: 60px;
    min-width: 60px;
    height: 60px;
    line-height: 60px;
    border: 1px solid #CDC3CA;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    left: 0;
    font-weight: 700;
    font-size: 24px;
    text-align: center;
    color: #603D56;
}

/*
--------------------
Styles for Cost
--------------------
*/
main.inner .costs h2 {margin-bottom: 16px;}

.cost .row {margin: 0 -27px;}
.cost .row > div {padding: 0 27px;}

.cost {
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 40px;
}

.cost span {
    font-weight: 700;
    font-size: 48px;
    line-height: 59px;
}

.costs h3 {
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: 0.05em;
    margin-bottom: 16px;
}

.opportunities-blk span {
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    display: block;
    margin-bottom: 12px;
}

.opportunities-blk p {
    font-weight: 400;
    margin-bottom: 0;
}

.opportunities-blk {margin-bottom: 40px;}

.cost-btn {
    max-width: 482px;
    margin-top: -8px;
}

.cost-btn a {
    width: 48%;
    padding: 18px 20px;
    font-weight: 800;
}

.cost-btn a.go:after {
    content: "";
    background: url(../png/arrow2.png) center no-repeat;
    width: 21px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.cost-btn a.go:active:after, .cost-btn a.go:focus:after {filter: brightness(0) invert(1);}

.cost-form h3 {
    font-weight: 700;
    margin-bottom: 40px;
}

.cost-form .form-group {margin-bottom: 40px;}

.cost-form .form-group label {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 8px;
}

.cost-form .form-control {
    background: #FFFFFF;
    border: 1px solid #000000;
    border-radius: 25px;
    height: 52px;
}

.cost-form .checks {margin-bottom: 40px;}


/*
--------------------
Styles for Moduls
--------------------
*/
.moduls {margin-bottom: 100px;}

.moduls-block {
    margin: 80px auto 58px;
    max-width: 876px;
    text-align: center;
    position: relative;
}

.modul-blk {
    width: 33.33333%;
    margin-bottom: 22px;
    position: relative;
    background-color: #ffffff;
}

.modul-blk:nth-child(n+4):nth-child(-n+7) {width: 25%;}

.modul-blk p {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    text-transform: uppercase;
    color: #676767;
}

.modul-blk::after {
    content: "";
    background: url(../svg/plus2.svg) center no-repeat;
    width: 22px;
    height: 21px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: -18%;
}

.modul-blk:nth-child(3):after, .modul-blk:nth-child(7):after, .modul-blk:last-child:after {content: none;}

.modul-blk span {
    width: 90px;
    min-width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    border: 1px solid rgb(197 197 197 / 50%);
    border-radius: 50%;
    margin: 0 auto 16px;
    display: block; 
}

.modul-blk span img {max-width: 100%;}

.modul-blk:nth-child(2) p {
    max-width: 190px;
    margin: 0 auto;
}

.moduls-block:before {
    content: "";
    width: 68%;
    height: 110%;
    border: 2px solid #E4E4E4;
    border-left: none;
    border-right: none;
    border-radius: 65px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    left: 0;
    right: 0;
    margin: 0 auto;
}
.program-view {text-align: center;}
.program-view a {padding: 15px 30px;}

.program-view a:before {
    content: "";
    background: url(../svg/see-program.svg) center no-repeat;
    width: 13px;
    height: 10px;
    margin-right: 8px;
    display: inline-block;
    vertical-align: middle;
}

/*
----------------------------
Styles for Marketing-offer
----------------------------
*/
.marketing-offer {
    background: url(../jpg/marketing-offer-bg.jpg) top center / cover no-repeat;
    position: relative;
    padding: 0;
    z-index: 1;
    overflow-x: hidden;
    margin-top: 79px;
}

.marketing-offer:after {
    content: "";
    background: url(../png/marketing-offer-bg2.png) top center no-repeat;
    width: 100%;
    height: 100%;
    z-index: 3;
    position: absolute;
    top: 0;
    left: 0; 
}

.offer-bg {position: relative;}

.offer-bg:before {
    content: "";
    background: rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(22px);
    z-index: 5;
    position: absolute;
    width: 53%;
    height: 100%;
    top: 0;
    left: 0;
}

.offer-bg:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: -webkit-linear-gradient(0deg, rgba(14, 5, 19, 0.7), rgba(14, 5, 19, 0.7));
    background: linear-gradient(0deg, rgba(14, 5, 19, 0.7), rgba(14, 5, 19, 0.7));
    backdrop-filter: blur(5px);
    z-index: 2;
}

.offer-bg .container {
    position: relative;
    z-index: 10;
    color: #ffffff;
}

.offer-content {
    width: 47%;
    padding: 30px 0 100px;
    position: relative;
    z-index: 7;
}

.offer-bg .container:after {
    content: "";
    background: url(../png/marketing-icons.png) center no-repeat;
    width: 726px;
    height: 588px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.offer-content a.all {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    display: block;
    color: #FFFFFF;
    margin-bottom: 42px;
}

.offer-content a.all:before {
    content: "";
    background: url(../svg/button.svg) center no-repeat;
    width: 25px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
}

.offer-content h1 {
    font-weight: 900;
    font-size: 48px;
    line-height: 61px;
    text-transform: uppercase;
    margin-bottom: 21px;
}

.offer-content h1 span {display: block;}

.offer-content p {
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 21px;
}

.offer-content ul li:not(:last-child) {margin-right: 32px;}

.marketing-logo {
    border: 2px solid #FFFFFF;
    border-radius: 90px;
    padding: 11px 35px;
    margin-bottom: 32px;
}

.offer-content ul li img {max-width: 100%;}


/*
------------------------
Styles for Information
------------------------
*/
.information {
    background: -webkit-linear-gradient(92.84deg, #FFF1FC 9.35%, #FCF3FD 52.79%, #F6F4FF 98.07%);
    background: linear-gradient(92.84deg, #FFF1FC 9.35%, #FCF3FD 52.79%, #F6F4FF 98.07%);
    position: relative;
}

.information:after {
    content: "";
    background: url(../svg/lines.svg) right bottom no-repeat;
    width: 1437px;
    height: 320px;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 1;
}

.information .container {
    position: relative;
    z-index: 2;
}

.information-block {
    display: flex;
    margin-bottom: 40px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.information-blk {
    width: 48%;
    margin-bottom: 40px;
}

.information-blk img {margin-bottom: 24px;}

.information-text span {
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    display: block;
    margin-bottom: 8px;
}

.information-text p {
    font-weight: 400;
    margin-bottom: 0;
}

.information-text p span {
    font-size: 18px;
    display: inline;
}

.infoblk {
    max-width: 60%;
    margin: 75px 0 64px;
}

.infoblk p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    text-shadow: 0px -2px 25px rgba(191, 191, 191, 0.25), -22px 23px 25px rgba(191, 191, 191, 0.25), 22px 22px 25px rgba(191, 191, 191, 0.25);
}


main.inner section.faq {padding-bottom: 40px;}
.faq h2 {text-align: center;}
.faq .row > div {margin-bottom: 40px;}

.faq span {
    display: block;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #333333;
    margin-bottom: 12px;
}

.faq p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
}


/*
--------------------
Styles for Footer
--------------------
*/
footer {
    background: rgba(30, 32, 60, 0.9);
    color: #E9E9E9;
}

.footer-block {padding: 36px 0;}

footer a {
    display: block;
    color: #E9E9E9;
    text-decoration: underline;
}

footer a:hover {color: #E9E9E9;}

footer h3 {
    margin: 30px 0 12px;
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
}

footer h3, .f-nav a, .f-nav a:hover {color: #ffffff;}

.f-nav a {
    text-decoration: none;
    line-height: 22px;
}

.f-nav li {
    padding-left: 35px;
    margin-bottom: 10px;
}

.f-nav li:nth-child(1) {background: url(../svg/fsocial1.svg) left center no-repeat;}
.f-nav li:nth-child(2) {background: url(../svg/fsocial2.svg) left center no-repeat;}
.f-nav li:nth-child(3) {background: url(../svg/fsocial3.svg) left center no-repeat;}
.f-nav li:nth-child(4) {background: url(../svg/fsocial4.svg) left center no-repeat;}

.f-pay {padding-top: 75px;}

.f-pay ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.f-pay ul li {
    width: 33%;
    margin-bottom: 18px;
}

.f-info {padding: 0;}
.f-info a {margin-top: 24px;}

.footer-bottom {
    background: rgba(23, 25, 49, 0.9);
    padding: 17px 0;
}

.footer-bottom p {margin-bottom: 0;}

footer.inner {
    background: rgba(30, 32, 60, 0.7);
    position: relative;
    z-index: 10;
}

footer.inner .footer-bottom {background: rgba(23, 25, 49, 0.7);}


/*
--------------------------
Styles for Reseasrch page
--------------------------
*/
.research-offer {
    background: url(../jpg/cover_web_final-3.jpg) top center / cover no-repeat;
    position: relative;
    padding: 94px 0 68px;
}

.research-offer:before {
    content: "";
    background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0.34) 20.14%, rgba(0, 0, 0, 0) 68.24%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.34) 20.14%, rgba(0, 0, 0, 0) 68.24%);
    opacity: 0.6;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.research-offer .container {
    position: relative;
    z-index: 2;
    max-width: 1170px;
}

.research-header .logo {display: none;}

.research-header .container,
main.research .container {max-width: 1170px;}
main.research .container.width-100-pr {max-width: 100%;}

.research-header .contact-block a {
    color: #ffffff;
    font-size: 17px;
    line-height: 21px;
}

.research-header {
    position: fixed;
    top: 0;
    width: 100%;
    color: #ffffff;
    z-index: 3;
    -webkit-transition: .75s ease-in;
    transition: .75s ease-in;
}

.research-header.headertop {
    background: rgba(0, 0, 0, .9);
    padding: 10px 36px;
}

.research-header nav ul li a {
    font-size: 15px;
    letter-spacing: 0.05em;
    color: #ffffff;
}

.research-content {
    color: #ffffff;
    max-width: 700px;
}

.research-content h1 {
    font-weight: 900;
    /*font-size: 55px;*/
    font-size: 47px;
    line-height: 69px;
    /*text-transform: uppercase;*/
    margin-bottom: 12px;
    margin-top: 140px;
}

.research-content p {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    max-width: 470px;
}

.suit {margin-top: 40px;}

.research-offer .all {
    font-size: 16px;
    line-height: 19px;
    color: #ffffff;
}

.research-offer a.all:before {
    content: "";
    background: rgba(255,255,255,0.7) url(../svg/button2.svg) center no-repeat;
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
    border-radius: 50%;
}

.suit p {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.suit ul {
    counter-reset: list;
    padding: 0;
    list-style: none;
    margin: 0;
    display: flex;
}

.suit ul li:before {
    counter-increment: list;
    content: "0" counter(list);
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    color: #645BFF;
    margin-bottom: 28px;
    display: block;
}

.suit ul li:after {
    content: "";
    width: 41px;
    height: 1px;
    background: #ffffff;
    display: block;
    position: absolute;
    top: 39px;
    left: 0;
}

.suit ul li {
    width: 170px;
    font-size: 16px;
    line-height: 24px;
    position: relative;
    font-weight: 500;
}

.language button {
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    padding: 0 5px 9px 15px;
    background: none;
    border: none;
    border-bottom: 2px solid #FFFFFF;
}

.language button:after {
    content: "";
    background: url(../svg/arrow-list.svg) center no-repeat;
    width: 7px;
    height: 6px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
}

.language .dropdown-menu {
    min-width: 63px;
    border-radius: 0;
    background: rgba(0, 0, 0, .9);
}

.language .dropdown-menu a {
    padding: 0;
    text-align: center;
    color: #ffffff;
}

main.inner .industries h2 {max-width: 920px;}
.industries .title {margin-bottom: 31px;}
.industries .liner:after {top: -20px;}
.research .linel:before, .research .linel:after,
.research .liner:before, .research .liner:after {background: #EEEEEE;}
.research .linel:after {left: -30px;}
.research .liner:after {right: -30px; left: auto;}

.lists {
    padding: 0;
    margin: 0;
}

.lists li {
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    list-style: none;
    margin-bottom: 14px;
    padding-left: 24px;
    position: relative;
}

.lists li:before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #CC1237;
    margin-right: 18px;
    position: absolute;
    left: 0;
    top: 7px;
}

.industries .lists {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.industries .lists li {width: 48%;}

.suit-btn {
    margin-top: 40px;
    max-width: 520px;
}

.suit-btn a {
    padding: 10px 50px;
    font-size: 14px;
}

.btn-light {
    border-radius: 30px;
}

main.research .title {margin-bottom: 50px;}
main.research .title h2 {margin-bottom: 0;}
main.research section {padding: 35px 0;}
main.research section:first-child {padding-top: 70px;}
main.research section.wedo {padding-bottom: 0;}

.wedo-block {
    display: flex;
    align-items: flex-start;
    margin-bottom: 50px;
}

.wedo-block img {margin-right: 30px;}

.wedo-blk span {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    display: block;
    margin-bottom: 20px;
}

.wedo-blk ul {padding-left: 20px;}

.wedo-blk ul li {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 10px;
}

main.research .research-info .title {margin-bottom: 20px;}

.research-info {
    position: relative;
    background: url(../svg/related-services-bg.svg) right bottom no-repeat;
}

.research-info p.bold {font-weight: bold;}
.related-services button {margin-bottom: 40px;}

.related-services p {
    font-weight: 900;
    font-size: 28px;
    line-height: 35px;
    color: #333333;
    display: block;
    margin-bottom: 26px;
}

.related-services ul li {
    font-size: 20px;
    line-height: 24px;
    color: #333333;
    margin-bottom: 22px;
    display: flex;
    align-items: center;
}

.related-services ul li img {margin-right: 22px;}

.you-get-blk {
    background: #FFFFFF;
    border: 1px solid #F1F1F1;
    border-radius: 10px;
    padding: 53px 40px;
    color: #333333;
    height: 100%;
}

.you-get .row> div:first-child .you-get-blk {border-left: 24px solid #CC1237;}

.you-get-blk h3 {
    font-weight: 800;
    font-size: 22px;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.you-get1 span {
    font-weight: 800;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 26px;
}

.you-get1 p {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #CC1237;
    margin-bottom: 0;
}

.you-get1 p span {
    display: inline;
    font-weight: 700;
    font-size: 32px;
    line-height: 24px;
}

.you-get-blk ul {margin-top: 25px;}

.you-get-blk ul li {
    font-size: 16px;
    line-height: 24px;
    padding-left: 27px;
    position: relative;
}

.you-get-blk ul li:not(:last-child) {margin-bottom: 12px;}

.you-get-blk ul li:before {
    content: "";
    background: #CC1237;
    width: 9px;
    height: 3px;
    border-radius: 10px;
    position: absolute;
    left: 0;
    top: 11px;
}

.you-get2 h3 {
    text-transform: none;
    margin-bottom: 23px;
}

.analitic-blk {
    display: flex;
    align-items: center;
}

.analitic-blk img {margin-right: 30px;}

.analitic-info span {
    font-weight: 800;
    font-size: 18px;
    line-height: 24px;
    display: block;
    margin-bottom: 8px;
}

.analitic-info p {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 0;
}

.you-get .more {
    text-align: center;
    margin-top: 60px;
}

.you-get .more a {padding: 8px 20px;}

main.research .experience .title {margin-bottom: 30px;}
.experience .linel, .experience .liner {justify-content: center;}
.experience-info {text-align: center;}

.experience-info p {
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 20px;
    line-height: 22px;
    color: #444444;
}

.experience-info span {
    display: block;
    font-weight: 900;
    font-size: 29px;
    line-height: 37px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.experience-info img {
    width: 100%;
}

main.research .case h2 {
    font-weight: 900;
    font-size: 29px;
    line-height: 37px;
    text-transform: none;
}

.case .linel, .case .liner {justify-content: center;}

.case-blk img {
    border: 1px solid #ececec;
    width: 100%;
    margin-bottom: 10px;
}

.case-blk p {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 800;
}

.case-blk ul li {
    font-size: 14px;
    margin-bottom: 10px;
}

main.research section.case {padding-bottom: 0;}
.case-container {overflow: hidden;}

.case .row {
    position: relative;
    background: #ffffff;
    max-width: 1030px;
    margin: 0 auto;
}

.case .row:before {
    background: rgba(204, 18, 55, 0.13);
    filter: blur(94px);
    content: "";
    display: block;
    width: 100%;
    height: 60%;
    position: absolute;
    z-index: -1;
    top: 20%;
    left: 0;
}
.welcome {
    color: #cc1237;
    text-transform: none;
}

.btn-block-footer input.btn {
    width: 208px;
    height: 50px;
}

.form-group.form-check {padding-left: 0;}

#iconscin {
    background: url(../png/iconscin-3.png) center center/cover no-repeat #000 !important;
}

#int-tel {
    background: url(../png/intis-small-3.png) center center/cover no-repeat #fff !important;
}

.menu-top-block.nav-research {top: 0;}

/*
--------------------
Styles for Adaptive
--------------------
*/
@media (min-width: 1200px) {
.container {max-width: 1262px;}
header .container {max-width: 1440px;}
footer .container {max-width: 1200px;}
}

@media (min-width: 1200px) and (max-width: 1350px) {
header {padding: 24.5px 0;}
.logo, nav {margin-right: 30px;}
nav ul li:not(:last-child) {margin-right: 15px;}
.contact-block a:not(:last-child):after {margin-left: 10px;}
.contact-block a:not(:last-child) {margin-right: 10px;}
.corporate-img {margin: 0 30px 0 130px;}
h3 {font-size: 28px;}
.courses-blk button, .courses-blk button.collapsed {font-size: 20px;}
.teachers .swiper {padding: 72px 29px;}
.teachers-inner .swiper {padding: 0;}
.offer-content {width: 49%;}
}

@media (max-width: 1399px) {
.reviews-inner-blk .container {max-width: 1240px;}
section.reviews.reviews-inner-blk .container, .teachers-inner .container {width: 80%; margin: 0 auto;}
.reviews-inner-blk h2, .teachers-inner h2 {margin-left: -10%;}
.teachers-inner .swiper .swiper-slide img {height: 480px;}
.information:after {background-size: 85%;}
}

@media (max-width: 1199px) {
header {padding: 24.5px 0;}
.offer-info {margin-bottom: 100px;}
.reviews .swiper-slide-visible {opacity: 0.5;}
.reviews .swiper-slide-active, .reviews .swiper-slide-next {opacity: 1;}
.information:after {background-size: 75%;}
.offer-bg .container:after {content: none;}
.marketing-offer:before {content: ""; z-index: 7; background: url(../png/marketing-icons.png) center / contain no-repeat; width: 580px; height: 500px; position: absolute; left: 50%; top: 50%; -webkit-transform: translate(0, -50%); transform: translate(0, -50%);}
.webinar-info {font-size: 18px;}
.research-header .container {padding: 0 15px;}
.research-header.headertop {padding: 10px 0;}
}

@media (min-width: 992px) and (max-width: 1199px) {
header .container {padding: 0;}
nav ul li:not(:last-child) {margin-right: 10px;}
nav ul li a {font-size: 12px;}
.contact-block {position: relative; padding-right: 20px;}
.contact-block a {display: block; font-size: 16px;}
.contact-block a:not(:last-child):after {content: none;}
.contact-block:after {content: "|"; margin-left: 16px; position: absolute; right: 0; top: 50%; -webkit-transform: translate(0, -50%); transform: translate(0, -50%);}    
footer {font-size: 16px;}
.f-info {max-width: 31%;}
.offer:after {width: 600px; left: 45%; background-size: contain;}
.corporate-img {margin-left: 50px;}
.price-blk {padding: 0 40px;}
.courses-blk button {font-size: 20px;}
.courses-blk button img {margin-right: 20px;}
.courses-blk button span {font-size: 22px;}
.program-description {margin: 0 32px;}
.webinar-blk img {height: 115px;}
.blog-blk img {height: 165px;}
.reviews-inner-blk .swiper-slide {opacity: 1;}
.offer-content h1 {font-size: 34px; line-height: 46px;}
.offer-bg:before {width: 60%;}
header.inner .contact-block a {display: inline-block;}
header.inner .contact-block:after {content: none;}
header.inner .contact-block a:not(:last-child):after {content: "|";}
.reviews .swiper-slide-next, .reviews .swiper-slide-prev, .teachers .swiper .swiper-slide-visible.swiper-slide-next, .teachers .swiper .swiper-slide-visible.swiper-slide-prev {opacity: 0.5;}
.programs .nav li a, .corp label {font-size: 20px; line-height: 24px;}
.research-header .contact-block a:not(:last-child):after {content: "|";}
.research-header .contact-block:after {content: none;}
.research-header .contact-block a {display: inline-block;}
.research-info {background-size: 350px;}
}

@media (max-width: 991px) {
section {padding: 24px 0 40px;}
nav {display: none;}
.logo {margin-right: 0;}
.footer-block {flex-wrap: wrap;}
.f-pay {padding-top: 30px;}
.offers {margin-bottom: 30px;}
.offer-blk {padding: 24px 24px 24px 88px;}
.offer-blk:before {top: 50%; -webkit-transform: translate(0, -50%); transform: translate(0, -50%);}
.program-blk {flex-direction: column; text-align: center; padding: 24px;}
.program-blk > div {min-width: 100%; display: block; margin-left: 0;}
.program-description {margin: 32px 0;}
.program-schedule {padding: 32px 0; border: none; border-top: 2px solid #E1E7ED;}
.program-schedule ul {padding: 24px 0;}
.program-more {border: none; border-top: 2px solid #E1E7ED; padding: 32px 0 0;}
.corporate {flex-direction: column; align-items: flex-start;}
.corporate-img {margin: 42px 0 0;}
.answer {padding: 0 50px 16px;}
.price-blk {padding: 0;}
.price-block {margin: 32px 0;}
.btn-close {margin-bottom: 32px;}
.price-blk:before, .price-blk:after {content: none;}
.course-blk .course:nth-child(1) {order: 1;}
.course-blk .course:nth-child(2) {order: 3;}
.course-blk .course:nth-child(3) {order: 2;}
.course-blk .course:nth-child(4) {order: 4;}
.webinars .row > div, .blog .row > div {margin-bottom: 32px;}
.questions-block {flex-direction: column;}
.question-info, .question-mail {width: 100%; max-width: 100%;}
.question-mail p a {display: inline-block;}
.question-mail {margin-top: 50px;}
footer.inner {padding-bottom: 0; background: none;}
footer.inner .footer-bottom {background: rgba(23, 25, 49, 0.9);}
.questions-container {background: rgba(30, 32, 60, 0.7); padding: 0; max-width: 100%;}
.questions-block {padding: 50px 24px; margin: 0 auto;}
.question-mail {margin-top: 20px;}
.solutions {overflow: hidden;}
.solutions:after {background: none;}
.solutions .container {padding: 0; max-width: 100%;}
.solutions .row {margin: 0;}
.solutions .row > div {margin: 0 auto;}
.solution-block {padding-right: 15px;}
.benefits-block {padding: 40px 24px;}
.benefits-block:before {content: ""; position: absolute; z-index: -1; width: 150%; height: 100%; left: -25%; top: 0; background: -webkit-linear-gradient(96.78deg, #FFF0FC 10.9%, #FFF7FD 38.91%, #F7ECFF 64.8%, #F4F3FF 93.74%); background: linear-gradient(96.78deg, #FFF0FC 10.9%, #FFF7FD 38.91%, #F7ECFF 64.8%, #F4F3FF 93.74%);}
.solution-blk span {max-width: 100%;}
.sertificate-foto, .cost-form {margin-top: 50px;}
.sertificate-foto img {width: 70%;}
.sertificate-foto img:nth-child(2) {width: 63%;}
.lern ul li {width: 100%;}
.lern ul li {display: flex; align-items: center; min-height: 60px;}
.modul-blk p {font-size: 12px;}
.clients-block ul li {width: 25%; padding: 0 4px; margin-bottom: 8px;}
.marketing-offer {background-position: top right; margin-top: 64px;}
.marketing-offer:after {background: url(../png/light.png) top center no-repeat; width: 390px; height: 394px; top: 95px;}
.offer-bg:before {content: none;}
.offer-content {width: 90%; padding: 30px 0 34px;}
.marketing-offer:before {background: url(../png/marketing-icons2.png) right center / contain no-repeat; width: 100%; height: 100%; left: 0;}
.row.course-blk {margin: 0 -15px;}
.courses-blk {padding: 0 15px;}
main.inner .industries h2 {max-width: 615px;}
.related-services {margin-top: 30px;}
.you-get .row > div:not(:last-child) {margin-bottom: 30px;}
main.research .experience .title h2 {text-align: center; max-width: 70%;}
main.research .case h2 {max-width: 50%; text-align: center;}
.case-container .row > div:not(:last-child) {margin-bottom: 30px;}
.footer .welcome {width: 100%; font-size: 12px;}
.research-header .contact-block {margin-left: 0;}
.research-header .contact-block a {padding: 0; margin: 0; font-size: 0; filter: brightness(0) invert(1); display: inline-block;}
.research-header .contact-block a.mail {background: url(../svg/mail.svg) left no-repeat;background-size: 30px; width: 30px; height: 30px; display: inline-block; vertical-align: middle;}
.research-header .contact-block a.tel {background: url(../svg/call-back.svg) left no-repeat;background-size: 30px; width: 30px; height: 30px; display: inline-block; vertical-align: middle; margin-right: 10px; padding-left: 45px;}
.research-header .contact-block a:not(:last-child):after {height: 100%; width: 1px; background: #9E9E9E; position: absolute; right: 0; top: 50%; -webkit-transform: translate(0, -50%); transform: translate(0, -50%);}
.research-header .contact-block a.mail:after {content: none;}
nav ul li:not(:last-child) {margin-right: 15px;}
.research-header nav ul li a {font-size: 12px;}
.research-offer .social ul li:not(:first-child) {display: block;}
.language {min-width: 80px;}
}

@media (min-width: 768px) and (max-width: 991px) {
h2 {font-size: 32px;}
.title.sm h2 {max-width: 400px;}
.contact-block {margin: 0 auto;}
.corp label, .programs .nav li a {font-size: 16px;}
.programs .nav li:not(:last-child) {margin-right: 20px;}
.corp input[type="checkbox"] {margin-right: 10px;}
.program-info {margin-top: 52px;}
.price {font-size: 36px;}
.old-price {font-size: 16px;}
.webinar-blk {flex-direction: row; flex-wrap: wrap; align-items: center;}
.webinar-blk img {width: 45%; height: 170px; margin-right: 5%;}
.webinar-info {width: 50%; margin: 0;}
.webinar-blk a {margin-top: 20px;}
.blog-blk {display: flex;}
.blog-blk a.blog-img {display: block; width: 50%; margin-right: 20px;}
.blog-blk img {height: 100%;}
.blog-info {width: 70%;}
.blog-info span {margin-top: 0;}
.blk {margin-top: 32px !important;}
.teachers .swiper {padding: 72px 19px;}
.teachers-inner .swiper {padding: 0;}
.reviews .swiper-slide, .teachers .swiper-slide {width: 330px;}
.rev-blk {background-size: contain; height: 661px;} /* стили для слайдера с отзывами НЕ картинкой */
.reviews .swiper-slide .rev-info img {right: 14px; top: 39px;} /* стили для слайдера с отзывами НЕ картинкой */
.message {top: 85px; left: 20px;} /* стили для слайдера с отзывами НЕ картинкой */
span.names {top: 35px; font-size: 13px;} /* стили для слайдера с отзывами НЕ картинкой */
span.time {font-size: 11px;} /* стили для слайдера с отзывами НЕ картинкой */
.footer-bottom p span {display: block;}
.questions-block, .solutions .row > div {max-width: 720px;}
.reviews .reviews-inner .swiper-slide-visible.swiper-slide-active {opacity: 1;}
.reviews .reviews-inner .swiper-slide-visible {opacity: 0.5;}
.teachers-inner .swiper .swiper-slide img {height: 480px;}
header.inner .contact-block {margin-left: 0;}
.offer-content h1 {font-size: 42px; line-height: 54px;}
.information:after {background-size: 65%;}
.sertificate-foto {width: 80%; margin: 50px auto 0;}
.reviews .swiper-slide-next, .reviews .swiper-slide-prev, .teachers .swiper .swiper-slide-visible.swiper-slide-next, .teachers .swiper .swiper-slide-visible.swiper-slide-prev {opacity: 0.5;}
.research-info {background-size: 300px;}
}

@media (max-width: 767px) {
main.inner section {padding: 40px 0;}
h1 {font-size: 24px; line-height: 30px;}
h2, .title h2 {font-size: 24px; line-height: 29px; min-width: auto;}
main.inner h2 {font-size: 26px; line-height: 33px; margin-bottom: 32px;}
h3 {font-size: 24px; line-height: 1.5;}
p {line-height: 24px; font-size: 16px;}
.title {margin-bottom: 32px;}
header {padding: 16px 0;}
.logo {order: 1; border: 0.5px solid #000000; border-radius: 90px; padding: 2px 22px; margin-left: auto;}
.mail, .call-back {font-size: 0;}
.mail {background: url(../svg/mail.svg) left no-repeat; background-size: 30px; width: 30px; height: 30px; display: inline-block; vertical-align: middle;}
.call-back {background: url(../svg/call-back.svg) left no-repeat; background-size: 30px; width: 30px; height: 30px; display: inline-block; vertical-align: middle;}
.contact-block a, .contact-block a:not(:last-child) {margin-right: 24px; padding-right: 48px;}
.contact-block a:after {content: ""; height: 100%; width: 1px; background: #9E9E9E;}
.social ul li:not(:first-child) {display: none;}
.contact-block a {position: relative;}
.contact-block a:after {content: "|"; margin-left: 16px; position: absolute; right: 0; top: 50%; -webkit-transform: translate(0, -50%); transform: translate(0, -50%);}
.footer-block {padding: 0; flex-direction: column;}
.footer-bottom {background: none; padding: 30px 0 0;}
footer h3 {font-size: 16px;}
footer {font-size: 12px; padding-bottom: 30px;}
.f-info a {margin-top: 16px;}
.offer-info p {font-size: 16px; line-height: 22px;}
.offer {padding: 120px 0 10px;}
.offer:after {background: url(../png/offer-sm.png) top center no-repeat; width: 400px; height: 476px; left: 40%; top: -1%;}
.offer-info {max-width: 286px;}
.offer-blk p {font-size: 14px; line-height: 17px;}
.programs .nav li:not(:last-child) {margin: 0 0 16px;}
.corp {width: 75%; display: flex; flex-direction: column; align-items: flex-end;}
.corp input {margin-bottom: 24px;}
.program-info, .corporate {margin-top: 32px;}
.modal-content {padding: 32px;}
.close {top: 32px; right: 24px;}
.checkbox-custom, .label {font-size: 16px;}
.courses-blk button {font-size: 18px;}
.courses-blk button img {margin-right: 20px;}
.courses-blk button span {font-size: 20px;}
.list {padding: 20px;}
.answer {padding: 0 20px 16px;}
.list li {font-size: 16px;}
.price-title {font-size: 16px; line-height: 20px;}
.price-block button {width: auto;}
.price-block {margin: 0;}
.courses-blk {margin-bottom: 16px;}
.courses-blk button img {max-width: 40px;}
.webinar-blk img {height: 100%;}
.webinars .blk, .blog .blk {margin-top: 0;}
.blog-info p {line-height: 17px;}
.linel:before {left: -27px;}
.liner:after {right: -27px;}
.title.sm h2 {max-width: 320px;}
.video-blk button {font-size: 12px; line-height: 14px; padding: 7px 8px; bottom: 21px; top: auto; left: 8px;}
.video-blk button:before {width: 18px; height: 18px; background-size: contain;}
.blog-blk img {height: auto;}
.choose-block {flex-wrap: wrap;}
.choose-info, .choose-form {width: 100%;}
.choose-form {order: 1; margin-bottom: 40px;}
.choose-info {order: 2;}
.form button, .conference-info .blk, .corporate .blk {margin-top: 0;}
.swiper-button-prev, .swiper-button-next {width: 32px; height: 32px; margin: 0;}
.swiper-button-prev:after, .swiper-button-next:after {background-size: 10px;}
.swiper-button-prev {margin-right: 52px;}
.swiper-pagination-bullet {width: 16px; height: 16px;}
.slider-pagination {margin-top: 32px;}
.teachers-inner .swiper {padding: 0;}
.teachers .swiper .swiper-slide img {margin-bottom: 24px;}
.teachers-info .name {margin-bottom: 4px;}
.reviews .swiper-slide-visible {opacity: 0.5;}
.reviews .swiper-slide-active {opacity: 1;}
.message p.answ span {margin-top: 11px;} /* стили для слайдера с отзывами НЕ картинкой */
header.inner .logo {display: block;}
header.inner .call-back, header.inner .mail {filter: brightness(0) invert(1);}
header.inner .logo {border: 0.5px solid #ffffff;}
footer.inner .footer-bottom {padding: 15px 0; margin-top: 24px;}
.questions-block, .solutions .row > div {max-width: 540px;}
.question-info h2 {font-size: 36px; line-height: 1.5;}
.footer-bottom p span {display: block;}
.solutions a.btn {margin-top: 24px;}
.solution-block {padding: 60px 15px 40px;}
.solutions h3 {font-size: 26px; line-height: 33px; margin-bottom: 32px;}
.sw-btn .swiper-button-prev, .sw-btn .swiper-button-next {width: 50px; height: 50px;}
.sw-btn .swiper-button-prev:after, .sw-btn .swiper-button-next:after {background-size: 10px;}
.sw-btn .swiper-button-next {margin-left: 30px;}
.swiper-pagination, .swiper-pagination-bullets.swiper-pagination-horizontal {height: 16px;}
.sw-btn {position: relative; top: 0; -webkit-transform: none; transform: none; width: auto; margin-top: 70px;}
.sw-btn .swiper-button {width: auto;}
.sw-btn .swiper-button-prev {left: 0;}
.sw-btn .swiper-button-next {right: 0; margin-left: 50px;}
.reviews-inner-blk .swiper-pagination, .teachers-inner .swiper-pagination {display: block;}
section.reviews.reviews-inner-blk .container, .teachers-inner .container {width: 100%;}
.reviews-inner-blk h2, .teachers-inner h2 {margin-left: 0;}
.clients-block ul {margin: 0 -4px;}
.teachers-inner .swiper .swiper-slide img {height: 480px;}
.moduls-block:before, .modul-blk::after {content: none;}
.modul-blk, .modul-blk:nth-child(n+4):nth-child(-n+7) {width: 100%; display: flex; align-items: center;}
.modul-blk p {font-size: 14px; line-height: 17px;}
.modul-blk {margin-bottom: 24px; text-align: left; justify-content: flex-start;}
.moduls-block {justify-content: flex-start; margin-bottom: 8px; margin-top: 23px;}
.modul-blk span {width: 60px; min-width: 60px; height: 60px; line-height: 60px; margin: 0 30px 0 0;}
.modul-blk span img {max-width: 50%;}
.modul-blk:nth-child(2) p {max-width: 100%; margin: 0;}
.modul-blk p, .program-view {text-align: left;}
.moduls {margin-bottom: 80px;}
.offer-content h1 {font-size: 34px; line-height: 46px;}
.marketing-offer:after {top: 0;}
.offer-content ul li:not(:last-child) {margin-right: 16px;}
.information-blk {width: 100%; display: flex; align-items: center; margin-bottom: 16px;}
.information-blk img {margin: 0 24px 0 0;}
.infoblk {margin: 24px 0 85px;}
.information:after {background: url(../svg/lines2.svg) bottom right / contain no-repeat; width: 100%; height: 322px;}
.infoblk p {font-size: 16px; line-height: 1.3;}
.reviews .swiper-slide-next, .reviews .swiper-slide-prev, .teachers .swiper .swiper-slide-visible.swiper-slide-next, .teachers .swiper .swiper-slide-visible.swiper-slide-prev {opacity: 0.5;}
.programs .nav li a, .corp label {font-size: 20px; line-height: 24px;}
.corp input[type="checkbox"] {margin-right: 0;}
.teachers .swiper-pagination {display: block;}
.faq h2 {text-align: left;}
.footer .welcome {width: 224px;}
main.research .case h2 {max-width: none;}
.industries .lists li {width: 100%;}
.research-content h1 {font-size: 38px; line-height: 1.5;}
main.research .title h2 {max-width: 80%;}
.footer .row .row {margin: 0;}
.research-header .contact-block a.tel {padding-left: 0;}
}

@media (max-width: 575px) {
p, .old-price, .answer-text p, .answer-text li, .programs .nav li a,
.corp label, .program-description p, .checkbox-custom, .label, .corporate p, .webinar-info p, .form label,
.teachers-info .name, .teachers-info p, .question-info p, .question-mail p, .solution-blk ul li, .lern ul li,
.costs h3, .cost-form .form-group label, .information-text p, .infoblk p {font-size: 14px; line-height: 17px;}
h3, h4  {font-size: 22px; line-height: 27px;}
.logo {max-width: 115px;}
.mail, .call-back {background-size: 20px;}
.social img {width: 20px;}
.title h2 {max-width: none; min-width: auto;}
main.inner h2 {font-size: 24px; line-height: 30px;}
.btn {font-size: 12px;}
h2.linel {margin-left: auto;}
.linel:before {left: -24px;}
.liner:after {right: -24px;}
.program-schedule ul li, .opportunities-blk span {font-size: 16px; line-height: 19px;}
.program-more a, .btns, .teachers-info .specialization {font-size: 12px; line-height: 15px;}
.corp {width: 85%;}
.corporate-img {width: 96%; min-width: 280px; height: 96%; max-width: 380px;}
.corporate-img:after {width: 101%; height: 100%;}
.program-more a:before {width: 85%;}
.modal-body h3 {font-size: 18px; line-height: 22px;}
.modal form .form-group {margin-bottom: 25px;}
.modal-body button {margin-top: 25px;}
.price-blk {margin: 0 auto;}
.list li {font-size: 12px; line-height: 1.3; margin-bottom: 15px;}
.price-block button {font-size: 12px; line-height: 15px; padding: 8px 12px;}
.price {font-size: 28px; line-height: 35px;}
.price span {font-size: 10px; line-height: 12px;}
.courses-blk button p span, .solutions span {font-size: 16px; line-height: 20px;}
.btn-outline-danger {padding: 7px 20px;}
.form .form-control {height: 48px;}
.choose-info p.bold {font-size: 18px; line-height: 28px;}
.choose-info p {font-size: 16px; line-height: 24px;}
.choose h2 span {display: block;}
.reviews .swiper-slide, .teachers-inner .swiper-slide, .reviews .swiper-slide, .teachers .swiper-slide {max-width: 320px;}
.rev-blk {height: 641px; background-size: contain; width: 320px; margin: 0 auto;} /* стили для слайдера с отзывами НЕ картинкой */
.rev-blk:before {background-size: 95% 90%;} /* стили для слайдера с отзывами НЕ картинкой */
.reviews .swiper-slide .rev-info img {right: 14px; top: 39px;} /* стили для слайдера с отзывами НЕ картинкой */
.message {top: 85px; left: 20px;} /* стили для слайдера с отзывами НЕ картинкой */
span.names {top: 35px; font-size: 13px;} /* стили для слайдера с отзывами НЕ картинкой */
span.time {font-size: 11px;} /* стили для слайдера с отзывами НЕ картинкой */
.reviews {overflow: hidden;} /* стили для слайдера с отзывами НЕ картинкой */
.message p.answ span {margin-top: 7px;} /* стили для слайдера с отзывами НЕ картинкой */
.questions-block, .solutions .row > div {max-width: 100%;}
.question-info h2, .cost-form h3 {font-size: 18px; line-height: 23px;}
.questions-block {padding: 30px 24px;}
.footer-bottom img {max-width: 77px;}
.footer-bottom p {font-size: 11px;}
.solution-icon, .benefits-icon {width: 60px; min-width: 60px; height: 60px; line-height: 60px;}
.solution-icon img, .benefits-icon img {max-width: 70%;}
.benefit-blk:not(:last-child):before {left: 19px;}
.benefit-blk:not(:last-child):after {width: calc(80% - 92px); right: 20%;}
.solution-icon {margin-right: 12px;}
.sw-btn .swiper-button-prev, .sw-btn .swiper-button-next {width: 35px; height: 35px;}
.sw-btn .swiper-button-prev:after, .sw-btn .swiper-button-next:after {background-size:8px;}
.sw-btn .swiper-button-next {margin-left: 20px;}
.sertificate-foto img {width: 65%;}
.sertificate-foto img:nth-child(2) {width: 53%; right: 15px;}
.lern ul li {min-height: 40px; padding-left: 64px; margin-bottom: 24px;}
.lern ul li:before {width: 40px; min-width: 40px; height: 40px; line-height: 40px; font-size: 18px;}
.cost-btn a {font-size: 12px; line-height: 15px; padding: 10px;}
.cost, .sertificate-info span, .offer-content p, .information-text span {font-size: 16px; line-height: 19px;}
.cost {margin-bottom: 32px;}
.cost span {font-size: 20px; line-height: 25px;}
.opportunities-blk span {margin-bottom: 8px;}
.opportunities-blk {margin-bottom: 24px;}
.cost-btn {margin-top: 0;}
.cost-form {margin-top: 32px;}
.cost-form h3, .cost-form .checks {margin-bottom: 16px;}
.cost-form .form-control {height: 40px;}
.cost-form .form-group {margin-bottom: 12px;}
.cost-form .checks .label {font-size: 12px; line-height: 14px;}
.cost-form form button {padding: 5px 20px;}
.sertificate-icon {width: 60px; min-width: 60px; height: 60px; line-height: 60px;}
.sertificate-icon img {max-width: 55%;}
.teachers-inner .swiper .swiper-slide img {height: auto;}
.modul-blk span {width: 40px; min-width: 40px; height: 40px; line-height: 40px; margin-right: 16px;}
.offer-content h1 {font-size: 24px; line-height: 30px;}
.offer-bg .container:after {right: 0;}
.infoblk {margin: 24px 0 150px; max-width: 100%;}
.corp label {font-size: 13px;}
.research-header nav {display: none;}
.research-header .contact-block a.mail, .research-header .contact-block a.tel {background-size: 20px;}
.suit-btn.flex {flex-direction: row; flex-wrap: nowrap; justify-content: flex-start; width: 100%; margin-top: 30px;}
.suit-btn a {width: 218px; padding: 7px 10px; font-size: 12px;}
.suit-btn a:first-child {margin-right: 15px;}
.research-content h1, .related-services p {font-size: 24px;}
main.research .title h2 {font-size: 18px; line-height: 1.3;}
.research-content h1 {margin-top: 70px;}
.suit {margin-top: 20px;}
main.research section:first-child {padding-top: 35px;}
main.research section {padding: 20px 0;}
.research-info {background: none;}
.you-get-blk {padding: 20px;}
.footer .form-check-label {font-size: 14px; width: 89%;}
.related-services button, .you-get .more a {font-size: 14px; padding: 10px 20px;}
.wedo-block {margin-bottom: 30px;}
}

@media (max-width: 374px) {
p {font-size: 14px;}
.container {padding: 0 15px;}
.logo {max-width: 100px;padding: 7px 15px;}
.contact-block a, .contact-block a:not(:last-child) {margin-right: 20px; padding-right: 40px;}
h1 {font-size: 22px;}
.offer-info {max-width: 230px;}
.program-description p, .programs .nav li a, .corp label {font-size: 12px;}
.corporate-img {width: 94%;}
.title h2, h2 {font-size: 20px; line-height: 1.3;}
.title h2 {max-width: 230px;}
.price span {font-size: 10px; line-height: 15px;}
.courses-blk button p {font-size: 12px; line-height: 15px;}
.courses-blk button p span {font-size: 14px; line-height: 18px;}
.price-title {font-size: 14px;}
.swiper-button-prev {margin-right: 20px;}
.swiper-pagination-bullet {margin: 0 3px;}
.teachers .swiper .swiper-slide {padding: 20px;}
.teachers-inner .swiper .swiper-slide {padding: 0;}
.teachers h2 {max-width: none;}
.reviews .swiper-slide, .teachers-inner .swiper-slide, .teachers .swiper-slide {width: 100%; max-width: 290px;}
.rev-blk {height: 581px; width: 290px;} /* стили для слайдера с отзывами НЕ картинкой */
.message .rev, .message .rev {max-width: 220px;} /* стили для слайдера с отзывами НЕ картинкой */
.solutions h3 {font-size: 25px;}
.clients-block ul li {width: 33.33333%;}
.offer-content {width: 100%;}
.offer-bg .container:after {background-size: 90%; background-position: 65px bottom;}
.infoblk {margin-bottom: 120px;}
header.inner {padding: 11px 0;}
main.research .experience .title h2 {max-width: 90%;}
.research-offer .flex {flex-direction: column; align-items: flex-start;}
.research-offer .all {margin-bottom: 30px;}
.research-offer {padding-top: 65px;}
.suit ul {flex-direction: column;}
.suit-btn a {margin-bottom: 10px;}
.wedo-block img {max-width: 40px; margin-right: 15px;}
.related-services ul li img {max-width: 50px; margin-right: 15px;}
}
@media(max-width: 767px){
    .suit-btn .btn-danger{
        width: 140px !important;
    }
    .new-font-size p {
        font-size: initial;
    }
}
