.sec-2 .grad-17 {
    margin-top: 25px;
}
.learning-program-section__hidden-content.closed {
    overflow: visible;
    display:none;
}
.pb-5 {
    padding-bottom: 5px !important;
}
.closed {
    height: auto;
}
.js-close {
    display:none;
}
.pt-0 {
    padding-top: 0 !important;
}
.sec-12 .wrap-faq {
    padding-bottom: 50px;
}
.sec-2 .wrap-service .num-h4 {
    position: relative;
}
.sec-2 .wrap-service .num-h4::before{
    position: absolute;
    left: 0;
    top: 40px;
    content: "";
    width: 35px;
    height: 3px;
    background: #f442a3;
}

.sec-2 p {
    /* margin-bottom: 15px; */
    margin-bottom: 0;
}

.sec-3 .h3-header {
    font-weight: 700;
    font-size: 16px;
}
.sec-3 .where {
    -webkit-transition: background 0.5s, -webkit-transform 0.5s;
    transition: background 0.5s, transform 0.5s;
}

.sec-3 .where {
    transform-style: preserve-3d;
    perspective: 600px;
    cursor: pointer;
}
.sec-3 .where-item:hover .where  {
    transform: rotateY(-180deg);
    border: none;
}
.sec-3 .where .front, .sec-3 .where .back {
    height: 100%;
    width: 100%;
    position: absolute;
    backface-visibility: hidden;
    border-radius: 10px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.sec-3 .where .front {
    background-color: #FFFFFF;
    transform: rotateY(0deg);
}
.sec-3 .where .back {
    background-size: cover;
    background-color: #000000;
    transform: rotateY(180deg);
}
.sec-3 .where .back .where__text {
    color: #FFFFFF;
}
.sec-3 .wrap-where .where-item:nth-child(1) .where .back {
    background-image: url("1.jpg");
}
.sec-3 .wrap-where .where-item:nth-child(2) .where .back {
    background-image: url("2.jpg");
}
.sec-3 .wrap-where .where-item:nth-child(3) .where .back {
    background-image: url("3.jpg");
}
.sec-3 .wrap-where .where-item:nth-child(4) .where .back {
    background-image: url("4.jpg");
}
.sec-3 .wrap-where .where-item:nth-child(5) .where .back {
    background-image: url("5.jpg");
}
.sec-3 .wrap-where .where-item:nth-child(6) .where .back {
    background-image: url("6.jpg");
}
.sec-3 .wrap-where .where-item:nth-child(7) .where .back {
    background-image: url("7.jpg");
}
.sec-3 .wrap-where .where-item:nth-child(8) .where .back {
    background-image: url("8.jpg");
}
.sec-3 .wrap-where .where-item:nth-child(9) .where .back {
    background-image: url("9.jpg");
}
.sec-3 .wrap-where .where-item:nth-child(10) .where .back {
    background-image: url("10.jpg");
}
.sec-3 .wrap-where .where-item:nth-child(11) .where .back {
    background-image: url("11.jpg");
}
.sec-3 .wrap-where .where-item:nth-child(12) .where .back {
    background-image: url("12.jpg");
}

.sec-4 .our-inner  {
    justify-content: normal;
}
.wrap-fours .four {
    box-shadow: 0 3px 25px 0 rgb(0 0 0 / 28%);
}
.sec-4 .our-inner:hover .myicon {
    border: none;
    background: 
     linear-gradient(#fff,#fff) padding-box, 
     linear-gradient(to right, #7f00ff, #e100ff) border-box;
    border: 3px solid transparent;
}

.sec-7 .form-control--textarea {
  min-height: 103px;
  height: auto;
  resize: none;
}

.sec-10 .confidentiality-img {
    position: relative;
}

.sec-10 .confidentiality-img--phone {
    position: absolute;
    top: 62px;
    right: 40px;
    z-index: 1;
}

.sec-10 .confidentiality-img--phone a {
    color: #FFFFFF;
    font-size: 18px;
    text-decoration: none;
}
.sec-10 .confidentiality-img--phone-mobile {
    display: none;
}

footer .footer-top .footer-item.footer-menu a {
    text-decoration: none;
}
footer .footer-top .footer-item.footer-menu a:hover {
    text-decoration: underline;
}

.fancybox-content .name input {
    padding: 12px 10px;
}
.fancybox-content .phone input {
    padding: 12px 10px;
}
form.sendLead input.required.error, form.sendLead textarea.required.error {
    border: 1px solid red;
}

.wrap-btn-submit-popup {
    text-align: center;
}

.wrap-breadcrumbs {
  padding: 22px 0 30px;
}

.breadcrumbs-flex {
  margin: 0;
  display: flex;
  padding: 0;
  flex-wrap: wrap;
  align-items: center;
}
.breadcrumbs-flex li {
  list-style: none;
  margin: 0px;
  margin-bottom: 0!important;
}
.breadcrumbs-flex li p{
    margin: 0px;
}
.breadcrumbs-flex a {
  text-decoration: none;
  display: inline;
  color: #282728;
}
.breadcrumbs-flex svg {
  vertical-align: middle;
}
/* content-work */
.content-work p{
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 20px;
}
.content-work img{
    width: 100%;
    height: auto;
    border-radius: 10px;
}
.content-work ul {
    margin-top: -10px;
    margin-left: 40px;
    list-style: disc;
    margin-bottom: 25px;
}
.content-work ul li p {
    margin-bottom: 0px;
}
.about-2 .spacer-12 {
    margin-bottom: 23px;
}
.about-2 p {
  padding-bottom: 18px;
}

/* .box-grey {
  background: #f5f4f4;
  border-radius: 15px;
  margin-top: 7px;
  padding: 23px 23px 6px 28px;
} */
/* .box-grey p {
  font-weight: bold;
}
.box-grey p span {
  text-transform: uppercase;
  font-weight: bold;
  color: #f442a3;
} */

.wrap-about-3 {
  padding-top: 45px;
  padding-bottom: 29px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

.about-3-item {
  padding: 0 15px;
  margin-top: -19px;
}
.about-3-item:nth-child(1) {
  width: 66.6666%;
  padding: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.about-3-item:nth-child(2) {
  width: 33.3333%;
  padding: 0;
  display: flex;
  align-items: center;
}

/*
.num {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-top: 27px;
  padding-bottom: 23px;
  padding-left: 15px;
  padding-right: 15px;
  width: 50%;
}
.num span:nth-child(1) {
  font-weight: 900;
  font-size: 35px;
  line-height: 1em;
  color: #f442a3;
  margin-right: 10px;
  min-width: 25px;
}
.num span:nth-child(2) {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #282728;
} 
*/
.sec-8--about {
  padding-bottom: 35px;
}

textarea:-moz-placeholder {
  color: #939393;
}

textarea::-webkit-input-placeholder {
  color: #939393;
}

#loading {
    background: none repeat scroll 0 0 #fff;
    padding: 20px;
    width: 300px;
}
#load {
    background: none repeat scroll 0 0 #d63c98;
    height: 10px;
    width: 10%;
}
.box-grey--normal p span {
    text-transform: none;
    font-weight: bold;
    color: #282728;
}

.wrap-btn-submit-popup-mobile  {
    display: none;
}
.wrap-btn-submit-popup-desktop {
  padding-bottom: 25px;
}

.fancybox-content .h-3 {
    font-family: "Proxima Nova Rg";
    font-size: 25px;
    line-height: 21px;
    font-weight: bold;
    color: #f442a3;
    text-transform: uppercase;
    text-align: center;
    display: block;
    padding: 35px 0 20px;
}
.fancybox-content .h-4 {
    color: #282728;
    font-size: 17px;
    line-height: 21px;
    text-align: center;
    padding-bottom: 32px;
}

.fancybox-content .h-2 {
    font-family: "Proxima Nova Rg";
    font-weight: bold;
    font-size: 24px;
    line-height: 1em;
    height: auto;
    color: #282728;
    text-transform: none;
    text-align: left;
    position: relative;
    display: table;
    padding-bottom: 10px;
    margin-top: 30px;
}

.fancybox-content .h-2::before {
    left: 0;
    bottom: 3px;
    content: "";
    width: 100px;
    height: 3px;
    background: #f442a3;
    position: absolute;
}

.wrap-blog ul {
    margin-left: 15px;
    list-style: disc;
    margin-bottom: 15px;
}


.social-wrapper {
    display: flex;
    justify-content: left;
    margin-top: 10px;
}

.social-wrapper .social-link {
    width: 25px;
    height: 25px;
    margin: 0 20px 0 0;
}
footer .social-wrapper .vk-link {
    background: url("vk_white.png") center no-repeat;
    background-size: contain;
}
footer .social-wrapper .instagram-link {
    background: url("inst_white.png") center no-repeat;
    background-size: contain;
}
footer .social-wrapper .facebook-link {
    background: url("fb_white.png") center no-repeat;
    background-size: contain;
}

.contact .social-wrapper .vk-link {
    background: url("vk_pink.png") center no-repeat;
    background-size: contain;
}
.contact .social-wrapper .instagram-link {
    background: url("inst_pink.png") center no-repeat;
    background-size: contain;
}
.contact .social-wrapper .facebook-link {
    background: url("fb_pink.png") center no-repeat;
    background-size: contain;
}
                            
                            
/* Media */
@media screen and (max-width: 991px) {
    .sec-10 .confidentiality-img--phone {
        position: absolute;
        top: 30px;
        right: 98px;
        z-index: 1;
    }
}

@media screen and (max-width: 768px) {
    .sec-12 .wrap-faq {
        padding-bottom: 0;
    }
    .sec-10 .confidentiality-img--phone {
        position: absolute;
        top: 66px;
        right: 98px;
        z-index: 1;
    }
    
    .wrap-btn-submit-popup-mobile  {
        display: block;
    }
    .wrap-btn-submit-popup-mobile .wrap-btn-submit-popup.sticky {
        top: 0;
    }
    .wrap-btn-submit-popup-desktop {
        display: none;
    }
}

@media screen and (max-width: 500px) {
    .about-3 .wrap-about-3 {
        flex-direction: column;
    }
    .about-3-item:nth-child(2), .about-3-item:nth-child(2) .about-3-img {
        width: 100%;
        text-align: center;
        margin-top: 15px;
    }
    
    .sec-10 .confidentiality-img--phone-desktop {
        display: none;
    }
    .sec-10 .confidentiality-img--phone-mobile {
        display: block;
    }
    
    .sec-7 h2 {
        margin-bottom: 15px;
    }
    .sec-7 .wrap-btn-submit-popup {
        margin-bottom: 15px;
    }
    
    .sec-2 .wrap-service {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 375px) {
    .sec-10 .confidentiality-img--phone {
        position: absolute;
        top: 66px;
        right: 95px;
        z-index: 1;
    }
}

@media screen and (max-width: 320px) {
    .sec-10 .confidentiality-img--phone {
        position: absolute;
        top: 53px;
        right: 76px;
        z-index: 1;
    }
    .sec-10 .confidentiality-img--phone a {
        font-size: 16px;
    }
}

.reset::before {
display:none;
}
.article-page p{
    margin-bottom: 15px;
}
.article-page ul,
.article-page ol{
    margin: 10px 0px 10px 20px;
    list-style: disc;
}
.article-page ul li,
.article-page ol li{
    margin-bottom: 8px;
}
.article-page h2,
.article-page h3{
    margin-bottom: 15px;
    margin-top: 25px;
}
.recap-group{
    display: none;
}
.recap-group.visibl{
    display: block;
    width: 100%;
    flex: none !important;
}
.article-page .form--blog{
    flex-wrap: wrap;
}

table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-family: 'Arial', sans-serif;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  overflow: hidden;
}

thead {
  background-color: #000;
  color: #fff;
}

thead th {
  padding: 12px 15px;
  text-align: left;
  font-weight: 600;
  letter-spacing: 0.5px;
}

thead th:first-child {
  border-top-left-radius: 8px;
}

thead th:last-child {
  border-top-right-radius: 8px;
}

tbody tr {
  transition: background-color 0.2s ease;
}

tbody tr:nth-child(even) {
  background-color: #f8f8f8;
}

tbody tr:hover {
  background-color: #ffecec;
}

tbody td {
  padding: 12px 15px;
  border-bottom: 1px solid #e0e0e0;
  color: #333;
}

tbody tr:last-child td {
  border-bottom: none;
}

tbody tr:last-child td:first-child {
  border-bottom-left-radius: 8px;
}

tbody tr:last-child td:last-child {
  border-bottom-right-radius: 8px;
}

.highlight {
  color: #d32f2f;
  font-weight: bold;
}

.table-footer {
  background-color: #f5f5f5;
  padding: 10px 15px;
  text-align: right;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.table-footer a {
  color: #d32f2f;
  text-decoration: none;
  font-weight: 500;
}

.table-footer a:hover {
  text-decoration: underline;
}
