@charset "UTF-8";
/*roboto*/
@font-face {
  font-family: "RobotoLight";
  src: url("fonts/RobotoLight.ttf");
  font-style: normal;
  font-weight: 300; }
@font-face {
  font-family: "RobotoRegular";
  src: url("fonts/RobotoRegular.ttf");
  font-style: normal;
  font-weight: 400; }
@font-face {
  font-family: "RobotoMedium";
  src: url("fonts/RobotoMedium.ttf");
  font-style: normal;
  font-weight: 500; }
@font-face {
  font-family: "RobotoBold";
  src: url("fonts/RobotoBold.ttf");
  font-style: normal;
  font-weight: bold; }
@font-face {
  font-family: "RobotoBlack";
  src: url("fonts/RobotoBlack.ttf");
  font-style: normal;
  font-weight: bold; }
* {
  margin: 0;
  padding: 0; }

.container {
  width: 1920px;
  max-width: 100%;
  margin: auto; }

.wrapper {
  width: 1180px;
  max-width: 90%;
  margin: auto; }
  .wrapper.wrapper1200 {
    width: 1200px; }

body {
  font-family: "RobotoMedium", sans-serif;
  color: #111111;
  line-height: 1.2; }

.hidden {
  display: none; }

.overflow-hidden {
  overflow: hidden; }

.responsive {
  max-width: 100%; }

