@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
    font-family: "Cyrge";
    font-weight: 700;
    src: url("/assets/fonts/Cygre-Bold.ttf");
}
@font-face {
    font-family: "Gotham Pro";
    font-weight: 400;
    src: url("/assets/fonts/gothampro.ttf");
}
html{
    overflow-x: auto;
    scroll-behavior: smooth;
}

body {
    position: relative;
    margin: 0;
    overflow-x: auto;
    max-width: 100%;
    overscroll-behavior-x: contain;
}
.main-footer-title {
    font-size: 12px;
    text-align: center;
    color: #212121;
    padding-top: 110px;
}
ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
h4{
    color: #e33c8d; 
    font-family: Cyrge; 
    font-size: 16px; 
    text-align: center;
}
.background-layer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("/assets/images/bg1.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
    will-change: transform;
}
.content {
    position: relative;
    z-index: 1;
}
.align-self-end {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
}
* {
    font-family: "Gotham Pro", sans-serif;
    font-weight: 400;
}

img #photo-1{
    margin-left: 100px;
}

.cost-styled span{
    margin-left: 60px;
}
.text-header span {
    font-size: 18px;
}
.padding-fixed {
    padding-top: 0px;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
}
.main-description-rows {
    margin-top: 170px;
}

.main-name-description {
    font-size: 42px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    margin: auto;
}

.main-description-text {
    font-size: 18px;
    color: #2c2c2c;
    width: 90%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    margin-top: -60px;
    text-align: center;
}
.main-button-content {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    font-size: 14px;
}
.btn-1{
    width: 240px;
    height: 50px;
    font-size: 14px;
    color: white;
    border: none;
    border-radius: 51px;
    background-color: #2c2c2c;
}
.btn-2{
    width: 240px;
    height: 50px;
    font-size: 14px;
    font-weight: 700;
    color: #2c2c2c;
    border: none;
    border-radius: 51px;
    border: 1px solid #2c2c2c;
    background: none;
}
.btn-3{
    width: 190px;
    height: 50px;
    font-size: 14px;
    font-weight: 600;
    color: #2c2c2c;
    border-bottom: 2px solid;
    border-LEFT: none;
    border-right: none;
    border-top: none;
    margin: 30px 0px;
    background: none;
}
.main-left-block {
    position: absolute;
    background-image: url("/assets/images/neon1.png");
    background-size: 100%;
}
.main-programm-about{
    margin-top: 220px;
    vertical-align: middle;
}
/* .main-programm-about-block{
    display: flex;
    justify-content: space-between;
} */
.about-text{
    margin-top: 0px;
}
.about-photo img{
    width: 450px;
    border-radius: 20px;
}
.about-text p{
   text-align: justify;
   hyphens: auto;
   font-size: 16px;
   letter-spacing: -1px;
   text-indent: 2em;
}
.section-title{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
}

.section-title2 img{
    width: 35%;
    margin-left: -100px;
}
.main-program-content{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
}
.main-program-content h4{
    color: white;
    text-align: left;
}
.main-count-list {
    text-align: center;
}

.main-count-list span {
    font-size: 128px;
    color: #6F6F6F;
}

