section {
  background: #e5e5e5;
}

.wrapper-back {
  max-width: 100%;
}

.yellow-btn {
  padding: 19px 19px;
  background: #F4D433;
  color: #353535;
  border-radius: 5px;
  font-weight: 600;
  font-size: 18px;
  display: inline-block;
}

.yellow-btn:hover {
  background: #F6DE63;
}

.brown-btn {
  padding: 19px 16px;
  background: #1A1F23;
  color: #ffffff;
  border-radius: 5px;
  font-weight: 600;
  font-size: 16px;
}

.transparent-light-btn {
  padding: 18px 33px;
  color: #ffffff;
  border-radius: 5px;
  border: 2px solid #fff;
  font-weight: 600;
  font-size: 16px;
}

.transparent-light-btn:hover {
  background: #fff;
  color: #474747;
}

.transparent-dark-btn {
  padding: 13px 26px;
  border-radius: 5px;
  border: 2px solid #474747;
  color: #474747;
  font-weight: 600;
  font-size: 16px;
}

.transparent-dark-btn:hover {
  background: #474747;
  color: #ffffff;
}

.title-inner-h1 {
  color: #ffffff;
  font-size: 45px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.title-inner-h1::before {
  content: '';
  width: 87px;
  height: 5px;
  background: #F4D433;
  display: inline-block;
  margin-right: 20px;
}

.title-h2 {
  color: #2B2B2B;
  background: #F4D433;
  display: inline-block;
  padding: 10px 9px;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 30px;
}

.title-h3 {
  color: #ffffff;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 31px;
}

.title-h3-yellow {
  color: #2b2b2b;
  font-size: 24px;
  font-weight: bold;
  padding: 7px 8px;
  background: #F4D433;
  display: inline-block;
}

.form .item {
  height: 50px;
  margin-bottom: 20px;
  position: relative;
  background: #fff;
  border-radius: 5px;
}

.form .item .error {
  width: 100%;
  position: absolute;
  bottom: 0;
  color: #EF6446;
  font-size: 13px;
  text-align: center;
  z-index: 1;
}

.form .item .label {
  padding-left: 25px;
  font-size: 18px;
  color: #8C8C8C;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  display: none;
}

.form .item .label span {
  color: #EF6446;
}

.form .item .input {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background: transparent;
  z-index: 1;
  padding-left: 25px;
  font-size: 18px;
  color: #8C8C8C;
}

.form .item .input:focus {
  background: #ffffff;
}

.form .item .input:invalid + .label {
  display: inline;
}

.btn-rights {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.btn-rights .comment {
  max-width: 202px;
  font-size: 12px;
  font-weight: normal;
  color: #8C8C8C;
  margin-right: 10px;
}

.btn-rights .comment .link {
  border-bottom: 1px solid #8c8c8c;
}

.btn-rights .custom-checkbox {
  opacity: 0;
}

.btn-rights .custom-checkbox + .label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  width: 12px;
  height: 12px;
  margin-right: 10px;
}

.btn-rights .custom-checkbox + .label::after {
  content: '';
  display: inline-block;
  border: 1px solid #9DB7D1;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
  position: absolute;
  top: 0px;
  left: 0px;
}

.btn-rights .custom-checkbox + .label::before {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
  position: absolute;
  top: -2px;
  left: 1px;
}

.btn-rights .custom-checkbox:checked + .label::before {
  border-color: #0b76ef;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='none' stroke='%2300C57E' d='M0.5 4L3.5 7L11 0'/%3e%3c/svg%3e");
  background-size: 100%;
}

body,
div,
dl,
dt,
dd,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img,
abbr {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ul li {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

legend {
  color: #000;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  box-sizing: border-box;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  box-sizing: border-box;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  box-sizing: border-box;
}

html,
input::placeholder,
textarea::placeholder {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

body,
button {
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
  color: #474747;
}

.wrapper {
  max-width: 1230px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
}

img {
  display: block;
}

button {
  display: block;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input,
textarea {
  border: none;
  padding: 0;
}

button,
a {
  text-decoration: none;
  background: transparent;
  border: none;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
  color: inherit;
}

button:hover,
a:hover {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media screen and (max-width: 992px) {
  .title-inner-h1 {
    font-size: 35px;
  }

  .title-inner-h1::before {
    width: 47px;
  }

  .title-h2 {
    font-size: 24px;
  }
}

@media screen and (max-width: 780px) {
  .wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 500px) {
  .title-inner-h1 {
    font-size: 24px;
  }

  .title-h2 {
    font-size: 20px;
  }
}
