html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
html {
	scroll-behavior: smooth;
	overflow-x: hidden;
	}

a{
	text-decoration: none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
    width: 100%;
	background-color: #FFFFFF;

}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

input {border:0;outline:0;}
input:focus {outline:none!important;}

textarea {border:0;outline:0;}
textarea:focus {outline:none!important;}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #BCBCBC;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #BCBCBC;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #BCBCBC;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #BCBCBC;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color: #BCBCBC;
}

::placeholder { /* Most modern browsers support this now. */
   color: #BCBCBC;
}

.have_a_question_form_question::-webkit-input-placeholder       {text-indent: 0px;   transition: text-indent 1s ease;}
.have_a_question_form_question::-moz-placeholder                {text-indent: 0px;   transition: text-indent 1s ease;}
.have_a_question_form_question:-moz-placeholder                 {text-indent: 0px;   transition: text-indent 1s ease;}
.have_a_question_form_question:-ms-input-placeholder            {text-indent: 0px;   transition: text-indent 1s ease;}
.have_a_question_form_question:focus::-webkit-input-placeholder {text-indent: 500px; transition: text-indent 1s ease;}
.have_a_question_form_question:focus::-moz-placeholder          {text-indent: 500px; transition: text-indent 1s ease;}
.have_a_question_form_question:focus:-moz-placeholder           {text-indent: 500px; transition: text-indent 1s ease;}
.have_a_question_form_question:focus:-ms-input-placeholder      {text-indent: 500px; transition: text-indent 1s ease;}

.have_a_question_form_name::-webkit-input-placeholder       {text-indent: 0px;   transition: text-indent 1s ease;}
.have_a_question_form_name::-moz-placeholder                {text-indent: 0px;   transition: text-indent 1s ease;}
.have_a_question_form_name:-moz-placeholder                 {text-indent: 0px;   transition: text-indent 1s ease;}
.have_a_question_form_name:-ms-input-placeholder            {text-indent: 0px;   transition: text-indent 1s ease;}
.have_a_question_form_name:focus::-webkit-input-placeholder {text-indent: 500px; transition: text-indent 1s ease;}
.have_a_question_form_name:focus::-moz-placeholder          {text-indent: 500px; transition: text-indent 1s ease;}
.have_a_question_form_name:focus:-moz-placeholder           {text-indent: 500px; transition: text-indent 1s ease;}
.have_a_question_form_name:focus:-ms-input-placeholder      {text-indent: 500px; transition: text-indent 1s ease;}

.have_a_question_form_number::-webkit-input-placeholder       {text-indent: 0px;   transition: text-indent 1s ease;}
.have_a_question_form_number::-moz-placeholder                {text-indent: 0px;   transition: text-indent 1s ease;}
.have_a_question_form_number:-moz-placeholder                 {text-indent: 0px;   transition: text-indent 1s ease;}
.have_a_question_form_number:-ms-input-placeholder            {text-indent: 0px;   transition: text-indent 1s ease;}
.have_a_question_form_number:focus::-webkit-input-placeholder {text-indent: 500px; transition: text-indent 1s ease;}
.have_a_question_form_number:focus::-moz-placeholder          {text-indent: 500px; transition: text-indent 1s ease;}
.have_a_question_form_number:focus:-moz-placeholder           {text-indent: 500px; transition: text-indent 1s ease;}
.have_a_question_form_number:focus:-ms-input-placeholder      {text-indent: 500px; transition: text-indent 1s ease;}

.element::-webkit-scrollbar {
	width: 0;
  }
  
  /*Убрать полосу прокрутки для всей страницы*/
  ::-webkit-scrollbar {
	width: 0;
  }