/* Importing fonts from Google */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');

html {
  scroll-behavior: smooth;
}

body {
  display: flex;
  flex-direction: column;  
  background-color: #fff;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #222;
  letter-spacing: .015em;
  line-height: 1.4em;
  padding: 0;
  margin: 0;
  min-width: 359px;
  min-height: 100vh;
}

.logo {
  width: 100%;
  height: auto;
}

.d-none {
  display: none!important;
}

article.persona__container {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  width: 100%;
}

.block {
  display: flex;
  flex-direction: row; 
  margin: 0 auto;
  width: 100%;
}

.block.intro { 
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.block.short {
  display: flex;
  padding: 40px 0;
  max-width: 1200px;
  margin: 0 auto; 
}

.block-column1 {
  width: 100%;
  padding: 20px;
  margin: 0 auto;
}

.block-column2 {
  width: 50%;
  padding: 20px;
  margin: 0 auto;
}

.block-column3 {
  width: 33%;
  padding: 10px;
  margin: 0 auto;
}

.wmax500 { 
  max-width: 500px;
}

.mr-2 {
  margin-right: 10px;
}

.mr-3 {
  margin-right: 15px;
}

.mr-4 {
  margin-right: 20px;
}

.mt-2 {
  margin-top: 10px;
}


.mb-2 {
  margin-bottom: 10px;
}

.mb-4 {
  margin-bottom: 20px;
}

.row {
  flex-direction: row;
}

.column {
  flex-direction: column;
  text-align: center;
}

.text-center {
  text-align: center;
}

.center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.space-around {
  justify-content: space-around!important;
}

.persona-photo {
  width: auto;
  height: 100%;
}

.persona-author {
  width: 100%;
  height: auto;
}

.overflow {
  overflow: hidden;
  padding: 0!important;
}

img {
  border-style: none;
}

h1 { 
  font-size: 3rem;
  font-weight: bolder;
  line-height: 1.1;
  text-align: center;
  margin: 10px 0 25px 0;
}

h2 {
  margin-top: 0px;
  font-size: 2.5rem;
  font-weight: bolder;
  line-height: 1;
  text-align: center;
  margin: 10px;
}

h3 {
  margin-top: 0px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: normal;
  text-align: center;
  margin: 10px;
}

.color-blue {
  color: #4299e1;
}

.background-silver {
  background-color: #f9f9f9;
}

.background-blue {
  background-color: #4299e1;
}

p {
  font-size: 1.125rem;
  color: #505e73;
  margin: 0 0 20px;
  line-height: 1.42;
}

a.btn-url {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 20px;
  background-color: #edf2f7;
  color: rgb(36 36 36);
  font-weight: 600;
}

a.btn-url.active {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 20px;
  background-color: #4299e1;
  color: aliceblue;
  font-weight: 600;
}

.items { 
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: normal;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
}

.item { 
  display: flex;
  justify-content: center;
  align-items: flex-start;  
  margin: 5px;
  box-sizing: border-box;
}

.item-simple {
  display: flex;
  align-items: center;
  max-width: 320px;
  flex-direction: column;
  padding: 1rem;
  text-align: center;
}

.item-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  width: 100%;
  min-height: 100%;
  background: #fff;
  border: 1px solid #a5a5a5;
  border-radius: 0.5rem;
  padding: 1rem;
  text-align: center;
  box-sizing: border-box;
}

.item-video {
  display: flex;  
  align-items: center;
  flex-direction: column;
  max-width: 350px;
  width: 100%;  
  background: #fff;
  padding: 0;
  text-align: center;
}

.item-contact {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e5e5e5;
  border-radius: 6px;
  width: 35px;
  height: 35px;
  padding: 5px;
  margin: 5px;
}

.videoposter {
  /* border: 2px solid #4299e1; */
  /* box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25); */
  width: 100%;
  height: auto;
}

