 * {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  font-family: 'Gilroy', sans-serif;
}

*:active, *:focus {
  outline: none;
}

body {
  font-style: normal;
  font-weight: 400;
  color: #232323;
  background-color: #333333;
  padding: 0;
}

b {
  font-weight: 600;
}

table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  font-size: 18px;
  margin-bottom: 20px;
  border: 2px solid #a9a9a9;
}

td {
  text-align: left;
  padding: 10px;
  border: 2px solid #a9a9a9;
}

th {
  text-align: left;
  padding: 10px;
  border: 2px solid #a9a9a9;
 }

h1, h2, h3, h4, h5 {
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.4;
  color: #232323;
  padding-bottom: 25px;
}

ul, ol {
  padding: 0 0 30px 25px;
}

.main {
  background: #fff;
  max-width: 590px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  -webkit-transition-property: border-color,background-color,opacity,-webkit-box-shadow,-webkit-filter,-webkit-transform;
  transition-property: border-color,background-color,opacity,-webkit-box-shadow,-webkit-filter,-webkit-transform;
  transition-property: border-color,background-color,box-shadow,opacity,filter,transform;
  transition-property: border-color,background-color,box-shadow,opacity,filter,transform,-webkit-box-shadow,-webkit-filter,-webkit-transform;
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  -webkit-animation: slideup 1000ms cubic-bezier(0.4, 0, 0.2, 1) 1;
          animation: slideup 1000ms cubic-bezier(0.4, 0, 0.2, 1) 1;
  -webkit-box-shadow: 0.1em 0.1em 0.5em 0.1em black;
          box-shadow: 0.1em 0.1em 0.5em 0.1em black;
}

.title {
  padding-top:15px;
  text-align:center;
}

.img {
  width: 100%;
  line-height: 0;
}

.img img {
  width: 100%;
}

.content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  padding-top: 25px;
  padding-right: 25px;
  padding-bottom: 65px;
  padding-left: 25px;
}

.getcoursepay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  padding-top: 25px;
  padding-right: 10px;
  padding-bottom: 25px;
  padding-left: 10px;
}

.content p {
  margin-bottom: 25px;
  font-size: 20px;
  color: #3f3f3f;
  line-height: 1.4;
}

.content li {
  font-size: 20px;
  line-height: 1.4;
  color: #3f3f3f;
}

.content a {
  color: #ff2a13;
  text-decoration: none;
}

.content hr {
  width: 100%;
  max-width: none;
  margin-top: 25px;
  margin-right: 0px;
  margin-bottom: 45px;
  margin-left: 0px;
  border-top-width: 1px;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(63, 63, 63, 0.13);
  border-right-color: rgba(63, 63, 63, 0.13);
  border-bottom-color: rgba(63, 63, 63, 0.13);
  border-left-color: rgba(63, 63, 63, 0.13);
  font-size: 1em;
}

.sign img {
	width: 100%;
	border-radius: 15px;
}

.sign figcaption {
    margin-bottom: 25px;
	width: 100%;
	border-radius: 15px;
}

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

.case {
	background-color: #fffddf;
	padding: 10px;
	margin-bottom: 25px;
	border: 1px solid #a9a9a9;
	border-radius: 15px;
}

.case img {
	width: 100%;
	border-radius: 5px;
}

.case figcaption {
    font-size: 14px;
	margin-bottom: 25px;
	width: 100%;
	border-radius: 15px;
}

.case_mini {
	background-color: #f8f8f8;
	padding: 10px;
	margin-bottom: 25px;
	border: 1px solid #a9a9a9;
	border-radius: 15px;
}

.case_mini img {
	width: 25% !important;
	border-radius: 5px;
	float:left !important;
	margin: 0px 10px 0px 0px !important;
}

.case_mini p {
	margin-bottom: 0px;
	margin-top: -5px;
}

.chat_right p {
	width: 83%;
	background-color: #E8F6D6;
	padding: 10px;
	margin-bottom: 25px;
	border: 1px solid #a9a9a9;
	border-top-left-radius: 15px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}

.chat_right img {
	width: 15% !important;
	border-radius: 100%;
	float: right !important;
}

.chat_left p {
	width: 83%;
	background-color: #f8f8f8;
	padding: 10px;
	margin-left: 17%;
	margin-bottom: 25px;
	border: 1px solid #a9a9a9;
	border-top-left-radius: 0px;
	border-top-right-radius: 15px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}

.chat_left img {
	width: 15% !important;
	border-radius: 100%;
	float: left !important;
}

