@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-BoldItalic.woff2") format("woff2"), url("../fonts/Roboto-BoldItalic.woff") format("woff"), url("../fonts/Roboto-BoldItalic.ttf") format("truetype"), url("../fonts/Roboto-BoldItalic.svg#Roboto-BoldItalic") format("svg");
  font-weight: bold;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Italic.woff2") format("woff2"), url("../fonts/Roboto-Italic.woff") format("woff"), url("../fonts/Roboto-Italic.ttf") format("truetype"), url("../fonts/Roboto-Italic.svg#Roboto-Italic") format("svg");
  font-weight: normal;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Bold.woff2") format("woff2"), url("../fonts/Roboto-Bold.woff") format("woff"), url("../fonts/Roboto-Bold.ttf") format("truetype"), url("../fonts/Roboto-Bold.svg#Roboto-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-MediumItalic.woff2") format("woff2"), url("../fonts/Roboto-MediumItalic.woff") format("woff"), url("../fonts/Roboto-MediumItalic.ttf") format("truetype"), url("../fonts/Roboto-MediumItalic.svg#Roboto-MediumItalic") format("svg");
  font-weight: 500;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-BlackItalic.woff2") format("woff2"), url("../fonts/Roboto-BlackItalic.woff") format("woff"), url("../fonts/Roboto-BlackItalic.ttf") format("truetype"), url("../fonts/Roboto-BlackItalic.svg#Roboto-BlackItalic") format("svg");
  font-weight: 900;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Medium.woff2") format("woff2"), url("../fonts/Roboto-Medium.woff") format("woff"), url("../fonts/Roboto-Medium.ttf") format("truetype"), url("../fonts/Roboto-Medium.svg#Roboto-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-LightItalic.woff2") format("woff2"), url("../fonts/Roboto-LightItalic.woff") format("woff"), url("../fonts/Roboto-LightItalic.ttf") format("truetype"), url("../fonts/Roboto-LightItalic.svg#Roboto-LightItalic") format("svg");
  font-weight: 300;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Black.woff2") format("woff2"), url("../fonts/Roboto-Black.woff") format("woff"), url("../fonts/Roboto-Black.ttf") format("truetype"), url("../fonts/Roboto-Black.svg#Roboto-Black") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Light.woff2") format("woff2"), url("../fonts/Roboto-Light.woff") format("woff"), url("../fonts/Roboto-Light.ttf") format("truetype"), url("../fonts/Roboto-Light.svg#Roboto-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-ThinItalic.woff2") format("woff2"), url("../fonts/Roboto-ThinItalic.woff") format("woff"), url("../fonts/Roboto-ThinItalic.ttf") format("truetype"), url("../fonts/Roboto-ThinItalic.svg#Roboto-ThinItalic") format("svg");
  font-weight: 100;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Thin.woff2") format("woff2"), url("../fonts/Roboto-Thin.woff") format("woff"), url("../fonts/Roboto-Thin.ttf") format("truetype"), url("../fonts/Roboto-Thin.svg#Roboto-Thin") format("svg");
  font-weight: 100;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto-Regular.woff") format("woff"), url("../fonts/Roboto-Regular.ttf") format("truetype"), url("../fonts/Roboto-Regular.svg#Roboto-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

html {
  overflow-x: hidden;
  scroll-behavior: smooth; }

