/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/
.eduprograms{

}

.eduprograms__title {
    color: #0B1F35;
    font-size: 32px;
    
    font-weight: 600;
}

.eduprograms__title-wrapper {
    /*margin-top: 120px;*/
    margin-bottom: 40px;
}

.educprograms__card {
    background-color: white;
    max-width: 554px;
    /*max-height: 570px;*/
    border-radius: 15px;
    padding: 32px;
    margin-bottom: 32px;
}

.educprograms__card:nth-child(odd) {
    margin-right: 32px;
}

.educprograms__tab-names-list {
    display: flex;
    margin-bottom: 24px;

}

.eduprograms__cards {
    display: flex;
    flex-wrap: wrap;
}

.educprograms__tab-name {
    margin-right: 24px;
    cursor: pointer;
}

.educprograms__tab-name:last-child {
    margin-right: 0;
}

.educprograms__img {
    margin-bottom: 24px;
    border-radius: 15px;
}

.educprograms__text-group {
    display: flex;
    margin-bottom: 35px;
}
.educprograms__text-wrapper img{
	width: 18px;
    height: 18px;
}
.educprograms__hours {
    display: flex;
    margin-right: 32px;
}

.educprograms__hours-text {
    margin-left: 8px;
}
.educprograms__hours img{
    margin-left: -1px;
}
.educprograms__hours-number{
    margin-left: 8px;
}

.educprograms__validity {
    display: flex;
}

.educprograms__validity-text {
    margin-left: 8px;
}

.educprograms__validity-number{
    margin-left: 8px;
}

.educprograms__text {
    margin-bottom: 24px;
}

.educprograms__dokument {
    display: flex;
    align-items: start;
    margin-top: auto;
    vertical-align:bottom;
}

.educprograms__text-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.educprograms__form-of-std {
    margin-bottom: 30px;
    /*margin-bottom: auto;*/
}

.educprograms__dokument-text{
    margin-left: 12px;
}

.educprograms__dokument-img {
    margin-top: 2px;
}

.educprograms__tab-content {

}
.educprograms__text-roboto-medium{
    color: #0B1F35;
    font-size: 16px;
    
    line-height: 140%;
    font-weight: 400;
}

.educprograms__text-roboto-small {
    color: #0B1F35;
    font-size: 15px;
    
    line-height: 140%;
    font-weight: 400;
}

.educprograms__text-roboto-medium-bold {
    color: #0B1F35;
    font-size: 16px;
    
    font-weight: 500;
    line-height: 140%;
}

.educprograms__tab-name--active {
    padding-bottom: 3px;
    border-bottom: 1px solid #00a8df;
    font-weight: 500;
}

.educprograms__tab-content--disable {
    display: none;
}

@media(max-width: 540px) {
    .educprograms__text-group {
        display: block;
    }
}

.service-page {
    color: #0B1F35;
    
}

.title-block {
    
}

.service-page .container {
   
    padding: 0 20px;
    width: 100%;
    margin: auto;
	padding: 45px 20px 0;
}
.kama_breadcrumbs {
    border-radius: 12px;
    box-shadow: 0px 20px 32px rgb(11 31 53 / 6%);
    background: #ffffffb8;
    padding: 20px 15px;
}
.service-page .teaser {
    /*padding: 70px 0 0;*/
    margin-bottom: 150px;
    background: #F5F7F9;
}

.service-page .teaser .h3 {
    /*margin: 30px 0 40px;*/
}

.service-page .h1 {
    font-size: 2.875rem;
    font-weight: 600;
    color: #0B1F35;
    line-height: 1.3;
    display: block;
    padding-top: 20px;
}
.service-page .h3 {
    font-size: 1.25rem;
    color: #0B1F35;
    line-height: 1.5;
   
}

.service-page .btn {
    padding: 16px 30px;
    border-radius: 8px;
    background: #00b3df;
    font-size: 1.125rem;
	margin-bottom: 0px;
   
    line-height: 1.3;
    font-weight: 400;
    color: #fff;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    border: none !important;
}

.service-page .btn:hover {
    background: #004298;
}

.service-page .btn.btn-blue {
    background: #004298;
}

.service-page .btn.btn-blue:hover {
    background: #004298;
}

.service-page .btns-row-teaser {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
}

.service-page .btns-row-teaser .btn {
    margin-right: 15px;
}

.service-page .btns-row-teaser .btn:last-child {
    margin-right: 0;
}

.service-page .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
}

.service-page .row-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.service-page .fr-6,
.service-page .fr-8,
.service-page .fr-4 {
    padding: 0 15px;
}

.service-page .fr-6 {
	width: 50%;
    padding: 0;
    padding-right: 15px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
}

