@import url("https://fonts.googleapis.com/css?family=Roboto:400,700,900&subset=cyrillic");
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 0;
  min-width: 0;
  outline: none;
  text-decoration: none;
  margin: 0;
  padding: 0; }

html {
  font-size: 10px; }

body {
  color: #333;
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  font-family: 'Roboto', sans-serif;
  overflow-x: hidden; }

ul li {
  line-height: 1.1;
  list-style: none;
  background: url(/nfu-auto/img/icon/check.png) no-repeat;
  background-position: left center;
  background-size: 2rem;
  padding: 0 2.5rem;
  margin-bottom: 2.5rem; }

h2.title {
  font-size: 3.8rem;
  font-weight: 900;
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: uppercase;
  padding-left: 2.5%;
  padding-right: 2.5%; }

.container {
  width: 1100px;
  margin: auto; }
  .container h2.title {
    padding-left: 0;
    padding-right: 0; }

.overlay {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: -1; }

#overlay {
  position: fixed;
  left: 0;
  background-color: #000;
  opacity: .8;
  -moz-opacity: .8;
  filter: alpha(opacity=80);
  height: 100%;
  top: 0;
  cursor: pointer;
  display: none;
  z-index: 99;
  width: 100%; }

.features {
  margin-top: 4rem;
  padding: 1.5rem;
  background-color: rgba(255, 255, 255, 0.6);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .features .features-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    width: 19%;
    font-size: 1.4rem;
    font-style: italic;
    font-weight: 700; }
    .features .features-item_img {
      width: 7rem;
      height: 8rem; }
      .features .features-item_img img {
        width: 100%; }

.bg-image {
  position: absolute;
  z-index: 0; }

