

/* Start:/local/templates/kot-mtt/components/bitrix/news/courses/bitrix/news.detail/kot-draft/style.css?177623585119711*/
/* colors*/
/* breakpoints*/
section.course {
  padding-top: 120px;
  overflow: hidden; }
  section.course .container {
    flex-direction: column;
    gap: 100px; }
      section.course .container .first__section {
      display: flex;
      flex-direction: column;
      gap: 14px; }
      section.course .container .first__section h1 {
        position: relative;
        z-index: 2;
        width: 100%;
        display: flex;
        justify-content: center; }
        section.course .container .first__section h1 span {
          display: inline-block;
          max-width: 100%;
          position: relative;
          z-index: 1; }
        section.course .container .first__section h1 img {
          position: absolute;
          z-index: 0;
          bottom: 0;
          transform: translateY(78%); }
      section.course .container .first__section .first__actions {
        font-weight: 600;
        font-size: 18px;
        line-height: 25px;
        display: flex;
        align-items: center;
        flex-direction: column; }
        section.course .container .first__section .first__actions .first__actions-heading {
          text-align: center;
          margin-top: 0;
          margin-bottom: 40px;
          font-size: 32px;
          line-height: 38px;
          font-family: "TacticSans", sans-serif; }
        section.course .container .first__section .first__actions .first__actions-text {
          margin-top: 0;
          margin-bottom: 24px;
          max-width: 452px;
          width: 100%;
          text-align: center;
          font-family: "TacticSans", sans-serif; }
        section.course .container .first__section .first__actions .order__btn {
	  	  max-width: 488px;
          background: linear-gradient(90deg, #ff1414, #620606);
          border: 1px solid #ff1414;
          border-radius: 4px;
          padding: 16px 0;
          cursor: pointer;
          width: calc(100% - 32px);
          text-align: center;
          font-family: "TacticSans", sans-serif;
          width: 100%;
          font-weight: 500;
          font-size: 24px;
          line-height: 22px; }
      section.course .container .with .container {
        flex-direction: column;
        gap: 0px; }
        section.course .container .with .container h2 {
          text-align: center;
          width: 100%; }
        section.course .container .with .container .picture__block {
          display: flex; }
          section.course .container .with .container .picture__block picture {
            display: block; }
        section.course .container .with .container .with__block {
          display: flex;
          flex-direction: column;
          gap: 40px;
          position: relative;
          padding: 25px 20px;
          border-radius: 40px;
          background: rgba(51, 12, 17, 0.2);
          transform: translateY(-120px);
          margin-bottom: -120px; }
          section.course .container .with .container .with__block:before {
            content: '';
            position: absolute;
            inset: 0;
            border-radius: 40px;
            padding: 1px;
            background: linear-gradient(28deg, #ffffff, white, #ffffff, rgba(255, 255, 255, 0.56), rgba(255, 255, 255, 0.48), rgba(255, 255, 255, 0.56));
            -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
            -webkit-mask-composite: xor;
            mask-composite: exclude; }
          section.course .container .with .container .with__block .block {
            display: flex;
            align-items: center;
            flex-direction: row;
            gap: 14px; }
            section.course .container .with .container .with__block .block .text {
              display: flex;
              flex-direction: column;
              gap: 6px; }
              section.course .container .with .container .with__block .block .text h5 {
                font-size: 16px;
                line-height: 1.2; }
              section.course .container .with .container .with__block .block .text p {
                margin: 0;
                font-weight: 400;
                font-size: 14px;
                line-height: 21px;
                color: #c6c6c6; }
        section.course .container .with .container .with__mini,
        section.course .container .with .container .with__maxi {
          display: none; }
    section.course .container .seventh__section {
      display: flex;
      flex-direction: column;
      gap: 20px;
      position: relative;
      z-index: 2; }
      section.course .container .seventh__section .top .top__left {
        display: flex;
        flex-direction: column;
        gap: 20px; }
        section.course .container .seventh__section .top .top__left p {
          font-size: 18px;
          line-height: 25px;
          color: #c6c6c6;
          margin: 0;
          padding: 0; }
      section.course .container .seventh__section .top .top__right {
        display: none; }
      section.course .container .seventh__section .middle .team-carousel.owl-carousel .member picture {
        position: relative;
        z-index: 1; }
      section.course .container .seventh__section .middle .team-carousel.owl-carousel .member .info {
        position: relative;
        z-index: 2;
        border-radius: 20px;
        padding: 20px;
        background: #330c11;
        margin-top: -20px;
        font-family: "TacticSans", sans-serif; }
        section.course .container .seventh__section .middle .team-carousel.owl-carousel .member .info .name {
          font-weight: 600;
          font-size: 16px;
          line-height: 21px; }
        section.course .container .seventh__section .middle .team-carousel.owl-carousel .member .info .text {
          font-size: 14px;
          line-height: 21px;
          color: #c6c6c6; }
      section.course .container .seventh__section .middle .team-carousel.owl-carousel .owl-dots {
        background: #282834;
        border-radius: 1000px;
        height: 8px;
        margin-top: 18px;
        display: flex;
        justify-content: space-between; }
        section.course .container .seventh__section .middle .team-carousel.owl-carousel .owl-dots button {
          display: inline-flex;
          height: 8px;
          border: 0;
          position: relative;
          top: 0;
          flex: 1 0 max-content; }
          section.course .container .seventh__section .middle .team-carousel.owl-carousel .owl-dots button span {
            display: inline-block;
            height: 100%;
            width: 100%;
            position: absolute;
            top: 0;
            left: 0; }
          section.course .container .seventh__section .middle .team-carousel.owl-carousel .owl-dots button.active span {
            background: #ff1414;
            border-radius: 1000px; }
    section.course .container .ninth__section {
      display: flex;
      flex-direction: column;
      gap: 20px;
      position: relative;
      z-index: 2; }
      section.course .container .ninth__section .top h2 {
        text-align: center; }
      section.course .container .ninth__section .middle {
        display: flex;
        flex-direction: column;
        gap: 6px; }
        section.course .container .ninth__section .middle .joinus__item {
          display: flex;
          flex-direction: row;
          gap: 12px;
          align-items: center;
          border-radius: 20px;
          padding: 20px;
          position: relative;
          background: rgba(51, 12, 17, 0.3); }
          section.course .container .ninth__section .middle .joinus__item:after {
            content: '';
            position: absolute;
            z-index: 0;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            border-radius: 20px;
            padding: 1px;
            background: linear-gradient(53deg, #ffffff, white, #ffffff, rgba(255, 255, 255, 0.56), rgba(255, 255, 255, 0.48), rgba(255, 255, 255, 0.56));
            -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
            -webkit-mask-composite: xor;
            mask-composite: exclude; }
          section.course .container .ninth__section .middle .joinus__item picture {
            display: inline-flex;
            flex: 0 0 80px; }
          section.course .container .ninth__section .middle .joinus__item.order__btn {
            display: flex;
            align-items: center;
 			justify-content: center;
            position: relative;
            overflow: hidden;
            height: 200px; }
            section.course .container .ninth__section .middle .joinus__item.order__btn picture {
              position: absolute;
              top: 0;
              left: 0;
              bottom: 0;
              z-index: 0;
              display: inline-flex;
              flex: 0 0 100%; }
            section.course .container .ninth__section .middle .joinus__item.order__btn .text {
              position: relative;
              z-index: 1;
              font-family: "TacticSans", sans-serif;
              font-weight: 600; }
    section.course .container .tenth__section {
      position: relative;
      z-index: 1;
      display: flex;
      flex-direction: column;
      justify-content: center;
      gap: 24px; }
      section.course .container .tenth__section .left {
        transform: scale(1.3); }
      section.course .container .tenth__section .right {
        transform: scale(1.3) translateY(72px);
        margin-bottom: -60px; }
      section.course .container .tenth__section .middle {
        position: absolute;
        z-index: 1;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: calc(100% - 32px);
        display: flex;
        flex-direction: column;
        gap: 24px; }
        section.course .container .tenth__section .middle .text {
          font-family: "TacticSans", sans-serif;
          font-weight: 600;
          font-size: 20px;
          line-height: 1.7;
          text-align: center; }
        section.course .container .tenth__section .middle .order__btn {
          background: linear-gradient(90deg, #ff1414, #620606);
          border: 1px solid #ff1414;
          border-radius: 4px;
          padding: 16px 0;
          cursor: pointer;
          width: calc(100% - 32px);
          text-align: center;
          font-family: "TacticSans", sans-serif;
          width: 100%;
          font-weight: 500;
          font-size: 14px;
          line-height: 17px; }
      section.course .container .tenth__section svg {
        position: absolute;
        z-index: 0;
        top: calc(50% + 24px);
        left: 50%;
        transform: translate(-50%, -50%) scale(1.3, 2);
        width: 100%; }
  @media (min-width: 768px) {
    section.course .container {
      gap: 150px; }
      section.course .container .first__section {
        flex-direction: column;
        align-items: stretch;
        gap: 34px; }
        section.course .container .first__section .left {
          gap: 22px;
          flex: 0 0 50%; }
          section.course .container .first__section .left h1 {
            font-size: 60px; }
          section.course .container .first__section .left .first__actions {
            height: 100%; }
            section.course .container .first__section .left .first__actions h2 {
              font-size: 20px;
              font-weight: 300;
              border-bottom: 1px solid rgba(198, 198, 198, 0.3); }
              section.course .container .first__section .left .first__actions h2 span {
                font-weight: 600;
                font-size: 32px; }
            section.course .container .first__section .left .first__actions .pre__actions {
              margin-top: auto; }
            section.course .container .first__section .left .first__actions .order__btn {
              width: max-content;
              padding: 16px 25px;
              font-size: 18px; }
      section.course .container .with {
        padding-bottom: 100px; }
        section.course .container .with .container {
          flex-direction: row;
          flex-wrap: wrap;
          gap: 50px 0;
          position: relative; }
          section.course .container .with .container h2 {
            text-align: left;
            width: 100%; }
          section.course .container .with .container .picture__block {
            position: absolute;
            right: 0;
            top: -10px;
            z-index: 1; }
            section.course .container .with .container .picture__block picture {
              max-width: 656px; }
          section.course .container .with .container .with__block {
            transform: translateY(0);
            margin-bottom: 0;
            flex-direction: column;
            flex: 0 0 652px;
            position: relative;
            z-index: 2;
            height: max-content;
            order: 1;
            padding: 40px;
            gap: 40px; }
            section.course .container .with .container .with__block .block .text {
              gap: 16px; }
              section.course .container .with .container .with__block .block .text h5 {
                font-size: 24px; }
              section.course .container .with .container .with__block .block .text p {
                font-size: 18px; }
          section.course .container .with .container .with__mini {
            display: block;
            position: absolute;
            z-index: -1;
            top: 15%;
            left: 60%;
            width: 289px;
            height: 289px;
            transform: translateX(-50%); }
          section.course .container .with .container .with__maxi {
            display: block;
            position: absolute;
            z-index: -2;
            top: -5%;
            left: 60%;
            width: 583px;
            height: 719px;
            transform: translateX(-50%); }
      section.course .container .seventh__section {
        gap: 50px; }
        section.course .container .seventh__section .top {
          display: flex;
          flex-direction: row;
          justify-content: space-between;
          align-items: end; }
          section.course .container .seventh__section .top .top__left {
            max-width: 60%; }
          section.course .container .seventh__section .top .top__right {
            display: flex; }
            section.course .container .seventh__section .top .top__right .nav {
              display: flex;
              flex-direction: row;
              gap: 50px; }
              section.course .container .seventh__section .top .top__right .nav button {
                border-radius: 4px;
                padding: 10px;
                width: 46px;
                height: 46px;
                display: flex;
                justify-content: center;
                align-items: center;
                background: radial-gradient(#360508, #810507);
                border: none; }
                section.course .container .seventh__section .top .top__right .nav button.owl-next {
                  transform: rotate(180deg); }
                section.course .container .seventh__section .top .top__right .nav button.disabled {
                  background: #282834; }
                  section.course .container .seventh__section .top .top__right .nav button.disabled svg path {
                    fill: #969696; }
        section.course .container .seventh__section .middle .team-carousel.owl-carousel .member .info {
          display: flex;
          flex-direction: column;
          gap: 4px; }
          section.course .container .seventh__section .middle .team-carousel.owl-carousel .member .info .name {
            font-size: 24px; }
          section.course .container .seventh__section .middle .team-carousel.owl-carousel .member .info .text {
            font-size: 16px;
            line-height: 24px; }
      section.course .container .ninth__section {
        gap: 50px; }
        section.course .container .ninth__section .top h2 {
          font-size: 50px;
          text-align: left; }
        section.course .container .ninth__section .middle {
          flex-direction: row;
          flex-wrap: wrap;
          gap: 12px 32px; }
          section.course .container .ninth__section .middle .joinus__item {
            flex: 0 0 calc(50% - 96px);
            padding: 28px 40px;
            gap: 30px; }
            section.course .container .ninth__section .middle .joinus__item picture {
              flex: 0 0 120px; }
            section.course .container .ninth__section .middle .joinus__item .text {
              font-size: 18px; }
            section.course .container .ninth__section .middle .joinus__item.order__btn {
              height: 120px; }
              section.course .container .ninth__section .middle .joinus__item.order__btn .text {
                font-size: 24px; }
      section.course .container .tenth__section {
        flex-direction: row; }
        section.course .container .tenth__section .middle .text {
          font-size: 50px; }
        section.course .container .tenth__section .middle .order__btn {
          display: inline-block;
          width: max-content;
          padding: 16px 24px;
          margin: 0 auto;
          font-size: 18px; }
        section.course .container .tenth__section svg {
          z-index: -1; } }
@media (min-width: 768px) and (max-width: 1024px) {
    section.course .container .first__section .right picture img {
        display: none; !important;
    }
	section.course .container .first__section {
        flex-direction: column !important;
    }
    form.course-main {
        flex-direction: column !important;
    }
  }
@media (max-width: 1280px) {
     form.course-main .form-section + .background__data {
        bottom: -32% !important;
     }
     section.course__bottom {
        padding-bottom: 214px !important;
     }
 }
 @media (max-width: 993px) {
     section.course__bottom {
        padding-bottom: 235px !important;
   }
  section.course .container .ninth__section .middle .joinus__item.order__btn {
    height: 80px;
width: 50%;
  }
}
@media (max-width: 767px) {
     form.course-main .form-section + .background__data {
        left: 58% !important;
     }
     section.course__bottom {
        padding-bottom: 185px !important;
     }
section.course .container .first__section .right picture img {
        display: none; !important;
    }
	section.course__bottom form.course-main h2 span {
        font-size: 18px !important;
		line-height: 26px !important;
  		text-align: center;
    }
 }
 @media (max-width: 500px) {
     section.course__bottom {
        padding-bottom: 185px !important;
     }
     section.course .container .ninth__section .middle .joinus__item.order__btn {
        width: auto;
		height: 50px;
     }
   	 section.course .container .ninth__section .middle .joinus__item.order__btn picture {
		top: auto;
     }
	section.course .container .first__section .first__actions .order__btn {
		font-size: 16px !important;
		line-height: 18px !important;
	}
 }
 @media (max-width: 400px) {
     section.course__bottom {
        padding-bottom: 185px !important;
     }
 }
.first__section {
  position: relative;
  background: #0f0f15;
}

.first__section picture {
  display: block;
  position: relative;
}

.first__section picture::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;

  background:   linear-gradient(to top, #0f0f15, transparent 25%),
    linear-gradient(to bottom, #0f0f15, transparent 25%),
    linear-gradient(to left, #0f0f15, transparent 25%),
    linear-gradient(to right, #0f0f15, transparent 25%);
}
/*# sourceMappingURL=style.css.map */
/* End */


/* Start:/local/templates/kot-mtt/libraries/owl.carousel/assets/owl.carousel.min.css?17241836323351*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(/local/templates/kot-mtt/libraries/owl.carousel/assets/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/* End */


/* Start:/local/templates/kot-mtt/libraries/owl.carousel/assets/owl.theme.default.min.css?17241836321013*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}
/* End */


/* Start:/local/templates/kot-mtt/css/order.min.css?17557821193799*/
form{width:calc(100% - 40px)}form .form-section{display:flex;flex-direction:column;gap:20px}form .form-section .form-group{display:flex;flex-direction:column;gap:2px}form .form-section .form-group label{font-weight:500;font-size:14px;line-height:17px}form .form-section .form-group label span{color:#f5222d}form .form-section .form-group input{padding:10px;background:#282834;color:#d1d1d1;font-family:inherit;border-radius:4px;border:0;font-weight:400;font-size:18px;line-height:22px}form .form-section .form-submit{position:relative}form .form-section .form-submit button{background:linear-gradient(90deg,#ff1414,#620606);border:1px solid #ff1414;border-radius:4px;padding:16px 0;cursor:pointer;text-align:center;width:100%;color:#fff;font-weight:500;font-size:14px;line-height:17px;font-family:TacticSans,sans-serif}form .form-section .form-submit .no-submit{width:100%;height:100%;display:block;position:absolute;top:0;left:0;z-index:1}form .form-section .form-submit .checkbox__block{display:flex;flex-direction:row;align-items:center;gap:9px;margin-top:13px;position:relative;z-index:2}form .form-section .form-submit .checkbox__block input{margin:0;opacity:0}form .form-section .form-submit .checkbox__block label{font-weight:400;font-size:14px;line-height:14px;position:relative;z-index:1}form .form-section .form-submit .checkbox__block label .check{content:'';position:absolute;z-index:2;top:50%;left:-6px;border-radius:4px;padding:3px;background:#fff;transform:translate(-100%,-50%)}form .form-section .form-submit .checkbox__block label a{color:#db6868;text-decoration:underline}form.active .form-section .form-submit .no-submit{z-index:-1}form.active .form-section .form-submit .checkbox__block label .check{background:#ff1414}form.course-main{margin:100px auto 0;position:relative}form.course-main h2{position:relative;z-index:2}form.course-main h2 span{display:inline-block;max-width:100%;position:relative;z-index:1}form.course-main h2 img{position:absolute;z-index:0;right:0;bottom:0;transform:translateY(75%)}form.course-main .form-section{position:relative;z-index:1;padding:40px 20px;border-radius:10px;background:#0f0f15}form.course-main .form-section:after{content:'';position:absolute;z-index:0;top:0;left:0;right:0;bottom:0;border-radius:20px;padding:1px;background:linear-gradient(53deg,#ffffff,#fff,#ffffff,rgba(255,255,255,.56),rgba(255,255,255,.48),rgba(255,255,255,.56));-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude}form.course-main .form-section .form-group{position:relative;z-index:1}form.course-main .form-section .form-group label{font-family:TacticSans,sans-serif}form.course-main .form-section .form-submit{position:relative;z-index:1}form.course-main .form-section .form-submit .checkbox__block{margin-top:0;margin-bottom:13px}form.course-main .form-section+.background__data{position:absolute;z-index:0;left:70%;bottom:-19%;width:max-content;transform:translateX(-50%)}form.course-main .form-section+.background__data img.pc{display:none}@media (min-width:768px){form.course-main{display:flex;flex-direction:row;gap:78px}form.course-main h2 img{top:60px;bottom:unset;transform:unset}form.course-main .form-section{flex:0 0 387px}form.course-main .form-section+.background__data{left:50%}form.course-main .form-section+.background__data img.mob{display:none}form.course-main .form-section+.background__data img.pc{display:block}}section.course__bottom{overflow:hidden;padding-bottom:100px;margin-bottom:-120px}::-webkit-input-placeholder{color:#d1d1d1;opacity:1}:-moz-placeholder{color:#d1d1d1;opacity:1}::-moz-placeholder{color:#d1d1d1;opacity:1}:-ms-input-placeholder{color:#d1d1d1;opacity:1}::-ms-input-placeholder{color:#d1d1d1;opacity:1}::placeholder{color:#d1d1d1;opacity:1}
/* End */
/* /local/templates/kot-mtt/components/bitrix/news/courses/bitrix/news.detail/kot-draft/style.css?177623585119711 */
/* /local/templates/kot-mtt/libraries/owl.carousel/assets/owl.carousel.min.css?17241836323351 */
/* /local/templates/kot-mtt/libraries/owl.carousel/assets/owl.theme.default.min.css?17241836321013 */
/* /local/templates/kot-mtt/css/order.min.css?17557821193799 */