span.red {
  color: #ed243d; }

.auto {
  margin: auto; }

.relative {
  position: relative; }

.display-block {
  display: block; }

strong {
  font-family: "RobotoBold", sans-serif; }

.clearfix:after {
  display: block;
  content: "";
  clear: both; }
.clearfix .float {
  float: left;
  box-sizing: border-box;
  max-width: 100%; }
.clearfix .float-right {
  float: right;
  box-sizing: border-box;
  max-width: 100%; }

.block1 .container {
  background: url("../img/header.jpg") top right no-repeat; }
.block1 .filter {
  background-color: rgba(0, 12, 41, 0.51); }
.block1 .header-content {
  width: 875px;
  padding: 60px 0 45px;
  color: #FFF; }
.block1 h1 {
  font-size: 50px;
  margin: auto;
  font-family: "RobotoRegular", sans-serif; }
.block1 p {
  font-size: 24px;
  margin: 10px auto 0; }
.block1 form {
  text-align: center;
  margin-top: 33px;
  color: #ffe800;
  font-size: 30px;
  width: 380px;
  max-width: 100%; }
  .block1 form span.display-block {
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.5); }
  .block1 form input {
    display: block;
    margin: 20px auto 0;
    width: 100%;
    height: 60px;
    border: 3px solid transparent;
    box-sizing: border-box;
    text-indent: 30px;
    font-family: "RobotoRegular", sans-serif;
    font-size: 24px; }
.block1 footer {
  background-color: #fff;
  height: 165px;
  font-size: 30px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  font-family: "RobotoRegular", sans-serif;
  line-height: 1.3; }

.block2 header {
  height: 350px; }
  .block2 header .float {
    height: 100%;
    font-size: 24px; }
    .block2 header .float:nth-child(1) {
      width: 650px;
      background: url("../img/haeader1.jpg") center no-repeat;
      left: calc(100% - 650px); }
    .block2 header .float:nth-child(2) {
      width: calc(100% - 650px);
      padding: 65px 20px 0 0;
      left: -650px; }
.block2 .bridge {
  margin: 100px auto 45px;
  font-size: 30px;
  text-align: center; }
.block2 footer {
  padding-bottom: 45px; }
  .block2 footer .float {
    width: 25%;
    padding: 0 10px;
    text-align: center;
    font-family: "RobotoRegular", sans-serif;
    font-size: 24px; }
    .block2 footer .float:before {
      display: block;
      content: "";
      height: 205px; }
    .block2 footer .float:after {
      display: block; }
    .block2 footer .float:nth-child(1):before {
      background: url("../img/icon1.png") center no-repeat; }
    .block2 footer .float:nth-child(1):after {
      content: 'Интенсивный темп жизни, стрессы'; }
    .block2 footer .float:nth-child(2):before {
      background: url("../img/icon2.png") center no-repeat; }
    .block2 footer .float:nth-child(2):after {
      content: 'Плохая экология'; }
    .block2 footer .float:nth-child(3) {
      width: 0;
      display: none;
      padding: 0; }
    .block2 footer .float:nth-child(4):before {
      background: url("../img/icon3.png") center no-repeat; }
    .block2 footer .float:nth-child(4):after {
      content: 'Вредные привычки, неправильное питание'; }
    .block2 footer .float:nth-child(5):before {
      background: url("../img/icon4.png") center no-repeat; }
    .block2 footer .float:nth-child(5):after {
      content: ' Недосып, утомление и высокие нагрузки'; }

.block3 {
  text-align: center;
  padding: 50px 0;
  font-size: 24px;
  background-color: #ddedef; }
  .block3 span.title {
    margin: 0 auto 50px;
    text-transform: uppercase;
    font-size: 30px;
    width: 780px; }
  .block3 .big .image {
    height: 100%;
    background: url("../img/image7.jpg") center no-repeat; }
  .block3 .float {
    width: 50%;
    padding: 0 10px;
    height: 460px; }
    .block3 .float .item {
      height: 130px; }
      .block3 .float .item:before {
        display: block;
        content: '';
        height: 100px; }
      .block3 .float .item:after {
        display: block;
        margin-top: 5px; }
    .block3 .float .inner-float {
      padding: 0;
      width: 50%;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      .block3 .float .inner-float:nth-child(1) {
        padding-right: 10px; }
        .block3 .float .inner-float:nth-child(1) .item:nth-child(1):before {
          background: url("../img/image1.jpg") center no-repeat; }
        .block3 .float .inner-float:nth-child(1) .item:nth-child(1):after {
          content: 'Головные боли'; }
        .block3 .float .inner-float:nth-child(1) .item:nth-child(2):before {
          background: url("../img/image2.jpg") center no-repeat; }
        .block3 .float .inner-float:nth-child(1) .item:nth-child(2):after {
          content: 'Головокружение'; }
        .block3 .float .inner-float:nth-child(1) .item:nth-child(3):before {
          background: url("../img/image3.jpg") center no-repeat; }
        .block3 .float .inner-float:nth-child(1) .item:nth-child(3):after {
          content: 'Шум в ушах'; }
      .block3 .float .inner-float:nth-child(2) {
        padding-left: 10px; }
        .block3 .float .inner-float:nth-child(2) .item:nth-child(1):before {
          background: url("../img/image4.jpg") center no-repeat; }
        .block3 .float .inner-float:nth-child(2) .item:nth-child(1):after {
          content: 'Скачки давления'; }
        .block3 .float .inner-float:nth-child(2) .item:nth-child(2):before {
          background: url("../img/image5.jpg") center no-repeat; }
        .block3 .float .inner-float:nth-child(2) .item:nth-child(2):after {
          content: 'Темнеет в глазах'; }
        .block3 .float .inner-float:nth-child(2) .item:nth-child(3):before {
          background: url("../img/image6.jpg") center no-repeat; }
        .block3 .float .inner-float:nth-child(2) .item:nth-child(3):after {
          content: 'Ухудшение памяти'; }

.block4 {
  text-align: center;
  padding: 50px 0; }
  .block4 header {
    width: 780px;
    margin-bottom: 50px;
    font-size: 30px; }
    .block4 header button {
      width: 100%;
      cursor: pointer;
      outline: none;
      background-color: #32bbce;
      box-shadow: 0 3px 5.82px 0.18px rgba(50, 187, 206, 0.45);
      height: 70px;
      color: #FFF;
      font-size: 30px;
      border: none;
      box-sizing: border-box;
      padding-top: 5px;
      line-height: 1;
      margin: 0 auto 50px; }
  .block4 .float {
    padding: 0 10px;
    width: 33.3%;
    font-size: 24px; }
    .block4 .float .item {
      height: 240px; }
      .block4 .float .item:before {
        height: 180px;
        display: block;
        content: "";
        margin-bottom: 10px; }
      .block4 .float .item:after {
        display: block; }
      .block4 .float .item:first-child {
        margin-bottom: 30px; }
    .block4 .float:nth-child(1) .item:nth-child(1):before {
      background: url("../img/img1.jpg") center no-repeat; }
    .block4 .float:nth-child(1) .item:nth-child(1):after {
      content: "остеохондроз шейного отдела позвоночника"; }
    .block4 .float:nth-child(1) .item:nth-child(2):before {
      background: url("../img/img2.jpg") center no-repeat; }
    .block4 .float:nth-child(1) .item:nth-child(2):after {
      content: "нарушение работы сердца, щитовидной железы, почек"; }
    .block4 .float:nth-child(2) .item:nth-child(1):before {
      background: url("../img/img3.jpg") center no-repeat; }
    .block4 .float:nth-child(2) .item:nth-child(1):after {
      content: "вегетососудистая дистония"; }
    .block4 .float:nth-child(2) .item:nth-child(2):before {
      background: url("../img/img4.jpg") center no-repeat; }
    .block4 .float:nth-child(2) .item:nth-child(2):after {
      content: "повышенное давление"; }
    .block4 .float:nth-child(3) {
      width: 0;
      padding: 0;
      display: none; }
    .block4 .float:nth-child(4) .item:nth-child(1):before {
      background: url("../img/img5.jpg") left no-repeat; }
    .block4 .float:nth-child(4) .item:nth-child(1):after {
      content: "аневризма сосудов головного мозга"; }
    .block4 .float:nth-child(4) .item:nth-child(2):before {
      background: url("../img/img6.jpg") center no-repeat; }
    .block4 .float:nth-child(4) .item:nth-child(2):after {
      content: "опухоль головного мозга"; }

.block5 {
  text-align: center;
  padding: 50px 0;
  background-color: #0091a5;
  color: #FFF; }
  .block5 .title {
    margin: 0 auto 40px;
    text-transform: uppercase;
    font-size: 30px; }
  .block5 .float {
    padding: 0 10px;
    font-size: 24px;
    width: 25%; }
    .block5 .float:nth-child(3) {
      width: 0;
      padding: 0;
      display: none; }
    .block5 .float span {
      line-height: 1;
      font-size: 72px;
      color: #58bfce;
      font-family: "RobotoBlack", sans-serif; }
    .block5 .float img {
      margin: 10px auto 15px; }

.block6 .content {
  width: 780px;
  max-width: 100%;
  padding: 50px 0; }
.block6 form {
  margin: 0 auto 100px;
  max-width: 90%; }
  .block6 form span {
    margin: 0 auto 50px;
    font-size: 30px;
    text-align: center; }
  .block6 form .clearfix {
    margin-bottom: 30px; }
    .block6 form .clearfix input {
      text-indent: 30px;
      font-family: "RobotoRegular", sans-serif;
      font-size: 24px;
      width: 380px;
      max-width: 49%;
      box-sizing: border-box;
      border: 2px solid #00BCD0;
      height: 60px; }
.block6 .sliderBody {
  position: relative; }
.block6 .slider {
  position: relative;
  height: 400px;
  width: 100%; }
  .block6 .slider .slide {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
    .block6 .slider .slide .relative {
      height: 100%; }
      .block6 .slider .slide .relative:after {
        width: 380px;
        box-sizing: border-box;
        max-width: 100%;
        position: absolute;
        display: block;
        left: 20px;
        bottom: 60px;
        background-color: rgba(17, 17, 17, 0.4);
        color: #FFF;
        padding: 15px 10px;
        font-size: 24px; }
    .block6 .slider .slide#slide1 {
      background: url("../img/slide1.jpg") center no-repeat; }
      .block6 .slider .slide#slide1 .relative:after {
        content: "Мы используем передовое оборудование, сертифицированное в Швейцарии и странах ЕС"; }
    .block6 .slider .slide#slide2 {
      background: url("../img/slide2.jpg") center no-repeat; }
      .block6 .slider .slide#slide2 .relative:after {
        content: "У нас работают только квалифицированные специалисты узких областей с обширным стажем работы"; }
    .block6 .slider .slide#slide3 {
      background: url("../img/slide3.jpg") center no-repeat; }
      .block6 .slider .slide#slide3 .relative:after {
        content: "Мы — центр комплексной медицины! 8 направлений"; }
