html,
body,
div,
h1,
h2,
h3,
h4,
p,
form,
input,
span,
textarea,
a,
em,
img,
ins,
strong,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
label {
  border: 0;
  margin: 0;
  box-sizing: border-box;
  padding: 0;
  vertical-align: baseline;
}

article,
aside,
figcaption,
figure,
footer,
header,
nav,
section {
  display: block;
  box-sizing: border-box;
}

input,
textarea,
button {
  -webkit-appearance: none;
}

input::-webkit-input-placeholder {
  color: #232323;
}

input:-moz-placeholder {
  color: #232323;
}

input::-moz-placeholder {
  color: #232323;
}

input:-ms-input-placeholder {
  color: #232323;
}

ol,
ul {
  list-style: none;
}

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

::-ms-clear {
  display: none;
}

p {
  margin-top: 0;
  max-width: 45em;
}

.green-btn {
  display: inline-block;
  border-radius: 8px;
  background-color: #29961f;
  box-sizing: border-box;
  padding: 12px 25px 13px;
  text-align: center;
  font-family: inherit;
  font-size: 19px;
  color: white;
  cursor: pointer;
  -webkit-appearance: none;
}

.green-btn:hover {
  background-color: #217e18;
  color: white;
}

.centered {
  text-align: center;
}

@media (width <=767px) {
  .reg-btn {
    width: 100%;
  }
}

a {
  text-decoration: none;
  color: #30a6cd;
  transition: color .2s;
}

a:hover {
  color: #f85161;
}

body {
  background-color: #fafafa;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 16px;
  line-height: 1.4;
  color: #232323;
}

h1 {
  margin-bottom: 12px;
  max-width: 20em;
  font-size: 34px;
  font-weight: 400;
  color: white;
}

h2 {
  margin-bottom: 32px;
  /* text-align: center; */
  font-size: 29px;
  line-height: 1.4;
  font-weight: 500;
}

@media (width <=767px) {
  h2 {
    margin-bottom: 30px;
    font-size: 28px;
  }
}

#page {
  position: relative;
  margin: 0 auto;
  min-height: 100%;
  height: 100%;
}

.head {
  height: 80px;
  width: 100%;
}

.logo {
  width: 247px;
  float: left;
  padding-left: 1px;
}

.header-hotline {
  margin-top: 12px;
  width: 350px;
  float: right;
  font-size: 13px;
  line-height: 13px;
}

.header-hotline span {
  letter-spacing: -1px;
  color: #4d4d4d;
}

.header-hotline span:before {
  content: '';
  display: inline-block;
  margin-right: 7px;
  background: url(../img/phone.png) no-repeat;
  height: 22px;
  width: 22px;
  vertical-align: -2px;
}

.header-hotline i {
  display: block;
  margin-top: 5px;
  margin-left: 30px;
  font-style: normal;
  color: #8a8c8e;
}

.header-hotline i.other-action {
  display: block;
  margin: 0;
  float: right;
}

.content {
  margin: auto;
  max-width: 960px;
}

@media (width <=767px) {
  .content {
    padding: 0 20px;
  }
}

.actionform {
  background-color: #af1e49;
  padding-top: 48px;
  padding-bottom: 56px;
}

@media (width <=767px) {
  .actionform {
    padding-top: 50px;
    padding-bottom: 60px;
  }
}

.left {
  font-size: 16px;
  color: white;
}

@media (width <=767px) {
  .left {
    margin-bottom: 10px;
    width: 100%;
    padding-right: 0;
  }
}

.left_item {
  margin-bottom: 4px;
  font-size: 19px;
  line-height: 1.6;
}

@media (width <=767px) {
  .left_item {
    margin-bottom: 8px;
    font-size: 16px;
  }
}

.left_item b {
  font-weight: 400;
}

@media (width <=767px) {
  .left_item b {
    font-size: 19px;
  }
}

.actionform .left span b {
  font-size: 34px;
}

.right {
  display: inline-block;
  margin-top: 36px;
}

.right_item_text {
  margin-bottom: .8em;
  font-size: 19px;
  color: white;
}

@media (width <=767px) {
  .right {
    width: 100%;
  }
}

select:first-child {
  display: none;
}

.actionform .right .field .prof-alert,
.name-val-alert,
.name-regexp-alert,
.mail-val-alert,
.mail-regexp-alert,
.phone-val-alert,
.phone-regexp-alert {
  display: none;
}

.actionform .right .alert {
  margin-bottom: 8px;
  font-size: 13px;
  color: white;
}

.field-row {
  margin-bottom: 15px;
}

.actionform .spec-list {
  width: 100%;
}

.actionform input {
  border-radius: 8px;
  height: 50px;
  width: 100%;
  padding: 0 20px;
  font-family: inherit;
  font-size: 16px;
}

.send-btn {
  margin-bottom: 13px;
  width: 100%;
}

.ask {
  font-size: 13px;
  font-weight: 300;
  color: #c592a7;
}

.facts {
  padding-top: 40px;
}

@media (width <=767px) {
  .facts {
    padding-top: 50px;
  }
}

.facts ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.facts li {
  border-right: 1px solid #d0d0d0;
  text-align: center;
  font-size: 23px;
  line-height: 1.4;
  padding-inline: 20px;
}

@media (width <=767px) {
  .facts li {
    border-right: 0;
    margin-bottom: 20px;
    width: 100%;
  }
}

.facts li:last-child {
  border: none;
}

.staff {
  padding-top: 32px;
  padding-bottom: 0;
}

@media (width <=767px) {
  .staff {
    padding-top: 30px;
    padding-bottom: 0;
  }
}

.experts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  font-size: 0;
}

.experts_item {
  padding-right: 1rem;
}