.red-button {
  max-width: 28rem;
  background-color: #f33030;
  color: #fff;
  background-image: url(/nfu-auto/img/icon/phone.png);
  background-position: 1.2rem center;
  background-repeat: no-repeat;
  background-size: 2.2rem;
  padding-left: 2.5rem;
  text-align: center;
  height: 38px;
  font-size: 1.6rem;
  line-height: 40px;
  border: 0;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: 400;
  cursor: pointer;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  font-size: 15px; }
  .red-button:hover {
    background-color: #c72727; }

.form-btn {
  width: -webkit-calc(100% - 2.4rem);
  width: calc(100% - 2.4rem);
  position: relative;
  display: block;
  margin-right: 1.5rem;
  display: inline-block;
  border: none;
  background-color: #fcc417;
  padding-left: 1rem;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0.2px;
  height: 4.5rem;
  font-weight: 600;
  text-align: center;
  color: #000;
  border-radius: 5px;
  -webkit-transition: background-color 300ms, color 300ms, -webkit-transform 200ms;
  transition: background-color 300ms, color 300ms, -webkit-transform 200ms;
  -o-transition: background-color 300ms, transform 200ms, color 300ms;
  transition: background-color 300ms, transform 200ms, color 300ms;
  transition: background-color 300ms, transform 200ms, color 300ms, -webkit-transform 200ms;
  white-space: nowrap;
  cursor: pointer;
  text-decoration: none;
  margin-bottom: 1rem;
  z-index: 1; }
  .form-btn::after {
    z-index: -1;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: -1.5rem;
    width: 3.41rem;
    height: 3.41rem;
    background-color: #fcc417;
    border-radius: 5px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: background-color 300ms;
    -o-transition: background-color 300ms;
    transition: background-color 300ms; }
  .form-btn:hover {
    background-color: #d1a623; }
    .form-btn:hover::after {
      background-color: #d1a623; }

.vk-btn {
  display: block;
  background-color: #678aaf;
  border-bottom: 2px solid #678aaf;
  border-radius: 5px;
  background-image: url(/nfu-auto/img/icon/vk.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 4.5rem;
  height: 4.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 400;
  line-height: 4.5rem;
  padding-left: 4.5rem;
  padding-right: 1rem;
  color: #fff; }
  .vk-btn:hover {
    border-bottom: 2px solid #4f6d8e; }

.checkbox1 {
  display: block;
  font-size: 1.3rem;
  line-height: 1.1; }
  .checkbox1 input {
    margin-right: .5rem; }

.mainpage__flex {
  border: solid 1px #9fb8cc;
  background-color: #fff;
  border-radius: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px; }
  .mainpage__flex input {
    height: 38px;
    display: block;
    border: none;
    border-radius: 0 5px 5px 0;
    border-left: solid 1px #9fb8cc;
    font-size: 16px;
    padding: 0px 15px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px); }

.mainpage__label-phone {
  display: block;
  background-image: url(/nfu-auto/img/icon/phone_black.png);
  background-position: center;
  background-size: 20px auto;
  background-repeat: no-repeat;
  border-radius: 5px 0 0 5px;
  width: 39px;
  height: 39px;
  cursor: pointer; }

.mainpage__label-people {
  display: block;
  background-image: url(/nfu-auto/img/icon/people.png);
  background-position: center;
  background-size: 25px auto;
  background-repeat: no-repeat;
  border-radius: 5px 0 0 5px;
  width: 39px;
  height: 39px;
  cursor: pointer; }

.modal_close {
  position: absolute;
  cursor: pointer;
  width: 1.9rem;
  height: 1.9rem;
  display: block;
  background: url(/nfu-auto/img/close-ico.png) no-repeat;
  background-size: contain;
  top: 1.0rem;
  right: 1.0rem;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  -o-transition: transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease; }
  .modal_close:hover {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: -webkit-transform .7s ease;
    transition: -webkit-transform .7s ease;
    -o-transition: transform .7s ease;
    transition: transform .7s ease;
    transition: transform .7s ease, -webkit-transform .7s ease; }

.modal_div {
  width: 40.0rem;
  border-radius: .5rem;
  border: 2px #000 solid;
  background: #fff;
  padding: 2.0rem;
  position: fixed;
  top: 45%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-top: -35vh;
  display: block;
  opacity: 0;
  z-index: 100;
  visibility: hidden;
  overflow: auto; }
  .modal_div h3 {
    text-align: center;
    font-size: 2.7rem;
    width: 90%;
    margin-bottom: 2rem; }
  .modal_div .modal__text {
    margin-bottom: 2rem; }
  .modal_div .mainpage__flex {
    margin-bottom: 1.5rem; }
  .modal_div .mainpage__button {
    margin-top: 2rem;
    width: 100% !important; }
  .modal_div .red-button {
    line-height: 33px;
    padding-left: 1rem;
    max-width: 100%;
    width: 100%; }

#overlay {
  position: fixed;
  left: 0;
  background-color: #000;
  opacity: .8;
  -moz-opacity: .8;
  filter: alpha(opacity=80);
  height: 100%;
  top: 0;
  cursor: pointer;
  display: none;
  z-index: 99;
  width: 100%; }

.header-scroll {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  padding: .5rem 0; }
  .header-scroll .logo {
    width: 19rem; }
  .header-scroll .social-contacts {
    width: auto; }
    .header-scroll .social-contacts a {
      margin-right: 1rem; }
  .header-scroll .header__contacts .tel {
    height: 25px; }

.header-mobile {
  width: 100%;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  background-color: #fff;
  display: none;
  padding: 1rem 5%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }

.header-mobile__logo a {
  color: #f33030; }
.header-mobile__logo img{
  width: 16rem;
}
.hidden-stash {
  font-family: 'Ubuntu';
  background: #fff;
  border-top: 5px solid #f33030;
  width: 285px;
  position: fixed;
  right: 15px;
  top: 7rem;
  padding: 10px 30px 0;
  -webkit-box-shadow: 0 8px 18px -3px rgba(0, 0, 0, 0.5);
  box-shadow: 0 8px 18px -3px rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 100; }
  .hidden-stash .social-contacts a {
    height: 40px; }
  .hidden-stash > div {
    font-size: 16px;
    color: #333; }
  .hidden-stash a.tel, .hidden-stash .email {
    font-size: 22px; }
  .hidden-stash .email {
    background: url(/nfu-auto/img/icon/email.svg) no-repeat left center;
    background-size: 22px;
    padding-left: 30px; }
    .hidden-stash .email a {
      color: #333; }

.hidden-stash .phone {
  background: -webkit-gradient(linear, left bottom, left top, from(#f0da4b), to(#eca835));
  background: -webkit-linear-gradient(bottom, #f0da4b 0%, #eca835 100%);
  background: -o-linear-gradient(bottom, #f0da4b 0%, #eca835 100%);
  background: linear-gradient(0deg, #f0da4b 0%, #eca835 100%);
  margin: 6px 0;
  padding: 1rem 0;
  text-align: center;
  position: relative;
  overflow: hidden; }

.headAddr {
  background: url(/nfu-auto/img/icon/addr.png) no-repeat 3px;
  padding-left: 33px;
  margin-bottom: 8px;
  font-size: 14px;
  position: relative;
  background-size: 18px;
  margin-top: 10px; }

.work-time {
  color: #707881;
  font-size: 11px;
  margin: 5px 0; }

.mobile-phone {
  padding: .7rem 1rem;
  font-weight: 700;
  border-radius: 5px;
  background-color: #fcc417;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.7rem;
  width: 140px;
  text-transform: uppercase;
  text-align: center; }
  .mobile-phone img {
    width: 3rem;
    margin-right: 1rem; }

header {
  background-color: #fff;
  padding: 1rem 0; }
  header .logo {
    width: 26rem; }
  header .ornament {
    width: 7rem; }

.header-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.header__bydny, .header__rezhim, .header__vyhodnoy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.header__rezhim {
  font-weight: 700;
  margin-bottom: 1rem;
  max-width: 22rem; }
  .header__rezhim p {
    margin-top: 1rem;
    margin-left: 0.3rem;
    margin-bottom: .5rem; }

.header__bydny {
  width: -webkit-fill-available;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.header__vyhodnoy {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-left: 1px solid #333;
  padding-left: .5rem; }

.header__circle > p, .header__rezhim p, .header__vyhodnoy > p {
  color: #333;
  width: 100%; }

.header__circle {
  color: #000;
  padding: 0 0.3rem; }

.header__circle--green {
  color: red; }

.social-contacts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%; }
  .social-contacts a {
    height: 4rem;
    margin-right: 1.5rem; }
  .social-contacts img {
    height: 100%; }

.header__contacts .tel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #333;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: auto 20px;
  padding-left: 25px;
  height: 25px;
  line-height: 25px; }

.header__contacts .vel {
  background-image: url(/nfu-auto/img/icon/vel.png); }

.header__contacts .mts {
  background-image: url(/nfu-auto/img/icon/mts.png); }

.header__contacts .life {
  background-image: url(/nfu-auto/img/icon/life.png); }

.header__contacts .gorod {
  background-image: url(/nfu-auto/img/icon/gorod.png); }

.header__contacts .mail {
  background-image: url(/nfu-auto/img/icon/email.svg);
  background-size: auto 13px;
  background-position: 2px center; }

.header__call {
  width: 29rem; }
  .header__call * {
    display: block; }
  .header__call span {
    margin-top: 1rem;
    font-size: 1.5rem; }

.main {
  background: url(/nfu-auto/img/main/background.jpg) no-repeat center;
  background-size: cover;
  padding: 10rem 0 4rem; }

.main-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.main-text * {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, 0.7);
  font-weight: 700;
  padding: 0 1rem; }

.main-text h1 {
  font-size: 5rem;
  margin-bottom: 3rem; }
  .main-text h1 span {
    background-color: transparent;
    color: #f33030; }

.main-text p {
  font-size: 3.8rem;
  margin-bottom: 2.6rem; }

.main-text .main-subtitle {
  font-size: 4.7rem;
  max-width: 57rem;
  margin-bottom: 3rem; }

.main-text > span {
  text-transform: none;
  font-size: 2.2rem;
  font-style: italic; }

.main-form_wrap {
  margin-left: auto; }

.main-form {
  width: 35rem;
  position: relative; }
  .main-form_top {
    background-color: #fff;
    -webkit-box-shadow: 0 0 21px 0 rgba(0, 0, 0, 0.13);
    box-shadow: 0 0 21px 0 rgba(0, 0, 0, 0.13);
    padding: 10px 10px 0; }
    .main-form_top-container {
      border: 3px solid #ea4335;
      border-bottom: none; }
      .main-form_top-container .main-form__percentage {
        background-image: url(/nfu-auto/img/ribbon.svg);
        color: #fff;
        margin: -13px auto 0;
        width: 140px;
        height: 113px;
        padding: 20px 10px;
        text-align: center; }
        .main-form_top-container .main-form__percentage img {
          width: 6rem; }
      .main-form_top-container > div {
        margin-top: 1rem;
        padding: .5rem 2rem; }
  .main-form_middle {
    position: relative;
    overflow: hidden; }
    .main-form_middle::before, .main-form_middle::after {
      content: '';
      display: block;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      z-index: 2;
      position: absolute;
      top: -3px;
      bottom: 0;
      width: 38px;
      height: 38px;
      border: 7px solid #fff;
      border-radius: 50%;
      border-left-color: transparent;
      border-top-color: transparent;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      -webkit-box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.13), 0 0 0 3px #ea4335;
      box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.13), 0 0 0 3px #ea4335; }
    .main-form_middle::before {
      left: -20px; }
    .main-form_middle::after {
      right: -20px;
      -webkit-transform: rotate(-225deg);
      -ms-transform: rotate(-225deg);
      transform: rotate(-225deg); }
    .main-form_middle-container {
      background-color: #fff;
      height: 32px;
      margin: 0 10px;
      position: relative; }
      .main-form_middle-container::after {
        content: '';
        display: block;
        background-color: rgba(223, 226, 232, 0.3);
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 50%;
        border-top: 2px dashed #dfe2e8; }
  .main-form_bottom {
    background-color: #fff;
    -webkit-box-shadow: 0 0 21px 0 rgba(0, 0, 0, 0.13);
    box-shadow: 0 0 21px 0 rgba(0, 0, 0, 0.13);
    padding: 0 10px 10px; }
    .main-form_bottom-container {
      border: 3px solid #ea4335;
      border-top: none;
      background-color: rgba(223, 226, 232, 0.3);
      padding: 1.0rem 2.0rem 1.0rem; }
      .main-form_bottom-container .mainpage__flex {
        border: solid 1px #9fb8cc;
        background-color: #fff;
        border-radius: 5px;
        margin-bottom: 1.5rem;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        height: 40px; }
        .main-form_bottom-container .mainpage__flex input {
          height: 38px;
          display: block;
          border: none;
          border-left: solid 1px #9fb8cc;
          font-size: 16px;
          padding: 0px 15px;
          -webkit-box-flex: 1;
          -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
          flex-grow: 1;
          width: -webkit-calc(100% - 40px);
          width: calc(100% - 40px); }

.puncts {
  padding: 6rem 0; }
  .puncts .title {
    margin-bottom: 4rem; }
  .puncts-wrapper {
    background-image: url(/nfu-auto/img/puncts/background.jpg);
    background-position: right center;
    background-size: 60%;
    background-repeat: no-repeat;
    padding: 8rem 0;
    position: relative;
    z-index: 1; }
    .puncts-wrapper::after {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(255, 255, 255, 0.4);
      z-index: -1; }
  .puncts-block {
    max-width: 85rem;
    padding: 4.5rem 3.5rem;
    background-color: #fff;
    -webkit-box-shadow: 0 0 32px 6px rgba(204, 204, 204, 0.75);
    box-shadow: 0 0 32px 6px rgba(204, 204, 204, 0.75);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    left: 5%; }
  .puncts-item {
    -webkit-flex-basis: 48%;
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    .puncts-item .number {
      font-size: 14rem;
      font-weight: 900;
      color: #f33030;
      min-width: 9.5rem; }
    .puncts-item_text p {
      width: 95%;
      font-size: 2rem;
      line-height: 1.05;
      font-weight: 700;
      padding-bottom: .3rem;
      border-bottom: 1px solid #ff6465;
      margin-bottom: .7rem; }
    .puncts-item_text span {
      display: block;
      line-height: 1.1; }

.focus-window {
  padding: 4rem 0;
  position: relative;
  z-index: 2; }
  .focus-window::before {
    z-index: -1;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-filter: blur(4px);
    filter: blur(4px);
    background: url(/nfu-auto/img/focus-window/background.jpg) no-repeat center;
    background-size: cover; }
  .focus-window h2.title {
    background-color: rgba(255, 255, 255, 0.6);
    padding: 1rem;
    margin-bottom: 2rem; }
  .focus-window .subtitle {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 3.5rem;
    background-color: rgba(255, 255, 255, 0.6);
    padding: 1rem;
    margin-bottom: 4rem; }
    .focus-window .subtitle span {
      color: #f33030; }
  .focus-window .focus-window_plusy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .focus-window .focus-window_plus {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    width: 40rem;
    margin: 0 1rem 3rem; }
    .focus-window .focus-window_plus:nth-child(1) {
      width: 100%;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .focus-window .focus-window_plus:nth-child(1) p {
        width: 32rem; }
    .focus-window .focus-window_plus div {
      min-width: 6rem;
      max-width: 6rem;
      margin-right: 1.5rem; }
      .focus-window .focus-window_plus div img {
        width: 100%; }

.focus-line {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 1.5rem 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 4rem;
  overflow: hidden; }
  .focus-line::before, .focus-line::after {
    content: '';
    display: block;
    position: relative;
    width: 22%;
    height: 8rem;
    background-image: url(/nfu-auto/img/focus-window/sled_shin_razmit.png);
    background-repeat: no-repeat;
    background-size: 102%;
    background-position: center; }
  .focus-line::before {
    left: -2%; }
  .focus-line::after {
    right: -2%;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg); }
  .focus-line form {
    width: 55%;
    text-align: center; }
  .focus-line .form-wrapper {
    margin-top: 3rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1rem; }
    .focus-line .form-wrapper .mainpage__flex {
      margin-right: 2rem; }
    .focus-line .form-wrapper .form-control {
      width: 20rem;
      padding: 1.5rem; }
    .focus-line .form-wrapper .red-button {
      width: 28rem; }

.info-section {
  position: relative;
  background-color: #eaeaea;
  padding: 6rem 0;
  z-index: 1;
  overflow: hidden; }
  .info-section::after {
    content: '';
    width: 200px;
    height: 200px;
    display: block;
    background: url(/nfu-auto/img/money.png) no-repeat center;
    background-size: 100%;
    position: absolute;
    bottom: 0;
    -webkit-transform: translateY(45%) rotateZ(-15deg);
    -ms-transform: translateY(45%) rotate(-15deg);
    transform: translateY(45%) rotateZ(-15deg);
    right: 10%;
    z-index: -1; }
  .info-section .container {
    z-index: 1;
    position: relative; }
  .info-section h2.title {
    margin-bottom: 6rem; }
  .info-section h2.subtitle {
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 4rem; }

#pass1 {
  width: 17rem;
  right: 0%;
  top: 10%;
  -webkit-transform: translateX(130%) rotateZ(20deg);
  -ms-transform: translateX(130%) rotate(20deg);
  transform: translateX(130%) rotateZ(20deg);
  -webkit-box-shadow: -3px 3px 7px rgba(0, 0, 0, 0.75);
  box-shadow: -3px 3px 7px rgba(0, 0, 0, 0.75); }

#pass2 {
  width: 17rem;
  left: 0%;
  top: 45%;
  -webkit-transform: translateX(-130%) rotateZ(-10deg);
  -ms-transform: translateX(-130%) rotate(-10deg);
  transform: translateX(-130%) rotateZ(-10deg);
  -webkit-box-shadow: -3px 3px 7px rgba(0, 0, 0, 0.75);
  box-shadow: -3px 3px 7px rgba(0, 0, 0, 0.75); }

.info-block_item {
  margin-bottom: 6rem; }
  .info-block_item h3 {
    text-transform: uppercase;
    font-size: 2.5rem;
    margin-bottom: 3rem; }
  .info-block_item p {
    margin-bottom: 3rem; }
  .info-block_item:nth-child(2) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .info-block_item:nth-child(2) h3 {
      width: 100%; }
    .info-block_item:nth-child(2) .info-img {
      width: -webkit-calc(35% - 1.6rem);
      width: calc(35% - 1.6rem);
      margin-right: 1.5rem; }
      .info-block_item:nth-child(2) .info-img img {
        width: 100%; }
    .info-block_item:nth-child(2) .info-text {
      width: 65%; }

.feedback-section {
  padding: 7rem 0;
  background-color: #fff;
  z-index: 2;
  position: relative;
  overflow-x: hidden; }
  .feedback-section h2.title {
    margin-bottom: 7rem; }

.feedback-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.feedback-text {
  background: #fff;
  width: 35%;
  font-weight: 700; }
  .feedback-text p {
    margin-bottom: 3rem;
    font-size: 2rem; }
  .feedback-text li {
    margin-bottom: 1.5rem; }

.feedback-swiper {
  width: 60%;
  padding-top: 50px !important;
  padding-bottom: 50px !important; }

.swiper-slide {
  background-position: center;
  background-size: cover;
  width: 290px !important;
  height: 500px !important;
  background-color: #fff;
  -webkit-filter: blur(6px);
  filter: blur(6px); }

.cont {
  width: 885px;
  overflow: hidden;
  margin: 0 auto; }

.swiper-slide {
  visibility: hidden; }

.swiper-slide-next, .swiper-slide-prev {
  visibility: visible;
  -webkit-filter: blur(6px);
  filter: blur(6px); }

.swiper-slide-active {
  -webkit-box-shadow: 0 20px 60px -10px rgba(128, 0, 0, 0.4);
  box-shadow: 0 20px 60px -10px rgba(128, 0, 0, 0.4);
  -webkit-filter: blur(0);
  filter: blur(0);
  visibility: visible; }

.swiper-slide:after {
  content: '';
  background: url(/nfu-auto/img/triangle.png) 0 0 no-repeat;
  position: absolute;
  bottom: -35px;
  right: 20px;
  width: 48px;
  height: 35px;
  display: block; }

.swiper__top--yan {
  background: #ffc706;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 12px 10px 15px;
  height: 82px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0 !important; }
  .swiper__top--yan a {
    color: #333;
    font-size: 16px;
    text-decoration: none;
    display: block;
    margin-top: 12px; }

.swiper__body {
  padding: 15px;
  padding-right: 0; }
  .swiper__body h4 {
    font-size: 20px;
    line-height: 19px;
    color: #8f7b71;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 0; }
  .swiper__body p {
    overflow-y: scroll;
    height: 260px;
    font-size: 16px;
    line-height: 19px;
    color: #696868;
    outline: 0 !important;
    margin: 10px 0; }

.swiper__user {
  position: absolute;
  bottom: 20px;
  right: 0;
  left: 0;
  width: 90%;
  padding: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 50px; }
  .swiper__user span:nth-child(1) img {
    width: 50px;
    border-radius: 50%; }
  .swiper__user span:nth-child(2) {
    font-size: 15px;
    color: #e12121;
    display: block;
    text-align: left;
    box-flex: 2;
    -webkit-box-flex: 2;
    -webkit-flex-grow: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    margin-left: 10px; }
  .swiper__user span:nth-child(3) {
    color: #afa29c;
    font-size: 16px;
    line-height: 19px;
    margin-left: 10px; }

.swiper__top--vk {
  background: #678aaf;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 0px 10px 27px;
  height: 82px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0 !important; }
  .swiper__top--vk img {
    width: 50px;
    margin-bottom: 0; }
  .swiper__top--vk a {
    color: #fff;
    font-size: 15px;
    text-decoration: none;
    display: block;
    margin-top: 0; }

.cooperation {
  padding: 7rem 0;
  background-color: #eaeaea; }
  .cooperation h2.title {
    margin-bottom: 5rem; }
  .cooperation-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .cooperation_item {
    z-index: 2;
    position: relative;
    color: #fff;
    padding: 3rem;
    background-color: #333;
    margin-bottom: 2rem;
    width: 48%;
    height: 29rem; }
    .cooperation_item p {
      margin-bottom: 2rem;
      font-size: 2.1rem; }
    .cooperation_item li {
      font-size: 2.1rem;
      margin-bottom: 1.5rem; }
    .cooperation_item:nth-child(2) {
      background: url(/nfu-auto/img/cooperation/bg-item1.jpg) no-repeat center;
      background-size: cover; }
    .cooperation_item:nth-child(3) {
      background: url(/nfu-auto/img/cooperation/bg-item2.jpg) no-repeat center;
      background-size: cover; }
    .cooperation_item:nth-child(4) {
      padding-top: 1.5rem;
      background: url(/nfu-auto/img/cooperation/bg-item3.jpg) no-repeat center;
      background-size: cover; }
      .cooperation_item:nth-child(4) p {
        margin-bottom: 1rem; }
      .cooperation_item:nth-child(4) li {
        margin-bottom: .5rem; }
  .cooperation-form {
    padding-left: 8.5rem;
    color: #333;
    background-color: #fff;
    position: relative; }
    .cooperation-form::before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0px;
      width: 0;
      height: 0;
      border-top: 14.6rem solid transparent;
      border-left: 8rem solid #eaeaea;
      border-bottom: 14.6rem solid transparent; }
    .cooperation-form p {
      text-transform: uppercase;
      font-weight: 700; }
    .cooperation-form form {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
      .cooperation-form form .form-wrapper {
        width: 30rem; }
        .cooperation-form form .form-wrapper span {
          display: block;
          margin-bottom: .5rem; }
        .cooperation-form form .form-wrapper .mainpage__flex {
          margin-bottom: 1.5rem; }
          .cooperation-form form .form-wrapper .mainpage__flex label {
            background-color: #ebebeb;
            display: block;
            margin-bottom: 1.2rem; }
          .cooperation-form form .form-wrapper .mainpage__flex input {
            height: 38px;
            width: 100%;
            font-size: 1.8rem;
            padding: 0 2rem;
            font-weight: 700;
            background-color: #ebebeb; }
        .cooperation-form form .form-wrapper .red-button {
          max-width: 100%;
          width: 100%;
          margin-bottom: 1rem; }

.our-team {
  position: relative;
  z-index: 2;
  padding: 7rem 0; }
  .our-team .overlay {
    background: url(/nfu-auto/img/our-team/bg.jpg) no-repeat center;
    background-size: cover;
    -webkit-filter: blur(5px);
    filter: blur(5px); }
    .our-team .overlay::after {
      content: '';
      display: block;
      position: inherit;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      background-color: rgba(0, 0, 0, 0.7);
      z-index: 10; }
  .our-team h2.title {
    width: 73rem;
    color: #fff;
    text-align: center;
    margin-bottom: 4rem; }
    .our-team h2.title span {
      color: #f33030; }

.our-team_photos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.our-team_photo {
  width: 49%;
  margin-bottom: 2rem; }
  .our-team_photo img {
    width: 100%; }

footer {
  padding: 2rem 0;
  background: url(/nfu-auto/img/ornament.png) repeat-x center;
  background-size: 12rem; }
  footer .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

.footer-logo {
  margin-right: 2rem;
  min-width: 20rem;
  max-width: 20rem; }
  .footer-logo img {
    width: 100%; }

#CTAHOKnet {
  font-size: 1.4rem;
  margin-bottom: 1rem; }
  #CTAHOKnet img {
    margin-bottom: -4px;
    height: 2.4rem; }

.footer-text_info {
  font-size: 1.2rem; }

@media (max-width: 1150px) and (min-width: 901px) {
  html {
    font-size: 8.5px; }
  .container {
    width: 98%; }
  .header-scroll .logo {
    width: 10rem; }
  .focus-line form {
    width: 70%; }
  .focus-line::before {
    left: -7%;
    -webkit-transform: scale(1.7);
    -ms-transform: scale(1.7);
    transform: scale(1.7); }
  .focus-line::after {
    right: -7%;
    -webkit-transform: scale(1.7) rotateZ(180deg);
    -ms-transform: scale(1.7) rotate(180deg);
    transform: scale(1.7) rotateZ(180deg); }
  .focus-line::before, .focus-line::after {
    width: 15%; }
  .form-btn {
    font-size: 16px; }
  .swiper-slide {
    width: 250px !important;
    height: 450px !important; }
  .cooperation_item p {
    font-size: 2.3rem; }
  .cooperation-form p {
    font-size: 2rem; } }

@media (max-width: 900px) {
  .mobile-phone {
    width: 200px; }
  .header-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .mobile-hidden {
    display: none !important; }
  html {
    font-size: 8px; }
  body {
    font-size: 2rem; }
  .container {
    width: 95%; }
  .form-btn {
    font-size: 15px; }
  .focus-line form {
    width: 80%; }
  .focus-line::before {
    left: -10%;
    -webkit-transform: scale(2.5);
    -ms-transform: scale(2.5);
    transform: scale(2.5); }
  .focus-line::after {
    right: -10%;
    -webkit-transform: scale(2.5) rotateZ(180deg);
    -ms-transform: scale(2.5) rotate(180deg);
    transform: scale(2.5) rotateZ(180deg); }
  .focus-line::before, .focus-line::after {
    width: 10%; }
  .main-text p {
    width: 50rem; }
  .main-text .main-subtitle {
    width: 52rem; }
  .puncts-wrapper {
    background-size: 80%; }
  .feedback-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .feedback-text {
    width: 80%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    .feedback-text p {
      font-size: 3rem; }
    .feedback-text li {
      font-size: 2.5rem; }
    .feedback-text .vk-btn {
      width: 250px;
      height: 40px;
      line-height: 40px;
      background-position: 1.5rem center;
      background-size: 40px;
      padding-left: 40px;
      text-align: center;
      text-transform: uppercase; }
  .feedback-swiper {
    width: 100%;
    padding-top: 30px !important;
    overflow: hidden; }
  .swiper-slide {
    visibility: visible; }
  .cooperation_item p {
    font-size: 2.2rem; }
  .cooperation-form p {
    font-size: 1.6rem; }
  .our-team h2.title {
    width: 100%; } }

@media (max-width: 768px) {
  html {
    font-size: 7.5px; }
  .modal_divDop {
    width: 50rem !important;
    margin-left: auto !important;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    height: auto; }
    .modal_divDop .red-button {
      line-height: 32px;
      font-size: 2.5rem; }
  .mainpage__flex {
    height: 40px !important; }
    .mainpage__flex input {
      height: 38px !important;
      font-size: 14px; }
    .mainpage__flex label {
      background-size: 20px;
      height: 39px !important;
      width: 39px !important; }
  .red-button {
    height: 40px !important;
    background-size: 3rem;
    padding-left: 3.5rem; }
  .focus-line form {
    width: 80%;
    margin-top: 2rem; }
  .focus-line::before {
    left: -10%;
    -webkit-transform: scale(2.5);
    -ms-transform: scale(2.5);
    transform: scale(2.5); }
  .focus-line::after {
    right: -10%;
    -webkit-transform: scale(2.5) rotateZ(180deg);
    -ms-transform: scale(2.5) rotate(180deg);
    transform: scale(2.5) rotateZ(180deg); }
  .focus-line::before, .focus-line::after {
    width: 10%; }
  .focus-line .form-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    .focus-line .form-wrapper .mainpage__flex {
      margin-bottom: 2rem;
      width: 40rem;
      margin-right: 0; }
    .focus-line .form-wrapper .red-button {
      width: 40rem;
      max-width: 40rem;
      height: 40px;
      line-height: 43px;
      font-size: 2.3rem; }
  .form-btn {
    font-size: 18px; }
  ul li {
    font-size: 2.6rem;
    padding-left: 4.5rem;
    background-size: 3.5rem; }
  .checkbox1 {
    font-size: 1.7rem; }
  .main-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .main-text {
    margin-bottom: 4rem; }
    .main-text span {
      font-size: 2.8rem; }
  .main-form_wrap {
    width: 320px;
    margin: auto; }
  .main-form {
    width: 100%; }
    .main-form_top-container > div {
      font-size: 2.5rem;
      padding: .5rem 3rem; }
  .puncts-wrapper {
    background-size: cover; }
  .puncts-block {
    padding: 2rem;
    width: 90%;
    left: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: rgba(255, 255, 255, 0.7);
    margin: auto; }
  .puncts-item {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 0rem; }
    .puncts-item .number {
      font-size: 16rem;
      min-width: 11rem; }
    .puncts-item_text p {
      font-size: 2.6rem; }
    .puncts-item_text span {
      font-size: 2.4rem; }
  .focus-window h2.title {
    text-align: center; }
  .focus-window .subtitle {
    text-align: center;
    font-size: 3.2rem; }
  .focus-window .focus-window_plus {
    font-size: 1.8rem; }
  .focus-window .focus-window_plus {
    width: 100%;
    font-size: 2.2rem; }
    .focus-window .focus-window_plus div {
      min-width: 8rem;
      max-width: 8rem; }
    .focus-window .focus-window_plus:nth-child(1) p {
      width: 100%; }
  .bg-image {
    display: none; }
  .info-block_item {
    font-size: 2.8rem; }
    .info-block_item h3 {
      font-size: 3.5rem; }
    .info-block_item:nth-child(2) {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
      .info-block_item:nth-child(2) .info-img {
        width: 60%;
        margin: auto;
        margin-bottom: 2rem; }
      .info-block_item:nth-child(2) .info-text {
        width: 100%; }
  .cooperation-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .cooperation_item {
    width: 450px;
    height: auto; }
    .cooperation_item p {
      font-size: 2.5rem; }
  .cooperation-form {
    height: 32rem; }
    .cooperation-form::before {
      border-top: 16rem solid transparent;
      border-bottom: 16rem solid transparent; } }

@media (max-width: 768px) and (min-width: 551px) {
  .mobile-phone {
    width: 190px; }
  .focus-line form {
    margin-top: 0;
    width: 80%; }
  .focus-line::before {
    left: 0;
    -webkit-transform: scale(2.5);
    -ms-transform: scale(2.5);
    transform: scale(2.5); }
  .focus-line::after {
    right: 0;
    -webkit-transform: scale(2.5) rotateZ(180deg);
    -ms-transform: scale(2.5) rotate(180deg);
    transform: scale(2.5) rotateZ(180deg); }
  .focus-line::before, .focus-line::after {
    width: 10%; }
  .main-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .main-text {
    width: 100%; }
    .main-text .main-subtitle {
      max-width: 100%; } }

@media (max-width: 550px) {
  html {
    font-size: 6px; }
  .form-btn {
    height: 6.3rem; }
    .form-btn::after {
      width: 4.9rem;
      height: 4.9rem; }
  .mobile-phone {
    font-size: 1.8rem;
    width: 150px; }
  .features .features-item {
    width: 30%;
    margin-bottom: 2.5rem;
    font-size: 1.6rem; }
    .features .features-item_img {
      width: 7rem;
      height: 8rem; }
  .cooperation_item {
    width: 360px; }
  .cooperation-form {
    height: 35.5rem; }
    .cooperation-form::before {
      border-top: 17.75rem solid transparent;
      border-bottom: 17.75rem solid transparent; }
    .cooperation-form form .form-wrapper {
      width: 35rem; }
  .info-block_item:nth-child(2) .info-img {
    width: 90%; }
  .our-team_photo {
    width: 90%; }
    .our-team_photos {
      -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
      justify-content: space-around; } }

@media (max-width: 400px) {
  html {
    font-size: 5.5px; }
  .form-btn {
    font-size: 16px; }
  .mobile-phone {
    padding: .7rem 1rem;
    font-size: 1.7rem;
    width: 140px; }
    .mobile-phone img {
      width: 3rem;
      margin-right: 1rem; }
  .main-form_wrap {
    width: 285px;
    margin: auto; }
  .focus-window .focus-window_plus {
    width: 100%;
    font-size: 2.4rem; }
    .focus-window .focus-window_plus div {
      min-width: 8rem;
      max-width: 8rem; }
    .focus-window .focus-window_plus:nth-child(1) p {
      width: 100%; }
  .info-block_item:nth-child(2) .info-img {
    width: 100%; }
  .cooperation_item {
    width: 100%; }
    .cooperation_item p {
      font-size: 2.7rem; }
  .cooperation-form {
    padding-left: 8.5rem;
    height: 37rem; }
    .cooperation-form p {
      font-size: 2.1rem; }
    .cooperation-form::before {
      border-top: 18.5rem solid transparent;
      border-left: 7rem solid #eaeaea;
      border-bottom: 18.5rem solid transparent; }
    .cooperation-form .mainpage__flex {
      width: 100%;
      height: 35px !important; }
      .cooperation-form .mainpage__flex label {
        height: 34px !important;
        width: 34px !important; }
      .cooperation-form .mainpage__flex input {
        font-size: 2rem !important;
        height: 33px !important; }
    .cooperation-form .red-button {
      height: 35px !important; } }
