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

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

a {
  text-decoration: none; }

img {
  max-width: 100%; }

* {
  box-sizing: border-box;
  outline: none !important; }

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: 'SFProDisplay';
  font-weight: 400;
  background: #FFFFFF; }

header {
  background: linear-gradient(180deg, rgba(248, 56, 91, 0) 9.24%, rgba(248, 56, 91, 0.23) 176.31%);
  border-radius: 0px 0px 50px 50px; }

.container {
  max-width: 908px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto; }

.logo {
  font-family: 'Montserrat';
  font-weight: 900;
  font-size: 37px;
  color: #1F222D;
  letter-spacing: 1px;
  outline: none; }

.top-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 58px 35px 58px 0;
  padding-bottom: 35px; }
  .top-menu__ul {
    display: flex;
    align-items: center; }
    .top-menu__ul li {
      margin-right: 40px; }
      .top-menu__ul li:last-child {
        margin-right: 0; }
      .top-menu__ul li a {
        color: #1F222D;
        font-size: 15px;
        padding-bottom: 3px;
        position: relative;
        transition: .2s; }
        .top-menu__ul li a::after {
          content: '';
          position: absolute;
          bottom: 0;
          left: 0;
          width: 0%;
          height: 2px;
          background-color: transparent;
          transition: .2s; }
      .top-menu__ul li.active a {
        font-family: "SFProDisplay-Semibold"; }
        .top-menu__ul li.active a::after {
          background-color: #F8385B;
          width: 44%; }
      .top-menu__ul li:hover a::after {
        background-color: #F8385B;
        width: 44%; }
  .top-menu__logo {
    margin-right: 105px; 
    display: flex;
    align-items: center;}
  .top-menu__logo img {
    margin-right: 15px;
    width: 70px;
    /*-webkit-filter: drop-shadow(0 0px 7px rgba(0,0,0,.1));
    filter: drop-shadow(0 0px 7px rgba(0,0,0,.1));*/
  }
  .top-menu__right {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .top-menu__languages {
    margin-left: 73px;
    display: flex;
    align-items: center; }
    .top-menu__languages li {
      margin-right: 22px; }
      .top-menu__languages li:last-child {
        margin-right: 0; }
      .top-menu__languages li a {
        color: rgba(31, 34, 45, 0.5);
        font-family: "SFProDisplay-Semibold";
        font-size: 15px; }
      .top-menu__languages li.active a {
        color: #1F222D; }

.btn-red {
  display: inline-block;
  color: #F8385B;
  text-align: center;
  font-size: 15px;
  padding: 6px 14px;
  background: transparent;
  border: 1px solid #F8385B;
  border-radius: 4px;
  cursor: pointer; }

.btn-store {
  max-width: 174px;
  min-height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  border: 1px solid #969696;
  box-sizing: border-box;
  border-radius: 8px;
  padding: 10px 20px; }
  .btn-store img {
    flex: none; }

.first {
    background: url(../images/other/phones/test.gif) no-repeat;
}
.second {
    background: url(../images/other/phones/test2.gif) no-repeat;
}
.giffbg {
    background: url(../images/other/phones/fs.gif) no-repeat;
    background-position-x: 50%;
    background-position-y: 40%;
    pointer-events: none;
}
.gifbg {
  background-position-x: 40%;
  background-position-y: 40%;
  pointer-events: none;
}

.wrap-head {
  padding: 0 0;
  padding-bottom: 0; }
  .wrap-head-content {
    margin-top: 0px;
    display: flex;
    align-items: center; }
    .wrap-head-content__img {
      flex: none;
      margin-left: 133px;
      position: relative;
      /*bottom: -34px; */}
  .wrap-head__title {
    margin-bottom: 11px; }
  .wrap-head__text {
    margin-bottom: 31px; }

.title-main {
  color: #1F222D;
  letter-spacing: 1px;
  font-weight: 900;
  font-size: 35px;
  line-height: 1.4; }

.text-info {
  font-size: 15px;
  align-items: center;
  color: #4F4F50;
  line-height: 1.34; }

.sec-title-center {
  text-align: center;
  max-width: 510px;
  margin-left: auto;
  margin-right: auto; }
  .sec-title-center__text {
    max-width: 412px;
    margin-top: 17px;
    margin-left: auto;
    margin-right: auto; }

.title {
  color: #1F222D;
  letter-spacing: 1px;
  font-family: "SFProDisplay-Semibold";
  font-size: 25px;
  line-height: 1.46;
  position: relative;
  padding-bottom: 14px; }
  .title::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    max-width: 52px;
    width: 100%;
    height: 3px;
    background: #F8385B;
    border-radius: 2px; }

.wrap-steps {
  padding: 102px 0;
  padding-bottom: 0; }
  .wrap-steps-content {
    margin-top: 92px;
    max-width: 793px;
    margin-left: auto;
    margin-right: auto; }

.steps-content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 76px; }
  .steps-content__phone {
    position: relative;
    flex: none; }
    .steps-content__phone img {
      position: relative;
      z-index: 10; }
    .steps-content__phone::after {
      content: '';
      position: absolute;
      top: -12px;
      right: -62px;
      width: 170%;
      padding-bottom: 170%;
      background: linear-gradient(180deg, rgba(248, 56, 91, 0) 9.24%, rgba(248, 56, 91, 0.23) 176.31%);
      border-radius: 100%;
      z-index: 1; }
    .steps-content__phone_right::after {
      right: auto;
      left: -53px; }
  .steps-content__title {
    display: flex; }
    .steps-content__title-text {
      padding-top: 9px;
      font-size: 18px;
      letter-spacing: 1px;
      color: #1F222D;
      font-family: "SFProDisplay-Semibold";
      line-height: 1.5; }
  .steps-content__count {
    width: 44px;
    height: 44px;
    flex: none;
    border-radius: 100%;
    background: linear-gradient(211.04deg, #F8286C 7.39%, #F9622F 81.21%);
    box-shadow: 0px 2px 5px rgba(249, 98, 47, 0.384998);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 1px;
    color: #fff;
    margin-right: 7px;
    font-family: "SFProDisplay-Semibold"; }
  .steps-content__content {
    max-width: 424px;
    width: 100%;
    padding-top: 117px; }
  .steps-content__text {
    margin-top: 13px;
    margin-right: 25px;
    line-height: 1.3; }

.sec-style {
  margin-bottom: 26px;
  overflow: hidden; }
  .sec-style .container {
    max-width: 1020px; }

.wrap-style {
  padding-bottom: 73px; }
  .wrap-style-content {
    margin-top: -29px; }
    .wrap-style-content .owl-stage-outer {
      overflow: visible;
      height: 500px; }
    .wrap-style-content .owl-stage {
      display: flex;
      align-items: center; }
    .wrap-style-content .owl-item {
      height: 476px;
      display: flex;
      align-items: center; }
    .wrap-style-content .owl-item.center {
      zoom: 1.2; }
      .wrap-style-content .owl-item.center .style-content {
        transition: .2s; }
    .wrap-style-content .owl-dots {
      display: flex !important;
      justify-content: center;
      align-items: center;
      position: relative;
      z-index: 100;
      margin-top: 59px; }
      .wrap-style-content .owl-dots button {
        width: 11px;
        height: 11px;
        display: flex;
        align-items: center;
        border: 1px solid #969696;
        border-radius: 100%;
        margin-right: 10px; }
        .wrap-style-content .owl-dots button:last-child {
          margin-right: 0; }
        .wrap-style-content .owl-dots button.active {
          background: #F8385B;
          border-color: #F8385B; }

.style-content {
  font-size: 0;
  width: 180px;
  box-shadow: 0px 18px 59px rgba(0, 0, 0, 0.2);
  position: relative;
  border-radius: 20px;
  overflow: hidden; }
  .style-content::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    box-shadow: inset 0px -4px 24px rgba(0, 0, 0, 0.2);
    border-radius: 20px; }
  .style-content img {
    position: relative;
    z-index: 10;
    width: auto; }

.sec-btn {
  background: url("../images/btn-bg.svg") repeat top/cover; }

.wrap-btn {
  padding: 65px 0;
  padding-bottom: 82px; }
  .wrap-btn-content {
    display: flex;
    justify-content: center; }

.btn-store_big {
  display: flex;
  max-width: 260px;
  width: 100%;
  border: none;
  box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  padding: 18px 5px; }
  .btn-store_big img {
    width: 196px; }

footer {
  background: rgba(248, 56, 91, 0.04);
  border-radius: 30px 30px 0px 0px; }

.btn-soc {
  flex: none;
  width: 39px;
  height: 39px;
  border-radius: 100%;
  background: #1F222D;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0; }
  .btn-soc__icon {
    max-width: 21px; }

.wrap-foot {
  padding: 62px 0; }
  .wrap-foot-content {
    display: flex;
    align-items: center;
    justify-content: space-between; }

.foot-menu {
  display: flex;
  align-items: center; }
  .foot-menu li {
    margin-right: 9px; }
    .foot-menu li a {
      color: #1F222D;
      font-size: 17px;
      font-weight: 300;
      padding-right: 9px;
      position: relative; }
      .foot-menu li a::after {
        content: '';
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 0;
        width: 1px;
        height: 13px;
        background: #1F222D; }
    .foot-menu li:last-child {
      margin-right: 0; }
      .foot-menu li:last-child a::after {
        display: none; }

@media screen and (max-width: 1000px) {
  .wrap-head-content__img {
    max-width: 240px;
    bottom: -24px; }
  .top-menu__ul li a {
    font-size: 13px; }
  .btn-store_big {
    max-width: 180px;
    min-height: 1px;
    height: auto;
    padding: 15px 25px; }
  .foot-menu li a {
    font-size: 14px; }
  footer {
    border-radius: 20px 20px 0 0; }
  .wrap-style {
    padding: 40px 0; }
  .style-content {
    width: 140px; }
  .wrap-style-content .owl-dots {
    margin-top: 40px; }
  .wrap-style-content .owl-stage-outer {
    height: auto; }
  .wrap-style-content .owl-item {
    height: auto; }
  .wrap-style-content {
    margin-top: 30px; }
  .wrap-style-content .owl-dots button {
    width: 8px;
    height: 8px; } 
  .giffbg {
    background-size: 77%;}
  }

@media screen and (max-width: 800px) {
  .title-main {
    font-size: 30px; }
  .text-info {
    font-size: 13px; }
  .btn-store {
    max-width: 150px;
    min-height: 50px; }
  .top-menu__languages li a {
    font-size: 13px; }
  .btn-red {
    font-size: 13px; }
  .title {
    font-size: 22px; }
  .steps-content__phone {
   /* max-width: 190px;
    margin: 0 20px;*/ } }

@media screen and (max-width: 600px) {
  .wrap-head-content__img {
    margin-left: 20px;
    max-width: 200px;
    bottom: -15px; }
  .top-menu__logo {
    margin-right: 20px; }
  .top-menu__languages {
    margin-left: 20px; }
  .top-menu__ul li {
    margin-right: 20px; }
  .steps-content__count {
    width: 30px;
    height: 30px; }
  .steps-content__count {
    font-size: 13px; }
  .steps-content__title-text {
    font-size: 13px; }
  .steps-content__title-text {
    padding-top: 4px; }
  .steps-content__text {
    font-size: 12px; }
  .steps-content {
    margin-bottom: 30px; }
  .wrap-foot {
    padding: 30px 0; }
  .foot-menu li a {
    font-size: 12px; }
  .btn-soc {
    width: 30px;
    height: 30px;
    padding: 5px; }
    .btn-soc svg {
      width: 15px;
      height: 15px; }
  .wrap-foot__right a {
    margin-left: auto; }
  .foot-menu {
    flex-wrap: wrap; }
  .wrap-btn {
    padding: 30px 0; }
  .wrap-style {
    padding: 20px 0; }
  .wrap-steps {
    padding: 20px 0;
    padding-top: 50px; } }

@media screen and (max-width: 500px) {
  .steps-content {
    flex-direction: column; 
    align-items: center;
    width: 100%;}
  .steps-content__content {
    order: 1;
    padding-top: 0;
    margin-bottom: 20px; }
  .steps-content__phone {
    order: 2;
    /*margin: 0 56px;*/ }
  /* ----- FiX ----- */ 
  .steps-content__phone_right::after {
    right: -62px;
    left: auto; }
  .wrap-head-content__img {
    margin-left: 0;}
  .top-menu__logo img {
    display: none;}
  .top-menu { align-items: center; }
  /* ----- FiX END----- */ 
  .wrap-steps-content {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
  .style-content::after, .style-content {
    border-radius: 5px; }
  .wrap-head__btn {
    margin-bottom: 20px; }
  .foot-menu {
    display: block; }
  .foot-menu li {
    margin-bottom: 20px; }
  .foot-menu li a::after {
    display: none; }
  .wrap-foot-content {
    align-items: flex-start; }
  .wrap-head-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  } 
  .wrap-head-content__text {
    align-items: center;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
  }
}

@media screen and (max-width: 400px) {
  .wrap-head-content__img {
    /*display: none;*/ }
  .wrap-head {
    padding-bottom: 40px; }
  .logo {
    font-size: 22px; }
  /*.top-menu {
    align-items: flex-start; }*/
  .title-main {
    font-size: 24px; }
  .text-info {
    font-size: 12px; }
  .wrap-head__text {
    margin-bottom: 20px; }
  header {
    border-radius: 0px 0px 20px 20px; }
  .wrap-head {
    padding-bottom: 25px; }
  .btn-store {
    min-height: 40px;
    max-width: 140px; }
  .title {
    font-size: 20px; }
  .wrap-head__btn {
    margin-bottom: 0; } }
@media screen and (max-width: 380px) {
  .gifbg {
    background-size: 93%;
  }
}