@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;600;700&display=swap");
body {
  font-family: "Nunito", sans-serif;
}

* {
  outline: none !important;
}

button {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

label.error {
  display: none !important;
}

.error {
  border-color: red !important;
}

.valid {
  border-color: green !important;
}

.nomob {
  display: block;
}

.onlymob {
  display: none;
}

.nopadl {
  padding-left: 0;
}

.nopadr {
  padding-right: 0;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}
body {
  padding-right: 0 !important;
}
body.modal-open {
  padding-right: 17px !important;
}
.flex {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.row.flex::before,
.row.flex::after {
  display: none;
}
.flex.center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.onlyxs {
  display: none;
}
.container {
  width: 100%;
  max-width: 1220px;
}
.header_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.logo {
  display: block;
  position: relative;
  padding-left: 105px;
}
.logo img {
  position: absolute;

  left: 0;

  top: 50%;

  -webkit-transform: translateY(-50%);

          transform: translateY(-50%);
}
.logo p {
  font-size: 1.5625em;
  text-transform: uppercase;
  color: #5a5a5a;
  font-weight: normal;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 1px;
}
.logo span {
  color: #989898;
  font-size: 0.75em;
}
.logo p b {
  color: #ce0026;
}
.top_text {
  margin: 0;
  padding-left: 48px;
  color: #6a6a6a;
  position: relative;
}
.top_text img {
  position: absolute;

  left: 0;

  top: 50%;

  -webkit-transform: translateY(-50%);

          transform: translateY(-50%);
}
.phones {
  position: relative;
  padding-left: 40px;
}
.phones img {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
}
.phones a {
  display: block;
  color: #ce0026;
  font-weight: 600;
  font-size: 17px;
  line-height: 1.2;
  margin-bottom: 4px;
}
.phones a:hover {
  text-decoration: underline;
}
.phones span {
  display: block;
  color: #6a6a6a;
  font-size: 9px;
  line-height: 10px;
  position: absolute;
  white-space: nowrap;
  margin-top: 0px;
}
header {
  background-color: #f5f2f0;
  padding: 18px 0;
}
.intro_section {
  position: relative;
  padding-top: 110px;
  padding-bottom: 120px;
  background-position: center;
  background-size: cover;
  background-image: url(../img/bg_top.jpg);
}
.intro_section::before {
  content: '';
  display: block;
  position: absolute;
  height: 328px;
  background-repeat: no-repeat;
  left: 0;
  width: 100%;
  background-image: url(../img/items.png);
  background-position: center;
  bottom: -260px;
}
h1 {
  margin: 0;

font-weight: bold;
color:#fff;
line-height: 1;
font-size: 93px;
margin-bottom: 40px;
}
h1 span {
color: #ff5b69;
font-size: 68px;
display: block;
}
.book_but {
background: none;
border: none;
font-size: 21px;
color:#fff;
font-weight: bold;
max-width: 380px;
height: 72px;
width: 100%;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
-webkit-transition: 0.3s;
transition: 0.3s;
border-radius: 36px;
background-color: #af101e;
}
.book_but:hover {
opacity:.6
}
.book_text1 {
  margin-top: 20px;
  font-size: 35px;
  color: #ff606e;
  line-height: 1;
  margin-bottom: 8px;
  font-weight: bold;
}
.book_text2 {
margin-bottom: 0;
color:#fff;
font-size: 36px;
line-height: 1.1;
font-weight: bold;
}
.char_section {
  padding-top: 320px;
  padding-bottom: 100px;
}
.char_section .flex {
  margin-bottom: -95px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.char_section .flex > div {
  margin-bottom: 95px;
}
.char_text1 {
  margin-bottom: 20px;
  font-size: 25px;
line-height: 35px;
color: #3c3c3c;
font-weight: 700;
}
.char_text2 {
  margin: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 19px;
  color:#fff;
  line-height: 1;
  padding-left: 12px;
  padding-right: 12px;
  min-width: 155px;
height: 59px;
border-radius: 29px;
background-color: #25263a;
font-weight: 700;
}
.who_can {
  padding-top: 70px;
  padding-bottom: 100px;
  border-top: 1px solid #bdbdc4;
  border-bottom: 1px solid #bdbdc4;
}
h2 {
  margin:0;
  margin-bottom: 70px;
  font-size: 41px;
line-height: 60px;
color: #3c3c3c;
font-weight: 700;
}
h2 span {
  color:#ff5b69
}
.who_can .flex {
  margin-bottom: -75px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.who_can .flex > div {
margin-bottom: 75px;
}
.char_text3 {
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 330px;
  font-size: 18px;
line-height: 28px;
color: #707070;
font-weight: 300;
}
.foot_contact {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 70px;
}
.foot_contact .book_text1 {

}
.foot_contact .book_text2 {
color:#333333
}
.foot_contact .phones {
  display: inline-block;
  margin-top: 30px;
}
.other_b {
display: flex;
margin-left: auto;
margin-right: auto;
align-items: center;
justify-content: center;
width: 100%;
max-width: 391px;
height: 103px;
border-radius: 51px;
background-color: #070707;
transition: 0.3s;
font-size: 28px;
line-height: 35px;
color: #ffe401;
font-weight: 700;
text-align: center;
margin-top: 50px;
}
.other_b i {
display: block;
font-style: normal;
font-size: 19px;
line-height: 35px;
color: #ffffff;
font-weight: 300;
}
.other_b:hover {
  opacity: .7;
}