.courses-banner {
  height: 460px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #202C38;
  padding: 0 15px;
}

.courses-jumborton {
  display: flex;
  max-width: 1460px;
  padding: 20px;
  margin: -110px auto 40px;
  background: #fff;
}

.courses-jumborton__video {
  min-width: 480px;
  margin-right: 40px;
}

.courses-jumborton__video img {
  width: 100%;
  display: block;
}

.courses-video__play {
  display: block;
  position: relative;
}

.courses-video__play:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #000 url(../images/play.svg) no-repeat center;
  width: 82px;
  height: 82px;
}

.courses-jumborton__desc {
  display: flex;
  flex-direction: column;
}

.courses-jumborton__desc h3 {
  color: #202C38;
  font-size: 49px;
  font-weight: 700;
  line-height: 68px;
  margin: 0 0 30px;
}

.courses-jumborton__desc p {
  font-size: 18px;
  line-height: 30px;
}

.courses-jumborton__desc h4 {
  font-size: 25px;
  font-weight: 700;
}

.courses-jumborton__btns {
  display: flex;
  margin-top: auto;
}

.courses-jumborton__btns .button1 {
  width: 220px;
  margin-right: 25px;
}

.courses-jumborton__btns .button2 {
  border: none;
  height: 50px;
  line-height: 50px;
  font-weight: 700;
}

.courses-catalog {
  position: relative;
  min-height: 500px;
  margin-bottom: 120px;
}

.courses-catalog:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 390px;
  background: #202C38;
  top: 110px;
}

.courses-catalog .block-title {
  text-align: center;
  font-size: 49px;
  font-weight: 700;
  margin-bottom: 40px;
}

.courses-catalog .container {
  position: relative;
  z-index: 2;
  max-width: 1285px;
  width: 100%;
}

.courses-catalog__title {
  position: absolute;
  color: #fff;
  font-size: 47px;
  font-weight: 500;
  z-index: 2;
  text-transform: uppercase;
  transform: rotate(-90deg);
  top: 360px;
  left: -40px;
}

.courses-slider {
  position: relative;
  z-index: 2;
  margin: 0 -80px;
  padding-top: 30px;
}

.courses-slider .slick-arrow {
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 50%;
  background: url(../images/arrow2.svg) no-repeat center;
  background-size: 17px;
  top: 205px;
  z-index: 2;
}

.courses-slider .slick-next {
  right: 0;
}

.courses-slider .slick-prev {
  transform: rotate(180deg) translate(0, 50%);
}

.courses-item {
  margin: 0 80px;
  width: 320px;
}

.courses-item p {
  font-size: 20px;
  line-height: 30px;
  margin: 0;
}

.courses-item__title {
  font-size: 27px;
  text-transform: uppercase;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 30px;
}

.courses-item__img {
  margin-bottom: 30px;
}

.courses-item__btn {
  margin-top: 20px;
}

.courses-item__btn .button1 {
  width: 220px;
}

.courses-registration {
  max-width: 1285px;
  display: flex;
  margin: 80px auto;
  align-items: center;
  padding: 0 15px;
}

.courses-reg__text {
  font-size: 49px;
  line-height: 66px;
  color: #202C38;
  font-weight: 700;
  text-transform: uppercase;
}

.courses-reg__img {
  min-width: 776px;
  margin-right: -160px;
}

.courses-registration__btn {
  display: flex;
  justify-content: center;
}

.courses-registration__btn .button1 {
  width: 220px;
}

.page {
  overflow: hidden;
}

.courses-banner__title {
  text-align: center;
  color: #fff;
  padding-top: 180px;
  font-size: 49px;
  line-height: 140%;
  text-transform: uppercase;
  font-weight: 700;
}

.courses-detail__row {
  display: flex;
  margin: 0 -20px;
}

.courses-detail__col {
  width: 50%;
  padding: 0 20px;
}

.courses-detail__col h4 {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 20px;
}

.courses-detail__col ul {
  padding-left: 20px;
  margin-bottom: 20px;
}

.courses-detail__list {
  margin: 0;
  padding: 0 0 0 20px;
  font-size: 18px;
}

.courses-detail {
  margin-bottom: 70px;
}

.courses-detail .container {
  max-width: 1460px;
  width: 100%;
}