.service-page .fr-8 {
    width: 66.666%;
}

.service-page .fr-4 {
    width: 33.334%;
}

.service-page .course-info-teaser {
    padding: 30px;
}

.service-page .course-info-teaser .item {
    margin-bottom: 30px;
    padding-top: 20px;
    position: relative;
}

.service-page .course-info-teaser .item::before {
    content: "";
    width: 40px;
    height: 2px;
    background: #00a8df;
    position: absolute;
    top: 0;
    left: 0;
}

.service-page .course-info-teaser .title {
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 10px;
}

.service-page .course-info-chart {
    padding: 35px 35px 45px;
    border-radius: 12px;
    background: #fff;
    -webkit-box-shadow: 0px 20px 32px rgba(11, 31, 53, 0.06);
    box-shadow: 0px 20px 32px rgba(11, 31, 53, 0.06);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    top: 70px;
}

.service-page .course-info-chart .item {
    width: calc(33.333% - 40px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.service-page .course-info-chart .item::after {
    content: "";
    background: #DBDEE1;
    width: 1px;
    height: 80px;
    position: absolute;
    right: 0;
    top: -5px;
}

.service-page .course-info-chart .item:last-child::after {
    display: none;
}

.service-page .course-info-chart .item .icon {
    width: 50px;
    height: 50px;
    border-radius: 8px;
    border: 1px solid #DBDEE1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 30px;
    min-width: 50px;
}

.service-page .course-info-chart .item .title {
    font-size: 1.75rem;
    font-weight: 600;
    margin-bottom: 15px;
}

.footer ul,
.service-page ul {
    list-style: none;
}

.footer ul li,
.service-page ul li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1.5;
    padding: 5px 0;
}
.faq-item__content ul li{
   
}
.footer ul li:last-child,
.service-page ul li:last-child {
    padding-bottom: 0;
}

.footer ul li::before,
.service-page ul li::before {
    content: "";
    width: 10px;
    min-width: 10px;
    height: 4px;
    border-radius: 50%;
    background: #01a7e5;
    margin-right: 8px;
    display: inline-block;
    position: relative;
    top: 10px;
}

.service-page ul.check li::before {
    width: 25px;
    min-width: 25px;
    height: 25px;
    background-image: url("/wp-content/uploads/2024/07/checkb.svg");
    margin-right: 15px;
    position: relative;
    top: 2px;
    background-color: #fff0;
}

.service-page ol {
    list-style: num;
    padding-left: 30px;
    padding-bottom: 25px;
    padding-top: 10px;
}

.service-page ol li {
	list-style: num;
    padding-bottom: 10px;
}

.service-page ol li:last-child {
    padding-bottom: 0;
}

.service-page em {
    font-style: italic;
    font-weight: 700;
}
.service-page .redEm{
    color: #E3312D;
}
.service-page .faq-item .faq-item__content p {
    margin-bottom: 25px;
}

.service-page .faq-item .faq-item__content strong,
.service-page .faq-item .faq-item__content b {
    margin-bottom: 15px;
    display: inline-block;
}

.service-page .faq-item .faq-item__content ul {
    margin-bottom: 25px;
}

.service-page .faq-item .faq-item__content *:last-child {
    margin-bottom: 0;
}
.service-page .kb_title{
	font-size: 2.4rem;
    font-weight: 600;
    color: #0B1F35;
    line-height: 1.3;
    display: block;
    padding-top: 20px;
}
.service-page .faq-item .faq-item__title,
.service-page h3,
.service-page h4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    font-weight: 500;
    line-height: 1.3;
    transition: 0.2s;
    margin-bottom: 0px;
}

.service-page .faq-item__title_main {
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.3;
    transition: 0.2s;
    margin-bottom: 30px;
    display: flex;
    cursor: pointer;
}

.service-page .faq-new {
    padding-bottom: 60px
}

.service-page .faq-item__content_main {
    display: none;
    padding-left: 45px;
    margin-bottom: 30px;
}

.service-page .faq-item__content_main>.faq-item:not(:last-child) {
    margin-bottom: 20px;
}

.service-page .faq-item .faq-item__title {
    font-size: 2rem;
	cursor: pointer;
}

.service-page .faq-item__content_main>.faq-item .faq-item__title {
    font-size: 1.8rem;
}

.service-page h3 {
    font-size: 1.3rem;
}

.service-page h4 {
    font-size: 1rem;
}

