@charset "utf-8";
/*
        Михаил Бабидов
        skype: compo_life
*/
html {
	font-size: 18px;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 700;
  font-family: inherit !important;
}
body {
	max-width: 1920px;
	margin: 0 auto;
	font-family: 'Noto Serif', serif;
}
.btn {
  position: relative;
}
.btn.btn-success {
  box-shadow: 0 0 20px 10px rgba(40,167,69,0.5);
  background-image: linear-gradient(90deg,
    rgba(0,0,0,0.00) 0%,
    rgba(0,0,0,0.00) 31%,rgba(255,255,255,0.50) 32%,rgba(255,255,255,0.50) 34%,rgba(0,0,0,0.00) 35%,
    rgba(0,0,0,0.00) 64%,rgba(255,255,255,0.50) 65%,rgba(255,255,255,0.50) 67%,rgba(0,0,0,0.00) 68%,
    rgba(0,0,0,0.00) 100%
  );
	text-shadow: 
		-0   -1px 2px #28A745,
		 0   -1px 2px #28A745,
		-0    1px 2px #28A745,
		 0    1px 2px #28A745,
		-1px -0   2px #28A745,
		 1px -0   2px #28A745,
		-1px  0   2px #28A745,
		 1px  0   2px #28A745,
		-1px -1px 2px #28A745,
		 1px -1px 2px #28A745,
		-1px  1px 2px #28A745,
		 1px  1px 2px #28A745,
		-1px -1px 2px #28A745,
		 1px -1px 2px #28A745,
		-1px  1px 2px #28A745,
		 1px  1px 2px #28A745;
}
.btn.btn-success:after {
  position: absolute;
  display: block;
  content: '';
  background: #28a745;
  width: 10px;
  height: 2rem;
  border-radius: 0 4px 4px 0;
  left: 100%;
  top: 50%;
  margin-top: -1rem;
  margin-left: 2px;
}
#scr1 {
  background-image: url("../img/scr1.jpg");
}


@media screen and (max-width: 767px) {
  html {
    font-size: 15px;
  }
}