.block6 .toPrev, .block6 .toNext {
  position: absolute;
  width: 15%;
  height: 72%;
  bottom: 0; }
.block6 .toNext {
  left: 0; }
.block6 .toPrev {
  right: 0; }
.block6 .controls {
  position: absolute;
  width: 60px;
  height: 60px;
  background-size: contain;
  background: url("../img/rew_btn.png") center no-repeat;
  top: calc(50% - 30px);
  cursor: pointer; }
  .block6 .controls.prev {
    left: -80px; }
  .block6 .controls.next {
    right: -80px;
    transform: rotate(180deg); }
.block6 .points {
  position: absolute;
  left: 0;
  bottom: 20px;
  text-align: center;
  width: 100%; }
  .block6 .points span {
    display: inline-block;
    margin: 0 7px;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-color: #005562; }
    .block6 .points span.active {
      background-color: #00BCD0; }
.block6 footer {
  flex-direction: column;
  display: flex;
  align-items: center;
  height: 195px;
  background-color: #0390a3;
  text-align: center;
  color: #FFFFFF;
  font-size: 30px; }
  .block6 footer .wrapper {
    width: 1000px; }

address {
  padding: 30px 60px; }
  address p {
    font-size: 10px;
    color: #000;
    font-family: "RobotoLight", sans-serif; }
    address p.polit {
      text-align: right; }

form input {
  outline: none; }
  form input:focus {
    border-color: #32bbce; }
  form input::-webkit-input-placeholder {
    color: #111111;
    opacity: 1;
    transition: opacity 0.5s ease; }
  form input:focus::-webkit-input-placeholder {
    opacity: 0;
    transition: opacity 0.5s ease; }
  form input[type=submit] {
    background-color: #32bbce;
    box-shadow: 0 3px 5.82px 0.18px rgba(50, 187, 206, 0.45);
    border: none;
    width: 100%;
    height: 71px;
    text-indent: 0;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 30px;
    color: #FFF; }

@media screen and (min-width: 1200px) and (max-width: 1600px) {
  /*DESCTOP*/
  .block1 .container {
    -ms-background-position-x: 80%;
    background-position-x: 80%; }
  .block1 .header-content {
    width: 100%; }

  .block2 header .float:nth-child(2) {
    padding-top: 55px; } }
@media screen and (min-width: 1000px) and (max-width: 1199px) {
  /*LAPTOP*/
  .block1 .container {
    -ms-background-position-x: 80%;
    background-position-x: 80%; }
  .block1 .header-content {
    width: 100%; }

  .block2 header {
    height: auto; }
    .block2 header .float {
      width: 100% !important;
      float: none;
      position: static;
      background-size: contain !important;
      height: 350px; }
      .block2 header .float:nth-child(2) {
        padding: 50px 20px 0;
        text-align: center;
        height: auto; }
  .block2 .bridge {
    margin-top: 60px; }
  .block2 footer .float {
    font-size: 20px; }

  .block3 .float {
    height: 40vw;
    font-size: 18px; }
    .block3 .float.big .image {
      background-size: cover !important; }
    .block3 .float .item:before {
      background-size: cover !important; }

  .block4 .float {
    font-size: 20px; }
    .block4 .float .item:before {
      background-size: cover !important; }

  .block5 .float {
    font-size: 18px; } }
@media screen and (min-width: 600px) and (max-width: 999px) {
  /*TABLET*/
  .block1 .container {
    -ms-background-position-x: 72%;
    background-position-x: 72%; }
  .block1 .header-content {
    width: 100%; }
  .block1 h1 {
    font-size: 42px; }
  .block1 form {
    font-size: 20px; }
  .block1 footer {
    height: 120px;
    font-size: 22px; }

  .block2 header {
    height: auto; }
    .block2 header .float {
      font-size: 20px;
      width: 100% !important;
      float: none;
      position: static;
      background-size: contain !important;
      height: 350px; }
      .block2 header .float:nth-child(2) {
        padding: 50px 20px 0;
        text-align: center;
        height: auto; }
      .block2 header .float br {
        display: none; }
  .block2 .bridge {
    margin-top: 60px;
    font-size: 24px; }
  .block2 footer .float {
    font-size: 18px; }
    .block2 footer .float:before {
      height: 20vw;
      margin-bottom: 15px;
      background-size: contain !important; }

  .block3 span.title {
    font-size: 24px; }
  .block3 .float {
    height: auto;
    font-size: 18px;
    width: 100%;
    float: none; }
    .block3 .float.big .image {
      background-size: cover !important;
      height: 50vw; }
    .block3 .float .inner-float {
      display: block;
      flex-direction: inherit;
      justify-content: inherit;
      float: left;
      width: 50%; }
    .block3 .float .item {
      margin-bottom: 20px;
      height: auto; }
      .block3 .float .item:before {
        height: 25vw;
        background-size: cover !important; }

  .block4 header {
    font-size: 24px; }
  .block4 .float {
    font-size: 18px; }
    .block4 .float .item:before {
      background-size: cover !important; }

  .block5 .title {
    font-size: 24px; }
  .block5 .float {
    font-size: 20px; }
    .block5 .float span {
      font-size: 64px; }
    .block5 .float img {
      height: 50px;
      margin: 20px auto; }

  .block6 form span {
    font-size: 24px; }
  .block6 .slider .slide .relative:after {
    font-size: 20px; }
  .block6 .controls.prev {
    left: 30px; }
  .block6 .controls.next {
    right: 30px; }
  .block6 footer {
    height: 150px;
    font-size: 24px; } }
@media screen and (min-width: 599px) and (max-width: 767px) {
  /*WIDEPHONES*/
  .block1 .container {
    -ms-background-position-x: 72%;
    background-position-x: 72%; }
  .block1 .header-content {
    width: 100%; }
  .block1 h1 {
    font-size: 42px; }
  .block1 form {
    font-size: 20px; }
  .block1 footer {
    display: block;
    height: auto;
    padding: 30px 0;
    font-size: 20px; }

  .block2 header {
    height: auto; }
    .block2 header .float {
      font-size: 20px;
      width: 100% !important;
      float: none;
      position: static;
      background-size: contain !important;
      height: 350px; }
      .block2 header .float:nth-child(2) {
        padding: 50px 20px 0;
        text-align: center;
        height: auto; }
      .block2 header .float br {
        display: none; }
  .block2 .bridge {
    margin-top: 60px;
    font-size: 24px; }
  .block2 footer {
    padding-bottom: 20px; }
    .block2 footer .float {
      font-size: 18px;
      width: 50%;
      margin-bottom: 30px; }
      .block2 footer .float:nth-child(3) {
        display: block;
        content: "";
        clear: both; }
      .block2 footer .float:before {
        height: 20vw;
        margin-bottom: 15px;
        background-size: contain !important; }

  .block3 span.title {
    font-size: 20px; }
  .block3 .float {
    height: auto;
    font-size: 18px;
    width: 100%;
    float: none; }
    .block3 .float.big .image {
      background-size: cover !important;
      height: 50vw; }
    .block3 .float .inner-float {
      display: block;
      flex-direction: inherit;
      justify-content: inherit;
      float: left;
      width: 50%; }
    .block3 .float .item {
      margin-bottom: 20px;
      height: auto; }
      .block3 .float .item:before {
        height: 25vw;
        background-size: cover !important; }

  .block4 {
    padding-bottom: 0; }
    .block4 header {
      font-size: 22px; }
      .block4 header button {
        font-size: 18px;
        margin-bottom: 20px; }
    .block4 .float {
      font-size: 18px;
      width: 50%;
      margin-bottom: 20px; }
      .block4 .float:nth-child(3) {
        display: block;
        content: "";
        clear: both; }
      .block4 .float .item:before {
        background-size: cover !important; }
      .block4 .float:last-child {
        width: 100%;
        display: block;
        content: "";
        clear: both; }
        .block4 .float:last-child .item {
          box-sizing: border-box;
          width: 50%;
          float: left; }
          .block4 .float:last-child .item:nth-child(1) {
            padding-right: 10px; }
          .block4 .float:last-child .item:nth-child(2) {
            padding-left: 10px; }

  .block5 .title {
    font-size: 20px; }
  .block5 .float {
    font-size: 20px;
    width: 50%;
    margin-bottom: 20px; }
    .block5 .float:nth-child(3) {
      display: block;
      content: "";
      clear: both; }
    .block5 .float span {
      font-size: 64px; }
    .block5 .float img {
      height: 70px;
      margin: 20px auto; }

  .block6 form {
    margin-bottom: 50px; }
    .block6 form span {
      font-size: 20px; }
    .block6 form input[type=submit] {
      font-size: 20px; }
  .block6 .slider .slide .relative:after {
    font-size: 18px; }
  .block6 .controls.prev {
    left: 30px; }
  .block6 .controls.next {
    right: 30px; }
  .block6 footer {
    display: block;
    height: auto;
    font-size: 20px;
    padding: 20px 0; } }
@media screen and (min-width: 300px) and (max-width: 599px) {
  /*MOBILE*/
  body {
    line-height: 1.3; }

  .block1 .container {
    background: url('../img/header_mobile.jpg') no-repeat center top;
    background-size: cover;
}
  .block1 .header-content {
    width: 100%;
    padding: 30px 0;
    text-align: center; }
  .block1 br {
    display: none; }
  .block1 h1 {
    font-size: 32px; }
  .block1 p {
    font-size: 20px; }
  .block1 form {
    font-size: 27px;
    margin: 20px auto 0; }
    .block1 form input {
      font-size: 18px;
      height: 50px !important; }
      .block1 form input[type=submit] {
        font-size: 20px; }
  .block1 footer {
    display: block;
    height: auto;
    padding: 30px 0;
    font-size: 18px; }

  .block2 header {
    height: auto; }
    .block2 header .float {
      font-size: 20px;
      width: 100% !important;
      float: none;
      position: static;
      background-size: contain !important;
      height: 60vw; }
      .block2 header .float:nth-child(2) {
        padding: 30px 5px 0;
        text-align: center;
        height: auto; }
      .block2 header .float br {
        display: none; }
  .block2 .bridge {
    margin: 30px auto 50px;
    font-size: 18px; }
  .block2 footer {
    padding-bottom: 20px; }
    .block2 footer .float {
      font-size: 20px;
      width: 50%;
      margin-bottom: 20px; }
      .block2 footer .float:nth-child(3) {
        display: block;
        content: "";
        clear: both; }
      .block2 footer .float:before {
        height: 30vw;
        margin-bottom: 10px;
        background-size: contain !important; }

  .block3 {
    padding: 30px 0; }
    .block3 span.title {
      font-size: 18px;
      margin-bottom: 30px; }
    .block3 .float {
      height: auto;
      font-size: 20px;
      width: 100%;
      float: none;
      padding: 0; }
      .block3 .float.big .image {
        background-size: cover !important;
        height: 70vw; }
      .block3 .float .inner-float {
        display: block;
        flex-direction: inherit;
        justify-content: inherit;
        float: left;
        width: 50%; }
      .block3 .float .item {
        margin-bottom: 20px;
        height: auto; }
        .block3 .float .item:before {
          height: 25vw;
          background-size: cover !important; }

  .block4 {
    padding: 30px 0 0; }
    .block4 .wrapper {
      max-width: 100%; }
    .block4 header {
      width: 90%;
      font-size: 18px;
      margin: 0 auto 30px; }
      .block4 header button {
        font-size: 20px;
        line-height: 1.4;
        margin-bottom: 20px; }
    .block4 .float {
      font-size: 16px;
      width: 50%;
      margin-bottom: 20px; }
      .block4 .float:nth-child(3) {
        display: block;
        content: "";
        clear: both; }
      .block4 .float .item {
        max-height: 240px;
        height: 50vw; }
        .block4 .float .item:before {
          height: 33vw;
          max-height: 180px;
          background-size: cover !important; }
      .block4 .float:last-child {
        width: 100%;
        margin-bottom: 0;
        display: block;
        content: "";
        clear: both; }
        .block4 .float:last-child .item {
          box-sizing: border-box;
          width: 50%;
          float: left; }
          .block4 .float:last-child .item:nth-child(1) {
            padding-right: 10px; }
          .block4 .float:last-child .item:nth-child(2) {
            padding-left: 10px; }

  .block5 .title {
    font-size: 18px; }
  .block5 .float {
    font-size: 16px;
    width: 50%;
    margin-bottom: 20px; }
    .block5 .float:nth-child(3) {
      display: block;
      content: "";
      clear: both; }
    .block5 .float span {
      font-size: 56px; }
    .block5 .float img {
      height: 60px;
      margin: 20px auto; }

  .block6 .content {
    padding-bottom: 0; }
  .block6 form {
    margin-bottom: 50px; }
    .block6 form span {
      font-size: 18px; }
    .block6 form .clearfix {
      margin-bottom: 0; }
    .block6 form input {
      float: none !important;
      display: block;
      margin: 0 auto 20px !important;
      width: 100% !important;
      max-width: 100% !important;
      font-size: 18px !important;
      height: 50px !important; }
      .block6 form input[type=submit] {
        font-size: 16px !important; }
  .block6 .slider {
    height: 70vw; }
    .block6 .slider .slide {
      background-size: cover !important; }
      .block6 .slider .slide .relative:after {
        width: 100%;
        left: 0;
        bottom: 0;
        font-size: 16px;
        text-align: center;
        padding: 10px 10px 35px; }
  .block6 .controls {
    width: 40px;
    height: 40px; }
    .block6 .controls.prev {
      left: 10px; }
    .block6 .controls.next {
      right: 10px; }
  .block6 .points {
    bottom: 10px; }
    .block6 .points span {
      width: 10px;
      height: 10px; }
  .block6 footer {
    display: block;
    height: auto;
    font-size: 18px;
    padding: 20px 0; }

  address {
    padding: 30px 0;
    text-align: center;
    line-height: 1.2; }
    address .polit {
      margin-top: 15px; } }

/*# sourceMappingURL=my_style.css.map */
:root{
  --rw-bg:#fff; --rw-border:#e6e6e6; --rw-shadow:0 2px 16px rgba(0,0,0,.06);
  --rw-text:#111827; --rw-sub:#6b7280; --rw-muted:#9ca3af;
  --rw-accent:#2a78ff; --rw-accent-weak:#e8f0ff; --rw-chip:#f3f4f6;
  --radius:12px;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}
.reviews-widget{
  max-width:760px; margin:24px auto;
  background:var(--rw-bg); border:1px solid var(--rw-border);
  border-radius:var(--radius); box-shadow:var(--rw-shadow);
  padding:16px 18px;
}

.rw-header{display:flex; justify-content:space-between; align-items:center; gap:8px; margin-bottom:12px;}
.rw-title{font-size:20px; font-weight:600; color:var(--rw-text);}
.rw-brand{font-size:13px; color:var(--rw-muted);}

.rw-score-row{display:flex; align-items:center; gap:14px; padding:10px 0 6px 0; border-top:1px solid #f2f2f2;}
.rw-score{font-size:42px; font-weight:700; color:var(--rw-text); line-height:1;}
.rw-stars{display:flex; gap:4px;}
.star{width:22px; height:22px; fill:#ffc107; stroke:#f2b400; stroke-width:.4;}
.star.empty{fill:#f3f4f6; stroke:#e5e7eb;}
.rw-stars.small .star{width:16px; height:16px;}
.rw-meta{font-size:13px; color:var(--rw-muted); margin-left:auto;}

.rw-cta-row{
  display:flex; gap:10px; background:#f7f7f8; border-radius:10px; padding:10px;
  margin:10px 0 8px 0;
}
.rw-chip{
  pointer-events:none; user-select:none;
  background:var(--rw-chip); color:#4b5563; font-size:14px;
  padding:8px 12px; border-radius:8px; border:1px solid #e5e7eb;
}
.rw-button{
  pointer-events:none; user-select:none;
  background:var(--rw-accent); color:#fff; font-weight:600; font-size:14px;
  padding:8px 14px; border-radius:8px; box-shadow:0 1px 0 rgba(0,0,0,.05);
}

.rw-list{display:flex; flex-direction:column; gap:18px; margin-top:8px;}
.rw-item{display:flex; gap:12px; padding:12px 0; border-top:1px solid #f2f2f2;}
.rw-item:first-child{border-top:0;}
.rw-avatar{
  width:36px; height:36px; border-radius:50%;
  display:flex; align-items:center; justify-content:center;
  background:#f3f4f6; font-size:18px; flex-shrink:0;
}
.rw-body{flex:1; min-width:0;}
.rw-name-row{display:flex; gap:10px; align-items:center; margin-bottom:4px; flex-wrap:wrap;}
.rw-name{font-weight:600; color:#111827;}
.rw-date{font-size:13px; color:var(--rw-muted);}
.rw-text{
  font-size:15px; color:#374151; margin-top:6px;
  display:-webkit-box; -webkit-line-clamp:10; -webkit-box-orient:vertical; overflow:hidden;
}

.rw-footer{display:flex; justify-content:center; padding:10px 0 2px;}
.rw-more{
  pointer-events:none; user-select:none;
  display:inline-block; background:#eff6ff; color:#1d4ed8; font-weight:600;
  border:1px solid #bfdbfe; padding:10px 14px; border-radius:10px;
  font-size:14px;
}

/* Responsive */
@media (max-width:640px){
  .reviews-widget{padding:12px 12px; border-radius:10px;}
  .rw-score{font-size:34px;}
  .star{width:20px; height:20px;}
  .rw-meta{flex-basis:100%; margin-left:0;}
  .rw-cta-row{flex-direction:column; align-items:stretch;}
  .rw-item{gap:10px;}
  .rw-avatar{width:32px; height:32px; font-size:16px;}
  .rw-text{-webkit-line-clamp:20;}
}



.methods-container {
    background: #fff;
    padding: 1rem;
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    max-width: 800px;
    margin: 20px auto;
    font-family: "MuseoSansCyrl-500", sans-serif;;
}

.methods-container h1 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 24px;
    color: #2d3748;
}

.methods-container h2 {
    font-size: 20px;
    font-weight: 600;
    color: #4a5568;
    margin-bottom: 20px;
}

.methods-container ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.methods-container li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

.methods-container .dot {
    width: 12px;
    height: 12px;
    background: #3b82f6;
    border-radius: 50%;
    margin-right: 12px;
    margin-top: 6px;
    flex-shrink: 0;
}

.methods-container h3 {
    font-size: 20px;
    font-weight: 600;
    color: #4a5568;
    margin: 0 0 6px 0;
}

.methods-container p {
    font-size: 19px;
    color: #718096;
    margin: 0;
}


.animated-text {
  color: #fff37e;
  font-size: 26px;
  margin-top: 20px;
  margin-bottom: 20px;
  transition: margin 3s ease;
}

/* когда добавим класс active — отработает анимация */
.animated-text.active {
  margin-top: 60px;
  margin-bottom: 60px;
}



/* Чекбокс согласия */
.checkbox-label {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 15px;
    color: #333;
    margin: 15px auto 10px;
    max-width: 100%;
    cursor: pointer;
}

.checkbox-label input[type="checkbox"] {
    margin-top: 3px;
    accent-color: #32bbce;
    width: 18px;
    height: 18px;
}

.checkbox-label a {
    color: #32bbce;
    text-decoration: underline;
}

.checkbox-label a:hover {
    text-decoration: none;
}

/* Адаптив */
@media screen and (max-width: 999px) {
    .checkbox-label {
        font-size: 14px;
    }
}


  .badge {
    color: #F00;
    font-size: clamp(18px, 4vw, 24px);   /* адаптивный размер шрифта */
    font-weight: 600;
    background-color: #FFF5E6;
    border-radius: 24px;                  /* мягко скруглённая плашка */
    padding: 12px 18px;                   /* отступы вокруг текста */
    display: inline-block;
    margin: 10px 0;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1); /* тонкая тень для «глубины» */
    max-width: 100%;                      /* адаптивность по ширине */
    text-align: center;
    line-height: 1.4;                     /* комфортная высота строк */
  }