.main-tag-name{
    text-align: center;
    margin-top: -40px;
}
.main-tag-name span{
    font-family: "Cyrge";
    font-size: 48px;
    color: #e33c8d;
}
.case-link{
    color: #2c2c2c;
    text-decoration: none;
}
.newsCard {
    position: relative;
    color:#fff;
    overflow: hidden;
    border-radius: 10px;
  }
  
  figure img {
  display: block;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  -o-object-position: center center !important;
     object-position: center center !important; 
  width: 100%;
  height: 800px;
  }
  
  .overlay{
    background: rgb(51, 49, 53);
    background: -webkit-gradient(linear, left bottom, left top, from(rgb(51, 49, 53)), to(rgba(45, 42, 47, 0)));
    background: -o-linear-gradient(bottom, rgb(51, 49, 53) 0%, rgba(45, 42, 47, 0) 100%);
    background: linear-gradient(0deg, rgb(51, 49, 53) 0%, rgba(45, 42, 47, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#281a36",endColorstr="#593b74",GradientType=1);
    display: block;
    position: absolute;
    height: 200px;
    width: 100%;
    bottom: 0;
    z-index: 3;
  }
  .caption-title{
    font-family: "Cyrge";
    margin-bottom: 30px;
  }
  .newsCaption {
    position: absolute;
    bottom: 200px;
    width: 100%;
    height: 45%;
    z-index: 10;
    padding: 15px;
  }
  .newsCaption i{font-size: 24px;}
  
  .newsCaption-title {
    margin-top: 0px;
    font-family: "Montserrat", sans-serif;
    font-size: 30px;
  }
  .newsCaption-content {
    margin: 0;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
  }
  
  .newsCaption-content2 {
    margin: 0;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
  }

  .newsCaption-link {
    color: #fff;
    text-decoration: underline;
    opacity: .8;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.15s;
            -o-transition-duration: 0.15s;
       transition-duration: 0.15s;
    -webkit-transition-timing-function: cubic-bezier(0.39, 0.58, 0.57, 1);
            -o-transition-timing-function: cubic-bezier(0.39, 0.58, 0.57, 1);
       transition-timing-function: cubic-bezier(0.39, 0.58, 0.57, 1);
  }
.newsCard img {
    -webkit-filter: brightness(90%);
            filter: brightness(90%);
}

.main-column-fix {
    width: 440px;
    height: 800px;
}
.main-course-info{
    display: block;
    margin-top: 110px;
}
.main-course-info h1{
    text-align: center;
    font-size: 22px;
    font-family: "Cyrge"; 
    color: #e33c8d;
    margin: 25px 0px;
}
.main-course-info .row{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
}
.main-course-info .main-column-fix{
    border: 1px black solid;
    border-radius: 20px;
    width: 787px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 40px;
    margin-top: 10px;
}
.main-answer-content {
    margin-top: 110px;
}
.main-answer-content .section-title{
    margin-bottom: 20px;
}
.main-count-listpart {
    position: relative;
}
.main-count-listpart:first-child {
    font-size: 128px;
    color: #6F6F6F;
    text-align: center;
}
.main-course-info{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.main-course-info-block{
    width: 500px;
}
.main-answer-line {
    position: absolute;
    right: -20px;
    bottom: 110px;
}

.main-answer-redline {
    width: 317px;
    height: 10px;
    background-color: #FF00C7;
    -webkit-box-shadow: #9860A1 0px 3px 29px 2px;
            box-shadow: #9860A1 0px 3px 29px 2px;
    border-radius: 37px;
}
.main-course-title{
    font-weight:700; 
    font-size: 22px; 
    text-align: center;
}
.main-answer-whiteline {
    width: 525px;
    height: 2px;
    background-color: #979797;
}
.main-program-content .row{
    justify-content: center;
    
}
.main-target-content {
    font-weight: bold;
    width: 100%;
    height: 60px;
    border: 3px solid #e33c8d;
    margin-top: 10px;
    border-radius: 108px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.main-column-fix .main-target-content span {
    font-family: "Gotham Pro";
    font-size: 16px;
    color: #e33c8d;
    text-transform: uppercase;
}
.main-reviews-section{
    margin-top: 150px;
}
.main-reviews-block{
    height: 400px;
    margin: 50px 0 0 0;
}
.main-carousel-block {
    position: relative;
    margin: 15px;
    height: 250px;
    border-radius: 15px;
}
.main-carousel-content {
    position: absolute;
    vertical-align: baseline;
    color: white;
}
.main-type-course {
    font-size: 45px;
    font-family: "Gotham Pro", sans-serif;
}
.main-carousel-block img{
    height: 200px;
}
.main-callback-block{
    border-top: 3px solid #e33c8d;
    border-bottom: 3px solid #e33c8d;
    padding: 20px 0px;
    margin-top: 90px;
}
.main-callback-title {
    text-align: center;
    font-size: 48px;
    color: white;
    padding: 10px;
}

.main-callback-description {
    font-size: 24px;
    color: #2c2c2c;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    width: 100%;
    border-radius: 10px;
}

.main-callback-block span{
    text-align: center;
    font-size: 23px;
    font-family: "Cyrge";
}
.main-callback-button {
    text-align: center;
    margin-top: 70px;
}
.cases-block h3{
    font-family: "Cyrge";
    color: #e33c8d;
}
.case-content a{
    font-style: "Gotham Pro";
}
.case-block {
    display: flex; /* Используем Flexbox */
    align-items: center; /* Выравнивание элементов по вертикали */
    margin-bottom: 40px;
    padding: 20px;
    border-radius: 10px;
    background: #fafafa;

    
}
.case-image {
    flex: 0 0 200px; /* Картинка занимает фиксированную ширину */
    margin-right: 20px; /* Отступ от картинки */
}

.case-image img {
    width: 180px;
    height: auto;
    display: block;
    border-radius: 5px;
}

.case-content {
    flex: 1;  /* текст занимает все оставшееся место */
    display: flex;
    flex-direction: column;
    justify-content: center;  /* Выравнивание текста по вертикали */
    text-align: justify;
    hyphens: auto;
}
.case-mobile {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.case-content-mobile .case-title{
    display: none;
}
.case-content-mobile a{
    display: none;
}
.case-title {
    font-size: 1.5em;
    margin-bottom: 10px;
}

.case-text {
    line-height: 1.5;
}
.case-text p{
    hyphens: auto;
    text-indent: 2em;
    
}
.callback-section{
    margin-top: 200px;
    margin-bottom: 150px;
}
.slick-initialized .slick-slide{
    display: flex;
    align-items: center;
    justify-content: space-around;
}
@media (min-width: 768px){
    .main-course-info .section-title img {
        width: 500px;
    }
    .main-answer-content .section-title img {
        width: 500px;
        margin-right: 40px;
    }
    .main-reviews-section .section-title img {
        width: 155px;
    }
    .callback-section .section-title img {
        width: 200px;
    }
}

/* Медиа-запросы для мобильных */
@media (max-width: 767px){
    .case-block {
        flex-direction: column; /* Блоки располагаются вертикально */
        align-items: flex-start; /* Выравнивание элементов по левому краю */
    }

    .case-image {
        width: 100%; /* Картинка занимает всю ширину */
        margin-right: 0; /* Убираем отступ справа */
        margin-bottom: 10px; /* Добавляем отступ снизу */
    }
    .case-mobile{
        width: 100%;
    }
    .case-content {
        text-align: justify;
        hyphens: auto;/* текст выравнивается по левому краю */
    }
    
    .case-content .case-title{
        display: none;
    }
    .case-content a{
        display: none;
    }
    .case-content-mobile{
        text-align: right;
    }
    .case-content-mobile .case-title{
        display: block;
    }
    .case-content-mobile a{
        display: block;
        font-size: 10px;
    }
    /*.main-callback-button button{
        width: 350px;
        height: 60px;
        font-size: 22px;
        color: #212121;
        border: 2px solid #212121;
        border-radius: 139px;
        -webkit-box-shadow: #fff 0px 3px 29px 2px;
        box-shadow: #fff 0px 3px 29px 2px
    }*/
}
@media (min-width: 991px) {
    .main-programm-about-content{
        width: 100%; 
        display: flex; 
        align-items: center; 
        justify-content: space-between;
    }
}
@media (max-width: 991px) {
    .main-programm-about-content{
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
    }
    .col-sm-7 {
        width: 90%;
    }
    .col-sm-4 {
        width: 90%;
        align-items: center;
        display: flex;
        justify-content: space-around;
    }
    .callback-section .main-button-content-cont {
            margin: auto;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            gap: 25px;
        }
    .main-name-description img{
        width: 100%;
    }
}
@media (max-width: 768px){
    .main-name-description img{
        width: 100%;
    }
    .main-target-content {
        height: 50px;
    }
    .main-course-info h1{
        font-size: 16px;
    }


@media (max-width: 410px) {
    .case-title h3{
        font-size: 20px;
    }
    .case-content-mobile .case-title{
        display: block;
        margin: 0px;
    }
    .case-content-mobile a{
        display: block;
        font-size: 10px;
    }
    .case-mobile{
        display: grid;
        margin: auto;
        width: auto;
    }
    .case-content .case-title{
        display: none;
    }
    .case-content a{
        display: none;
    }
    .case-content-mobile {
        text-align: center;
    }
    .main-description-text {
    font-size: 16px;
    text-align: center;
}
    
}

@media (max-width: 767px){
    .callback-section .section-title img{
        width: 180px;
    }
    .main-answer-content .section-title img {
        width: 450px;
    }
    .main-course-info .section-title img {
        width: 400px;
    }
    .main-reviews-section .section-title img {
        width: 130px;
    }
    .main-callback-block span{
        font-size: 17px;
    }
}
@media (max-width: 1024px){
    .main-callback-block span{
        font-size: 17px;
    }
}
.navbar {
    margin-top: 20px;
}

.container .txt-xl {
    margin-top: 150px;
}

      *,
      :after,
      :before {
        border: 0 solid #e5e7eb;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
      }
      :after,
      :before {
        --tw-content: "";
      }
      :host,
      hr {
        border-top-width: 1px;
        color: inherit;
        height: 0;
      }
      abbr:where([title]) {
        -webkit-text-decoration: underline dotted;
                text-decoration: underline dotted;
      }
      h1,
      h2,
      h3,
      h4,
      h5,
      h6 {
        font-size: inherit;
        font-weight: inherit;
      }
      a {
        color: inherit;
        text-decoration: inherit;
      }
      b,
      strong {
        font-weight: bolder;
      }
      code,
      kbd,
      pre,
      samp {
        font-family: "Montserrat", sans-serif;
        -webkit-font-feature-settings: normal;
                font-feature-settings: normal;
        font-size: 1em;
        font-variation-settings: normal;
      }
      small {
        font-size: 80%;
      }
      sub,
      sup {
        font-size: 75%;
        line-height: 0;
        position: relative;
        vertical-align: baseline;
      }
      sub {
        bottom: -0.25em;
      }
      sup {
        top: -0.5em;
      }
      table {
        border-collapse: collapse;
        border-color: inherit;
        text-indent: 0;
      }
      button,
      input,
      optgroup,
      select,
      textarea {
        color: inherit;
        font-family: inherit;
        -webkit-font-feature-settings: inherit;
                font-feature-settings: inherit;
        font-size: 100%;
        font-variation-settings: inherit;
        font-weight: inherit;
        letter-spacing: inherit;
        line-height: inherit;
        margin: 0;
        padding: 0;
      }
      button,
      select {
        text-transform: none;
      }
      button,
      input:where([type="button"]),
      input:where([type="reset"]),
      input:where([type="submit"]) {
        -webkit-appearance: button;
        background-color: transparent;
        background-image: none;
      }
      :-moz-focusring {
        outline: auto;
      }
      :-moz-ui-invalid {
        box-shadow: none;
      }
      progress {
        vertical-align: baseline;
      }
      ::-webkit-inner-spin-button,
      ::-webkit-outer-spin-button {
        height: auto;
      }
      [type="search"] {
        -webkit-appearance: textfield;
        outline-offset: -2px;
      }
      ::-webkit-search-decoration {
        -webkit-appearance: none;
      }
      ::-webkit-file-upload-button {
        -webkit-appearance: button;
        font: inherit;
      }
      summary {
        display: list-item;
      }
      blockquote,
      dd,
      dl,
      figure,
      h1,
      h2,
      h3,
      h4,
      h5,
      h6,
      hr,
      p,
      pre {
        margin: 0;
      }
      fieldset {
        margin: 0;
      }
      fieldset,
      legend {
        padding: 0;
      }
      menu,
      ol,
      ul {
        list-style: none;
        margin: 0;
        padding: 0;
      }
      dialog {
        padding: 0;
      }
      textarea {
        resize: vertical;
      }
      input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
        color: #9ca3af;
        opacity: 1;
      }
      input::-moz-placeholder, textarea::-moz-placeholder {
        color: #9ca3af;
        opacity: 1;
      }
      input:-ms-input-placeholder, textarea:-ms-input-placeholder {
        color: #9ca3af;
        opacity: 1;
      }
      input::-ms-input-placeholder, textarea::-ms-input-placeholder {
        color: #9ca3af;
        opacity: 1;
      }
      input::placeholder,
      textarea::placeholder {
        color: #9ca3af;
        opacity: 1;
      }
      [role="button"],
      button {
        cursor: pointer;
      }
      :disabled {
        cursor: default;
      }
      audio,
      canvas,
      embed,
      iframe,
      img,
      object,
      svg,
      video {
        display: block;
        vertical-align: middle;
      }
      img,
      video {
        height: auto;
        max-width: 100%;
      }
      [hidden] {
        display: none;
      }
      *,
      :after,
      :before {
        --tw-border-spacing-x: 0;
        --tw-border-spacing-y: 0;
        --tw-translate-x: 0;
        --tw-translate-y: 0;
        --tw-rotate: 0;
        --tw-skew-x: 0;
        --tw-skew-y: 0;
        --tw-scale-x: 1;
        --tw-scale-y: 1;
        --tw-pan-x: ;
        --tw-pan-y: ;
        --tw-pinch-zoom: ;
        --tw-scroll-snap-strictness: proximity;
        --tw-gradient-from-position: ;
        --tw-gradient-via-position: ;
        --tw-gradient-to-position: ;
        --tw-ordinal: ;
        --tw-slashed-zero: ;
        --tw-numeric-figure: ;
        --tw-numeric-spacing: ;
        --tw-numeric-fraction: ;
        --tw-ring-inset: ;
        --tw-ring-offset-width: 0px;
        --tw-ring-offset-color: #fff;
        --tw-ring-color: rgba(59, 130, 246, 0.5);
        --tw-ring-offset-shadow: 0 0 #0000;
        --tw-ring-shadow: 0 0 #0000;
        --tw-shadow: 0 0 #0000;
        --tw-shadow-colored: 0 0 #0000;
        --tw-blur: ;
        --tw-brightness: ;
        --tw-contrast: ;
        --tw-grayscale: ;
        --tw-hue-rotate: ;
        --tw-invert: ;
        --tw-saturate: ;
        --tw-sepia: ;
        --tw-drop-shadow: ;
        --tw-backdrop-blur: ;
        --tw-backdrop-brightness: ;
        --tw-backdrop-contrast: ;
        --tw-backdrop-grayscale: ;
        --tw-backdrop-hue-rotate: ;
        --tw-backdrop-invert: ;
        --tw-backdrop-opacity: ;
        --tw-backdrop-saturate: ;
        --tw-backdrop-sepia: ;
        --tw-contain-size: ;
        --tw-contain-layout: ;
        --tw-contain-paint: ;
        --tw-contain-style: ;
      }
      ::-webkit-backdrop {
        --tw-border-spacing-x: 0;
        --tw-border-spacing-y: 0;
        --tw-translate-x: 0;
        --tw-translate-y: 0;
        --tw-rotate: 0;
        --tw-skew-x: 0;
        --tw-skew-y: 0;
        --tw-scale-x: 1;
        --tw-scale-y: 1;
        --tw-pan-x: ;
        --tw-pan-y: ;
        --tw-pinch-zoom: ;
        --tw-scroll-snap-strictness: proximity;
        --tw-gradient-from-position: ;
        --tw-gradient-via-position: ;
        --tw-gradient-to-position: ;
        --tw-ordinal: ;
        --tw-slashed-zero: ;
        --tw-numeric-figure: ;
        --tw-numeric-spacing: ;
        --tw-numeric-fraction: ;
        --tw-ring-inset: ;
        --tw-ring-offset-width: 0px;
        --tw-ring-offset-color: #fff;
        --tw-ring-color: rgba(59, 130, 246, 0.5);
        --tw-ring-offset-shadow: 0 0 #0000;
        --tw-ring-shadow: 0 0 #0000;
        --tw-shadow: 0 0 #0000;
        --tw-shadow-colored: 0 0 #0000;
        --tw-blur: ;
        --tw-brightness: ;
        --tw-contrast: ;
        --tw-grayscale: ;
        --tw-hue-rotate: ;
        --tw-invert: ;
        --tw-saturate: ;
        --tw-sepia: ;
        --tw-drop-shadow: ;
        --tw-backdrop-blur: ;
        --tw-backdrop-brightness: ;
        --tw-backdrop-contrast: ;
        --tw-backdrop-grayscale: ;
        --tw-backdrop-hue-rotate: ;
        --tw-backdrop-invert: ;
        --tw-backdrop-opacity: ;
        --tw-backdrop-saturate: ;
        --tw-backdrop-sepia: ;
        --tw-contain-size: ;
        --tw-contain-layout: ;
        --tw-contain-paint: ;
        --tw-contain-style: ;
      }
      ::backdrop {
        --tw-border-spacing-x: 0;
        --tw-border-spacing-y: 0;
        --tw-translate-x: 0;
        --tw-translate-y: 0;
        --tw-rotate: 0;
        --tw-skew-x: 0;
        --tw-skew-y: 0;
        --tw-scale-x: 1;
        --tw-scale-y: 1;
        --tw-pan-x: ;
        --tw-pan-y: ;
        --tw-pinch-zoom: ;
        --tw-scroll-snap-strictness: proximity;
        --tw-gradient-from-position: ;
        --tw-gradient-via-position: ;
        --tw-gradient-to-position: ;
        --tw-ordinal: ;
        --tw-slashed-zero: ;
        --tw-numeric-figure: ;
        --tw-numeric-spacing: ;
        --tw-numeric-fraction: ;
        --tw-ring-inset: ;
        --tw-ring-offset-width: 0px;
        --tw-ring-offset-color: #fff;
        --tw-ring-color: rgba(59, 130, 246, 0.5);
        --tw-ring-offset-shadow: 0 0 #0000;
        --tw-ring-shadow: 0 0 #0000;
        --tw-shadow: 0 0 #0000;
        --tw-shadow-colored: 0 0 #0000;
        --tw-blur: ;
        --tw-brightness: ;
        --tw-contrast: ;
        --tw-grayscale: ;
        --tw-hue-rotate: ;
        --tw-invert: ;
        --tw-saturate: ;
        --tw-sepia: ;
        --tw-drop-shadow: ;
        --tw-backdrop-blur: ;
        --tw-backdrop-brightness: ;
        --tw-backdrop-contrast: ;
        --tw-backdrop-grayscale: ;
        --tw-backdrop-hue-rotate: ;
        --tw-backdrop-invert: ;
        --tw-backdrop-opacity: ;
        --tw-backdrop-saturate: ;
        --tw-backdrop-sepia: ;
        --tw-contain-size: ;
        --tw-contain-layout: ;
        --tw-contain-paint: ;
        --tw-contain-style: ;
      }
      #webcrumbs {
        margin-top: 100px !important;
          
      }
      #webcrumbs .mx-auto {
        margin-left: auto;
        margin-right: auto;
      }
      #webcrumbs .my-4 {
        margin-top: 16px;
      }
      #webcrumbs .mb-4,
      #webcrumbs .my-4 {
        margin-bottom: 16px;
      }
      #webcrumbs .mt-4 {
        margin-top: 16px;
      }
      #webcrumbs .flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
      }
      #webcrumbs .w-full {
        width: 100%;
      }
      #webcrumbs .list-inside {
        list-style-position: inside;
      }
      #webcrumbs .list-none {
        list-style-type: none;
      }
      #webcrumbs .flex-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
      }
      #webcrumbs .items-center {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
      }
      #webcrumbs .justify-between {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
      }
      #webcrumbs .gap-4 {
        gap: 16px;
      }
      #webcrumbs :is(.space-y-2 > :not([hidden]) ~ :not([hidden])) {
        --tw-space-y-reverse: 0;
        margin-bottom: calc(8px * var(--tw-space-y-reverse));
        margin-top: calc(8px * (1 - var(--tw-space-y-reverse)));
      }
      #webcrumbs .rounded-lg {
        border-radius: 24px;
      }
      #webcrumbs .rounded-md {
        border-radius: 18px;
      }
      #webcrumbs .border {
        border-width: 1px;
      }
      #webcrumbs .border-neutral-300 {
