html, body { font-family: 'Noto Sans', sans-serif; font-family: 'Noto Sans', sans-serif; margin:0; padding:0; width:100%; box-sizing: border-box; color: #333;}

*, *:before, *:after {box-sizing: border-box}
h1, h2, h3 { font-weight:normal; padding:0; margin:0px; }   
p { margin:0px; padding:0 }
img { border:none; outline:0 }
a { color:#333; outline:0 }
ul, ol, li {  list-style-position: inside; padding:0px; margin:0px; }
a:hover, a:focus {text-decoration: none; cursor:pointer; outline:0}
input, input[type="submit"], textarea {border:none; background:none; outline:0; font-family: 'Noto Sans', sans-serif;  } 
input[type=submit] {cursor:pointer}
button {cursor: pointer;}




.stub-wrp-title img {
	width: 250px;
}

.stub-wrapper {
	background: #037394;
	display: flex;
	flex-direction: column;
   justify-content: center;
	gap: 120px;
   width: 100vw;
   height: 100vh;
}

.stub-wrp-title {
	text-align: center;
	color: #fff;
}

.stub-descr-top {
	color: #fff;
}

.stub-link {
   font-family: 'Noto Sans', sans-serif;
   font-size: 18px;
   text-decoration: underline;
   background: transparent;
   border: none;
	color: #fff;
}

.stub-span {
	font-size: 12px;
	position: relative;
	color: #fff;
	margin-left: 8%;
}

.stub-span::before {
    content: '';
    position: absolute;
    height: 4px;
    width: 105px;
    background: #ffffff;
    top: 50%;
	right: 109%;
    transform: translateY(-50%);
}

.stub-title {
	font-size: 60px;
	display: block;
}

.stub-wrp-descr {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.stub-descr-top {
	text-align: center;
	max-width: 430px;
}

.link-youtube img {
	width: 100px;
	height: 57px;
}

.stub-wrp-link {
	display: flex;
    justify-content: center;
}

.link-youtube {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-decoration: none;
}

.txt-yotube {
	color: #fff;
}

.stub-form {
   position: fixed;
   top: 0;
   bottom: 0;
   right: 0;
   left: 0;
   overflow: hidden;
   overflow-y: auto;
   -webkit-overflow-scrolling: touch;
   display: none;
   flex-flow: column nowrap;
   justify-content: center; /* см. ниже */
   align-items: center;
   z-index: 99;
   /* Чтобы окно не прилипало к границе
   браузера установим отступы */
   padding:30px 0;
}
.stub-form.active {
   display: flex;
   background: rgba(0, 0, 0, 0.6);
}

.stub-form input{
   background: #fff;
   width: 76%;
   margin-bottom: 10px;
   border: 2px solid #FFF;
}

.stub-form input._error {
   border: 2px solid #c24343;
}

.stub-form form {
	width: 22%;
	border: 1px solid #fff;
	margin-bottom: 50px;
	padding: 15px 0 15px 17px;
	background: #037394;
	transition: transform 0.15s ease 0s, opacity 0.15s ease 0s;
    transform: scale(1);
}

.stub-label-n {
	margin-right: 1px;
}

.stub-form label {
   display: inline-block;
	color: #fff;
	font-size: 15px;
}

.stub-form textarea {
   border: 2px solid #FFF;
	font-size: 0.8rem;
	letter-spacing: 1px;
	padding: 10px;
	background: #fff;
	line-height: 1.5;
	width: 92%;
	margin-top: 10px;
	margin-bottom: 10px;
}

.stub-form textarea._error {
   border: 2px solid #c24343;
}

.btn-stub {
	border: none;
	font: inherit;
	color: #fff;
	background-color: transparent;
	border: 1px solid #fff;
	padding: 2px 30px;
}

.stub-btn-wrap {
	display: flex;
	padding-left: 30px;
	gap: 15px;
}

.done-message {
   color: #00ff16;
   text-align: center;
   padding: 15px 15px 15px 0;
}