body {
  font: normal 16px/22px "Roboto", sans-serif;
  color: #151515;
  background: #FCFCFC; }
  body.mobile-nav-opened {
    overflow: hidden; }
  body.has-sticky-header {
    margin-top: 88px; }

.container {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto; }
  @media all and (max-width: 1200px) {
    .container {
      padding: 0 20px; } }
  @media all and (max-width: 767px) {
    .container {
      padding: 0 25px; } }

button:focus {
  outline: none; }

a {
  cursor: pointer;
  text-decoration: none; }

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

h1, .section-title {
  font-weight: 300;
  font-size: 40px;
  line-height: 47px; }
  @media (max-width: 767px) {
    h1, .section-title {
      font-size: 30px;
      line-height: 35px; } }
  h1 b, .section-title b {
    font-weight: 700; }

h2, .secondary-title {
  font-size: 36px;
  line-height: 32px;
  font-weight: 700; }
  @media (max-width: 767px) {
    h2, .secondary-title {
      font-size: 24px;
      line-height: 24px; } }

h3, .subtitle {
  font-size: 26px;
  line-height: 28px;
  font-weight: 700; }
  @media (max-width: 767px) {
    h3, .subtitle {
      font-size: 22px;
      line-height: 24px; } }

.large-title {
  font-size: 70px;
  line-height: 82px; }

.thin {
  font-weight: 300; }

.bold {
  font-weight: 900; }

.semi-bold {
  font-weight: 700; }

.regular-text {
  font-size: 16px; }

.small-text {
  font-size: 14px; }

.text-center {
  text-align: center; }

.grey-color {
  color: #595F64; }

.white-color {
  color: #FCFCFC; }

.blue-color {
  color: #2383C6; }

.link {
  color: #2384C6; }

.border-on-top {
  position: relative;
  padding-top: 16px; }
  .border-on-top:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 70px;
    height: 4px;
    background: linear-gradient(90deg, #2188C8 14.29%, #0CB2DA 75%);
    border-radius: 3px; }
    @media (max-width: 767px) {
      .border-on-top:before {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%); } }

.btn {
  max-width: 250px;
  width: 100%;
  padding: 18px 35px 18px 40px;
  border-radius: 30px;
  position: relative;
  border: none;
  display: inline-block;
  overflow: hidden; }
  .btn.small-btn {
    max-width: 205px; }
  .btn.medium-btn {
    max-width: 280px; }
  .btn.large-btn {
    max-width: 295px; }
  .btn:after {
    content: '';
    position: absolute;
    right: 35px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 18px;
    height: 12px;
    background-size: cover;
    z-index: 2; }
  .btn:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
  .btn span {
    position: relative;
    z-index: 2; }

.simple-btn {
  color: #2383C6;
  background-color: #fff;
  border: 1px solid #fff; }
  .simple-btn:hover {
    background-color: #2383C6;
    color: #fff; }

.primary-btn, .secondary-btn:hover, .primary-btn:hover {
  border: 1px solid #2383C6;
  box-shadow: 0 18px 22px -12px rgba(35, 131, 198, 0.3); }
  .primary-btn:before, .secondary-btn:hover:before, .primary-btn:hover:before {
    background: linear-gradient(91.87deg, #2383C6 9.56%, #00C8E3 110.55%); }
  .transparent.secondary-btn:hover:before, .transparent.primary-btn:hover:before {
    background: transparent; }
  .secondary-btn:hover span, .primary-btn:hover span {
    background: -webkit-linear-gradient(#2383C6, #00C8E3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff; }
  .primary-btn:after, .secondary-btn:hover:after, .primary-btn:hover:after {
    background-image: url(../img/arrow-right-icon.svg); }
  .primary-btn span, .secondary-btn:hover span, .primary-btn:hover span {
    color: #fff; }

.secondary-btn, .primary-btn:hover {
  border: 1px solid #2383C6;
  box-shadow: 0 16px 22px -12px rgba(0, 0, 0, 0.22); }
  .secondary-btn:before, .primary-btn:hover:before {
    background: linear-gradient(91.87deg, #FCFCFC 9.56%, #FAFAFA 110.55%); }
  .secondary-btn:hover span, .primary-btn:hover span {
    -webkit-text-fill-color: #fff; }
  .secondary-btn:after, .primary-btn:hover:after {
    background-image: url(../img/arrow-right-icon-blue.svg); }
  .secondary-btn span, .primary-btn:hover span {
    background: -webkit-linear-gradient(#2383C6, #00C8E3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }

.centered {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  display: inline-block; }

.centered-block {
  margin: 0 auto; }

.section {
  padding: 80px 0 80px; }

.swiper-btn {
  all: inherit;
  width: 14px;
  height: 26px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  padding: 0; }
  .swiper-btn:after {
    all: inherit; }
  .swiper-btn.swiper-button-disabled {
    opacity: 1; }
  .swiper-btn.swiper-button-next {
    right: 0;
    background-image: url(../img/slide-arrow-next.svg);
    background-size: cover; }
  .swiper-btn.swiper-button-prev {
    left: 0;
    background-image: url(../img/slide-arrow-prev.svg);
    background-size: cover; }

.grey-bg {
  background: #E6E6E6; }

.back-to-top-btn {
  cursor: pointer;
  width: 44px;
  height: 44px;
  padding: 1px;
  position: fixed;
  z-index: 100000000;
  border-radius: 50%;
  overflow: hidden;
  bottom: 30px;
  right: 33px;
  background: linear-gradient(90deg, #2188C8 14.29%, #0CB2DA 75%);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 300ms linear;
  opacity: 0; }
  .back-to-top-btn:before {
    content: '';
    position: absolute;
    left: 1px;
    top: 1px;
    border-radius: 50%;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    background: #fff;
    z-index: 1; }
  .back-to-top-btn.visible {
    opacity: 1; }
  .back-to-top-btn:hover {
    box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.1); }
  .back-to-top-btn:active, .back-to-top-btn:focus {
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.1); }
  .back-to-top-btn svg {
    position: relative;
    z-index: 2;
    height: 14px;
    width: 26px; }

.smm-planer-list {
  list-style-type: none; }
  .smm-planer-list li {
    position: relative; }
    .smm-planer-list li:before {
      content: '-';
      font-size: inherit;
      display: inline-block; }

html,
body {
  height: 100%; }

.header {
  padding: 20px 0;
  border-bottom: 2px solid #2383C6; }
  @media (max-width: 1000px) {
    .header {
      padding: 11px 0; } }
  .header.sticky {
    background: #fff;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1000; }
  .header .container {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .header .logo {
    max-width: 225px;
    width: 100%; }
    @media (max-width: 1000px) {
      .header .logo {
        max-width: 175px; } }
    .header .logo img {
      width: 100%; }
  @media (max-width: 1000px) {
    .header .header-nav {
      position: fixed;
      height: 100vh;
      width: 100%;
      left: 0;
      top: 0;
      background-color: #fff;
      z-index: 100;
      margin-top: 61px;
      transform: translateY(-120%);
      transition: transform 400ms linear 200ms; }
      .header .header-nav.visible {
        transform: translateY(0); } }
  .header .header-nav ul {
    list-style-type: none;
    display: flex;
    align-items: center; }
    @media (max-width: 1000px) {
      .header .header-nav ul {
        height: 100%;
        display: flex;
        flex-direction: column;
        padding-top: 40px; } }
    .header .header-nav ul li + li {
      margin-left: 60px; }
      @media (max-width: 1000px) {
        .header .header-nav ul li + li {
          margin: 20px 0 0; } }
    .header .header-nav ul li a {
      font-weight: normal;
      font-size: 14px;
      line-height: 14px;
      color: #595F64;
      position: relative;
      transition: all 200ms linear 200ms; }
      .header .header-nav ul li a:before {
        content: '';
        position: absolute;
        left: 0;
        bottom: -20px;
        width: 100%;
        height: 2px;
        background: transparent;
        border-radius: 3px;
        transition: all 200ms linear 200ms; }
      .header .header-nav ul li a.active {
        color: #2384C6; }
        .header .header-nav ul li a.active:before {
          bottom: -10px;
          background: linear-gradient(90deg, #2188C8 14.29%, #0CB2DA 75%); }
  .header .close-btn {
    display: none;
    width: 36px;
    height: 36px;
    background-image: url(../img/close-icon.svg);
    background-size: cover;
    cursor: pointer;
    position: absolute;
    right: 25px;
    top: 25px; }
    @media (max-width: 1000px) {
      .header .close-btn {
        display: flex; } }
  .header .burger-btn {
    display: none;
    width: 30px;
    height: 22px;
    cursor: pointer;
    align-items: flex-start; }
    .header .burger-btn span {
      width: 100%;
      height: 2px;
      background: linear-gradient(90deg, #2188C8 14.29%, #0CB2DA 75%);
      border-radius: 3px;
      position: relative; }
      .header .burger-btn span:after {
        content: '';
        position: absolute;
        right: 0;
        top: 10px;
        width: 16px;
        height: 2px;
        background: linear-gradient(90deg, #2188C8 14.29%, #0CB2DA 75%);
        border-radius: 3px; }
      .header .burger-btn span:before {
        content: '';
        position: absolute;
        right: 0;
        top: 20px;
        width: 24px;
        height: 2px;
        background: linear-gradient(90deg, #2188C8 14.29%, #0CB2DA 75%);
        border-radius: 3px; }
    @media (max-width: 1000px) {
      .header .burger-btn {
        display: flex; } }

/*Banner section*/
.banner-section {
  background-image: url(../img/banner-bg-bottom-descktop.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 100%;
  padding: 70px 0 80px;
  position: relative; }
  @media (max-width: 1000px) {
    .banner-section {
      padding: 70px 0 120px; } }
  @media (max-width: 767px) {
    .banner-section {
      background-image: url(../img/banner-bg-bottom-mobile.svg);
      padding: 65px 0 150px; } }
  .banner-section:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/banner-bg-desktop.svg);
    background-size: 100% 100%; }
    @media (max-width: 1000px) {
      .banner-section:after {
        background-size: contain; } }
    @media (max-width: 767px) {
      .banner-section:after {
        background-size: 100% 100%;
        background-image: url(../img/banner-bg-mobile.svg); } }
  .banner-section .container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
    z-index: 1; }
    @media (max-width: 767px) {
      .banner-section .container {
        flex-direction: column;
        align-items: center; } }
  .banner-section .banner-info {
    max-width: 425px;
    width: 100%;
    display: flex;
    flex-direction: column; }
    @media (max-width: 767px) {
      .banner-section .banner-info > span {
        text-align: center; } }
    .banner-section .banner-info h1 {
      margin-top: 22px; }
      @media (max-width: 767px) {
        .banner-section .banner-info h1 {
          text-align: center; } }
    .banner-section .banner-info .subtitle {
      margin-top: 22px; }
      @media (max-width: 767px) {
        .banner-section .banner-info .subtitle {
          text-align: center; } }
    .banner-section .banner-info .btn {
      margin-top: 22px; }
      @media (max-width: 767px) {
        .banner-section .banner-info .btn {
          position: absolute;
          left: 50%;
          -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          -o-transform: translateX(-50%);
          transform: translateX(-50%);
          bottom: -60px; } }
  .banner-section .banner-img {
    margin-top: -5%;
    padding: 5% 4% 5% 2%;
    background: no-repeat url(../img/banner-img-mask.svg);
    background-size: 100%;
    max-width: 630px;
    width: 100%; }
    @media (max-width: 767px) {
      .banner-section .banner-img {
        padding: 9% 7% 6% 5%;
        margin-top: 20px; } }
    .banner-section .banner-img img {
      width: 100%;
      clip-path: url(#banner-clip-path); }
      .banner-section .banner-img img + svg {
        height: 0;
        width: 0; }

.for-what-section {
  background-size: 100% 100%;
  background-image: linear-gradient(180deg, #2383C6 23.28%, #179BD0 69.63%, #06BEDF 135.3%);
  position: relative;
  padding: 80px 0 0; }
  @media (max-width: 767px) {
    .for-what-section {
      padding: 80px 0 50px; } }
  .for-what-section:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/for-what-section-bg.svg);
    background-size: 100% 100%; }
    @media (max-width: 1000px) {
      .for-what-section:after {
        background-size: contain; } }
    @media (max-width: 767px) {
      .for-what-section:after {
        background-image: url(../img/for-what-section-bg-mobile.svg);
        background-size: cover; } }
  .for-what-section .container {
    position: relative; }
  .for-what-section .btn {
    display: block;
    margin: 60px auto 0; }

.items-wrapper {
  display: flex;
  flex-wrap: wrap; }
  .items-wrapper.centered {
    justify-content: center; }
  .items-wrapper.third-item-full-width .third-item-wrapper {
    width: 100%;
    display: flex;
    justify-content: center; }
  .items-wrapper.third-item-full-width .item {
    align-items: flex-start;
    max-width: 411px; }
    @media (max-width: 1000px) {
      .items-wrapper.third-item-full-width .item {
        align-items: center; } }
    .items-wrapper.third-item-full-width .item .subtitle {
      margin-top: 20px;
      text-align: left; }
      @media (max-width: 1000px) {
        .items-wrapper.third-item-full-width .item .subtitle {
          text-align: center; } }
    .items-wrapper.third-item-full-width .item .regular-text {
      text-align: left; }
      @media (max-width: 1000px) {
        .items-wrapper.third-item-full-width .item .regular-text {
          text-align: center; } }
  .items-wrapper .item {
    max-width: 380px;
    width: 100%;
    padding: 0 15px;
    display: flex;
    flex-direction: column;
    margin-top: 45px; }
    .items-wrapper .item .subtitle {
      margin-top: 30px; }
    .items-wrapper .item .regular-text {
      margin-top: 10px; }

.content-plan-section {
  padding: 180px 0 100px;
  background-image: url(../img/for-what-section-bottom-bg.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: 0 -40px;
  position: relative;
  background-color: #E6E6E6; }
  @media (max-width: 1679px) {
    .content-plan-section {
      background-position: 0 0; } }
  @media (max-width: 767px) {
    .content-plan-section {
      background-image: url(../img/for-what-section-bottom-bg-mobile.svg);
      padding: 80px 0 50px; } }
  .content-plan-section .btn {
    margin: 40px auto 0;
    display: block; }

.content-plan-slider-wrapper {
  position: relative; }

.content-plan-slider {
  margin: 35px 25px 0; }
  .content-plan-slider .swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: center; }
    .content-plan-slider .swiper-slide .slide-img-placeholder {
      padding: 12px;
      background: linear-gradient(180deg, #2383C6 23.28%, #179BD0 69.63%, #06BEDF 135.3%);
      box-shadow: 0px 16px 22px -14px rgba(34, 134, 199, 0.18);
      border-radius: 22px;
      overflow: hidden; }
      .content-plan-slider .swiper-slide .slide-img-placeholder img {
        width: 100%;
        height: auto;
        border-radius: 16px;
        overflow: hidden; }
    .content-plan-slider .swiper-slide .subtitle {
      margin-top: 30px; }
    .content-plan-slider .swiper-slide .regular-text {
      margin-top: 22px;
      text-align: justify; }

.what-do-you-get {
  padding: 80px 0 0;
  background-image: url(../img/what-you-get-bg.svg);
  background-color: #2383C6;
  background-size: 100% auto;
  background-repeat: no-repeat; }
  @media (max-width: 1000px) {
    .what-do-you-get {
      background-size: contain; } }
  @media (max-width: 767px) {
    .what-do-you-get {
      background-image: url(../img/what-you-get-bg-mobile.svg);
      background-size: cover;
      padding: 80px 0; } }
  .what-do-you-get .btn {
    margin: 45px auto 0;
    display: block; }

.faq-section {
  position: relative;
  padding: 180px 0 240px;
  background-image: url(../img/what-you-get-bottom-bg-1.svg);
  background-size: 100%;
  background-repeat: no-repeat; }
  @media (max-width: 767px) {
    .faq-section {
      background-image: url(../img/what-you-get-bottom-bg-mobile.svg);
      background-size: contain;
      padding: 100px 0; } }
  .faq-section:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/faq-bg.svg);
    background-size: 100%;
    z-index: 2; }
    @media (max-width: 767px) {
      .faq-section:before {
        background-image: url(../img/faq-bg-mobile.svg);
        background-size: contain;
        background-position: 0 115%;
        background-repeat: no-repeat; } }

.faq-wrapper {
  margin-top: 35px;
  padding: 30px 0 0;
  background: #fff;
  position: relative;
  border-radius: 22px; }
  @media (max-width: 767px) {
    .faq-wrapper {
      margin-top: 30px;
      padding: 0; } }
  .faq-wrapper:after {
    content: '';
    position: absolute;
    left: -1px;
    top: -1px;
    z-index: -1;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    background: linear-gradient(91.87deg, #2383C6 9.56%, #00C8E3 110.55%);
    border-radius: 22px; }
  .faq-wrapper .accordion-item {
    padding: 20px 100px;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 3; }
    @media (max-width: 767px) {
      .faq-wrapper .accordion-item {
        padding: 22px; } }
    .faq-wrapper .accordion-item + .accordion-item:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 1px;
      background: linear-gradient(91.87deg, #2383C6 9.56%, #00C8E3 110.55%); }
    .faq-wrapper .accordion-item .accordion-header {
      display: flex;
      align-items: center;
      color: #595F64;
      position: relative; }
      @media (max-width: 767px) {
        .faq-wrapper .accordion-item .accordion-header {
          font-size: 18px;
          line-height: 20px; } }
      .faq-wrapper .accordion-item .accordion-header i {
        margin-right: 20px; }
      .faq-wrapper .accordion-item .accordion-header .minus-icon {
        position: absolute;
        left: 0;
        top: 50%;
        opacity: 0;
        z-index: -1;
        transition: all 200ms linear 200ms; }
      .faq-wrapper .accordion-item .accordion-header .plus-icon {
        transition: all 200ms linear 200ms; }
      .faq-wrapper .accordion-item .accordion-header.active {
        color: #151515;
        transition: all 500ms linear 200ms; }
        .faq-wrapper .accordion-item .accordion-header.active + .accordion-content {
          margin-top: 20px; }
        .faq-wrapper .accordion-item .accordion-header.active .minus-icon {
          position: static;
          opacity: 1; }
        .faq-wrapper .accordion-item .accordion-header.active .plus-icon {
          position: absolute;
          left: 0;
          top: 50%;
          opacity: 0;
          z-index: -1; }
        .faq-wrapper .accordion-item .accordion-header.active svg path {
          fill: #151515; }
      .faq-wrapper .accordion-item .accordion-header:hover {
        color: #151515; }
        .faq-wrapper .accordion-item .accordion-header:hover svg path {
          fill: #151515; }
    .faq-wrapper .accordion-item .accordion-content {
      overflow: hidden;
      letter-spacing: 0.05em;
      color: #151515;
      line-height: 30px;
      transition: all 500ms linear 200ms; }
      @media (max-width: 767px) {
        .faq-wrapper .accordion-item .accordion-content {
          padding-left: 40px;
          font-size: 14px;
          line-height: 24px; } }

.pricing-section {
  background: linear-gradient(180deg, #2383C6 23.28%, #179BD0 69.63%, #06BEDF 135.3%);
  position: relative;
  padding: 80px 0 0; }
  @media (max-width: 767px) {
    .pricing-section {
      padding: 40px 0; } }
  .pricing-section:after {
    content: '';
    position: absolute;
    left: 0;
    top: -270px;
    width: 100%;
    height: 270px;
    background-image: url(../img/faq-bottom-bg.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0 0px;
    z-index: 1; }
    @media (max-width: 767px) {
      .pricing-section:after {
        background-image: url(../img/faq-bottom-bg-mobile.svg);
        top: -82px;
        height: 82px; } }
  .pricing-section:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/tarif-bg.svg);
    background-size: 100%;
    background-position: center; }
    @media (max-width: 767px) {
      .pricing-section:before {
        display: none; } }
  .pricing-section .pricing-descr {
    margin-top: 50px; }
    @media (max-width: 767px) {
      .pricing-section .pricing-descr {
        margin-top: 40px; } }

.pricing-wrapper {
  display: flex;
  justify-content: space-between; }
  @media (max-width: 767px) {
    .pricing-wrapper {
      flex-direction: column;
      align-items: center; } }
  .pricing-wrapper .pricing-item {
    width: calc(50% - 15px);
    box-shadow: 0px 18px 25px -12px rgba(34, 134, 199, 0.33);
    border-radius: 22px;
    padding: 60px 55px 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
    background: #E6E6E6; }
    @media (max-width: 1000px) {
      .pricing-wrapper .pricing-item {
        padding: 30px; } }
    @media (max-width: 767px) {
      .pricing-wrapper .pricing-item {
        padding: 30px 15px 40px;
        width: 100%; } }
    .pricing-wrapper .pricing-item.active {
      background: #FCFCFC; }
    .pricing-wrapper .pricing-item .plan-title {
      padding-bottom: 11px;
      position: relative; }
      .pricing-wrapper .pricing-item .plan-title:after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 2px;
        background: linear-gradient(90deg, #2188C8 14.29%, #0CB2DA 75%); }
    .pricing-wrapper .pricing-item .check-list {
      margin-top: 20px;
      list-style-type: none;
      width: 100%; }
      .pricing-wrapper .pricing-item .check-list li {
        position: relative;
        padding-left: 36px; }
        .pricing-wrapper .pricing-item .check-list li:before {
          content: '';
          position: absolute;
          left: 0;
          top: 0;
          background-size: cover;
          width: 21px;
          height: 21px; }
        .pricing-wrapper .pricing-item .check-list li.included:before {
          background-image: url(../img/check-icon.svg); }
        .pricing-wrapper .pricing-item .check-list li.not-included:before {
          background-image: url(../img/remove-icon.svg); }
        .pricing-wrapper .pricing-item .check-list li.not-included span {
          color: rgba(89, 95, 100, 0.7); }
        .pricing-wrapper .pricing-item .check-list li + li {
          margin-top: 20px; }
        .pricing-wrapper .pricing-item .check-list li span {
          line-height: 21px; }
    .pricing-wrapper .pricing-item .price-box {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-top: 50px; }
      .pricing-wrapper .pricing-item .price-box .previous-price {
        margin-right: 60px;
        position: relative; }
        .pricing-wrapper .pricing-item .price-box .previous-price:before {
          content: '';
          position: absolute;
          left: -8px;
          top: 9px;
          transform: rotate(10.3deg);
          width: 125%;
          height: 1px;
          background: #595F64; }
    @media (max-width: 767px) {
      .pricing-wrapper .pricing-item .price {
        font-size: 30px; } }
    .pricing-wrapper .pricing-item .btn {
      margin-top: 30px; }

.reviews-section {
  padding: 250px 0 100px;
  position: relative;
  background-image: url(../img/tarifs-bootom-bg-section.svg), url(../img/review-bg.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 0 0, center 250px; }
  @media (max-width: 767px) {
    .reviews-section {
      padding: 50px 0;
      background-image: none; } }
  .reviews-section:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 150px; }
  .reviews-section .review-slider-wrapper {
    margin-top: 40px;
    position: relative;
    padding: 0 45px; }
    .reviews-section .review-slider-wrapper .swiper-slide img {
      width: 100%;
      height: auto; }
  .reviews-section .regular-text {
    margin-top: 50px; }
    @media (max-width: 767px) {
      .reviews-section .regular-text {
        margin-top: 40px;
        text-align: justify; } }
  .reviews-section .btn {
    margin: 40px auto 0;
    display: block; }

.advantages-section {
  padding: 80px 0 100px; }
  @media (max-width: 767px) {
    .advantages-section {
      padding: 50px 0; } }
  .advantages-section .btn {
    margin: 50px auto 0;
    display: block; }

.advantages-wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 30px; }
  @media (max-width: 1000px) {
    .advantages-wrapper {
      flex-direction: column;
      align-items: center; } }
  .advantages-wrapper + .regular-text {
    margin-top: 75px;
    padding: 0 160px; }
    @media (max-width: 767px) {
      .advantages-wrapper + .regular-text {
        margin-top: 40px;
        padding: 0;
        text-align: justify; } }

.advantages-img {
  padding: 0% 1% 1% 1%;
  background: no-repeat url(../img/advantages-mask.svg);
  background-size: 100%;
  width: 46%; }
  @media (max-width: 1000px) {
    .advantages-img {
      width: 70%; } }
  @media (max-width: 767px) {
    .advantages-img {
      width: 100%; } }
  .advantages-img img {
    width: 100%;
    clip-path: url(#advantages-path); }
    .advantages-img img + svg {
      height: 0;
      width: 0; }

.advantages-list {
  width: 46%;
  list-style-type: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  @media (max-width: 1100px) {
    .advantages-list {
      width: 48%; } }
  @media (max-width: 1000px) {
    .advantages-list {
      width: 70%; } }
  @media (max-width: 767px) {
    .advantages-list {
      width: 100%;
      flex-direction: column;
      align-items: center; } }
  .advantages-list li {
    max-width: 230px;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column; }
    .advantages-list li:nth-child(2n) {
      margin-top: 50px; }
    .advantages-list li i img {
      max-width: 100%;
      display: block; }
    .advantages-list li span {
      margin-top: 20px;
      font-size: 20px;
      line-height: 24px; }

.text-section {
  background-image: url("../img/advantages-bottom-bg.svg");
  background-size: contain;
  background-repeat: no-repeat;
  padding: 11% 0 40px;
  position: relative; }
  @media (max-width: 767px) {
    .text-section {
      padding: 70px 0;
      background-image: url(../img/advantages-bottom-bg-mobile.svg); } }
  .text-section .text-info {
    display: flex;
    justify-content: space-between; }
    @media (max-width: 767px) {
      .text-section .text-info {
        flex-direction: column; } }
    .text-section .text-info + .text-info {
      margin-top: 30px; }
      @media (max-width: 767px) {
        .text-section .text-info + .text-info {
          margin-top: 15px; } }
    .text-section .text-info:first-child .text-info-img {
      padding: 2% 3% 1% 3%;
      background: no-repeat url(../img/text-mask-1.svg);
      background-size: 100%; }
      @media (max-width: 767px) {
        .text-section .text-info:first-child .text-info-img {
          padding: 3% 6% 0 4%;
          margin: 0 0 0 auto; } }
      .text-section .text-info:first-child .text-info-img img {
        clip-path: url(#text-img-1-clip-path); }
    .text-section .text-info:last-child .text-info-img {
      padding: 2% 4% 1% 4%;
      background: no-repeat url(../img/text-mask-2.svg);
      background-size: 100%; }
      @media (max-width: 767px) {
        .text-section .text-info:last-child .text-info-img {
          padding: 3% 6% 0 6%; } }
      .text-section .text-info:last-child .text-info-img img {
        clip-path: url(#text-img-2-clip-path); }
    .text-section .text-info .text {
      width: 45%; }
      @media (max-width: 767px) {
        .text-section .text-info .text {
          width: 100%; } }
    .text-section .text-info .text-info-img {
      margin-top: -100px;
      width: 45%; }
      @media (max-width: 1000px) {
        .text-section .text-info .text-info-img {
          margin-top: 0; } }
      @media (max-width: 767px) {
        .text-section .text-info .text-info-img {
          width: 70%; } }
      .text-section .text-info .text-info-img img {
        width: 100%; }
        .text-section .text-info .text-info-img img + svg {
          height: 0;
          width: 0; }

.footer {
  background: #2383C6;
  padding: 80px 0 40px; }
  .footer .footer-info {
    display: flex;
    justify-content: space-between; }
    @media (max-width: 1000px) {
      .footer .footer-info {
        flex-wrap: wrap; } }
    .footer .footer-info .footer-nav {
      width: 40%; }
      @media (max-width: 1000px) {
        .footer .footer-info .footer-nav {
          width: 100%; } }
      .footer .footer-info .footer-nav ul {
        list-style-type: none;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 100%; }
        .footer .footer-info .footer-nav ul li {
          width: 50%; }
          .footer .footer-info .footer-nav ul li:nth-child(n + 3) {
            margin-top: 20px; }
          .footer .footer-info .footer-nav ul li a {
            color: #fff;
            font-size: 14px;
            line-height: 16px; }
  .footer .footer-logo {
    width: 23%; }
    @media (max-width: 1000px) {
      .footer .footer-logo {
        width: 100%; }
        .footer .footer-logo img {
          margin: 20px auto 0;
          display: block; } }
  .footer .footer-contacts {
    max-width: 225px;
    width: 100%; }
    @media (max-width: 1000px) {
      .footer .footer-contacts {
        margin: 30px auto 0;
        display: block; } }
    .footer .footer-contacts span {
      color: #fff;
      font-size: 18px;
      line-height: 24px; }
    .footer .footer-contacts .btn {
      margin-top: 20px; }
  .footer .footer-logo-wrapper {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (max-width: 767px) {
      .footer .footer-logo-wrapper .item {
        width: 33%; }
        .footer .footer-logo-wrapper .item img {
          width: 100%; } }

.article-page h1, .article-page h2, .article-page h3, .article-page h4, .article-page h5, .article-page h6, p {
  line-height: 1.2; }

.article-page {
  padding-bottom: 75px; }
  .article-page h1 {
    font-weight: 700; }
  .article-page h1, .article-page h2 {
    margin-top: 35px; }
  .article-page p {
    margin-top: 20px;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5; }
    @media (max-width: 767px) {
      .article-page p {
        margin-top: 20px; } }
    .article-page p + * {
      margin-top: 20px; }
  .article-page img {
    margin-top: 30px;
    width: 100%;
    height: auto; }
  .article-page ul, .article-page ol {
    margin-top: 30px !important; }