.courses-catalog__detail {
  max-width: 1490px;
  margin: 0 auto;
  padding: 0 15px;
}

.cources-row {
  display: flex;
  align-items: flex-start;
  margin-top: 35px;
}

.cources-sidebar {
  width: 350px;
  background: #E9E9E9;
  padding: 20px;
  margin-right: 20px;
}

.cources-sidebar__title {
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 32px;
}

.cources-sidebar__filter {
  margin-bottom: 30px;
}

.cources-sidebar__filter span {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
}

.cources__checkbox input {
  display: none;
}

.cources__checkbox input:checked+label {
  background: #202C38;
  color: #fff;
}

.cources__checkbox label {
  display: inline-block;
  padding: 0 15px;
  border: 1px solid #202C38;
  height: 28px;
  line-height: 26px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
}

.cources-sidebar__content {
  display: flex;
  gap: 9px;
}

.ui-widget.ui-widget-content {
  height: 14px;
  border: 1px solid #202C38;
  position: relative;
}

.ui-slider-handle {
  position: absolute;
  width: 22px;
  height: 22px;
  background: #202C38;
  display: block;
  touch-action: none;
  margin: -5px 0 0 -10px;
  transition: none;
}

.cources-sidebar__range {
  display: flex;
  align-items: center;
}

.cources-range__value {
  width: 103px;
  margin-left: auto;
  border: 1px solid #202C38;
  background: transparent;
  height: 28px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}

.cources-range {
  flex: 1;
  margin: 0 20px 0 0;
}

.cources-content__row {
  display: flex;
  margin: 0 -30px;
  flex-wrap: wrap;
}

.cources-content__col {
  width: 33.3333%;
  padding: 0 30px;
  margin-bottom: 35px;
}

.cources-content__col .courses-item {
  margin: 0;
  width: 100%;
}

.cources-content__col .courses-item__img {
  box-shadow: 0 60px 80px rgba(0, 0, 0, 0.2);
}

.cources-content__col .courses-item__img img {
  width: 100%;
  display: block;
}

.cources-content {
  flex: 1;
}

.cources-sidebar__btns {
  display: flex;
  gap: 12px;
}

.cources-sidebar__btns .button2 {
  width: auto;
  padding: 0 15px;
  height: 50px;
  line-height: 50px;
}

.courses-info {
  margin: 0;
  padding: 0;
  list-style: none;
  max-width: 400px;
  margin-top: 60px;
}

.courses-info li {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
  display: flex;
}

.courses-info li span:first-child {
  width: 150px;
}

.courses-info2 {
  margin: 0;
  padding: 0;
  list-style: none;
  max-width: 400px;
  margin-top: auto;
  padding-top: 20px;
  border-top: 1px solid #D2D5D7;
}

.courses-info2 li {
  font-size: 16px;
  margin-bottom: 20px;
  display: flex;
}

.courses-info2 li span:first-child {
  width: 235px;
}

.courses-info2 li:last-child {
  margin-bottom: 0;
}

.cources-cart__row {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
}

.cources-cart__col {
  flex: 1;
}

.cources-cart__col label {
  display: block;
  font-size: 14px;
  color: #989898;
}

.cources-cart__col input {
  display: block;
  width: 100%;
  height: 50px;
  border: 1px solid #989898;
  padding: 0 10px;
}

.cources-cart {
  max-width: 580px;
  margin: 0 auto;
}

.cources-cart h4 {
  font-size: 20px;
  font-weight: 600;
  text-transform: none;
}

.cources-cart__btn {
  display: flex;
  justify-content: center;
  margin-top: 80px;
}

@media (max-width: 1440px) {
  .courses-catalog .container {
    max-width: 1135px;
  }

  .courses-item {
    margin: 0 auto;
  }

  .courses-slider {
    margin: 0;
  }

  .courses-slider .slick-prev {
    left: -40px;
  }

  .courses-slider .slick-next {
    right: -40px;
  }
}

@media (max-width: 1300px) {
  .courses-catalog__title {
    display: none;
  }
}

