/*GothamPro*/
@font-face {
  font-family: "GothamProLight";
  src: url("fonts/GothamProLight.otf");
  font-style: normal;
  font-weight: 300; }
@font-face {
  font-family: "GothamProRegular";
  src: url("fonts/GothamProRegular.otf");
  font-style: normal;
  font-weight: 400; }
@font-face {
  font-family: "GothamProMedium";
  src: url("fonts/GothamProMedium.otf");
  font-style: normal;
  font-weight: 500; }
@font-face {
  font-family: "GothamProBold";
  src: url("fonts/GothamProBold.otf");
  font-style: normal;
  font-weight: 600; }
* {
  margin: 0;
  padding: 0; }

body {
  font-family: "GothamProRegular", sans-serif;
  color: #262626; }

.wrapper {
  margin: auto; }

.container {
  width: 1200px;
  margin: auto; }

strong {
  font-family: "GothamProBold", sans-serif; }

form {
  width: 580px;
  margin: auto; }
  form.orderCall {
    display: none; }
  form .hiddenItem {
    display: none; }
  form input, form select {
    outline: none;
    border: 2px solid #0087C2;
    width: 100%;
    height: 75px;
    font-size: 30px;
    padding-left: 20px;
    box-sizing: border-box;
    margin-bottom: 20px; }
  form input::-webkit-input-placeholder {
    color: #262626;
    opacity: 1;
    transition: opacity 0.5s ease; }
  form input:focus::-webkit-input-placeholder {
    opacity: 0;
    transition: opacity 0.5s ease; }
  form select {
    /* for FF */
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    /* for IE */
    -ms-appearance: none;
    appearance: none !important;
    -webkit-appearance: none;
    background: #FFF;
    cursor: pointer; }
    form select[name=time] {
      cursor: default; }
    form select:hover {
      background: url("../img/dropDown.png") 95% no-repeat, #FFF; }
  form select::-ms-expand {
    display: none; }
  form header select {
    width: 280px;
    max-width: 49%;
    height: 60px; }
    form header select:nth-child(1) {
      float: left; }
    form header select:nth-child(2) {
      float: right; }
  form .checkBoxes {
    padding-bottom: 10px; }
    form .checkBoxes .checkBox label {
      font-size: 22px;
      font-family: "GothamProMedium", sans-serif;
      display: block;
      cursor: pointer;
      position: relative;
      padding-left: 85px;
      margin-bottom: 25px; }
      form .checkBoxes .checkBox label input[type=checkbox] {
        display: none; }
      form .checkBoxes .checkBox label .check {
        width: 36px;
        height: 36px;
        position: absolute;
        left: 15px;
        top: calc(50% - 18px);
        background-color: #fff;
        border: 2px solid #0087C2;
        box-sizing: border-box; }
        form .checkBoxes .checkBox label .check .yes {
          width: 100%;
          height: 100%;
          background: url("../img/checkbox.png") center no-repeat;
          display: none;
          background-size: 80% !important; }

button {
  box-shadow: 0 3px 13.44px 2.56px rgba(63, 142, 191, 0.45);
  height: 70px;
  font-family: "GothamProMedium", sans-serif;
  cursor: pointer;
  color: #FFF;
  text-transform: uppercase;
  padding: 0 35px;
  margin: auto;
  display: block;
  border: none;
  outline: none;
  background-color: #008fc2;
  font-size: 24px; }

.floats:after {
  display: block;
  content: "";
  clear: both; }
.floats .float {
  float: left;
  box-sizing: border-box; }

.action {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  color: #FFF;
  font-size: 36px;
  font-family: "GothamProBold", sans-serif;
  line-height: 1;
  background-color: #207245;
  text-align: center; }

.block1 header {
  background-color: #d4e9f3;
  padding: 30px 0 25px; }
  .block1 header .wrapper {
    width: 970px; }
  .block1 header .float:nth-child(1) {
    width: calc(100% - 280px); }
  .block1 header .float:nth-child(2) {
    width: 280px;
    text-align: center;
    font-family: "GothamProMedium", sans-serif;
    font-size: 18px;
    color: #ff1900; }
.block1 .russia {
  position: relative;
  height: 150px;
  background: url("../img/map.png") center no-repeat;
  background-size: cover; }
  .block1 .russia #marker {
    position: absolute;
    left: 26px;
    top: 19px; }
.block1 h1 {
  margin: 0 auto;
  font-family: "GothamProBold", sans-serif;
  font-size: 30px;
  text-transform: uppercase;
  line-height: 1.3; }
  .block1 h1 span {
    font-family: "GothamProMedium", sans-serif;
    margin-top: 5px;
    display: block;
    font-size: 18px;
    text-transform: none; }
.block1 .container {
  padding: 30px 10px 20px;
  box-sizing: border-box; }
  .block1 .container .float {
    width: 33.3%;
    padding: 0 30px;
    line-height: 1.4;
    border-radius: 10px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #39bce9;
    font-size: 22px;
    height: 160px;
    box-shadow: 0 3px 9.2px 0.8px rgba(38, 38, 38, 0.35);
    position: relative;
    z-index: 1; }
    .block1 .container .float:nth-child(even) {
      background-color: #96d8f5;
      position: relative;
      z-index: 10; }
    .block1 .container .float span {
      max-width: 100%; }

.block2 {
  padding: 60px 0; }
  .block2 .wrapper {
    width: 785px; }
  .block2 h2 {
    font-family: "GothamProBold", sans-serif;
    margin: 0 auto 30px;
    text-transform: uppercase;
    font-size: 30px;
    text-align: center;
    cursor: pointer; }

.block3 {
  padding-bottom: 60px; }
  .block3 h2 {
    font-family: "GothamProBold", sans-serif;
    margin: 0 auto 30px;
    text-transform: uppercase;
    font-size: 30px;
    text-align: center; }

.block4 {
  background-color: #b4ccdb;
  text-align: center;
  padding: 30px 0; }
  .block4 .wrapper {
    width: 780px; }
  .block4 h2 {
    margin: 0 auto 30px;
    text-transform: uppercase;
    font-size: 40px;
    font-family: "GothamProBold", sans-serif; }
    .block4 h2 span {
      display: block;
      text-transform: none;
      font-size: 30px;
      margin-top: 20px; }
  .block4 .floats {
    position: relative; }
  .block4 .float {
    width: 33.3%;
    padding: 0 5px;
    position: relative; }
    .block4 .float .circle {
      height: 250px;
      border: 7px solid #5A003E;
      border-radius: 100%;
      border-bottom-width: 75px;
      box-sizing: border-box;
      position: relative;
      color: #5A003E;
      transition: all .3s ease-in-out; }
      .block4 .float .circle:hover {
        transform: scale(1.1);
        z-index: 10;
        /*.text{
          transform: scale(.9);
        }*/ }
      .block4 .float .circle .text {
        transition: all .3s ease-in-out;
        -webkit-box-shadow: 0 -10px 30px 0px rgba(50, 50, 50, 0.45);
        -moz-box-shadow: 0 -10px 30px 0px rgba(50, 50, 50, 0.45);
        box-shadow: 0 -10px 30px 0px rgba(50, 50, 50, 0.45);
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        width: 186px;
        height: 186px;
        left: calc(50% - 93px);
        top: calc(50% - 93px + 37px);
        background-color: #fff;
        border-radius: 100%;
        text-transform: uppercase;
        font-size: 18px;
        font-family: "GothamProMedium", sans-serif; }
        .block4 .float .circle .text span {
          font-family: "GothamProBold", sans-serif;
          display: block;
          font-size: 36px;
          margin-bottom: 10px; }
    .block4 .float .vertical {
      height: 125px;
      width: 6px;
      margin: auto;
      position: relative;
      background-color: #5A003E;
      z-index: 10; }
    .block4 .float .point {
      display: block;
      content: "";
      position: absolute;
      width: 20px;
      height: 20px;
      bottom: -10px;
      left: calc(50% - 18px);
      border-radius: 100%;
      border: 8px solid #EEC0D6;
      background-color: #5A003E;
      z-index: 5; }
    .block4 .float:nth-child(even) .circle {
      border-color: #B60086;
      color: #B60086; }
    .block4 .float:nth-child(even) .vertical, .block4 .float:nth-child(even) .point {
      background-color: #B60086; }
    .block4 .float:last-child {
      padding: 0;
      position: absolute;
      left: 0;
      bottom: -5px;
      width: 100%;
      height: 26px;
      border-radius: 25px;
      background-color: #fff;
      float: none;
      border: none; }
  .block4 footer {
    margin: 35px auto 0;
    font-size: 24px;
    line-height: 1.4; }

.block5 {
  padding: 60px 0; }
  .block5 h2 {
    margin: 0 auto;
    text-transform: uppercase;
    font-family: "GothamProBold", sans-serif;
    font-size: 40px;
    color: #3f8ebf;
    text-align: center; }
    .block5 h2 span {
      display: block;
      color: #262626;
      margin-top: 60px;
      font-size: 36px; }
  .block5 .floats {
    margin: 30px auto 60px; }
  .block5 .float {
    width: 33.3%;
    padding: 0 10px; }
    .block5 .float header {
      border-radius: 10px;
      height: 240px;
      margin: 0 auto 30px; }
    .block5 .float footer {
      position: relative;
      padding-left: 100px;
      font-size: 24px;
      font-family: "GothamProMedium", sans-serif; }
      .block5 .float footer span {
        display: block;
        font-family: "GothamProBold", sans-serif;
        color: #3f8ebf;
        line-height: 1; }
        .block5 .float footer span.title {
          font-size: 30px;
          margin-bottom: 15px; }
        .block5 .float footer span.number {
          position: absolute;
          top: -15px;
          left: 15px;
          font-size: 120px; }
    .block5 .float:nth-child(1) header {
      background: url("../img/img1.jpg") center no-repeat; }
    .block5 .float:nth-child(2) header {
      background: url("../img/img2.jpg") top no-repeat; }
    .block5 .float:nth-child(3) header {
      background: url("../img/img3.jpg") left no-repeat; }

.block6 {
  text-align: center;
  /*WidePhones*/ }
  .block6 h2 {
    text-transform: uppercase;
    font-size: 36px;
    margin: 0 auto 30px;
    font-family: "GothamProBold", sans-serif; }
  .block6 .mainFloats {
    height: 380px; }
  .block6 .float {
    padding: 0 10px;
    height: 100%;
    width: 33.3%; }
    .block6 .float span {
      position: absolute;
      left: 0;
      bottom: 10px;
      font-family: "GothamProMedium", sans-serif;
      color: #FFF;
      font-size: 24px;
      width: calc(100% - 30px);
      display: block;
      padding: 15px;
      background-color: rgba(4, 21, 33, 0.6); }
    .block6 .float:nth-child(1) {
      background: url("../img/risk1.jpg") center no-repeat;
      background-size: cover;
      position: relative; }
    .block6 .float:nth-child(2) {
      padding-left: 20px; }
      .block6 .float:nth-child(2) .secondFloats {
        height: 100%; }
        .block6 .float:nth-child(2) .secondFloats .float {
          background: none;
          padding: 0;
          width: 50%;
          height: 100%; }
          .block6 .float:nth-child(2) .secondFloats .float:nth-child(1) {
            padding-right: 20px; }
            .block6 .float:nth-child(2) .secondFloats .float:nth-child(1) header {
              position: relative;
              background: url("../img/risk2.jpg") center no-repeat;
              background-size: cover;
              height: calc(50% - 10px);
              margin-bottom: 20px;
              box-sizing: border-box; }
            .block6 .float:nth-child(2) .secondFloats .float:nth-child(1) footer {
              height: calc(50% - 10px);
              position: relative;
              background: url("../img/risk3.jpg") center no-repeat;
              background-size: cover;
              box-sizing: border-box; }
          .block6 .float:nth-child(2) .secondFloats .float:nth-child(2) {
            position: relative;
            background: url("../img/risk4.jpg") center no-repeat; }
    .block6 .float:nth-child(3) {
      padding-right: 0; }
      .block6 .float:nth-child(3) header {
        position: relative;
        background: url("../img/risk5.jpg") center no-repeat;
        height: calc(50% - 10px);
        margin-bottom: 20px;
        background-size: cover;
        box-sizing: border-box; }
      .block6 .float:nth-child(3) footer {
        position: relative;
        height: calc(50% - 10px);
        background: url("../img/risk6.jpg") center no-repeat;
        background-size: cover;
        box-sizing: border-box; }
  .block6 .mainFloats_wxs {
    padding-left: 10px;
    box-sizing: border-box;
    display: none;
    width: 100%;
    max-width: 767px;
    margin: auto; }
    .block6 .mainFloats_wxs .float {
      height: 50vw;
      max-height: 380px;
      padding: 0 10px !important;
      background-size: cover; }
      .block6 .mainFloats_wxs .float span {
        position: absolute;
        left: 0;
        bottom: 0;
        font-family: "GothamProMedium", sans-serif;
        color: #FFF;
        font-size: 18px;
        width: 100%;
        display: block;
        padding: 10px;
        background-color: rgba(4, 21, 33, 0.6);
        box-sizing: border-box; }
      .block6 .mainFloats_wxs .float header, .block6 .mainFloats_wxs .float footer {
        position: relative;
        height: calc(50% - 5px);
        background-size: cover !important; }
      .block6 .mainFloats_wxs .float header {
        margin-bottom: 10px; }
    .block6 .mainFloats_wxs .topFloats {
      margin-bottom: 10px; }
      .block6 .mainFloats_wxs .topFloats .float:nth-child(1) {
        width: 75%;
        background: url("../img/risk1.jpg") center no-repeat; }
      .block6 .mainFloats_wxs .topFloats .float:nth-child(2) {
        width: 25%; }
        .block6 .mainFloats_wxs .topFloats .float:nth-child(2) header {
          background: url("../img/risk2.jpg") center no-repeat; }
        .block6 .mainFloats_wxs .topFloats .float:nth-child(2) footer {
          background: url("../img/risk3.jpg") center no-repeat; }
    .block6 .mainFloats_wxs .bottomFloats .float:nth-child(1) {
      width: 25%;
      background: url("../img/risk4.jpg") center no-repeat; }
    .block6 .mainFloats_wxs .bottomFloats .float:nth-child(2) {
      width: 75%; }
      .block6 .mainFloats_wxs .bottomFloats .float:nth-child(2) header {
        background: url("../img/risk5.jpg") center no-repeat; }
      .block6 .mainFloats_wxs .bottomFloats .float:nth-child(2) footer {
        background: url("../img/risk6.jpg") center no-repeat; }

.block7 {
  text-align: center;
  padding: 60px 0 40px; }
  .block7 .wrapper {
    width: 900px; }
  .block7 h2 {
    margin: 0 auto 35px;
    line-height: 1;
    font-family: "GothamProBold", sans-serif;
    font-size: 36px; }
  .block7 .float {
    width: 33.3%;
    padding: 0 10px; }
    .block7 .float span {
      color: #3f8ebf;
      font-family: "GothamProBold", sans-serif; }
    .block7 .float header {
      height: 200px;
      overflow: hidden;
      margin-bottom: 20px; }
      .block7 .float header:hover span {
        opacity: 1; }
      .block7 .float header span {
        line-height: .68;
        font-size: 285px;
        opacity: .7;
        text-indent: 40px; }
    .block7 .float footer {
      height: 330px;
      padding: 20px 15px 0;
      font-size: 22px;
      font-family: "GothamProMedium", sans-serif;
      box-shadow: 0 3px 5.64px 0.36px rgba(4, 21, 33, 0.45); }
      .block7 .float footer span {
        display: block;
        font-size: 30px;
        text-transform: uppercase;
        margin-bottom: 20px; }
    .block7 .float:nth-child(1) header {
      background: url("../img/stage1.jpg") center no-repeat; }
    .block7 .float:nth-child(2) header {
      background: url("../img/stage2.jpg") center no-repeat; }
    .block7 .float:nth-child(3) header {
      background: url("../img/stage3.jpg") center no-repeat; }
      .block7 .float:nth-child(3) header span {
        position: relative;
        top: -2px; }

.block8 {
  text-align: center; }
  .block8 h2 {
    margin: 0 auto 40px;
    text-transform: uppercase;
    font-size: 36px;
    font-family: "GothamProMedium", sans-serif;
    color: #3f8ebf; }
  .block8 .wrapper {
    width: 780px;
    height: 320px;
    margin: 60px auto 30px; }
    .block8 .wrapper .float {
      height: 100%; }
      .block8 .wrapper .float:nth-child(1) {
        width: 480px;
        background: url("../img/footerImg.jpg") center no-repeat;
        margin-right: 20px;
        box-shadow: 0 3px 5.64px 0.36px rgba(4, 21, 33, 0.45); }
      .block8 .wrapper .float:nth-child(2) {
        width: calc(100% - 480px - 20px);
        background: url("../img/logo.png") center no-repeat; }

address {
  padding: 30px 60px; }
  address p {
    font-size: 10px;
    color: #000;
    font-family: "GothamProLight", sans-serif; }
    address p.polit {
      text-align: right; }

@media screen and (min-width: 1000px) and (max-width: 1199px) {
  /*LAPTOP*/
  .container {
    width: 100% !important; }

  .wrapper {
    width: 90% !important; }

  .action {
    font-size: 3vw; }

  .block1 h1 {
    margin-top: 20px;
    font-size: 28px; }
  .block1 .container .float {
    font-size: 1.8vw; }

  .block4 .float .circle {
    width: 25vw;
    height: 25vw;
    margin: auto; }
  .block4 footer br {
    display: none; }

  .block5 .float header {
    background-size: cover !important;
    height: 20vw; }
  .block5 .float footer {
    padding-left: 6vw;
    font-size: 20px; }
    .block5 .float footer span.title {
      font-size: 24px; }
    .block5 .float footer span.number {
      font-size: 60px;
      top: -7px; }

  .block6 .float {
    padding: 0 5px; }
    .block6 .float span {
      font-size: 18px;
      width: calc(100% - 10px);
      padding: 15px 5px; }
    .block6 .float:nth-child(2) {
      padding-left: 10px; }
      .block6 .float:nth-child(2) .secondFloats .float:nth-child(1) {
        padding-right: 10px; }
        .block6 .float:nth-child(2) .secondFloats .float:nth-child(1) header {
          margin-bottom: 10px;
          height: calc(50% - 5px); }
        .block6 .float:nth-child(2) .secondFloats .float:nth-child(1) footer {
          height: calc(50% - 5px); }
    .block6 .float:nth-child(3) header {
      margin-bottom: 10px;
      height: calc(50% - 5px); }
    .block6 .float:nth-child(3) footer {
      height: calc(50% - 5px); } }
@media screen and (min-width: 600px) and (max-width: 999px) {
  /*TABLET*/
  .container {
    width: 100% !important; }

  .wrapper {
    width: 90% !important; }

  .action {
    font-size: 3.5vw; }

  h2 {
    font-size: 30px !important; }

  .block1 h1 {
    font-size: 24px; }
  .block1 .container .float {
    font-size: 2.2vw;
    padding: 0 15px; }

  .block4 .float .circle {
    width: 29vw;
    height: 29vw;
    margin: auto; }
    .block4 .float .circle .text {
      width: 22vw;
      height: 22vw;
      left: calc(50% - 11vw);
      top: calc(50% - 11vw + 37px);
      font-size: 16px; }
  .block4 footer {
    font-size: 22px; }
    .block4 footer br {
      display: none; }

  .block5 {
    padding: 40px 0; }
    .block5 h2 span {
      margin-top: 30px;
      font-size: 30px; }
    .block5 .float {
      padding: 0 5px; }
      .block5 .float header {
        margin-bottom: 10px;
        background-size: cover !important;
        height: 20vw; }
      .block5 .float footer {
        padding-left: 0;
        text-align: center;
        font-size: 16px; }
        .block5 .float footer span.title {
          font-size: 20px; }
        .block5 .float footer span.number {
          position: static;
          text-align: center;
          display: block;
          font-size: 48px;
          margin-bottom: 5px; }

  .block6 .mainFloats {
    height: 40vw; }
  .block6 .float, .block6 header, .block6 footer {
    background-size: cover !important; }
  .block6 .float {
    padding: 0 5px; }
    .block6 .float span {
      font-size: 16px;
      width: calc(100% - 10px);
      padding: 5px;
      bottom: 0; }
    .block6 .float:nth-child(2) {
      padding-left: 10px; }
      .block6 .float:nth-child(2) .secondFloats .float:nth-child(1) {
        padding-right: 10px; }
        .block6 .float:nth-child(2) .secondFloats .float:nth-child(1) header {
          margin-bottom: 10px;
          height: calc(50% - 5px); }
        .block6 .float:nth-child(2) .secondFloats .float:nth-child(1) footer {
          height: calc(50% - 5px); }
    .block6 .float:nth-child(3) header {
      margin-bottom: 10px;
      height: calc(50% - 5px); }
    .block6 .float:nth-child(3) footer {
      height: calc(50% - 5px); }

  .block7 {
    padding: 40px 0; }
    .block7 .float header {
      background-size: cover !important; }
    .block7 .float footer {
      padding: 15px 10px 0;
      font-size: 2.5vw;
      height: 36vw; }
      .block7 .float footer span {
        font-size: 24px; }

  .block8 h2 {
    width: 90%; }
    .block8 h2 br {
      display: none; }
  .block8 .wrapper .float:nth-child(1) {
    width: 60%;
    margin-right: 0; }
  .block8 .wrapper .float:nth-child(2) {
    width: 40%;
    background-size: 80%; } }
@media screen and (min-width: 599px) and (max-width: 767px) {
  /*WIDE PHONES*/
  .container {
    width: 100% !important; }

  .wrapper {
    width: 90% !important; }

  .action {
    font-size: 3.5vw; }

  h2 {
    font-size: 26px !important; }

  .block1 header .floats {
    padding-top: 200px;
    position: relative; }
  .block1 header .float {
    max-width: 100%;
    margin: auto;
    float: none;
    text-align: center; }
    .block1 header .float:nth-child(1) {
      width: 100%; }
    .block1 header .float:nth-child(2) {
      width: 100%;
      position: absolute;
      left: 0;
      top: 0; }
      .block1 header .float:nth-child(2) .russia {
        margin: auto;
        width: 280px;
        max-width: 100%; }
  .block1 h1 {
    font-size: 24px; }
  .block1 .container .float {
    font-size: 2.2vw;
    padding: 0 15px; }

  form {
    width: 100%; }

  .block4 .float .circle {
    width: 29vw;
    height: 29vw;
    margin: auto; }
    .block4 .float .circle .text {
      width: 22vw;
      height: 22vw;
      left: calc(50% - 11vw);
      top: calc(50% - 11vw + 37px);
      font-size: 16px; }
  .block4 footer {
    font-size: 22px; }
    .block4 footer br {
      display: none; }

  .block5 {
    padding: 40px 0; }
    .block5 h2 span {
      margin-top: 30px;
      font-size: 30px; }
    .block5 .float {
      padding: 0 5px; }
      .block5 .float header {
        margin-bottom: 10px;
        background-size: cover !important;
        height: 20vw; }
      .block5 .float footer {
        padding-left: 0;
        text-align: center;
        font-size: 16px; }
        .block5 .float footer span.title {
          font-size: 18px;
          margin-bottom: 10px; }
        .block5 .float footer span.number {
          position: static;
          text-align: center;
          display: block;
          font-size: 36px;
          margin-bottom: 5px; }

  .block6 .mainFloats {
    display: none; }
  .block6 .mainFloats_wxs {
    display: block; }

  .block7 {
    padding: 40px 0; }
    .block7 .wrapper {
      width: 100% !important; }
    .block7 .float header {
      background-size: cover !important; }
    .block7 .float footer {
      padding: 15px 10px 0;
      font-size: 2.5vw;
      height: 36vw; }
      .block7 .float footer span {
        font-size: 24px; }

  .block8 h2 {
    width: 90%; }
    .block8 h2 br {
      display: none; }
  .block8 .wrapper {
    height: 30vw;
    margin-top: 30px; }
    .block8 .wrapper .float:nth-child(1) {
      background-size: cover;
      width: 60%;
      margin-right: 0; }
    .block8 .wrapper .float:nth-child(2) {
      width: 40%;
      background-size: 80%; }

  address {
    padding: 30px 0; } }
@media screen and (min-width: 300px) and (max-width: 599px) {
  /*MOBILE*/
  .container {
    width: 100% !important; }

  .wrapper {
    width: 90% !important; }

  .action {
    font-size: 20px;
    padding: 0 20px;
    line-height: 1.2; }

  h2 {
    font-size: 18px !important; }

  .block1 header .floats {
    padding-top: 200px;
    position: relative; }
  .block1 header .float {
    max-width: 100%;
    margin: auto;
    float: none;
    text-align: center; }
    .block1 header .float:nth-child(1) {
      width: 100%; }
    .block1 header .float:nth-child(2) {
      width: 100%;
      position: absolute;
      left: 0;
      top: 0; }
      .block1 header .float:nth-child(2) .russia {
        margin: auto;
        width: 280px;
        max-width: 100%; }
  .block1 h1 {
    font-size: 20px; }
  .block1 .container {
    padding: 20px 10px 5px; }
    .block1 .container .float {
      float: none;
      width: 100%;
      margin-bottom: 15px;
      font-size: 18px;
      padding: 0 15px; }

  form {
    width: 100%; }
    form input, form select {
      font-size: 18px;
      height: 50px;
      margin-bottom: 15px; }
    form header select {
      height: 45px; }
    form .checkBoxes .checkBox {
      margin-bottom: 15px; }
      form .checkBoxes .checkBox label {
        font-size: 14px;
        padding-left: 30px; }
        form .checkBoxes .checkBox label .check {
          width: 15px;
          height: 15px;
          left: 0;
          top: calc(50% - 7.5px); }

  button {
    font-size: 16px;
    height: auto;
    line-height: 1.2;
    padding: 10px 35px; }

  .block2 {
    padding: 30px 0; }

  .block4 .float {
    width: 100%;
    float: none;
    margin-bottom: 20px; }
    .block4 .float:last-child, .block4 .float .vertical, .block4 .float .point {
      display: none; }
    .block4 .float .circle {
      width: 60vw;
      height: 60vw;
      margin: auto; }
      .block4 .float .circle .text {
        width: 40vw;
        height: 40vw;
        left: calc(50% - 20vw);
        top: calc(50% - 20vw + 37px);
        font-size: 14px;
        padding: 0 15px;
        box-sizing: border-box; }
        .block4 .float .circle .text span {
          margin-bottom: 0; }
  .block4 footer {
    font-size: 18px; }
    .block4 footer br {
      display: none; }

  .block5 {
    padding: 40px 20px; }
    .block5 h2 span {
      margin-top: 30px;
      font-size: 20px; }
    .block5 .floats {
      margin-bottom: 40px; }
    .block5 .float {
      padding: 0;
      width: 100%;
      float: none;
      margin-bottom: 20px; }
      .block5 .float:nth-child(2) header {
        background-position: center; }
      .block5 .float header {
        max-width: 380px;
        max-height: 200px;
        margin-bottom: 20px;
        background-size: cover !important;
        height: 60vw; }
      .block5 .float footer {
        padding-left: 0;
        text-align: center;
        font-size: 16px; }
        .block5 .float footer span.title {
          font-size: 18px;
          margin-bottom: 10px; }
        .block5 .float footer span.number {
          position: static;
          text-align: center;
          display: block;
          font-size: 36px;
          margin-bottom: 5px; }

  .block6 .mainFloats {
    height: auto;
    padding: 0 10px;
    box-sizing: border-box; }
  .block6 .float, .block6 header, .block6 footer {
    background-size: cover !important; }
  .block6 .float {
    width: 100%;
    float: none;
    height: 100vw;
    max-height: 380px;
    padding: 10px 0;
    box-sizing: border-box; }
    .block6 .float span {
      font-size: 16px;
      width: 100%;
      padding: 10px;
      bottom: 0;
      box-sizing: border-box; }
    .block6 .float header, .block6 .float footer {
      height: calc(50% - 5px) !important; }
    .block6 .float header {
      margin-bottom: 10px !important; }
    .block6 .float:nth-child(2) {
      padding-left: 0; }
      .block6 .float:nth-child(2) .secondFloats .float {
        float: left;
        width: calc(50% - 5px); }
        .block6 .float:nth-child(2) .secondFloats .float:nth-child(1) {
          padding-right: 0;
          margin-right: 10px; }
    .block6 .float:nth-child(3) {
      padding: 0; }

  .block7 {
    padding: 40px 0 20px; }
    .block7 .wrapper {
      width: 100% !important; }
    .block7 .float {
      width: 100%;
      float: none; }
      .block7 .float header {
        background-size: cover !important; }
      .block7 .float footer {
        padding: 15px 10px;
        font-size: 16px;
        height: auto;
        margin-bottom: 20px; }
        .block7 .float footer span {
          font-size: 20px;
          margin-bottom: 10px; }

  .block8 h2 {
    width: 90%; }
    .block8 h2 br {
      display: none; }
  .block8 .container {
    width: 90% !important; }
  .block8 .wrapper {
    height: auto;
    margin-top: 30px; }
    .block8 .wrapper .float {
      width: 100% !important;
      float: none; }
      .block8 .wrapper .float:nth-child(1) {
        height: 50vw;
        background-size: cover;
        margin-right: 0;
        margin-bottom: 20px; }
      .block8 .wrapper .float:nth-child(2) {
        height: 30vw;
        width: 40%;
        margin: auto;
        background-size: contain; }

  address {
    padding: 30px 0;
    text-align: center; }
    address p.polit {
      margin-top: 20px; } }

/*# sourceMappingURL=my_style.css.map */

.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: "GothamProMedium", 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;
}


: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;}
}


/* ==================== ЧЕКБОКС СОГЛАСИЯ ==================== */
.checkbox-label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 15px;
    line-height: 1.3;
    color: #333;
    margin: 18px auto 12px;
    max-width: 100%;
    cursor: pointer;
    padding-left: 2px;
}

.checkbox-label input[type="checkbox"] {
    margin-top: 4px;
    width: 20px;
    height: 20px;
    accent-color: #32bbce;
    flex-shrink: 0;
}

.checkbox-label span {
    flex: 1;
}

.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: 16px;           /* чуть крупнее для удобства */
        margin: 20px auto 15px;
        gap: 12px;
    }
    
    .checkbox-label input[type="checkbox"] {
        width: 24px;
        height: 24px;
        margin-top: 3px;
    }
}

@media screen and (max-width: 599px) {
    .checkbox-label {
        font-size: 15px;
        margin: 16px auto 12px;
        padding: 0 5px;
    }
    
    .checkbox-label input[type="checkbox"] {
        width: 22px;
        height: 22px;
    }
}