.videotitle {
  position: absolute;
  left: 10px;
  top: 10px;
  font-size: larger;
  font-weight: 900;
  background-color: #d5d5d5;
  color: #3b3b3b;
  padding: 5px 10px 9px;
}

.circle-icon {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center; 
  align-self: center;  
  padding: 15px;
  border-radius: 50%;
  background: #EDF2F7;
  margin-bottom: 5px;
}

.squad-icon > img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: auto;
}

.circle-image {
  display: flex;
  justify-content: center;
  overflow: hidden;
  border-radius: 50%;
  width: 6em;
  height: 6em;
}

.squad-image {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 100%;
  height: auto;
}

.bage-alert {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-color: #bee3f8;
  margin-bottom: 10px;
  padding: 10px;
}

.bage-icon > svg {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #3182ce;
  margin-right: 5px;
}

/* Медиа-запрос для мобильных устройств */
@media (min-width: 1200px) {
  .item { max-width: 30%!important; }
  p {
    font-size: 1.1rem;
    color: #505e73;
    margin: 0 0 20px;
    line-height: 1.3;
  }
}

@media (max-width: 1200px) { 
  .item { max-width: 45%!important; }
}

@media (max-width: 768px) {
  .block { flex-direction: column!important; }  
  .item { max-width: 90%!important; }
  .wmax500 { max-width: 100%!important; }
  .block-column2 { width: 90%!important; }
  h2.color-blue { font-size: 1.5rem; margin-top:40px; }
  .btn-url { margin-bottom: 10px; }
  .block.intro { height: unset; }
}

/* feedback */

/* * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
} */

.fb-course {
  text-align: left;
  padding-bottom: 10px;
  left: 0;   
}

.fb-course > a {
  text-decoration: none;
  color: #4299e1;
  font-size: 1.1rem;
  font-weight: 600;
}

.fb-text {
  text-align: left;
  padding-bottom: 10px;
}

.fb-name > span {
  font-weight: 200;
  margin-left: 20px;
  color: #313131;
}

.fb-name {
  text-align: left;
  left: 0;
  color: #2a2a2a;
  font-size: 1.1rem;
  font-weight: 600;
}

.owl-stage > div.owl-item {
  transition: all 0.3s ease-in-out;
  border: 1px solid #c5c5c5;
  border-radius: 0.5rem;
}

.owl-carousel .owl-item {
  transition: all 0.3s ease-in-out;
}

.owl-carousel .owl-item .card {
  padding: 20px;
  position: relative;
}

.owl-carousel .owl-stage-outer {
  overflow-y: auto !important;
  padding-bottom: 10px;
}

.owl-carousel .owl-item img {
  height: 200px;
  object-fit: cover;
  border-radius: 6px;
}

/* .owl-carousel .owl-item .card .fb-name {
  position: absolute;
  bottom: -20px;
  left: 33%;
  color: #101c81;
  font-size: 1.1rem;
  font-weight: 600;
  background-color: aquamarine;
  padding: 0.3rem 0.4rem;
  border-radius: 5px;
  box-shadow: 2px 3px 15px #3c405a;
} */

.owl-carousel .owl-item .card {
  opacity: 0.75;
  /* transform: scale3d(0.8, 0.8, 0.8); */
  transition: all 0.3s ease-in-out;
  border: unset!important;
}

.owl-carousel .owl-item.active.center .card {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

.owl-carousel .owl-dots {
  display: inline-block;
  width: 100%;
  text-align: center;
}

.owl-theme .owl-dots .owl-dot span {
  height: 10px;
  background: #2a6ba3 !important;
  border-radius: 2px !important;
  opacity: 0.8;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  height: 10px;
  width: 10px;
  opacity: 1;
  /* transform: translateY(2px); */
  background: #83b8e7 !important;
}

@media(min-width: 480.6px) and (max-width: 575.5px) {
  .owl-carousel .owl-item .card .fb-name {
    left: 24%;
  }
}

@media(max-width: 360px) {
  .owl-carousel .owl-item .card .fb-name {
    left: 30%;
  }
}
