* {
  --my-bg-color : #052855;
  --my-bg-color-o : rgba(05,28,55,0.6);
  font-family: "Montserrat", "Open Sans", "Quicksand", "Roboto", sans-serif;
  text-align : center;
  vertical-align : center;
  padding : auto;
  margin : auto;
  }

a {
  text-decoration:none;
  color: white !important;
  }

a:hover {
  text-decoration: underline;
  }

body{
  margin: auto;
  padding: 0;
  background-color: white;
  font-size: 20px;
  }

#bgimg {
  width : 100%;
  background-image : url('img/djset.jpg');
  background-attachment : local;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding:0;
  margin:0;
  border-radius: 0 0 20% 20%;
  }

#bgclr {
  background-color : var(--my-bg-color-o);
  border-radius: 0 0 20% 20%;
  }

section.header {
  background-color : var(--my-bg-color-o);
  color: white;
  }

table {
  width : 100%;
  color :inherit;
  }

td {padding : 10px;}

.left {text-align : left;}

.right {text-align : right;}

.img-cell {
  width : 220px;
  }

.contact-cell  {
  width : 220px;
  font-size: 10px !important;
  text-align : left;
  }

.contact-cell a {
  font-size: 15px;
  }

img.logo-img {
  height : 60px;
  width :60px;
  border-radius: 50%;
  }

.school-name {
  font-size: 30px;
  font-weight: bold;
  font-stretch: extra-expanded;
  }

.main-container {
    max-width : 700px;
    margin : auto;
   }

.big-container {
    max-width : 1000px;
    margin : auto;
   }

.max-container {
  max-width : 100%;
  }

hr {
  margin: 0;
  padding: 0;
  height: 0;
  border: none;
  border-top: 2px solid #aaaaaa;
  }

.pre-name {
  font-size: 30px;
  font-weight: bold;
  padding: 10px;
  margin-top: 40px;
  }

.course-name {
  }

h1 {
  font-size: 80px;
  font-weight: bold;
  color : yellow;
  font-stretch: extra-expanded;
  letter-spacing: 5px;
  }

.title-page {
  color : white;
  }

.call {
  margin-bottom: 40px;
  color : white;
  border-radius: 5px;
  font-weight : bold;
  }

.go-buttons {
  padding-bottom: 40px;
  margin: auto;
  }

.button {
  border-radius : 5px;
  margin : 10px;
  padding :10px;
  background-color : white;
  color: var(--my-bg-color);
  text-transform: uppercase;
  font-weight : bold;
  display: inline-block;
  }

.program, .book {
  width : 200px;
  }

.why {
  color : black;
  }

.sec-title {
  font-size: 30px;
  font-weight: bold;
  font-stretch: expanded;
  text-transform: uppercase;
  padding: 40px 20px 0 20px;
  margin-bottom: 20px;
  }

.sec-subtitle {
  font-stretch: expanded;
  margin: 100px;
  }

.blocks {
  margin: 20px auto;
  }

.bigtext p {
  font-weight: normal;
  text-align: justify;
  margin: 10px;
  }

.stop {
  background-color : var(--my-bg-color);
  text-align : center !important;
  padding: 10px;
  color: white;
  font-size: 120%;
  }

.item {
  width: 180px;
  margin: 10px 20px;
  vertical-align: top;
  display: inline-block;
  }

.pic {
  height: 100px;
  width: 100px;
  }

.pic-title {
  margin: 10px;
  font-weight: bold;
  font-size: 15px;;
}

.pic-subtitle {
  font-size: 15px;;
}

.mc {
  color: var(--my-bg-color);
}

.w {
  color: white;
}

.sec-result {
  font-size: x-large;
  font-weight: bold;
  margin: 30px auto;
  }

.for, .format {
  background-color: var(--my-bg-color);
  color : white;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 10%;
  }

.format {
  background-image : url('img/djset-d.jpg');
  background-attachment : local;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  }

.my-color-text {
  color : var(--my-bg-color) !important;
  }

.b {
  font-weight: 600 !important;
  }

.left {
  text-align: left !important;
  }

.center {
  text-align: center !important;
  }

.easy-blocks {
  padding: 0 10px 10px 10px;
  margin-top: 10px;
  }

.ul-no, .ul-yes {
  list-style: none;
  padding-bottom: 10px;
  padding-left: 0;
  }

.ul-no li:before {
  content: '❌';
  color : red;
  padding : 5px;
  }

.ul-yes li:before {
  content: '✓';
  color : green;
  padding : 5px;
  font-weight: bold;
  }

li {
  text-align: left;
  padding: 3px;
  }

.white-box {
  border: 4px solid white;
  border-radius : 5px;
  width : 250px;
  display: inline-block;
  padding : 10px;
  margin : 10px;
  background-color : white;
  color : var(--my-bg-color);
  }

.program-list {
  padding-bottom: 20px;
  }

.mod-block {
  border-bottom: 4px solid var(--my-bg-color);
  border-radius : 20px;
  padding : 0 20px 20px 20px;
  margin : 20px auto 0 auto;
  background-color : white;
  }

.mod-pic-r {
  float: right;
  border-radius: 30%;
  }

.mod-name {
  text-align: left;
  color : var(--my-bg-color) !important;
  font-weight: bold;
  font-size: 20px;
  padding: 10px 0;
  }

.avtor {
  margin: auto;
  max-width : 95%;
  }

.max-container-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: auto;
  }

.avtor-text {
  margin: 10px;
  min-width : 400px;
  width: 60%;
  order: 1;
  }

.avtor-text p {
  font-weight: normal;
  text-align: justify;
  margin-bottom: 10px;
  }

.avtor-img {
  margin: 10px;
  max-width : 400px;
  width: 30%;
  align-self: flex-start;
  order: 2;
  }

.avtor-img img {
  width: 100%;
  height: 100%;
    object-fit: scale-down;
}


@media (max-width: 1000px) {
  .avtor-img {
    width: 100%;
    order: 1;
  }

  .avtor-text {
    width: 100%;
    min-width: auto;
    order: 2;
  }
}

.otzyvy {
  margin-top: 20px;
  background-color: var(--my-bg-color);
  padding: 20px;
}

.itc-slider-wrapper {
  background-color: var(--my-bg-color);
}

.itc-slider-items {
  --gap: 2rem;
  gap: var(--gap);
  align-items: stretch;
  justify-content: space-between;
}

.itc-slider-item {
  background-color: white;
  border-radius: 10px;
  align-self: stretch;
  /** flex: 0 0 calc(1/2 - var(--gap)/2); **/
  flex: 0 0 500px;
  padding: 5px;
  margin-top: 0;
}


@media (max-width: 1100px) {
  .itc-slider-item {
    flex: 0 0 100%;
  }
}