/*         --tw-border-opacity: 1;
border-color: rgb(202 202 202 / var(--tw-border-opacity)); */
      }
      #webcrumbs .bg-white {
        --tw-bg-opacity: 1;
        background-color: rgb(255 255 255 / var(--tw-bg-opacity));
      }
      #webcrumbs .p-4 {
        padding: 16px;
      }
      #webcrumbs .p-6 {
        padding: 24px;
      }
      #webcrumbs .font-title {
        font-family: "Montserrat", sans-serif;
      }
      #webcrumbs .text-sm {
        font-size: 14px;
        line-height: 21px;
      }
      #webcrumbs .text-xl {
        font-size: 20px;
        line-height: 28px;
      }
      #webcrumbs .leading-loose {
        line-height: 2;
      }
      #webcrumbs .text-neutral-950 {
        --tw-text-opacity: 1;
        color: rgb(40 40 40 / var(--tw-text-opacity));
      }
      #webcrumbs .shadow-lg {
        --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
          0 4px 6px -4px rgba(0, 0, 0, 0.1);
        --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color),
          0 4px 6px -4px var(--tw-shadow-color);
        -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
          var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
                box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
          var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
      }
      #webcrumbs {
        font-family: Open Sans !important;
        font-size: 16px !important;
        margin-top: 150px !important;
      }
      @media (min-width: 640px) {
        #webcrumbs .sm\:my-6 {
          margin-top: 24px;
        }
        #webcrumbs .sm\:mb-6,
        #webcrumbs .sm\:my-6 {
          margin-bottom: 24px;
        }
        #webcrumbs .sm\:mt-6 {
          margin-top: 24px;
        }
        #webcrumbs .sm\:p-8 {
          padding: 32px;
        }
        #webcrumbs .sm\:text-3xl {
          font-size: 30px;
          line-height: 36px;
        }
        #webcrumbs .sm\:text-base {
          font-size: 16px;
          line-height: 25.6px;
        }
      }
      