@media (max-width: 1200px) {
  .courses-jumborton__video {
    min-width: 380px;
    margin-right: 20px;
  }

  .courses-jumborton__desc h3 {
    font-size: 35px;
    line-height: 140%;
  }

  .courses-slider {
    margin: 0;
  }

  .courses-slider .slick-prev {
    left: 0;
  }

  .courses-slider .slick-next {
    right: 0;
  }

  .courses-registration {
    flex-direction: column;
  }

  .courses-reg__img {
    width: 100%;
    margin: 0;
    min-width: 0;
  }

  .courses-reg__img img {
    width: 100%;
  }

  .courses-reg__text {
    margin-bottom: 30px;
  }

  .cources-content__col {
    width: 50%;
    padding: 0 15px;
  }

  .cources-content__row {
    margin: 0 -15px;
  }
}

@media (max-width: 1024px) {
  .courses-jumborton {
    flex-direction: column;
    max-width: 90%;
  }

  .courses-jumborton__video {
    width: 100%;
    margin: 0 0 30px 0;
  }

  .courses-jumborton__video {
    min-width: 0;
  }

  .cources-row {
    flex-direction: column;
  }

  .cources-sidebar {
    width: 100%;
    margin-bottom: 30px;
  }

  .cources-sidebar__toggle {
    display: none;
  }

  .cources-sidebar__title {
    margin-bottom: 0;
    position: relative;
  }

  .cources-sidebar__title:after {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(../images/arrow-left.svg) no-repeat center;
    background-size: 10px;
    transform: rotate(-90deg);
    right: 0;
    top: 50%;
    margin-top: -10px;
  }

  .cources-sidebar__toggle {
    padding-top: 30px;
  }
}

@media (max-width: 768px) {
  .courses-jumborton {
    padding: 10px;
  }

  .courses-jumborton__desc h3 {
    font-size: 24px;
    margin-bottom: 15px;
  }

  .courses-video__play:before {
    width: 60px;
    height: 60px;
    background-size: 50%;
  }

  .courses-item {
    width: 100%;
  }

  .courses-item p {
    font-size: 18px;
  }

  .courses-item__img img {
    display: block;
    width: 100%;
  }

  .courses-slider {
    padding-top: 0;
  }

  .courses-slider .slick-slide {
    padding: 0 10px;
  }

  .courses-item__title {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .courses-jumborton {
    margin-bottom: 60px;
  }

  .courses-catalog .block-title {
    font-size: 24px;
    margin-bottom: 20px;
    padding: 0 15px;
  }

  .courses-catalog:after {
    display: none;
  }

  .courses-reg__text {
    font-size: 30px;
    line-height: 140%;
  }

  .courses-registration {
    margin-bottom: 40px;
  }

  .courses-catalog {
    margin-bottom: 100px;
  }

  .courses-banner__title {
    font-size: 30px;
  }

  .courses-detail__row {
    flex-direction: column;
  }

  .courses-detail__col {
    width: 100%;
    margin-bottom: 30px;
  }

  .courses-detail {
    margin-bottom: 40px;
  }
}

@media (max-width: 600px) {

  .courses-slider .slick-prev,
  .courses-slider .slick-next {
    /* top: auto; */
    top: 300px;
    /* bottom: -70px; */
    border-color: #202C38;
    background: url(../images/slider-arrow.svg) no-repeat center;
    /* background-size: 10px; */
    background-size: 12px;
    border-width: 2px;
  }

  .courses-slider .slick-prev {
    /* left: 50%; */
    /* margin-left: -50px; */
    margin-left: 30px;
  }

  .courses-slider .slick-next {
    /* right: 50%; */
    /* margin-right: -50px; */
    margin-right: 30px;
  }

  .courses-slider .slick-slide {
    padding: 0;
  }

  .courses-banner {
    height: 330px;
  }

  .courses-jumborton {
    max-width: 98%;
  }

  .courses-jumborton__btns .button1 {
    margin-right: 15px;
    width: 185px;
  }

  .courses-jumborton__btns .button2 {
    padding: 0 20px;
  }

  .courses-reg__text {
    font-size: 22px;
    margin-bottom: 15px;
  }

  .courses-banner__title {
    font-size: 24px;
    padding-top: 100px;
  }

  .cources-content__col {
    width: 100%;
  }

  .courses-info {
    margin-top: 0;
  }

  .courses-info2 li span:first-child {
    width: auto;
  }

  .courses-info2 li span:last-child {
    margin-left: auto;
  }

  .cources-cart__row {
    flex-direction: column;
    margin-bottom: 20px;
    gap: 20px;
  }
}

/*# sourceMappingURL=courses.css.map */