* {
  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: #fff;
  padding: 0;
}

.black {
  background-color: #333333;
}

b {
  font-weight: 600;
  font-size: 26px;
}

h1 {
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
  color: #232323;
  padding-bottom: 25px;
}

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

.subtitle {
  font-size: 22px;
  font-weight: 500;
  color: #666;
  margin-bottom: 30px;
  line-height: 1.4;
}

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

.h40 {
  height: 40px;
}

.main {
  background: #fff;
  max-width: 720px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 20px;
  -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;
}

.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: 30px;
  padding-right: 40px;
  padding-bottom: 65px;
  padding-left: 40px;
}

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

.content li {
  font-size: 24px;
  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;
}

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

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

.case-red {
	background-color: #fff5f4;
    padding: 20px;
	margin-bottom: 25px;
	border: 1px solid #ae8888;
	border-radius: 15px;
}

.case-green {
	background-color: #efffe9;
    padding: 20px;
	margin-bottom: 25px;
	border: 1px solid #94b691;
	border-radius: 15px;
}

.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: #e9f6ff;
	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;
}

.or p {
	background-color: #fff6de;
}

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

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

.plashka {
  background-color: #FFDC00;
  padding: 5px 10px;
  border-radius: 3px;
  font-size: 20px !important;
  margin-bottom: 20px !important;
  font-weight: 500;
}

.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: 70%;
  max-width: 100%;
  border: 0;
  border-radius: 0.75em;
  font-size: 1em;
  background-color: #fede00;
  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: 100px;
    margin-left: auto;
    margin-right: auto;
	margin-top:20px;
}

.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;
}

.soc-btn.tg {
  background-color: #27A6E5;
}

.soc-btn.tg:hover {
  background-color: #00aaff;
}

.soc-btn.vk {
  background-color: #5181B8;
}

.soc-btn.vk:hover {
  background-color: #1f67ba;
}

.soc-btn.wa {
  background-color: #4AAE20;
}

.soc-btn.wa:hover {
  background-color: #00C202;
}

.soc-btn.ig {
  background-color: #ad00bc;
}

.soc-btn.ig:hover {
  background-color: #9600ff;
}

.soc-btn.yt {
  background-color: #d80000;
}

.soc-btn.yt:hover {
  background-color: #ff0000;
}

.footer {
  text-align: center;
  letter-spacing: 0.05em;
  color: #878787;
  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: #878787;
	text-decoration: none;
}

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

.podpis {	
    font-size: 13px;
    letter-spacing: 0.07em;
    color: rgba(200,200,200,0.59);
}

.podpis a {	
    font-size: 13px;
    letter-spacing: 0.07em;
    color: rgba(200,200,200,0.59);
}

.podpis a:hover {
    font-size: 13px;
    letter-spacing: 0.07em;
    color: #fff;
}

.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;
}

.youtube{
	width: 100%;
	height: 450px;
}
  
.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) {
  .main {
    border-radius: 0px;
  }
  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) {

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

  .subtitle {
    font-size: 18px;
    margin-bottom: 25px;
  }

  .main {
    border-radius: 0px;
  }
  
  

ul, ol {
  padding: 0 0 30px 20px;
}
	
  .plashka {
    font-size: 16px !important;
  }
  .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: 26px;
  }
  .content {
  padding-right: 25px;
  padding-left: 25px;
  }
  .content p, .content li {
    font-size: 18px;
  }
  b {
    font-weight: 600;
    font-size: 20px;
  }
  .youtube{
	  width: 100%;
	  height: 350px;
  }
  
  .btn {
  width: 100%;
}
  
}

@media (max-width: 400px) {
  .youtube{
	  width: 100%;
	  height: 300px;
  }
}
/*# sourceMappingURL=index.css.map */