.service-page .faq-item .faq-item__title::before,
.service-page .faq-item_main .faq-item__title_main::before {
    position: relative;
    display: inline-block;
    content: "";
    background-image: url("/wp-content/uploads/2024/07/plusb.svg");
    width: 25px;
    min-width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-right: 20px;
    top: 8px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.modal>.close {
	transition: .2s;
    user-select: none;
}
.service-page .faq-item .faq-item__title:hover::before, .service-page .faq-item_main .faq-item__title_main:hover::before, .modal>.close:hover {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.service-page .faq-item.open .faq-item__title {
    margin-bottom: 20px;
}

.service-page .faq-item.open .faq-item__title::before,
.service-page .faq-item__title_main.open::before {
    background-image: url("/wp-content/uploads/2024/07/plusb.svg");
}

.service-page .faq-item .faq-item__content {
    max-height: 0 !important;
    overflow: hidden !important;
    opacity: 0 !important;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    line-height: 1.5;
}

.service-page .faq-item_main .faq-item__content {
    padding-left: 45px;
}

.service-page .faq-item.open .faq-item__content {
    opacity: 1 !important;
    visibility: visible !important;
    /* max-height: 1000px; */
    max-height: fit-content !important;
}
.service-page .faq-item.open .faq-item__content .additional-files{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-items: center;
}
.service-page .title-block {
    position: relative;
    font-size: 2rem;
    font-weight: 500;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    line-height: 1.3;
    margin-bottom: 25px;
}

.service-page .secondary-block {
    padding: 40px 50px;
    border-radius: 12px;
    background: #F5F7F9;
}

.service-page .secondary-block p {
    line-height: 1.5;
}

.service-page strong,
.service-page b {
    font-weight: 600;
}

.service-page .section-block {
    padding: 60px 0;
}

.service-page .section-block .container>div {
    margin-bottom: 60px;
}

.service-page .section-block .container>div:last-child {
    margin-bottom: 0;
}

.service-page .section-block .container .title-block {
    margin-bottom: 30px;
}

.service-page .section-block p {
    margin-bottom: 15px;
    line-height: 1.5;
}

.service-page .section-block p:last-child {
    margin-bottom: 0;
}

.service-page .section-block strong {
    margin-bottom: 15px;
    display: block;
    line-height: 1.5;
}

.service-page .section-block strong:last-child {
    margin-bottom: 0;
}

.service-page .section-block ul {
    margin-bottom: 15px;
}

.service-page .section-block ul:last-child {
    margin-bottom: 0;
}

.service-page .dark-block {
    background: #003153;
    padding: 60px 0;
    color: #fff;
}

.service-page .dark-block .btn {
    margin-top: 55px;
    padding: 15px 60px;
}

.service-page .gray-section {
    padding: 60px 0;
    background: #F5F7F9;
}

.service-page p+.h3 {
    margin-top: 50px;
}

.service-page .h3 {
    font-size: 1.2rem;
    font-weight: 500;
    margin-bottom: 40px;
}

.service-page .effects-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
}

.service-page .effects-row .effects-item {
    width: calc(33.333% - 30px);
    margin: 0 15px 40px;
    background: #fff;
    border-top: 2px solid #00a8df;
    border-radius: 15px;
    padding: 32px;
}

.service-page .effects-row .effects-item p {
    line-height: 1.4;
}

.service-page .effects-row .count-price {
    font-weight: 500;
    margin: 20px 0px;
    padding-bottom: 20px;
    position: relative;
    font-size: 1.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.service-page .effects-row .count-price::after {
    content: "";
    width: 60px;
    height: 2px;
    background: #DBDEE1;
    position: absolute;
    bottom: 0;
    left: 0;
}
.service-page .effects-row .count-price > img{
    margin-right: 7px;
}
/*.service-page .effects-row .count-price::before {*/
/*    content: "";*/
/*    width: 28px;*/
/*    height: 25px;*/
/*    background-image: url("../img/icons/warning.svg");*/
/*    display: inline-block;*/
/*    margin-right: 12px;*/
/*}*/

.service-page .message {
    position: relative;
}

.service-page .message::before {
    content: "";
    width: 25px;
    height: 25px;
    background-image: url("../img/icons/message.svg");
    display: inline-block;
    margin-right: 15px;
    position: relative;
    top: 6px;
}

.service-page .section-block .container .effects-row {
    margin-bottom: 0;
}

.service-page .advantages-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    margin: 0 -15px;
}

.service-page .advantages-row .advantages-item {
    width: calc(33.333% - 30px);
    border-radius: 12px;
    margin: 0 15px;
    background: #fff;
    padding: 40px;
}

.service-page .advantages-row .advantages-item .icon {
    width: 60px;
    height: 60px;
    border-radius: 8px;
    border: 1px solid #DBDEE1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 30px;
    min-width: 60px;
}

.service-page .advantages-row .advantages-item .title {
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 15px;
}

.service-page input.fr-input {
    background: #F5F7F9;
    padding: 15px 20px;
    border-radius: 8px;
    font-size: 1.125rem;
    line-height: 1.4;
    border: 1px solid #F5F7F9;
    font-family: 'Roboto',sans-serif;
}

.service-page ::-webkit-input-placeholder {
    color: #0B1F35;
    opacity: 1;
}

.service-page ::-moz-placeholder {
    color: #0B1F35;
    opacity: 1;
}

.service-page :-ms-input-placeholder {
    color: #0B1F35;
    opacity: 1;
}

.service-page ::-ms-input-placeholder {
    color: #0B1F35;
    opacity: 1;
}

.service-page ::placeholder {
    color: #0B1F35;
    opacity: 1;
}

.service-page .dark-block input, .service-page .dark-block input[name=text-phone]::placeholder {
    color: #000;
}

.service-page .dark-block input.fr-input {
    border-color: rgba(255, 255, 255, 0.35);
    background: #fff0;
}

.service-page .dark-block ::-webkit-input-placeholder {
    color: #fff;
    opacity: 1;
}

.service-page .dark-block ::-moz-placeholder {
    color: #fff;
    opacity: 1;
}

.service-page .dark-block :-ms-input-placeholder {
    color: #fff;
    opacity: 1;
}

.service-page .dark-block ::-ms-input-placeholder {
    color: #fff;
    opacity: 1;
}

.service-page .dark-block ::placeholder {
    color: #fff;
    opacity: 1;
}

.service-page .form-row {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    margin-bottom: 25px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: flex-start;
    flex-direction: column;
    align-content: flex-start;
}

.service-page .form-row span.wpcf7-form-control-wrap {
    width: calc(50% - 20px);
    margin: 0 20px 0 0;
	float: left;
}

.service-page .form-row .btn {
    margin-top: 0;
}

.service-page button.btn {
    border: none;
}

.service-page .accept {
    color: rgba(255, 255, 255, 0.6);
}

.service-page .accept a {
    color: #fff;
}

.service-page .text-center {
    text-align: center;
}

.service-page .table-toggle {
    border-radius: 12px;
    background: #F5F7F9;
}

.service-page .table-toggle .table-line {
    padding: 20px 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: left;
}

.service-page .table-toggle .table-head {
    border-bottom: 1px solid #DBDEE1;
    color: #0B1F35;
    font-size: 0.9375rem;
}

.service-page .table-toggle .table-head .table-line {
    padding: 15px 25px;
    line-height: 1.4;
    opacity: 0.7;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.service-page .table-toggle .num {
    width: 4%;
}

.service-page .table-toggle .title-line {
    width: 60%;
}

.service-page .table-toggle .desc-line {
    width: 18%;
}

.service-page .docs-tabs .tabs-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 35px;
}

.service-page .docs-tabs .tabs-toggle li {
    cursor: pointer;
    padding: 16px 30px;
    border-radius: 50px;
    background: #fff;
    margin-right: 15px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.service-page .docs-tabs .tabs-toggle li:hover {
    background: #E5E8EB;
}

.service-page .docs-tabs .tabs-toggle li:last-child {
    margin-right: 0;
}

.service-page .docs-tabs .tabs-toggle li::before {
    display: none;
}

.service-page .docs-tabs .tabs-toggle li.active {
    background: #0B1F35;
    font-weight: 500;
    color: #fff;
}

.service-page .docs-tabs .tabs-toggle li.active:hover {
    background: #003153;
}

.service-page .docs-tabs .tabs-content {
    background: #fff;
    position: relative;
    border-radius: 12px;
    padding: 60px 0;
}

.service-page .docs-tabs .tabs-content .tab {
    position: absolute;
    margin: 0 60px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    width: 100%;
    top: 60px;
}

.service-page .docs-tabs .tabs-content .tab.active {
    opacity: 1;
    top: 0;
    visibility: visible;
    position: relative;
}

.service-page .col-sb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.service-page .item-exmpmle a {
    text-decoration: none;
}

.service-page .item-exmpmle .exmaple-desc {
    padding-top: 25px;
    color: #0B1F35;
    text-decoration: none;
    max-width: 400px;
    line-height: 1.5;
}

.service-page .docs-tabs .tabs-content-bottom {
    padding: 0;
    margin: 0;
    background: none;
}

.service-page .docs-tabs .tabs-content-bottom .tab {
    margin: 0;
}

.service-page .docs-tabs .tabs-content-bottom .tab.active {
    padding-top: 50px;
}

.service-page .docs-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px;
}

.service-page .docs-row .gallery-item {
    width: calc(25% - 30px);
    margin: 0 15px;
    text-decoration: none;
    color: #0B1F35;
    line-height: 1.5;
}

.service-page .docs-row .gallery-item img {
    width: 100%;
    height: 390px;
    object-fit: cover;
	max-width: 265px;
}

.service-page .docs-row .gallery-item span {
    display: block;
    padding-top: 20px;
}

.service-page .work-with-us .secondary-block {
    padding: 60px;
}

.service-page .work-with-us .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
}

