* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none; }

body {
  line-height: 1.5;
  margin: 0;
  padding: 0; }

a,
button,
div,
span,
input {
  outline: none !important; }

input {
  border: 1px solid #000; }

button {
  cursor: pointer;
  border: none;
  outline: none !important; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0; }

a {
  text-decoration: none;
  color: #57adad; }

img {
  max-width: 100%;
  border-style: none; }

ul {
  margin: 0;
  padding: 0;
  list-style: none; }

p {
  margin: 0; }

audio,
video {
  display: inline-block; }

article,
aside,
footer,
header,
nav,
section {
  display: block; }

table {
  margin: 0;
  padding: 0;
  border-collapse: collapse; }

a,
button,
input {
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s; }

.product {
  color: #fff; }
  .product__container {
    display: flex;
    flex-direction: row; }
    .product__container--left {
      width: 50%;
      display: flex;
      flex-direction: column; }
      .product__container--left p {
        font-size: 30px;
        padding: 30px 0 0 0;
        font-family: 'Playfair', sans-serif;}
      .product__container--left h2 {
        font-size: 50px;
        font-weight: 900;
        text-transform: uppercase; }
        .product__container--left h2 span {
          color: #FBCA86; }
    .product__container--right {
      width: 50%;
      display: flex;
      flex-direction: column;
      align-items: center; }
      .product__container--right .box {
        min-width: 300px;
        width: 100%;
        position: relative; }
        .product__container--right .box:first-child {
          display: flex;
          flex-direction: row;
          justify-content: flex-end; }
          .product__container--right .box:first-child .box__text {
            padding: 30px 0; }
        .product__container--right .box:nth-child(2) {
          display: flex;
          flex-direction: row;
          justify-content: center; }
        .product__container--right .box:nth-child(3) {
          display: flex;
          flex-direction: row;
          justify-content: flex-end; }
          .product__container--right .box:nth-child(3) .box__text {
            padding: 60px 0; }
        .product__container--right .box p {
          color: #000;
          padding: 20px 30px;
          text-transform: uppercase;
          background-color: #fff;
          max-width: 420px;
          font-size: 20px;
          font-weight: 900; }
        .product__container--right .box__text {
          position: relative; }
          .product__container--right .box__text--number {
            position: absolute;
            left: -30px;
            margin-top: -25px;
            top: 50%;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center; }
            .product__container--right .box__text--number span {
              border-radius: 50%;
              padding: 20px !important;
              width: 50px;
              height: 50px;
              display: flex;
              flex-direction: column;
              align-items: center;
              justify-content: center;
              background-color: #FBCA86 !important;
              color: #000;
              font-weight: 900;
              font-size: 24px; }

@media (max-width: 1250px) {
  .product__container--left p {
    font-size: 30px;
    padding: 150px 0 0 0; }
  .product__container--left h2 {
    font-size: 30px; } }

@media (max-width: 1200px) {
  .product__container--left p {
    font-size: 30px;
    padding: 150px 0 0 0; }
  .product__container--left h2 {
    font-size: 26px; } }

@media (max-width: 997px) {
  svg {
    display: none; }
    .picture svg {
        display: block;
    }
    .but svg {
        display: block;
    }
  .product {
    color: #fff; }
    .product__container {
      display: flex;
      flex-direction: column; }
      .product__container--left {
        width: 100%;
        display: flex;
        flex-direction: column; }
        .product__container--left p {
          font-size: 30px;
          padding: 30px 0 0 0;
          text-align: center; }
        .product__container--left h2 {
          font-size: 32px;
          font-weight: 900;
          text-align: center;
          text-transform: uppercase; }
          .product__container--left h2 span {
            color: #FBCA86; }
      .product__container--right {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center; }
        .product__container--right .box {
          min-width: 300px;
          width: 100%;
          position: relative; }
          .product__container--right .box:first-child {
            display: flex;
            flex-direction: row;
            justify-content: center; }
            .product__container--right .box:first-child .box__text {
              padding: 30px 0; }
          .product__container--right .box:nth-child(2) {
            display: flex;
            flex-direction: row;
            justify-content: center; }
          .product__container--right .box:nth-child(3) {
            display: flex;
            flex-direction: row;
            justify-content: center; }
            .product__container--right .box:nth-child(3) .box__text {
              padding: 30px 0; } }

@media (max-width: 551px) {
  svg {
    display: none; }
    .picture svg {
        display: block;
    }
    .but svg {
        display: block;
    }
  .product {
    color: #fff; }
    .product__container {
      display: flex;
      flex-direction: column; }
      .product__container--left {
        width: 100%;
        display: flex;
        flex-direction: column; }
        .product__container--left p {
          font-size: 20px;
          padding: 0 10px 0 10px;
          text-align: left; }
        .product__container--left h2 {
          font-size: 28px;
          font-weight: 900;
          line-height: 1.2;
          text-transform: uppercase;
          text-align: left;
          padding: 0 10px; }
          .product__container--left h2 span {
            color: #FBCA86; }
      .product__container--right {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center; }
        .product__container--right .box {
          min-width: 300px;
          width: 100%;
          position: relative; }
          .product__container--right .box:first-child {
            display: flex;
            flex-direction: row;
            justify-content: center; }
            .product__container--right .box:first-child .box__text {
              padding: 30px 0; }
          .product__container--right .box:nth-child(2) {
            display: flex;
            flex-direction: row;
            justify-content: center; }
          .product__container--right .box:nth-child(3) {
            display: flex;
            flex-direction: row;
            justify-content: center; }
            .product__container--right .box:nth-child(3) .box__text {
              padding: 30px 0; }
          .product__container--right .box p {
            max-width: 315px;
            font-size: 16px; } }

.cloud_br {
  display: none; }

.cloud_br_desktop {
  display: block; }

.basics .container .basics-box h2 { }
@media (max-width: 551px){
    .basics .container .basics-box h2 {
  width: 100%; }
}
.cons .container .steps {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 80%;
  margin: auto auto 60px auto;
  font-family: 'Museo Sans', sans-serif; }
  .cons .container .steps__cloud p {
    width: 60%;
    margin: auto;
    background-color: #FBCA86;
    padding: 15px 20px;
    position: relative;
    margin-bottom: 80px;
    font-size: 18px;
    font-weight: 500; }
    .cons .container .steps__cloud p img {
      position: absolute;
      right: 0; }
  .cons .container .steps__cloud .arrow {
    position: absolute;
    top: 10%;
    margin: auto; }
  .cons .container .steps__block {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    border-radius: 10px;
    background-color: #fff;
    margin-top: 20px; }
    .cons .container .steps__block:nth-child(3) {
      border: 1px solid green; }
      .cons .container .steps__block:nth-child(3) .steps__block--right {
        box-shadow: 0 0 10px #00000020; }
    .cons .container .steps__block:nth-child(2n-1) {
      flex-direction: row-reverse; }
    .cons .container .steps__block--left {
      width: 50%;
      padding: 20px;
      display: flex;
      flex-direction: column;
      align-items: baseline; }
      .cons .container .steps__block--left--title {
        position: relative; }
        .cons .container .steps__block--left--title h2 {
          font-size: 19px;
          background-color: #FBCA86;
          padding: 10px 15px 10px 30px;
          margin-left: 25px; }
        .cons .container .steps__block--left--title .number {
          position: absolute;
          top: 0;
          background-color: #FBCA86;
          box-shadow: 0 0 10px #333;
          border-radius: 50%;
          width: 50px;
          height: 50px;
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center; }
          .cons .container .steps__block--left--title .number span {
            font-size: 22px;
            font-weight: 900; }
      .cons .container .steps__block--left--text p {
        text-align: left;
        margin-left: 50px;
        padding: 30px 5px 5px 5px;
        font-size: 20px;
        font-weight: 300; }
    .cons .container .steps__block--right {
      width: 50%;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center; }
      .cons .container .steps__block--right img {
        width: 100%;
        border-radius: 10px;}

@media (max-width: 1200px) {
  .cons .container .steps {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 80%;
    margin: auto auto 60px auto; }
    .cons .container .steps__cloud p {
      width: 48%;
      margin: auto;
      background-color: #FBCA86;
      padding: 15px 20px;
      position: relative;
      margin-bottom: 80px;
      font-size: 18px;
      font-weight: 500; }
      .cons .container .steps__cloud p img {
        position: absolute;
        right: 0; }
    .cons .container .steps__cloud .arrow {
      position: absolute;
      top: 10%;
      margin: auto; }
    .cons .container .steps__block {
      display: flex;
      flex-direction: row;
      align-items: flex-start;
      justify-content: center;
      border-radius: 10px;
      background-color: #fff;
      margin-top: 20px; }
      .cons .container .steps__block:nth-child(3) {
         }
        .cons .container .steps__block:nth-child(3) .steps__block--right {
          box-shadow: 0 0 10px #00000020; }
      .cons .container .steps__block:nth-child(2n-1) {
        flex-direction: row-reverse; }
      .cons .container .steps__block--left {
        width: 50%;
        padding: 20px;
        display: flex;
        flex-direction: column;
        align-items: baseline; }
        .cons .container .steps__block--left--title {
          position: relative; }
          .cons .container .steps__block--left--title h2 {
            font-size: 16px;
            background-color: #FBCA86;
            padding: 10px 15px 10px 30px;
            margin-left: 25px; }
          .cons .container .steps__block--left--title .number {
            position: absolute;
            top: 0;
            background-color: #FBCA86;
            box-shadow: 0 0 10px #333;
            border-radius: 50%;
            width: 50px;
            height: 50px;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center; }
            .cons .container .steps__block--left--title .number span {
              font-size: 22px;
              font-weight: 900; }
        .cons .container .steps__block--left--text p {
          text-align: left;
          margin-left: 60px;
          padding: 10px 0 0 0;
          font-size: 14px;
          font-weight: 300; }
      .cons .container .steps__block--right {
        width: 50%;
        display: flex;
        flex-direction: row;
        align-items: center; } }

@media (max-width: 991px) {
  .one {
    display: none; }
  .cloud_br {
    display: block; }
  .cloud_br_desktop {
    display: none; }
  .cons .container .steps {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: auto auto 60px auto; }
    .cons .container .steps__cloud p {
      width: 100%;
      margin: auto;
      background-color: #FBCA86;
      padding: 15px 20px;
      position: relative;
      margin-bottom: 80px;
      font-size: 16px;
      font-weight: 500; }
      .cons .container .steps__cloud p img {
        position: absolute;
        right: 0; }
    .cons .container .steps__cloud .arrow {
      position: absolute;
      top: 10%;
      margin: auto; }
    .cons .container .steps__block {
      display: flex;
      flex-direction: column-reverse;
      align-items: flex-start;
      justify-content: center;
      border-radius: 10px;
      background-color: #fff;
      margin-top: 20px; }
      .cons .container .steps__block:nth-child(3) {
        border: 1px solid green; }
        .cons .container .steps__block:nth-child(3) .steps__block--right {
          box-shadow: 0 0 10px #00000020; }
      .cons .container .steps__block:nth-child(2n-1) {
        flex-direction: column-reverse; }
      .cons .container .steps__block--left {
        width: 100%;
        padding: 20px;
        display: flex;
        flex-direction: column;
        align-items: center; }
        .cons .container .steps__block--left--title {
          position: relative;
          margin: 0; }
          .cons .container .steps__block--left--title h2 {
            font-size: 12px;
            background-color: #FBCA86;
            padding: 10px 15px 10px 20px;
            margin-left: 25px; }
          .cons .container .steps__block--left--title .number {
            position: absolute;
            top: 0;
            background-color: #FBCA86;
            box-shadow: 0 0 10px #333;
            border-radius: 50%;
            width: 40px;
            height: 40px;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center; }
            .cons .container .steps__block--left--title .number span {
              font-size: 16px;
              font-weight: 900; }
        .cons .container .steps__block--left--text p {
          text-align: center;
          margin: auto;
          width: 80%;
          padding: 20px 0 0 0;
          font-size: 13px;
          font-weight: 300; }
      .cons .container .steps__block--right {
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center; } }