.kvadrat img {
	width: 100%;
	border-radius: 0px;
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 100%;
  margin:0 auto;
  border: 0;
  border-radius: 0.75em;
  font-size: 1em;
  background-color: #feed00;
  background: -webkit-gradient(linear, left bottom, left top, from(#feae00), to(#ffdf00));
  background: linear-gradient(0deg, #feae00 0%, #ffdf00 100%);
  -webkit-box-shadow: 0em 0.15em 0.75em 0em rgba(32, 0, 160, 0.3);
          box-shadow: 0em 0.15em 0.75em 0em rgba(32, 0, 160, 0.3);
  text-decoration: none;
  min-height: 90px;
}

.btn:hover {
  background-color: #feed00;
  background: -webkit-gradient(linear, left bottom, left top, from(#feb600), to(#feed00));
  background: linear-gradient(0deg, #feb600 0%, #feed00 100%);
  -webkit-box-shadow: 0em 0.15em 0.75em 0em rgba(32, 0, 160, 0.5);
          box-shadow: 0em 0.15em 0.75em 0em rgba(32, 0, 160, 0.5);
}

.anim {
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-property: border-color,background-color,opacity,-webkit-box-shadow,-webkit-filter,-webkit-transform;
  transition-property: border-color,background-color,opacity,-webkit-box-shadow,-webkit-filter,-webkit-transform;
  transition-property: border-color,background-color,box-shadow,opacity,filter,transform;
  transition-property: border-color,background-color,box-shadow,opacity,filter,transform,-webkit-box-shadow,-webkit-filter,-webkit-transform;
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}

.anim:hover {
  -webkit-transform: translate(0px, -3px);
          transform: translate(0px, -3px);
}

.anim__content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.25em 1em;
  overflow: hidden;
  width: 100%;
  z-index: 2;
  border-radius: inherit;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  color: #000;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  padding: 20px 16px;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.64);
}

.anim__content::after {
  content: "";
  display: block;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, color-stop(10%, rgba(255, 255, 255, 0.2)), color-stop(20%, rgba(255, 255, 255, 0.4)), to(rgba(255, 255, 255, 0.6)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.2) 10%, rgba(255, 255, 255, 0.4) 20%, rgba(255, 255, 255, 0.6));
  width: 20px;
  -webkit-transform: skewX(-45deg);
  transform: skewX(-45deg);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  -webkit-transition: all .1s;
  transition: all .1s;
  -webkit-animation-name: slideme;
  animation-name: slideme;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-delay: 50ms;
  animation-delay: 50ms;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.soc-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0.35em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(50% - 10px);
  color: #fff !important;
  max-height: 65px;
  -webkit-box-shadow: 0em 0.15em 0.65em 0em rgba(0, 0, 0, 0.25);
          box-shadow: 0em 0.15em 0.65em 0em rgba(0, 0, 0, 0.25);
    margin-bottom: 20px;
}

.soc-btn:hover {
  -webkit-box-shadow: 0em 0.15em 0.65em 0em rgba(0, 0, 0, 0.58);
          box-shadow: 0em 0.15em 0.65em 0em rgba(0, 0, 0, 0.58);
}

.soc-btn .anim__content {
  height: 100%;
  color: #fff;
  text-shadow: none;
  font-size: 22px;
  letter-spacing: 0.05em;
  padding: 15px 25px;
}

.soc-btn .svg {
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}



.footer {
  text-align: center;
  letter-spacing: 0.05em;
  color: #c8c8c8;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
  text-transform: none;
  padding: 25px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: inherit;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer a {
    color: #c8c8c8;
	text-decoration: none;
}

.footer a:hover {
    color: #fff; 
	text-decoration: none; 
}

.dotted {
	width: 30%;
    max-width: none;
    margin-top: 15px;
    margin-right: 35%;
    margin-bottom: 15px;
    margin-left: 35%;
    border-top-width: 1px;
    border-right-width: 0;
    border-bottom-width: 0;
    border-left-width: 0;
    border-top-style: dashed;
    border-right-style: dashed;
    border-bottom-style: dashed;
    border-left-style: dashed;
    border-top-color: rgba(255,255,255,0.5);
    border-right-color: rgba(255,255,255,0.5);
    border-bottom-color: rgba(255,255,255,0.5);
    border-left-color: rgba(255,255,255,0.5);
    font-size: 1em;
}

.anim-show{
	width:100%;
    max-height: 0;
	opacity:0; /*Элемент полностью прозрачный (невидимый)*/
	transition: 1s; /*Скорость перехода состояния элемента*/
	animation: show 3s 1; /* Указываем название анимации, её время и количество повторов*/
	animation-fill-mode: forwards; /* Чтобы элемент оставался в конечном состоянии анимации */
	animation-delay: 600s; /* Задержка перед началом */
}

@keyframes show{
		0%{
		opacity:0;
		max-height: 0;
	}
		100% {
		opacity:1;
		max-height: 999px;
	}
}

small {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
}

@-webkit-keyframes slideme {
  0% {
    left: -30px;
    margin-left: 0;
  }
  30% {
    left: 110%;
    margin-left: 80px;
  }
  100% {
    left: 110%;
    margin-left: 80px;
  }
}

@keyframes slideme {
  0% {
    left: -30px;
    margin-left: 0;
  }
  30% {
    left: 110%;
    margin-left: 80px;
  }
  100% {
    left: 110%;
    margin-left: 80px;
  }
}

@-webkit-keyframes slideup {
  0% {
    opacity: 0;
    -webkit-transform: translate(0px, 20px);
            transform: translate(0px, 20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}

@keyframes slideup {
  0% {
    opacity: 0;
    -webkit-transform: translate(0px, 20px);
            transform: translate(0px, 20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}

@media (max-width: 768px) {
  body {
    padding: 0;
  }
  .h40 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .soc-btn {
    width: 100%;
  }
  .soc-btn {
    margin-bottom: 20px;
  }
}

@media (max-width: 576px) {
  .plashka {
    width: 145px;
    height: 55px;
  }
  .btn {
    max-height: 75px;
    min-height: 75px;
  }
  .anim__content {
    max-height: 75px;
    font-size: 20px;
  }
  small {
    font-size: 13px;
  }
  .footer {
    font-size: 13px;
  }
  .title {
    font-size: 20px;
  }
  .content p, .content li {
    font-size: 16px;
  }
  .youtube{
	  width: 100%;
	  height: 350px;
  }
  
}@media (max-width: 400px) {
  .youtube{
	  width: 100%;
	  height: 300px;
  }
}
/*# sourceMappingURL=index.css.map */