.service-page .work-with-us .item .left-img {
    margin-right: 40px;
    max-width: 200px;
    width: 200px;
    min-width: 200px;
}

.service-page .work-with-us .item .left-img img {
    width: 100%;
}

.service-page .work-with-us .item .content {
    width: calc(100% - 290px);
}

.service-page .work-with-us .item .content .head-content {
    margin-bottom: 25px;
    padding-bottom: 25px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.service-page .work-with-us .item .content .head-content::after {
    content: "";
    width: 60px;
    height: 2px;
    background: #E3312D;
    position: absolute;
    bottom: 0;
    left: 0;
}

.service-page .work-with-us .item .content .head-content .title {
    font-size: 1.375rem;
    font-weight: 500;
    margin-right: 20px;
}

.service-page .education-img {
    height: 270px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 12px;
    display: block;
}

.service-page .education-slider {
    overflow: hidden;
}

.service-page .section-block {
    overflow: hidden;
}

.service-page .modal-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.service-page .modal-wrapper.open {
    visibility: visible;
    opacity: 1;
    z-index: 10;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.service-page .modal-wrapper.open .modal {
    top: 0;
}

.service-page .modal-wrapper .modal {
    top: -10vh;
    max-width: 840px;
    background: #fff;
    position: relative;
    border-radius: 12px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.service-page .multi-step {
    position: relative;
}

.service-page .multi-step .accept {
    color: rgba(11, 31, 53, 0.6);
    line-height: 1.5;
}

.service-page .multi-step .accept a {
    color: #0B1F35;
}

.service-page .multi-step .step {
    padding: 60px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    position: absolute;
    height: 100%;
    top: 0;
}

.service-page .multi-step .step.active {
    opacity: 1;
    max-height: 1000px;
    visibility: visible;
    top: auto;
    position: relative;
}

.service-page .multi-step .step .title-block {
    margin-bottom: 30px;
    margin-right: 30px;
}

.service-page .multi-step .step label {
    display: block;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-bottom: 12px;
    cursor: pointer;
}

.service-page .multi-step .step label:last-child {
    margin-bottom: 0;
}

.service-page .multi-step .step label input {
    width: 10px;
    height: 10px;
    position: absolute;
    top: 0;
    opacity: 0;
    left: 0;
}

.service-page .multi-step .step label span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.service-page .multi-step .step label span::before {
    content: "";
    width: 22px;
    min-width: 22px;
    height: 22px;
    display: block;
    position: relative;
    border-radius: 50%;
    border: 2px solid #EBEBEB;
    background: #fff;
    margin-right: 12px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.service-page .multi-step .step label span::after {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #E3312D;
    position: absolute;
    left: 6px;
    opacity: 0;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.service-page .multi-step .step label input:checked+span::before {
    border-color: #E3312D;
}

.service-page .multi-step .step label input:checked+span::after {
    opacity: 1;
}

.service-page .btn-border {
    background: #fff;
    border: 1px solid #DBDEE1 !important;
    border-radius: 8px;
    padding: 16px;
    display: inline-block;
}

.service-page .navigation-step-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.service-page .navigation-step-form .next {
    padding: 16px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.service-page .navigation-step-form .next svg {
    margin-left: 10px;
}

.service-page .navigation-step-form .prev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 20px;
}

.service-page .navigation-step-form .prev:hover {
    background: #DBDEE1;
}

.service-page .readiness {
    padding: 30px 60px;
    border-top: 1px solid #DBDEE1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    opacity: 1;
    visibility: visible;
    max-height: 1000px;
}

.service-page .readiness.hidden {
    padding: 0 30px;
    border-color: #fff0;
    max-height: 0;
    opacity: 0;
    visibility: hidden;
}

.service-page .readiness .percnet {
    width: 100%;
    margin-right: 40px;
}

.service-page .readiness .percnet .percent-title span {
    font-weight: 500;
}

.service-page .readiness .percnet .percent-line {
    width: 100%;
    margin-top: 12px;
    border-radius: 8px;
    height: 6px;
    background: #EAEAEA;
    overflow: hidden;
}

.service-page .readiness .percnet .percent-line span {
    height: 100%;
    background: #003153;
    display: block;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.service-page .close-icon {
    position: absolute;
    width: 30px;
    height: 30px;
    cursor: pointer;
    top: 30px;
    right: 30px;
    background-image: url("/wp-content/uploads/2024/07/closeb.svg");
    z-index: 1;
}

.service-page .area-fill-inputs {
    opacity: 0;
    height: 0;
    visibility: hidden;
    position: absolute;
}

.service-page .head-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.service-page .arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 6px;
}

.service-page .arrows .arrow {
    width: 30px;
    height: 30px;
    cursor: pointer;
    opacity: 1;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    margin-right: 25px;
}

.service-page .arrows .arrow path {
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.service-page .arrows .arrow:last-child {
    margin-right: 0;
}

.service-page .arrows .arrow.swiper-button-disabled {
    opacity: 0.5;
}

.service-page .effects-row.slider-wrapper .swiper-slide {
    margin: 0;
	flex-grow: 1;
    flex-basis: 0;
}

.service-page .effects-row.slider-wrapper .effects-item {
    margin: 0;
    width: 100%;
}

.service-page .advantages-row .swiper-wrapper {
    height: inherit;
}
.service-page .swiper-wrapper {
	min-height: auto !important;
	display: flex;
    gap: 20px;
}

.service-page .advantages-row .swiper-wrapper .swiper-slide {
    height: inherit;
	flex-grow: 1;
    flex-basis: 0;
}

.service-page .advantages-row .swiper-wrapper .advantages-item {
    width: 100%;
    height: 100%;
    margin: 0;
}

.service-page .swiper-pagination-bullet {
    background: #0B1F35;
}

.service-page .swiper-pagination-bullets {
    margin: 0px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.advantages-row {
    position: relative;
}

.service-page .section-block .container>div.slider-wrapper {
    margin-bottom: 30px;
}

.service-page .docs-row {
    margin: 0;
}

.service-page .docs-row .gallery-item {
    display: block;
    margin: 0;
    width: 100%;
}

.service-page .docs-row .gallery-item img {
    width: 100%;
}

.service-page .col-sub-title-mobile {
    display: none;
}

.service-page .modal-wrapper .modal {
    width: 100%;
}

.service-page .multi-step .step {
    width: 100%;
}

.service-page .hidden-details .btns-row-teaser {
    padding-bottom: 50px;
}

.service-page .teaser.hidden-details {
    margin-bottom: 0;
}

.service-page .section-block .container>div+.message {
    margin-bottom: 40px;
}

.swiper-wrapper {
    height: inherit;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
	padding-top: 15px;
}
.service-page .section-block .container>div.faq-item+.message,
.service-page .section-block .container>div.table-toggle+.message {
    margin-top: -40px;
}

.service-page .effects-row.slider-wrapper .effects-item {
    height: 100%;
}

.service-page .section-block .container>div+.message:last-child {
    margin-bottom: 0;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 30px var(--swiper-pagination-bullet-horizontal-gap, 4px) 0;
}

@media screen and (max-width: 1200px) {
	.service-page .container {
		max-width: 1150px;
		padding: 15px 15px 0;
	}
    .educprograms__card:nth-child(odd) {
        margin-right: 0;
    }
    /*.educprograms__cards-list {
        flex-direction: column;
        align-items: center;
    }*/
	.educprograms__card {
		width: 48%;
	}
	.eduprograms__cards.educprograms__cards-list {
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
		align-items: stretch;
		justify-content: space-between;
	}
}
@media screen and (max-width: 1110px) {
	.service-page .container {
		max-width: 991px;
		padding: 15px 15px 0;
	}
	.service-page .teaser .blur {
		display: none;
	}
	.service-page .section-block .container>div:last-child {
		margin-top: 0px;
	}
    .service-page .teaser {
        padding-top: 0px !important;
        margin-bottom: 0px !important;
    }
	.service-page .teaser .course-info-chart .item {
		width: 33%;
		margin-bottom: 25px;
	}
    .service-page .teaser .fr-6 {
        width: 100%;
        padding: 0;
    }
    .service-page .teaser .course-info-teaser {
        padding: 10px 30px;
		margin-top: 10px;
    }
	.service-page .teaser .container {
		padding: 10px 5px 0;
	}
	.service-page .h1 {
		font-size: 2.475rem;
	}
	.kama_breadcrumbs {
		padding: 10px 15px;
	}
    .service-page .teaser .course-info-teaser .item {
        padding-top: 0;
    }
    .sticky-header,
	.service-page .teaser .course-info-chart .item::after,
	.service-page .teaser .course-info-teaser .item::before {
        display: none !important;
    }
    .service-page .teaser .course-info-chart {
        top: 15px;
        padding: 30px 25px;
        padding-bottom: 0;
    }
    /*.service-page .teaser .course-info-chart .item {
        width: 100%;
        margin-bottom: 25px;
    }*/
    .service-page .section-block .container>div {
        margin-bottom: 40px;
    }
	.service-page .dark-block {
		padding: 15px 0;
	}
	.service-page .section-block .container>div:last-child {
		margin-bottom: 5px;
	}
	.service-page .modal-wrapper .modal {
		height: 90vh;
		top: 20px !important;
	}
}

@media screen and (max-width: 991px) {
	.service-page .container {
		max-width: 900px;
	}
	.service-page .teaser .course-info-chart .item {
		width: 50% !important;
		margin-bottom: 25px;
	}
	
    .service-page .docs-tabs .tabs-content-bottom .tab.active {
        padding-top: 0;
    }
    .service-page .section-block .container>div.docs-tabs {
        margin-bottom: -20px;
    }
    .service-page .section-block .container>div.faq-item+.message,
    .service-page .section-block .container>div.table-toggle+.message {
        margin-top: -20px;
        margin-bottom: 30px;
    }
    .service-page .gray-section {
        padding: 40px 0;
    }
    .service-page .section-block .container>p:last-child {
        margin-bottom: 0;
    }
    .service-page .teaser.hidden-details+section {
        padding-top: 40px;
    }
    .service-page .table-toggle .table-line {
        border-bottom: none;
    }

    .service-page .fr-8 {
        width: 100%;
    }
    .service-page .docs-tabs .tabs-content {
        padding: 30px 0;
    }
    .service-page .docs-tabs .tabs-content .tab {
        margin: 0 30px;
        width: calc(100% - 60px);
    }
    .service-page .item-exmpmle img {
        width: 100%;
    }
    .service-page .tabs-content .top {
        margin-bottom: 20px;
    }
    .service-page .slider-wrapper {
        margin: 0px;
    }
    html {
        font-size: 12px !important;
    }
    body {
        font-size: 16px !important;
        line-height: 1.4;
    }
    .service-page .course-info-teaser .title {
        font-size: 18px;
    }
    .service-page .btn {
        font-size: 17px;
    }
    .service-page .faq-item .faq-item__title::before {
        top: 2px;
    }
    .service-page .secondary-block {
        padding: 30px 25px;
    }
    .service-page .section-block .container .title-block {
        margin-bottom: 15px;
    }
    .service-page .dark-block .btn {
        margin-top: 30px;
        width: 100%;
        text-align: center;
    }
    .service-page .form-row {
        margin-bottom: 0;
    }
    .service-page .form-row span.wpcf7-form-control-wrap {
        width: 100%;
        margin: 0 0 20px;
    }
    .service-page .form-row .btn {
        margin-top: 0;
    }
    .service-page .work-with-us .secondary-block {
        padding: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
    }
    .service-page .work-with-us .secondary-block .content {
        width: 100%;
    }
    .service-page .work-with-us .secondary-block .content .head-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
    }
    .service-page .work-with-us .secondary-block .left-img {
        margin-right: 0;
        max-width: 150px;
        margin-bottom: 30px;
    }
    .service-page .tabs-toggle {
        -ms-flex-flow: wrap;
        flex-flow: wrap;
    }
    /*.service-page .tabs-toggle li {
        margin-bottom: 15px;
    }*/
    .service-page .tabs-toggle li:last-child {
        margin-bottom: 0;
    }
    .service-page .fr-6 {
        width: 100%;
        padding: 0;
    }
    .service-page .item-exmpmle {
        margin-bottom: 20px;
    }
    .service-page .item-exmpmle .exmaple-desc {
        padding-top: 15px;
    }
    .service-page .table-head {
        display: none;
    }
    .service-page .table-toggle {
        background: none;
        font-size: 14px;
    }
    .service-page .table-toggle .num {
        display: none;
    }
    .service-page .table-toggle .table-line {
        background: #F5F7F9;
        margin-bottom: 5px;
        border-radius: 8px;
        -ms-flex-flow: wrap;
        flex-flow: wrap;
        padding: 0;
    }
    .service-page .table-toggle .table-line .title-line {
        width: 100%;
        cursor: pointer;
        padding: 14px;
        padding-right: 40px;
        border-bottom: 1px solid #F5F7F9;
        -webkit-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s;
        position: relative;
    }
    .service-page .table-toggle .table-line .title-line::after {
        content: "";
        width: 20px;
        height: 20px;
        position: absolute;
        top: 14px;
        right: 15px;
        opacity: 0.5;
        background-image: url("../img/icons/arrow-table.svg");
    }
    .service-page .table-toggle .table-line .desc-line {
        width: 50%;
        max-height: 0;
        visibility: hidden;
        opacity: 0;
        padding: 0;
        -webkit-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s;
    }
    .service-page .table-toggle .table-line.open .title-line {
        border-color: #DBDEE1;
    }
    .service-page .table-toggle .table-line.open .title-line::after {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .service-page .table-toggle .table-line.open .desc-line {
        max-height: 1000px;
        padding: 14px;
        visibility: visible;
        opacity: 1;
    }
    .service-page .table-toggle .col-sub-title-mobile {
        display: block;
        color: #0B1F35;
        opacity: 0.7;
        padding-bottom: 5px;
    }
    .service-page .multi-step .step .title-block {
        font-size: 17px;
        margin-right: 0;
        text-align: center;
    }
    .service-page .multi-step .step {
        padding: 25px;
    }
    .service-page .modal {
        width: calc(100% - 20px);
    }
    .service-page .modal .close {
        top: -50px;
        -webkit-filter: brightness(100);
        filter: brightness(100);
        right: 0;
    }
    .service-page .modal .btn {
        font-size: 16px;
    }
    .service-page .readiness {
        padding: 25px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
    }
    .service-page .readiness .percnet {
        margin-right: 0;
    }
    .service-page .readiness .navigation-step-form {
        width: 100%;
        margin-top: 20px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .service-page input.fr-input {
        font-size: 16px;
    }
}

.link-more {
    display: none;
}

.form-row br {
    display: none;
}

.wpcf7-spinner {
    position: absolute;
    left: 0;
}

.wpcf7 form .wpcf7-response-output {
    margin: 0 10px;
    border-radius: 5px;
    padding: 10px 15px;
    border-width: 1px;
    text-align: center;
}

.col-two-list {
    display: flex;
    flex-flow: wrap;
    margin-left: -20px;
    margin-right: -20px;
}

.col-two-list li {
    width: calc(50% - 40px);
    margin: 0 20px;
}

.service-page .section-block .container .head-block {
    margin-bottom: 30px;
}

.service-page .container .head-block .title-block {
    margin-bottom: 0;
}

.service-page .table-toggle .title-line {
    line-height: 1.4;
}

.service-page .table-toggle .desc-line {
    padding-left: 20px;
}

.service-page .teaser {
    margin-bottom: 80px;
}
.service-page .teaser>.blur {
	width: 110vw;
    height: 100%;
    position: absolute;
    left: -13vw;
}

.service-page .container,.teaser {position: relative;}

.service-page .table-toggle .table-line {
    border-bottom: 1px solid #DBDEE1;
}

.service-page .table-toggle .table-line:last-child {
    border-bottom: none;
}

@media screen and (max-width: 550px) {
	.service-page .teaser .course-info-chart .item {
		width: 100% !important;
		margin-bottom: 25px;
	}
    .service-page .teaser .h3 {
        margin: 10px 0 15px;
    }
    .service-page .course-info-teaser .item {
        margin-bottom: 15px;
    }
    .service-page .course-info-chart .item .title {
        margin-bottom: 2px;
    }
    .service-page .btns-row-teaser .btn {
        width: 100%;
        margin-right: 0;
        text-align: center;
    }
    .service-page .btns-row-teaser .btn:last-child {
        margin-top: 15px;
    }
    .service-page .fr-8 {
        padding: 0;
    }
    .service-page .arrows .arrow {
        margin-right: 5px;
    }
    .service-page .arrows {
        padding-top: 0;
    }
    .service-page .btn {
        font-size: 17px;
        padding: 15px 24px;
    }
    .link-more {
        display: block;
        font-size: 16px;
        color: #F03B36;
        margin-top: 10px;
    }
    .work-with-us .item .content .text {
        max-height: 215px;
        overflow: hidden;
        transition: .2s;
    }
    .work-with-us .item .content.full .text {
        max-height: 1000px;
    }
    .link-more.hide {
        display: none;
    }
    .service-page .teaser {
        margin-bottom: 10px;
		margin-top: 0px;
		padding-top: 0px
    }
    .col-two-list li {
        width: 100%;
    }
    .service-page .effects-row.slider-wrapper .effects-item,
    .service-page .advantages-row .swiper-wrapper .advantages-item {
        width: 90%;
    }
    .service-page .advantages-row .swiper-wrapper .advantages-item {
        padding: 30px;
    }
    .service-page .faq-item__content_main {
        padding-left: 15px;
    }
}

.doks-container > .elementor-widget-container > .elementor-image-box-wrapper > .elementor-image-box-img > a > img {
    box-shadow: 0px 5px 18px 5px rgba(34, 60, 80, 0.2);
}
.wpcf7 .wpcf7-form-control-wrap{
	
}