@media (min-width: 1500px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        width: 1360px;
    } 
}
/* @media (min-width: 1024px) and (max-width: 1499){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 950px;
    }
} */

@media screen and (max-width: 680px) {
    .about-photo{
        width: 320px;
    }
    body {
        overflow-x: hidden;
        margin: auto;
    }
    .main-column-fix {
        width: 100%;
        height: 800px;
    }
    .main-callback-description span {
        font-size: 18px;
    }
    .main-callback-description {
        padding-top: 30px;
        padding-left: 20px;
        padding-right: 20px;
        margin-left: 0px;
    }
}

@media (min-width: 1500px) {
    .navbar-collapse {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: space-evenly;
            -ms-flex-pack: space-evenly;
                justify-content: space-evenly;
    }
    .about-text {
        width: 100%;
    }
    .about-text img{
        width: 700px; 
        margin-bottom: 30px;
    }
    .about-text p{
        width: 100%; 
    }
}

@media screen and (max-width: 750px) {
    .main-course-info .main-column-fix{
        padding: 30px;
    }
    .main-column-fix li{
        font-size: 14px;
    }
    .main-column-fix p{
        font-size: 14px;
    }
    .main-column-fix .main-course-title{
        font-size: 16px;
    }
    .main-description-text{
        font-size: 14px;
    }
    .btn-1 {
    width: 220px;
    height: 42px;
    font-size: 12px;
    color: white;
    border: none;
    border-radius: 51px;
    background-color: #2c2c2c;
    }
    .btn-2 {
    width: 220px;
    height: 42px;
    font-size: 12px;
    color: #2c2c2c;
    border: none;
    border-radius: 51px;
    border: 2px solid #2c2c2c;
    }
    .btn-3{
    width: 170px;
    font-size: 12px;
    }
    .adaptive-off {
        display: none;
    }
    .main-header-section {
        margin: auto;
        text-align: center;
    }
    .main-leftblock-square {
        display: none;
    }
    body {
        overflow-x: hidden;
    }
    .main-tag-name {
        font-size: 35px;
    }
    .main-column-fix .main-target-content span{
        font-size: 10px;
    }
    .main-target-block {
        width: 100%;
        text-align: center;
        }
    .main-callback-title {
        font-size: 30px;
    }
    .main-callback-description {
        font-size: 20px;
        margin-bottom: 50px;
        text-align: center;
    }
    .main-callback-button {
        margin-top: 50px;
        margin-left: -10px;
    }
    .main-content-description {
        padding-right: 10px;
    }
    .about-text img {
        width: 95%;
    }
    .about-text p{
        font-size: 14px;
    }
    .case-text p{
        font-size: 14px;
    }
    .main-button-content-cont {
        margin: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        gap: 25px;
    }
    .main-description-text {
        margin-top: 0px;
    }
    .main-description-block {
        margin-top: 100px;
    }
    .main-programm-about {
        margin-top: 180px;
    }
    .callback-section .section-title{
        margin: 0px;
    }
    .section-title {
        margin-right: 40px;
    }
    .main-description-rows {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .main-name-description img {
        width: 100%;
    }
}

.nav-items {
    padding-top: 50px;
}

/*a {
    color: #e33c8d;
    font-family: "Cyrge";
    text-decoration: none;
    margin-left: 15px;
    margin-right: 15px;
    font-size: 18px;
    -webkit-transition: color 0.5s ease, text-shadow 0.5s ease;
    -o-transition: color 0.5s ease, text-shadow 0.5s ease;
    transition: color 0.5s ease, text-shadow 0.5s ease;  /* Изменили значение transition */


/*a:hover {
    color: white;
    margin-left: 15px;
    margin-right: 15px;
    text-shadow: #e33c8d 1px 0 10px;
}