@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; */ }



.block1666 {
  color: #333;
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  font-family: 'Roboto', sans-serif;
  overflow-x: hidden; }

.sait6 {
  color: #333;
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  font-family: 'Roboto', sans-serif;
  overflow-x: hidden; }

.sait6 h2.title666 {
  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%; }

.container666 {
  width: 1100px;
  margin: auto; }
  .container666 h2.title666 {
    padding-left: 0;
    padding-right: 0; }



.features666 {
  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; }
  .features666 .features-item666 {
    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; }
    .features666 .features-item_img666 {
      width: 7rem;
      height: 8rem; }
      .features666 .features-item_img666 img {
        width: 100%; }

.red-button666 {
  max-width: 28rem;
  background-color: #f33030;
  color: #fff;
  background-image: url(../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-button666:hover {
    background-color: #c72727; }

.form-btn666 {
  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-btn666::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-btn666:hover {
    background-color: #d1a623; }
    .form-btn666:hover::after {
      background-color: #d1a623; }


.checkbox1666 {
  display: block;
  font-size: 1.3rem;
  line-height: 1.1; }
  .checkbox1666 input {
    margin-right: .5rem; }

.mainpage__flex666 {
  border: solid 1px #9fb8cc;
  background-color: #fff;
  border-radius: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px; }
  .mainpage__flex666 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__label666-phone {
  display: block;
  background-image: url(../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__label666-people {
  display: block;
  background-image: url(../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_close666 {
  position: absolute;
  cursor: pointer;
  width: 1.9rem;
  height: 1.9rem;
  display: block;
  background: url(../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_close666: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_div666 {
  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_div666 h3 {
    text-align: center;
    font-size: 2.7rem;
    width: 90%;
    margin-bottom: 2rem; }
  .modal_div666 .modal__text666 {
    margin-bottom: 2rem;
    font-size: 18px; }
  .modal_div666 .mainpage__flex666 {
    margin-bottom: 1.5rem; }
  .modal_div666 .mainpage__button666 {
    margin-top: 2rem;
    width: 100% !important; }
  .modal_div666 .red-button666 {
    line-height: 33px;
    padding-left: 1rem;
    max-width: 100%;
    width: 100%; }

.header-scroll666 {
  background-color: #fff;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  padding: .5rem 0; }
  .header-scroll666 .logo666 {
    width: 19rem; }
  .header-scroll666 .social-contacts666 {
    width: auto; }
    .header-scroll666 .social-contacts666 a {
      margin-right: 1rem; }
  .header-scroll666 .header__contacts666 .tel666 {
    height: 25px; }

.header-mobile666 {
  width: 100%;
  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__logo666 a {
  color: #f33030; }
.header-mobile__logo666 img{
  width: 16rem;
}
.hidden-stash666 {
  font-family: 'Ubuntu';
  background: #fff;
  border-top: 5px solid #f33030;
  width: 285px;
  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-stash666 .social-contacts666 a {
    height: 40px; }
  .hidden-stash666 > div {
    font-size: 16px;
    color: #333; }
  .hidden-stash666 a.tel666, .hidden-stash666 .email666 {
    font-size: 22px; }
  .hidden-stash666 .email666 {
    background: url(../img/icon/email.svg) no-repeat left center;
    background-size: 22px;
    padding-left: 30px; }
    .hidden-stash666 .email666 a {
      color: #333; }

.hidden-stash666 .phone666 {
  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; }


.work-time666 {
  color: #707881;
  font-size: 11px;
  margin: 5px 0; }

.mobile-phone666 {
  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-phone666 img {
    width: 3rem;
    margin-right: 1rem; }

.mobile-hidden666 {
  background-color: #fff;
  padding: 1rem 0; }
  .mobile-hidden666 .logo666 {
    width: 26rem; }
  .mobile-hidden666 .ornament666 {
    width: 7rem; }

.header-wrapper666 {
  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__bydny666, .header__rezhim666, .header__vyhodnoy666 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.header__rezhim666 {
  font-weight: 700;
  margin-bottom: 1rem;
  max-width: 22rem; }
  .header__rezhim666 p {
    margin-top: 1rem;
    margin-left: 0.3rem;
    margin-bottom: .5rem; }

.header__bydny666 {
  width: -webkit-fill-available;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.header__vyhodnoy666 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-left: 1px solid #333;
  padding-left: .5rem; }

.header__circle666 > p, .header__rezhim666 p, .header__vyhodnoy666 > p {
  color: #333;
  width: 100%; }

.header__circle666 {
  color: #000;
  padding: 0 0.3rem; }

.header__circle666--green {
  color: red; }

.social-contacts666 {
  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-contacts666 a {
    height: 4rem;
    margin-right: 1.5rem; }
  .social-contacts666 img {
    height: 100%; }

.header__contacts666 .tel666 {
  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__contacts666 .vel666 {
  background-image: url(../img/icon/vel.png); }

.header__contacts666 .mts {
  background-image: url(../img/icon/mts.png); }

.header__contacts666 .life {
  background-image: url(../img/icon/life.png); }

.header__contacts666 .gorod {
  background-image: url(../img/icon/gorod.png); }

.header__contacts666 .mail666 {
  background-image: url(../img/icon/email.svg);
  background-size: auto 13px;
  background-position: 2px center; }

.header__call666 {
  width: 29rem; }
  .header__call666 * {
    display: block; }
  .header__call666 span {
    margin-top: 1rem;
    font-size: 1.5rem; }

.main666 {
  background: url(../img/main/background.jpg) no-repeat center;
  background-size: cover;
  padding: 10rem 0 4rem; }

.main-wrapper666 {
  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-text666 * {
  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-text666 h1 {
  font-size: 5rem;
  margin-bottom: 3rem; }
  .main-text666 h1 span {
    background-color: transparent;
    color: #f33030; }

.main-text666 p {
  font-size: 3.8rem;
  margin-bottom: 2.6rem; }

.main-text666 .main-subtitle666 {
  font-size: 4.7rem;
  max-width: 57rem;
  margin-bottom: 3rem; }

.main-text666 > span {
  text-transform: none;
  font-size: 2.2rem;
  font-style: italic; }

.main-form_wrap666 {
  margin-left: auto; }

.main-form666 {
  width: 35rem;
  position: relative; }
  .main-form_top666 {
    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_top666-container {
      border: 3px solid #ea4335;
      border-bottom: none; }
      .main-form_top666-container .main-form__percentage666 {
        background-image: url(../img/ribbon.svg);
        color: #fff;
        margin: -13px auto 0;
        width: 140px;
        height: 113px;
        padding: 20px 10px;
        text-align: center; }
        .main-form_top666-container .main-form__percentage666 img {
          width: 6rem; }
      .main-form_top666-container > div {
        margin-top: 1rem;
        padding: .5rem 2rem; }
  .main-form_middle666 {
    position: relative;
    overflow: hidden; }
    .main-form_middle666::before, .main-form_middle666::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_middle666::before {
      left: -20px; }
    .main-form_middle666::after {
      right: -20px;
      -webkit-transform: rotate(-225deg);
      -ms-transform: rotate(-225deg);
      transform: rotate(-225deg); }
    .main-form_middle666-container {
      background-color: #fff;
      height: 32px;
      margin: 0 10px;
      position: relative; }
      .main-form_middle666-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_bottom666 {
    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_bottom666-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_bottom666-container .mainpage__flex666 {
        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_bottom666-container .mainpage__flex666 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); }

.puncts666 {
  padding: 6rem 0; }
  .puncts666 .title666 {
    margin-bottom: 4rem; }
  .puncts-wrapper666 {
    background-image: url(../img/puncts/background.jpg);
    background-position: right center;
    background-size: 60%;
    background-repeat: no-repeat;
    padding: 8rem 0;
    margin-top: 40px;
    position: relative;
    z-index: 1; }
    .puncts-wrapper666::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-block666 {
    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-item666 {
    -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-item666 .number666 {
      font-size: 14rem;
      font-weight: 900;
      color: #f33030;
      min-width: 9.5rem; }
    .puncts-item_text666 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_text666 span {
      display: block;
      line-height: 1.1; }

.focus-window666 {
  padding: 4rem 0;
  position: relative;
  z-index: 2; }
  .focus-window666::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(../img/focus-window/background.jpg) no-repeat center;
    background-size: cover; }
  .focus-window666 h2.title666 {
    background-color: rgba(255, 255, 255, 0.6);
    padding: 1rem;
    margin-bottom: 2rem; }
  .focus-window666 .subtitle666 {
    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-window666 .subtitle666 span {
      color: #f33030; }
  .focus-window666 .focus-window_plusy666 {
    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-window666 .focus-window_plus666 {
    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-window666 .focus-window_plus666:nth-child(1) {
      width: 100%;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .focus-window666 .focus-window_plus666:nth-child(1) p {
        width: 32rem; }
    .focus-window666 .focus-window_plus666 div {
      min-width: 6rem;
      max-width: 6rem;
      margin-right: 1.5rem; }
      .focus-window666 .focus-window_plus666 div img {
        width: 100%; }

.focus-line666 {
  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-line666::before, .focus-line666::after {
    content: '';
    display: block;
    position: relative;
    width: 22%;
    height: 8rem;
    background-image: url(../img/focus-window/sled_shin_razmit.png);
    background-repeat: no-repeat;
    background-size: 102%;
    background-position: center; }
  .focus-line666::before {
    left: -2%; }
  .focus-line666::after {
    right: -2%;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg); }
  .focus-line666 form {
    width: 55%;
    text-align: center; }
  .focus-line666 .form-wrapper666 {
    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-line666 .form-wrapper666 .mainpage__flex666 {
      margin-right: 2rem; }
    .focus-line666 .form-wrapper666 .form-control {
      width: 20rem;
      padding: 1.5rem; }
    .focus-line666 .form-wrapper666 .red-button666 {
      width: 28rem; }

.info-section666 {
  position: relative;
  background-color: #eaeaea;
  padding: 6rem 0;
  z-index: 1;
  overflow: hidden; }
  .info-section666::after {
    content: '';
    width: 200px;
    height: 200px;
    display: block;
    background: url(../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-section666 .container666 {
    z-index: 1;
    position: relative; }
  .info-section666 h2.title666 {
    margin-bottom: 6rem; }
  .info-section666 h2.subtitle666 {
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 4rem; }




@media (max-width: 1150px) and (min-width: 901px) {
  html {
    font-size: 8.5px; }
  .container666 {
    width: 98%; }
  .header-scroll666 .logo666 {
    width: 10rem; }
  .focus-line666 form {
    width: 70%; }
  .focus-line666::before {
    left: -7%;
    -webkit-transform: scale(1.7);
    -ms-transform: scale(1.7);
    transform: scale(1.7); }
  .focus-line666::after {
    right: -7%;
    -webkit-transform: scale(1.7) rotateZ(180deg);
    -ms-transform: scale(1.7) rotate(180deg);
    transform: scale(1.7) rotateZ(180deg); }
  .focus-line666::before, .focus-line666::after {
    width: 15%; }
  .form-btn666 {
    font-size: 16px; }
}

@media (max-width: 900px) {
  .mobile-phone666 {
    width: 200px; }
  .header-mobile666 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .mobile-hidden666 {
    display: none !important; }
  html {
    font-size: 8px; }
  body {
    font-size: 2rem; }
  .container666 {
    width: 95%; }
  .form-btn666 {
    font-size: 15px; }
  .focus-line666 form {
    width: 80%; }
  .focus-line666::before {
    left: -10%;
    -webkit-transform: scale(2.5);
    -ms-transform: scale(2.5);
    transform: scale(2.5); }
  .focus-line666::after {
    right: -10%;
    -webkit-transform: scale(2.5) rotateZ(180deg);
    -ms-transform: scale(2.5) rotate(180deg);
    transform: scale(2.5) rotateZ(180deg); }
  .focus-line666::before, .focus-line666::after {
    width: 10%; }
  .main-text666 p {
    width: 50rem; }
  .main-text666 .main-subtitle666 {
    width: 52rem; }
  .puncts-wrapper666 {
    background-size: 80%; }
}

@media (max-width: 768px) {
  html {
    font-size: 7.5px; }
  .modal_divDop666 {
    width: 50rem !important;
    margin-left: auto !important;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    height: auto; }
    .modal_divDop666 .red-button666 {
      line-height: 32px;
      font-size: 2.5rem; }
  .mainpage__flex666 {
    height: 40px !important; }
    .mainpage__flex666 input {
      height: 38px !important;
      font-size: 14px; }
    .mainpage__flex666 label {
      background-size: 20px;
      height: 39px !important;
      width: 39px !important; }
  .red-button666 {
    height: 40px !important;
    background-size: 3rem;
    padding-left: 3.5rem; }
  .focus-line666 form {
    width: 80%;
    margin-top: 2rem; }
  .focus-line666::before {
    left: -10%;
    -webkit-transform: scale(2.5);
    -ms-transform: scale(2.5);
    transform: scale(2.5); }
  .focus-line666::after {
    right: -10%;
    -webkit-transform: scale(2.5) rotateZ(180deg);
    -ms-transform: scale(2.5) rotate(180deg);
    transform: scale(2.5) rotateZ(180deg); }
  .focus-line666::before, .focus-line666::after {
    width: 10%; }
  .focus-line666 .form-wrapper666 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    .focus-line666 .form-wrapper666 .mainpage__flex666 {
      margin-bottom: 2rem;
      width: 40rem;
      margin-right: 0; }
    .focus-line666 .form-wrapper666 .red-button666 {
      width: 40rem;
      max-width: 40rem;
      height: 40px;
      line-height: 43px;
      font-size: 2.3rem; }
  .form-btn666 {
    font-size: 18px; }
  .checkbox1666 {
    font-size: 1.7rem; }
  .main-wrapper666 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .main-text666 {
    margin-bottom: 4rem; }
    .main-text666 span {
      font-size: 2.8rem; }
  .main-form_wrap666 {
    width: 320px;
    margin: auto; }
  .main-form666 {
    width: 100%; }
    .main-form_top666-container > div {
      font-size: 2.5rem;
      padding: .5rem 3rem; }
  .puncts-wrapper666 {
    background-size: cover; }
  .puncts-block666 {
    padding: 2rem;
    width: 90%;
    left: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: rgba(255, 255, 255, 0.7);
    margin: auto; }
  .puncts-item666 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 0rem; }
    .puncts-item666 .number666 {
      font-size: 16rem;
      min-width: 11rem; }
    .puncts-item_text666 p {
      font-size: 2.6rem; }
    .puncts-item_text666 span {
      font-size: 2.4rem; }
  .focus-window666 h2.title666 {
    text-align: center; }
  .focus-window666 .subtitle666 {
    text-align: center;
    font-size: 3.2rem; }
  .focus-window666 .focus-window_plus666 {
    font-size: 1.8rem; }
  .focus-window666 .focus-window_plus666 {
    width: 100%;
    font-size: 2.2rem; }
    .focus-window666 .focus-window_plus666 div {
      min-width: 8rem;
      max-width: 8rem; }
    .focus-window666 .focus-window_plus666:nth-child(1) p {
      width: 100%; }
}

@media (max-width: 768px) and (min-width: 551px) {
  .mobile-phone666 {
    width: 190px; }
  .focus-line666 form {
    margin-top: 0;
    width: 80%; }
  .focus-line666::before {
    left: 0;
    -webkit-transform: scale(2.5);
    -ms-transform: scale(2.5);
    transform: scale(2.5); }
  .focus-line666::after {
    right: 0;
    -webkit-transform: scale(2.5) rotateZ(180deg);
    -ms-transform: scale(2.5) rotate(180deg);
    transform: scale(2.5) rotateZ(180deg); }
  .focus-line666::before, .focus-line666::after {
    width: 10%; }
  .main-wrapper666 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .main-text666 {
    width: 100%; }
    .main-text666 .main-subtitle666 {
      max-width: 100%; } }

@media (max-width: 550px) {
  html {
    font-size: 6px; }
  .form-btn666 {
    height: 6.3rem; }
    .form-btn666::after {
      width: 4.9rem;
      height: 4.9rem; }
  .mobile-phone666 {
    font-size: 1.8rem;
    width: 150px; }
  .features666 .features-item666 {
    width: 30%;
    margin-bottom: 2.5rem;
    font-size: 1.6rem; }
    .features666 .features-item_img666 {
      width: 7rem;
      height: 8rem; }
}

@media (max-width: 400px) {
  html {
    font-size: 5.5px; }
  .form-btn666 {
    font-size: 16px; }
  .mobile-phone666 {
    padding: .7rem 1rem;
    font-size: 1.7rem;
    width: 140px; }
    .mobile-phone666 img {
      width: 3rem;
      margin-right: 1rem; }
  .main-form_wrap666 {
    width: 285px;
    margin: auto; }
  .focus-window666 .focus-window_plus666 {
    width: 100%;
    font-size: 2.4rem; }
    .focus-window666 .focus-window_plus666 div {
      min-width: 8rem;
      max-width: 8rem; }
    .focus-window666 .focus-window_plus666:nth-child(1) p {
      width: 100%; }
}