@import "lite-yt-embed.css";
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800,900&display=swap&subset=cyrillic-ext,latin-ext");
body {
  background-color: #F4F6FC;
}

body {
  font-family: Montserrat, sans-serif;
}

.font-grey {
  color: #818696;
}

body {
  background-color: #F4F6FC;
}

.projects__card__button {
  border-radius: 100px;
  font-weight: 600;
  font-size: 0.6rem;
  color: black;
  line-height: 150%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.2s;
}
.projects__card__button:hover {
  transform: translateY(-5px) scale(1.01);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12);
}

.button_details {
  display: inline-block;
  padding: 1rem 2rem;
  border: 1px solid black;
}

.button_details:hover {
  cursor: pointer;
  text-decoration: none;
  color: black;
}

.button_videos {
  padding: 1rem 2rem;
}

.round {
  border-radius: 8px;
}

.round-left {
  border-radius: 0 8px 8px 0;
}

.round-right {
  border-radius: 8px 0 0 8px;
}

.footer__social_icon {
  transition: 0.1s ease-in;
  z-index: 1;
}
.footer__social_icon:hover {
  transform: rotate(-2deg) translate3d(2%, 2%, 10px);
  z-index: 2;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
}

.footer__input_container {
  margin-bottom: 1rem;
}
.footer__input_container label {
  font-size: 0.8rem;
  font-weight: 300;
  position: absolute;
  padding: 1rem 0 0 1rem;
}
.footer__input_container input, .footer__input_container textarea {
  font-size: 0.8rem;
  border: 1px solid lightgrey;
  border-radius: 8px;
  outline: 0;
  background: 0;
  min-width: 100%;
  min-height: 100%;
  padding: 2.5rem 1rem 1rem 1rem;
  transition: 0.2s ease-in-out;
}
.footer__input_container input::placeholder, .footer__input_container textarea::placeholder {
  opacity: 0.4;
}
.footer__input_container input:hover, .footer__input_container textarea:hover {
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.footer__input_container input:focus, .footer__input_container textarea:focus {
  box-shadow: 7px 7px 10px 0 rgba(0, 0, 0, 0.12);
}
.footer__input_container input[type=submit] {
  padding: 0;
  border: 1px solid black;
  background: black;
}
.footer__input_container input[type=submit].disabled {
  background: #4e555b;
}
.footer__input_container input[type=submit].disabled:hover {
  box-shadow: none;
  cursor: not-allowed;
}

.achievements__card_sm {
  background-color: transparent;
  padding: 0;
  margin: 2rem 0 3rem 0;
}
.achievements__card_sm h3 {
  padding-top: 1rem;
  font-weight: 400;
  font-size: 1.2rem;
}
.achievements__card_sm p {
  font-size: 0.8rem;
  line-height: 150%;
}

.achievements__container_md h3 {
  font-weight: 400;
  font-size: 1.2rem;
}
.achievements__container_md p {
  font-size: 0.8rem;
  line-height: 150%;
  color: #818696;
}

.mainscreen {
  min-height: 100vh;
  min-width: 100vw;
  background-image: url("../media/mainscreen_sm.jpg");
  -webkit-background-size: cover;
  background-size: cover;
}
@media (min-width: 768px) {
  .mainscreen {
    background-image: url("../media/mainscreen_md.jpg");
  }
}
@media (min-width: 1024px) {
  .mainscreen {
    background-image: url("../media/mainscreen_lg.jpg");
  }
}
.mainscreen #mainscreen__text {
  padding-top: 2rem;
}
@media (min-width: 768px) {
  .mainscreen #mainscreen__text {
    padding-top: 8rem;
  }
}
.mainscreen #mainscreen__text h1 {
  font-size: 2rem;
  font-weight: 400;
  line-height: 106%;
  letter-spacing: 0.1em;
  padding-top: 4rem;
}
@media (min-width: 768px) {
  .mainscreen #mainscreen__text h1 {
    font-size: 4rem;
  }
}
.mainscreen #mainscreen__text p {
  font-size: 1.2rem;
  line-height: 106%;
  font-weight: 200;
}

.courses__card h3 {
  font-size: 1.1rem;
}
.courses__card p {
  font-size: 0.8rem;
  color: white;
}

.clubs__container {
  background: #1C1C1C;
}
@media (min-width: 768px) {
  .clubs__container .clubs__border_right {
    border-right: 1px solid #DDCBA9;
  }
}
.clubs__container .clubs__title {
  margin-bottom: 0;
}
.clubs__container .clubs__comment {
  font-size: 0.75rem;
  color: #818696;
}

body {
  background-color: #F4F6FC;
}

.cases__main_pic {
  height: 30vh;
  background-size: cover;
  background-position: center;
}
@media (min-width: 768px) {
  .cases__main_pic {
    height: 60vh;
  }
}

.cases__body {
  background: #EFF1FB;
}
.cases__body h4, .cases__body p, .cases__body b {
  margin-bottom: 1rem;
}
.cases__body .video_title {
  background: #fff;
  border-radius: 8px 8px 0 0;
  padding: 1rem;
}
.cases__body .video_title p {
  margin: 0;
  font-weight: 500;
}
.cases__body p.big {
  font-weight: 500;
  font-size: 3rem;
  margin-bottom: -1rem;
  padding: 0;
}
.cases__body p.small {
  font-weight: 300;
  font-size: 1rem;
}
.cases__body .cases__license_container {
  padding-bottom: 3.5rem;
}
.cases__body .cases__license_container .cases__license_card {
  padding-left: 8rem;
  height: 6rem;
  background: #DDCBA9;
  border-radius: 6px;
  display: flex;
  align-content: center;
}
@media (min-width: 768px) {
  .cases__body .cases__license_container .cases__license_card {
    padding-left: 11rem;
  }
}
.cases__body .cases__license_container img {
  position: absolute;
  top: -2rem;
  left: 3rem;
  height: 10rem;
}
@media (max-width: 768px) {
  .cases__body .cases__license_container img {
    height: 8rem;
    top: -1rem;
    left: 2rem;
  }
}

.cases__container h2 {
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .cases__container h2 {
    font-size: 2rem;
  }
}

.cases__card {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  background-color: #FBFBFC;
  border-radius: 8px;
}
.cases__card p, .cases__card h3 {
  margin-bottom: 1rem;
}
.cases__card p {
  line-height: 150%;
  color: #818696;
}
.cases__card > h3 {
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 120%;
}

.cases__card_sm {
  width: 100%;
  padding: 1.5rem;
  margin-bottom: 2rem;
}
.cases__card_sm > img {
  width: calc(100% + 3rem);
  margin: -1.5rem -1.5rem 1.5rem -1.5rem;
  border-radius: 8px 8px 0 0;
}

.cases__card_md {
  padding: 2rem;
}

.popup_container {
  opacity: 0;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  justify-content: center;
  transition: opacity 1s;
}

.close_cross {
  background: white;
  border-radius: 8px;
  position: absolute;
  right: 0;
  top: -32px;
  width: 32px;
  height: 32px;
  opacity: 0.5;
}

.close_cross:before, .close_cross:after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 33px;
  width: 2px;
  background-color: #333;
}

.close_cross:before {
  transform: rotate(45deg);
}

.close_cross:after {
  transform: rotate(-45deg);
}

@media (min-width: 768px) {
  .fullscreen-md {
    height: 100vh;
  }
}

@media (min-width: 768px) {
  .w-md-75 {
    width: 75% !important;
  }
}

html.sr .load-hidden {
  visibility: hidden;
}

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