.text_confirmation{
	margin: 25px 0;
}
.form-title .title{
	text-align: center;
	margin-bottom: 15px;
	font-size: 1.2rem;
}

.form-group label span{
	display: block;
	padding: 0 0 4px 0;
	color: #BAC2CE;
	font-size: 16px;
}

.form-group .inp .error-msg{
	bottom: auto;
	top: 25px;
	right: 5px;
}

.text_confirmation{
	position: relative;
}

.text_confirmation .error-msg{
	left: 40px;
	bottom: -15px;
	top: auto;
	right: auto;
}

.styled-block{
	max-width: 680px;
	margin-left: auto;
	margin-right: auto;
}

.nne-feedback {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4rem;
    padding: 0 3rem;
}

.feedback-text p {
    font-weight: normal;
    font-size: 1rem;
    line-height: 150%;
    color: #1A345C;
}

.feedback-text p:not(:last-child) {
	margin-bottom: 1rem;
}

@media (max-width: 1024px) {
	.nne-feedback {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
    padding: 0;
	}
}

@media (max-width: 867px) {
	.nne-feedback {
    max-width: 100vw;
    width: 100%;
    margin: 0 auto;
	}
	.feedback-text {
    max-width: 100vw;
    width: 100%;
	}
}

@media screen and (max-width: 680px) {
    .buy__input {
       width: 85vw !important;
	}
    .g-col-sm-12 {
       margin: 0 4vw;
	}

}