@media (width <=767px) {
  .experts_item {
    margin-bottom: 40px;
    width: 100%;
    padding: 0;
  }
}

.experts_name {
  margin-top: 8px;
  font-size: 23px;
  font-weight: 500;
}

.experts_pic {
  border: 8px solid white;
  border-radius: 100%;
  height: auto;
  width: 140px;
  box-shadow: 0 0 2px 0 #232323;
}

@media (width <=767px) {
  .experts_pic {
    width: 80px;
  }
}

.experts_prof {
  margin: 0 0 8px;
  font-size: 19px;
  font-weight: 500;
}

.experts_desc {
  text-align: left;
  font-size: 16px;
  font-weight: 500;
}

.needs {
  padding-top: 50px;
  padding-bottom: 100px;
}

.outro {
  padding-bottom: 80px;
}

.outro_text {
  margin: 30px auto;
  text-align: center;
  font-size: 19px;
  line-height: 1.7;
}

@media (width <=767px) {
  .outro_text {
    font-size: 16px;
  }
}

.b-disclaimer {
  margin-bottom: 12px;
  font-size: 13px;
  line-height: 1.8;
  color: #505050;
}

.test {}

.footer-text {
  text-align: center;
}

/*  modal popup */
#myModal .right {
  position: relative;
  height: 414px;
  width: 445px;
  float: left;
  padding-top: 20px;
  text-align: center;
}

#myModal .right .title {
  display: block;
  margin-bottom: 10px;
  color: #743850;
}

#myModal .right .hint {
  color: #555;
}

option .default {
  display: none;
}

#myModal .right .field {
  margin: 15px 73px 0 73px;
}

#myModal .right .field .prof-alert-modal,
.name-alert-modal,
.mail-alert-modal {
  display: none;
}

#myModal .right .alert {
  text-align: left;
  line-height: 18px;
  color: #fe5b5b;
}

#myModal .right .field-row {
  margin-bottom: 15px;
  height: 42px;
  text-align: left;
  font-size: 0;
  line-height: 0;
}

#myModal .right select {
  width: 310px;
}

#myModal .right input {
  border: 1px solid #dadada;
  border-radius: 8px;
  height: 42px;
  width: 280px;
  padding: 0 15px;
  color: #464646;
}

#myModal .right .field .ask {
  display: block;
  font-family: inherit;
  font-size: 13px;
  color: #707070;
}

/*  modal popup - end */
.partners-block {
  margin-bottom: -123px;
  font-size: 0;
  line-height: 0;
}

.partners-block a {
  display: inline-block;
  background: url(../img/partners-sprite.png) no-repeat;
  vertical-align: top;
}

.partners-block .cosmo,
.partners-block .w-day,
.partners-block .lj,
.partners-block .rambler {
  cursor: default;
}

.partners-block .cosmo {
  margin: 46px 76px 0 16px;
  height: 31px;
  width: 169px;
}

.partners-block .w-day {
  margin: 24px 71px 0 0;
  background-position: 0 -31px;
  height: 72px;
  width: 195px;
}

.partners-block .lj {
  margin: 43px 54px 0 0;
  background-position: 0 -103px;
  height: 40px;
  width: 196px;
}

.partners-block .rambler {
  margin-top: 30px;
  background-position: 0 -143px;
  height: 53px;
  width: 179px;
}

#footer {
  background: #4c4448;
  height: 170px;
}

#footer .f-content {
  margin: 0 auto;
  width: 962px;
  padding-top: 20px;
}

#footer .f-left {
  float: left;
  color: #a1a1a1;
}

#footer .f-right {
  float: right;
  color: white;
}

#footer .f-right .header-hotline {
  margin: 0;
}

#footer .f-right .header-hotline span {
  padding-right: 0;
  color: white;
}

#footer .f-right .header-hotline i {
  margin-top: 10px;
  color: white;
}

#footer a.feedback {
  display: inline;
  margin-top: 12px;
  margin-left: 30px;
  float: left;
}

.reg-form-block {
  margin: 50px auto;
}

@media (width <=767px) {
  .reg-form-block {
    padding: 0 20px;
  }
}

.finish p {
  margin: auto;
  max-width: 600px;
  line-height: 1.5;
}

.number-block {
  position: relative;
}

.actionform .region-select {
  z-index: -1;
  position: absolute;
  opacity: 0;
  border: 0;
  border-right: 1px solid #d3d3d3;
  border-radius: 8px 0 0 8px;
  height: 50px;
  width: 75px;
  padding: 19px 25px 11px 19px;
}

.region-select--visible .region-select {
  z-index: auto;
  opacity: 1;
}

.region-select--visible .input-phone {
  width: 100%;
  padding-left: 90px;
}

.region-select .sod_list_wrapper {
  width: 385px;
}

/*--------------------------------------------------
	Reveal Modals
----------------------------------------------------*/
.reveal-modal-bg {
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  background: #000;
  background: url(../img/modal-bg.png) repeat;
  height: 100%;
  width: 100%;
}

.reveal-modal {
  z-index: 101;
  position: absolute;
  top: 100px;
  left: 50%;
  visibility: hidden;
  margin-left: -265px;
  background: #f0f0f0;
  padding: 0 60px;
}

.reveal-modal.small {
  margin-left: -140px;
  width: 200px;
}

.reveal-modal.medium {
  margin-left: -240px;
  width: 400px;
}

.reveal-modal.large {
  margin-left: -340px;
  width: 600px;
}

.reveal-modal.xlarge {
  margin-left: -440px;
  width: 800px;
}

.reveal-modal .close-reveal-modal {
  position: absolute;
  top: 12px;
  right: 12px;
  background: url('close.png') no-repeat;
  height: 26px;
  width: 26px;
  cursor: pointer;
}