body, html {
  font-family: 'Rubik', sans-serif;
  font-size: 16px;
  line-height: 1.2;
  height: 100%;
  color: #375265; }

.container {
  width: 90%; }
  @media (max-width: 600px) {
    .container {
      width: 94%; } }

.container-min {
  max-width: 800px;
  margin: 0 auto; }

.container-lg {
  max-width: 1100px;
  margin: 0 auto; }

.container-md {
  max-width: 940px;
  margin: 0 auto; }

.container-sm {
  max-width: 900px;
  margin: 0 auto; }

h1, h2, h3, h4, .h1, .h2, .h3, .h4 {
  font-family: 'Rubik', sans-serif;
  font-weight: 300;
  line-height: 1.2;
  color: #1A2D3A; }

h1, .h1, h2, .h2, h3, .h3 {
  margin-top: 0px; }

h1, .h1 {
  font-size: 60px;
  line-height: 71px;
  margin-bottom: 5px; }
  @media (max-width: 1200px) {
    h1, .h1 {
      font-size: 50px;
      line-height: 61px; } }
  @media (max-width: 992px) {
    h1, .h1 {
      font-size: 42px;
      line-height: 51px; } }
  @media (max-width: 767.98px) {
    h1, .h1 {
      font-size: 36px;
      line-height: 45px; } }
  @media (max-width: 600px) {
    h1, .h1 {
      font-size: 32px;
      line-height: 41px;
      margin-bottom: 15px; } }
  h1_dop, .h1_dop {
    font-size: 40px;
    line-height: 1.5; }
    @media (max-width: 1200px) {
      h1_dop, .h1_dop {
        font-size: 36px; } }
    @media (max-width: 992px) {
      h1_dop, .h1_dop {
        font-size: 34px; } }
    @media (max-width: 767.98px) {
      h1_dop, .h1_dop {
        font-size: 28px; } }
    @media (max-width: 600px) {
      h1_dop, .h1_dop {
        font-size: 24px; } }

h2, .h2 {
  font-size: 50px;
  line-height: 61px;
  margin-bottom: 30px; }
  @media (max-width: 992px) {
    h2, .h2 {
      font-size: 32px;
      line-height: 41px; } }
  @media (max-width: 767.98px) {
    h2, .h2 {
      font-size: 26px;
      line-height: 31px; } }

h3, .h3 {
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 30px; }
  @media (max-width: 1200px) {
    h3, .h3 {
      font-size: 28px;
      line-height: 36px; } }
  @media (max-width: 992px) {
    h3, .h3 {
      font-size: 22px;
      line-height: 25px; } }

h4, .h4 {
  font-size: 26px;
  line-height: 1.53;
  margin-top: 15px;
  margin-bottom: 30px; }
  @media (max-width: 992px) {
    h4, .h4 {
      font-size: 24px; } }
  @media (max-width: 767.98px) {
    h4, .h4 {
      font-size: 20px; } }

h6, .h6 {
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #1697AD;
  margin-bottom: 10px; }
  @media (max-width: 767.98px) {
    h6, .h6 {
      font-size: 18px; } }

p {
  margin: 0px; }

.text_big {
  font-size: 20px;
  line-height: 1.8;
  font-family: 'Rubik', sans-serif;
  font-weight: 300; }
  @media (max-width: 600px) {
    .text_big {
      font-size: 18px; } }
  .text_big_dop {
    font-size: 22px;
    font-family: 'Nunito Sans', sans-serif; }
    @media (max-width: 600px) {
      .text_big_dop {
        font-size: 20px; } }

.text_md {
  font-size: 20px;
  line-height: 1.4;
  color: #1A2D3A; }

.text_min {
  font-weight: 300;
  font-size: 14px;
  line-height: 26px; }

.text_content {
  font-family: 'Nunito Sans', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 32px; }

.row {
  margin-bottom: 0px; }

.row_dop {
  margin-left: -0.5rem !important;
  margin-right: -0.5rem !important; }

.col_dop {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important; }

@media (min-width: 992px) {
  .row_m {
    margin-left: -15px !important;
    margin-right: -15px !important; } }

@media (min-width: 992px) {
  .col_m {
    padding-left: 15px !important;
    padding-right: 15px !important; } }

ul, ol {
  padding: 0;
  webkit-padding: 0;
  moz-padding: 0;
  list-style: none; }

::-webkit-scrollbar {
  width: 7px;
  height: 7px; }

tbody::-webkit-scrollbar {
  width: 2px;
  height: 2px; }

/* Track */
::-webkit-scrollbar-track {
  border-radius: 0px; }

/* Handle */
::-webkit-scrollbar-thumb {
  border-radius: 0px;
  background: #0677AD; }

::-webkit-scrollbar-thumb:window-inactive {
  background: #0677AD; }

.close_menu {
  width: 22px; }

.body {
  display: flex;
  min-height: 100vh;
  flex-direction: column; }

.wrapper-page {
  flex: 1; }

.sacramento {
  font-family: 'Sacramento', cursive;
  font-size: 104px;
  color: #ffffff;
  margin-bottom: 15px; }
  @media (max-width: 992px) {
    .sacramento {
      font-size: 64px; } }

@media (max-width: 992px) {
  .table_none {
    display: none; } }

@media (max-width: 768px) {
  .mob_none {
    display: none; } }

.d-inline-block {
  display: inline-block; }

.break_word {
  word-break: break-word; }

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

.h-auto {
  height: auto !important; }

.d-flex {
  display: flex; }

.f_wrap {
  flex-wrap: wrap; }

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

.justify-content-center {
  justify-content: center; }

.w-100 {
  width: 100%; }

.fw-300 {
  font-weight: 300; }

.fw-400 {
  font-weight: 400; }

.fw-500 {
  font-weight: 500; }

.color-white {
  color: #ffffff !important; }

.color-green {
  color: #1697AD !important; }

.color-blue {
  color: #58BFE4 !important; }

.fs-20 {
  font-size: 20px !important; }

.text-transform-none {
  text-transform: none; }

.text-uppercase {
  text-transform: uppercase; }

.text-underline {
  text-decoration: underline; }

.vertical-align-middle {
  vertical-align: middle; }

.p-0 {
  padding: 0px !important; }

.pb-0 {
  padding-bottom: 0px !important; }

.m-0 {
  margin: 0px !important; }

.mt-10 {
  margin-top: 10px; }

.mt-20 {
  margin-top: 20px; }

.mb-0 {
  margin-bottom: 0px !important; }

.mb-10 {
  margin-bottom: 10px !important; }

.mb-15 {
  margin-bottom: 15px; }

.mb-20 {
  margin-bottom: 20px; }

.mb-25 {
  margin-bottom: 25px !important; }

.mb-30 {
  margin-bottom: 30px !important; }

.mb3 {
  margin-bottom: 1rem; }

.mr-15 {
  margin-right: 15px; }

.pb3 {
  padding-bottom: 1rem; }

.pl-15 {
  padding-left: 15px; }

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

.lh-1 {
  line-height: 1 !important; }

.lh-15 {
  line-height: 1.5 !important; }

img {
  vertical-align: middle; }

.img_fluid {
  max-width: 100%;
  height: auto; }

.btn:focus {
  outline: none !important;
  box-shadow: none; }

nav ul a.btn {
  margin: 0px; }

.btn {
  font-family: 'Rubik', sans-serif;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.05em;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border-radius: 100px;
  padding: 15px;
  box-shadow: none;
  border: 1px solid transparent;
  box-sizing: border-box; }
  @media (max-width: 992px) {
    .btn {
      padding-top: 12px;
      padding-bottom: 12px; } }
  .btn.disabled {
    opacity: 0.6; }
  .btn-white {
    background-color: #ffffff !important;
    border-color: #ffffff !important;
    color: #F7B410 !important;
    box-shadow: 0px 10px 20px rgba(10, 57, 80, 0.2); }
    .btn-white:hover, .btn-white:focus {
      background: #F7B410 !important;
      color: #ffffff !important;
      border-color: #F7B410 !important; }
  .btn-yellow {
    background: #F7B410;
    box-shadow: 0px 10px 20px rgba(10, 57, 80, 0.2);
    border-color: #F7B410;
    color: #ffffff; }
    .btn-yellow:hover, .btn-yellow:focus {
      background: #ffffff;
      color: #F7B410;
      border-color: #ffffff; }
  .btn-blue {
    background: #59BCE9;
    box-shadow: 0px 10px 20px rgba(63, 156, 198, 0.2);
    border-color: #59BCE9;
    color: #ffffff; }
    .btn-blue:hover, .btn-blue:focus {
      background: #ffffff;
      color: #59BCE9;
      border-color: #ffffff; }
  .btn-gray {
    background-color: #9e9e9e !important;
    box-shadow: none !important;
    border: none !important;
    display: inline-block; }
    .btn-gray:hover, .btn-gray:focus {
      background: #9e9e9e;
      color: #ffffff;
      border-color: #9e9e9e; }
  .btn-transparent {
    background-color: transparent !important;
    border-color: transparent !important;
    box-shadow: none !important; }
  .btn-chircle {
    width: 60px;
    height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #F7B410 !important;
    border-color: #F7B410 !important;
    color: #ffffff; }
    .btn-chircle:hover, .btn-chircle:focus {
      box-shadow: 0px 10px 20px rgba(10, 57, 80, 0.2); }
  .btn.btn-xxs {
    width: 100%;
    max-width: 420px;
    padding-left: 15px;
    padding-right: 15px; }
  .btn.btn-xs {
    width: 100%;
    max-width: 280px;
    padding-left: 15px;
    padding-right: 15px; }
    .btn.btn-xs-dop {
      max-width: 360px; }
  .btn.btn-lg {
    width: 100%;
    max-width: 240px;
    padding-left: 25px;
    padding-right: 25px; }
  .btn.btn-md {
    width: 100%;
    max-width: 200px; }
  .btn.btn-md-dop {
    width: 140px;
    max-width: 100%; }
    @media (max-width: 992px) {
      .btn.btn-md-dop {
        width: 160px; } }
  .btn-h-50 {
    height: 50px; }
  .btn-big {
    height: auto;
    font-size: 18px;
    line-height: 30px;
    min-height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding-top: 5px;
    padding-bottom: 5px; }
    @media (max-width: 1440px) {
      .btn-big {
        font-size: 16px;
        line-height: 24px; } }
  .btn_tweet {
    height: 60px; }
  .btn-extra-big {
    height: 70px;
    padding: 12px 15px;
    font-size: 18px;
    line-height: 24px; }

.buttons {
  margin-left: -8px;
  margin-right: -8px; }
  .buttons .btn_dop {
    display: inline-flex;
    margin: 8px; }

nav .brand-logo {
  padding-right: 35px;
  position: static;
  float: left; }
  @media (max-width: 992px) {
    nav .brand-logo {
      position: absolute;
      padding-right: 0px; } }

nav ul a.dropdown-trigger {
  position: relative; }

nav .nav-wrapper ul.right > li {
  padding-left: 15px; }
  nav .nav-wrapper ul.right > li:first-child {
    padding-left: 0px; }

.left_dop .nav-item {
  background: none !important;
  margin-left: 25px;
  margin-right: 25px; }
  @media (max-width: 1080px) {
    .left_dop .nav-item {
      margin-left: 18px;
      margin-right: 18px; } }
  .left_dop .nav-item .nav-link {
    color: #fff;
    transition: 0.35s;
    font-size: 15px;
    line-height: 19px;
    padding: 8px 2px 4px;
    background: none !important; }
    .left_dop .nav-item .nav-link:hover {
      color: rgba(255, 255, 255, 0.75); }
  .left_dop .nav-item.active .nav-link {
    border-bottom: 1px solid; }

.bg_top {
  overflow: hidden;
  background-color: #1184B0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 80px;
  padding-bottom: 84px;
  position: relative; }
  @media (max-width: 1199.98px) {
    .bg_top {
      background-image: url("../img/jpg/home_page_top_bg.jpg"); } }
  .bg_top_dop {
    padding-bottom: 0px; }
  .bg_top_m {
    background: linear-gradient(89.9deg, #1798AD 0.09%, #0676AD 99.92%);
    padding-top: 160px;
    padding-bottom: 340px; }
    @media (max-width: 768px) {
      .bg_top_m {
        padding-top: 110px;
        padding-bottom: 300px; } }

.left_dop {
  padding-left: 40px; }

.btn_more_mobile {
  display: flex !important;
  align-items: center;
  justify-content: center; }

@media (max-width: 992px) {
  .sidenav {
    background-color: #00b1f1;
    text-align: center; } }

.sidenav li .nav-link {
  color: #fff; }

@media (max-width: 992px) {
  .sidenav .btn.lighten-2 {
    margin-left: auto !important;
    margin-right: auto !important; } }

.material-icons-menu {
  font-size: 20px;
  float: right; }

.bg_transparent {
  background-color: transparent;
  box-shadow: none;
  position: relative;
  z-index: 21;
  height: auto; }

.top_section {
  margin-top: 30px; }
  @media (max-width: 1199.98px) {
    .top_section {
      padding-bottom: 10px; } }
  @media (max-width: 600px) {
    .top_section {
      margin-top: 0px;
      text-align: center; } }
  .top_section_dop {
    margin-top: 0px; }
    @media (max-width: 992px) {
      .top_section_dop {
        padding-top: 40px; } }

.wrapper_right_image {
  margin-top: -90px;
  margin-bottom: -90px;
  margin-right: -70px;
  margin-left: -90px;
  position: relative; }
  .wrapper_right_image_dop {
    margin-bottom: 0px;
    margin-right: -150px;
    margin-left: -120px; }
  @media (min-width: 1440px) {
    .wrapper_right_image {
      margin-top: -116px; } }
  @media (max-width: 1199.98px) {
    .wrapper_right_image {
      margin-top: 0px;
      margin-bottom: 0px !important;
      margin-right: -20px !important;
      margin-left: -20px !important;
      position: relative; } }
  @media (max-width: 767.98px) {
    .wrapper_right_image {
      display: none; } }

@media (max-width: 1199.98px) {
  .right_image_desk {
    display: none; } }

.right_image_table {
  display: none; }
  @media (max-width: 1199.98px) {
    .right_image_table {
      display: block; } }

.left_block {
  margin-top: 70px; }
  .left_block_f {
    padding-bottom: 90px; }
    @media (max-width: 600px) {
      .left_block_f {
        padding-bottom: 50px; } }

.header_logo {
  width: 174px; }
  @media (max-width: 600px) {
    .header_logo {
      width: 144px; } }

.sidenav-close {
  cursor: pointer; }

.row_flex {
  display: flex;
  align-items: flex-end; }
  @media (max-width: 1199.98px) {
    .row_flex {
      align-items: center; } }

.section_block {
  padding-top: 100px; }
  @media (max-width: 600px) {
    .section_block {
      padding-top: 50px; } }
  .section_block_i .inner_section_block_i {
    padding-top: 40px;
    background: #F8F8F8;
    border-radius: 10px;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto; }
    .section_block_i .inner_section_block_i_e {
      padding-top: 70px;
      padding-bottom: 90px; }

.left_content_block {
  padding-right: 25px; }
  @media (max-width: 992px) {
    .left_content_block {
      padding-right: 0px; } }

.right_content_block {
  padding-left: 25px; }
  @media (max-width: 992px) {
    .right_content_block {
      padding-left: 0px;
      max-width: none; } }

@media (max-width: 600px) {
  .content_text {
    margin-bottom: 30px; } }

.content_block {
  padding-bottom: 100px; }
  @media (max-width: 600px) {
    .content_block {
      padding-bottom: 50px; } }

.marketing_examples {
  padding-bottom: 85px; }
  @media (max-width: 600px) {
    .marketing_examples {
      padding-bottom: 50px; } }

.offer_block {
  padding-bottom: 85px; }
  @media (max-width: 600px) {
    .offer_block {
      padding-bottom: 50px; } }

.marketing_block {
  background: #FFFFFF !important;
  border-radius: 10px;
  width: 100%;
  height: 100%; }
  @media (max-width: 600px) {
    .marketing_block {
      max-width: 360px;
      margin-left: auto;
      margin-right: auto; } }
  .marketing_block_view {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #F6B410; }
    @media (max-width: 600px) {
      .marketing_block_view {
        padding: 30px; } }

.marketing_img {
  border-radius: 10px 10px 0px 0px; }

.marketing_top_img {
  background-color: #cccccc;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 35%;
  padding-bottom: 30%;
  border-radius: 10px 10px 0px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%; }
  .marketing_top_img_1 {
    background-image: url("../img/influencer_marketing/image_1.jpg"); }
  .marketing_top_img_2 {
    background-image: url("../img/influencer_marketing/image_2.jpg"); }
  .marketing_top_img_3 {
    background-image: url("../img/influencer_marketing/image_3.jpg"); }
  .marketing_top_img_4 {
    background-image: url("../img/influencer_marketing/image_4.jpg"); }
  .marketing_top_img_5 {
    background-image: url("../img/influencer_marketing/image_5.jpg"); }
  .marketing_top_img_big {
    height: 100%;
    padding: 0px;
    border-radius: 10px; }
    .marketing_top_img_big_1 {
      background-image: url("../img/influencer_marketing/image_big_1.jpg"); }
    .marketing_top_img_big_2 {
      background-image: url("../img/influencer_marketing/image_big_2.jpg"); }
    @media (max-width: 768px) {
      .marketing_top_img_big {
        padding-top: 30%;
        padding-bottom: 40%; } }

.bottom_blok {
  justify-content: center;
  height: 90px;
  border: 1px solid #D7DCE4;
  border-top: none;
  border-radius: 0px 0px 10px 10px; }

.row_block {
  display: flex;
  flex-wrap: wrap;
  margin-right: -8px;
  margin-left: -8px; }

.col_block {
  position: relative;
  width: 100%;
  padding-right: 8px;
  padding-left: 8px; }
  @media (min-width: 479.98px) {
    .col_block_50 {
      flex: 0 0 50%;
      max-width: 50%; } }
  @media (max-width: 768px) {
    .col_block_md_100 {
      flex: 0 0 100%;
      max-width: 100%; } }

.big-block {
  display: flex;
  height: 100%; }

.title_block {
  padding-bottom: 20px; }

.sidenav-close {
  cursor: pointer;
  color: #ffffff;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  height: auto !important; }

.brands_block {
  background: #F8F8F8;
  padding-top: 80px;
  padding-bottom: 80px; }
  @media (max-width: 600px) {
    .brands_block {
      padding-top: 40px;
      padding-bottom: 40px; } }

.wrapper_contact_us_block {
  padding-top: 100px;
  padding-bottom: 100px; }
  @media (max-width: 600px) {
    .wrapper_contact_us_block {
      padding-top: 50px;
      padding-bottom: 50px; } }

.view-block {
  display: table;
  margin-bottom: 20px; }

.inner-view-block {
  display: table-cell;
  vertical-align: middle;
  border-radius: 5px;
  padding: 5px 20px;
  background: #ffffff;
  position: relative;
  border: 1px solid transparent;
  width: 205px;
  height: 88px;
  transition: all 0.4s;
  text-align: center; }

.img-view-block {
  max-height: 50px;
  max-width: 100%;
  height: auto; }

.inner_section_block {
  display: flex;
  align-items: center; }
  @media (max-width: 600px) {
    .inner_section_block {
      display: block; } }

@media (min-width: 600px) {
  .order-m-1 {
    order: 1; } }

@media (min-width: 600px) {
  .order-m-12 {
    order: 12; } }

.left_contact_block {
  padding-right: 25px; }
  @media (max-width: 992px) {
    .left_contact_block {
      padding-right: 0px; } }

.right_contact_block {
  padding-left: 25px; }
  @media (max-width: 992px) {
    .right_contact_block {
      padding-left: 0px; } }

.row_plans {
  display: flex; }
  @media (max-width: 992px) {
    .row_plans {
      display: block; } }

.top_icon {
  min-height: 100px; }

.partner_block {
  padding-bottom: 100px; }
  @media (max-width: 600px) {
    .partner_block {
      padding-bottom: 50px; } }

.navbar-fixed {
  height: auto;
  position: static; }

.navbar-fixed .bg_transparent {
  height: auto;
  top: 0; }

.navbar-fixed .bg_transparent .nav-wrapper {
  padding-top: 20px;
  transition: all 0.3s; }
  @media (max-width: 600px) {
    .navbar-fixed .bg_transparent .nav-wrapper {
      padding-top: 0px; } }

.navbar-fixed.on .bg_transparent {
  background: rgba(17, 132, 176, 0.95);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }
  .navbar-fixed.on .bg_transparent .nav-wrapper {
    padding-top: 0px; }

.manage_block {
  padding: 100px 0px; }
  @media (max-width: 767.98px) {
    .manage_block {
      padding: 60px 0px; } }

.inner_manage {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 50px; }
  @media (min-width: 1440px) {
    .inner_manage {
      margin-left: -15px;
      margin-right: -15px; } }

.item_manage {
  display: flex;
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  justify-content: center;
  margin-bottom: 20px; }
  @media (min-width: 1440px) {
    .item_manage {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 576px) {
    .item_manage {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
      margin-bottom: 20px; } }
  @media (min-width: 768px) {
    .item_manage {
      -ms-flex: 0 0 33.33%;
      flex: 0 0 33.33%;
      max-width: 33.33%; } }
  @media (min-width: 992px) {
    .item_manage {
      -ms-flex: 0 0 20%;
      flex: 0 0 20%;
      max-width: 20%; } }
  .item_manage .border_manage_block {
    background: #FFFFFF;
    border: 1px solid #D7DCE4;
    border-radius: 10px;
    text-align: center;
    padding: 35px 15px;
    width: 100%; }
    @media (max-width: 479.98px) {
      .item_manage .border_manage_block {
        max-width: 280px; } }

.animate-bg .icon_bg {
  position: absolute;
  z-index: 0; }
  .animate-bg .icon_bg_1 {
    top: 15%;
    left: 3%; }
  .animate-bg .icon_bg_2 {
    bottom: 4%;
    left: 0%; }
  .animate-bg .icon_bg_3 {
    top: 50%;
    left: 6%; }
  .animate-bg .icon_bg_4 {
    top: 34%;
    left: 15%; }
  .animate-bg .icon_bg_5 {
    top: 20%;
    left: 30%; }
  .animate-bg .icon_bg_6 {
    top: 16%;
    right: 26%; }
  .animate-bg .icon_bg_7 {
    top: 56%;
    right: 20%; }
  .animate-bg .icon_bg_8 {
    top: 30%;
    right: 5%; }
  .animate-bg .icon_bg_9 {
    top: 55%;
    right: 0%; }
  .animate-bg .icon_bg_10 {
    bottom: 15%;
    right: 16%; }

.wrapper_get_started_block {
  background-color: #F8F8F8;
  padding: 0px 0px 20px; }

.get_started_block {
  margin-top: -270px;
  position: relative;
  z-index: 20;
  display: flex; }
  @media (max-width: 767.98px) {
    .get_started_block {
      flex-wrap: wrap; } }
  @media (max-width: 767.98px) {
    .get_started_block .col_m {
      margin-right: auto; } }

.item_get_started {
  background: #FFFFFF;
  box-shadow: 0px 10px 60px rgba(43, 75, 88, 0.2);
  border-radius: 10px;
  display: flex;
  padding: 50px 28px; }
  @media (max-width: 767.98px) {
    .item_get_started {
      margin-bottom: 20px; } }

.recent_estimator_block {
  padding: 100px 0px 80px; }

.estimate_block {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0px 10px 50px rgba(43, 75, 88, 0.15);
  border-radius: 10px;
  margin-top: -270px;
  position: relative;
  z-index: 20; }
  @media (max-width: 767.98px) {
    .estimate_block {
      margin-left: 15px;
      margin-right: 15px; } }

.estimate_top {
  background: #59BCE9;
  border-radius: 10px 10px 0px 0px;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center; }

.estimate_content {
  padding: 25px 50px 40px;
  background: #FFFFFF; }
  @media (max-width: 767.98px) {
    .estimate_content {
      padding-left: 15px;
      padding-right: 15px; } }

.recent_estimator_slide {
  max-width: 260px;
  margin-left: 70px;
  margin-right: 70px;
  text-align: center;
  margin-bottom: 25px; }
  @media (max-width: 767.98px) {
    .recent_estimator_slide {
      margin-left: auto;
      margin-right: auto; } }

.estimator_img {
  margin-bottom: 25px;
  border: 4px solid #087AAC;
  border-radius: 150px;
  box-sizing: border-box;
  max-width: 150px; }

.estimator_slide_content {
  padding-bottom: 25px; }

.center_video {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto; }

.center_video .btn_pause.active .play_btn {
  display: none; }

.center_video:hover .play_btn {
  display: block !important; }

.myVideo {
  border-radius: 10px; }
  @media (max-width: 767.98px) {
    .myVideo {
      margin-top: 20px; } }

.wrapper_btn {
  position: absolute;
  z-index: 21; }

.btn_min_circle {
  outline: none !important;
  display: none;
  background-color: transparent;
  transition: all 0.3s;
  cursor: pointer; }

.btn_play.active,
.btn_pause.active {
  display: inline-flex;
  opacity: 0.8; }

.play_btn {
  width: 60px;
  height: 60px; }

.step_block {
  padding: 0px 10px;
  text-align: center;
  margin-top: 20px; }

.wrapper_steps_block {
  padding-bottom: 70px; }

.contact_block {
  max-width: 630px;
  margin-left: auto;
  margin-right: auto;
  background: #FFFFFF;
  box-shadow: 0px 10px 50px rgba(43, 75, 88, 0.15);
  border-radius: 10px;
  margin-top: -270px;
  position: relative;
  z-index: 20;
  padding: 40px 50px 50px; }
  @media (max-width: 767.98px) {
    .contact_block {
      padding: 20px 30px; } }

.title_contact {
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  font-size: 27px;
  line-height: 1.4;
  color: #1A2D3A;
  margin-bottom: 20px; }

.contact_information_block {
  padding: 100px 0px 0px; }
  @media (max-width: 767.98px) {
    .contact_information_block {
      padding-top: 60px; } }

.wrapper_country_block {
  padding: 0px 0px 0px; }

.bg_country_block {
  padding: 130px 0px 90px;
  background-image: url("../img/png/country.png");
  background-repeat: no-repeat;
  background-position: center; }
  @media (max-width: 767.98px) {
    .bg_country_block {
      padding: 60px 0px 60px; } }

.country_item {
  margin-bottom: 60px; }
  @media (max-width: 767.98px) {
    .country_item {
      margin-bottom: 30px; } }

.flag_img {
  margin-bottom: 10px; }

.form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #80929E;
  font-weight: 300; }

.form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #80929E;
  font-weight: 300; }

.form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #80929E;
  font-weight: 300; }

.form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #80929E;
  font-weight: 300; }

.input-field-dop {
  margin-top: 0px;
  margin-bottom: 20px; }

.wrapper-form-main .wrapper-input-dop {
  position: relative; }
  .wrapper-form-main .wrapper-input-dop input,
  .wrapper-form-main .wrapper-input-dop textarea {
    padding-left: 55px;
    padding-right: 20px;
    outline: none !important; }
  .wrapper-form-main .wrapper-input-dop.wrapper-input-dop-name input {
    background-image: url("../img/svg/contact_us/company.svg");
    background-position: 17px 14px;
    background-size: 26px;
    content: '';
    background-repeat: no-repeat; }
    @media (max-width: 1440px) {
      .wrapper-form-main .wrapper-input-dop.wrapper-input-dop-name input {
        background-position: 17px 11px; } }
  .wrapper-form-main .wrapper-input-dop.wrapper-input-dop-full_name input {
    background-image: url("../img/svg/contact_us/full_name.svg");
    background-position: 17px 15px;
    background-size: 25px;
    content: '';
    background-repeat: no-repeat; }
    @media (max-width: 1440px) {
      .wrapper-form-main .wrapper-input-dop.wrapper-input-dop-full_name input {
        background-position: 17px 11px; } }
  .wrapper-form-main .wrapper-input-dop.wrapper-input-dop-phone input {
    background-image: url("../img/svg/contact_us/phone.svg");
    background-position: 18px 14px;
    background-size: 25px;
    content: '';
    background-repeat: no-repeat; }
    @media (max-width: 1440px) {
      .wrapper-form-main .wrapper-input-dop.wrapper-input-dop-phone input {
        background-position: 18px 11px; } }
  .wrapper-form-main .wrapper-input-dop.wrapper-input-dop-email input {
    background-image: url("../img/svg/contact_us/email.svg");
    background-position: 18px 17px;
    background-size: 25px;
    content: '';
    background-repeat: no-repeat; }
    @media (max-width: 1440px) {
      .wrapper-form-main .wrapper-input-dop.wrapper-input-dop-email input {
        background-position: 18px 13px; } }

.wrapper-form-main .form-main input,
.wrapper-form-main .form-main .form-control {
  font-weight: 300;
  height: 55px;
  color: #80929E;
  border-radius: 5px;
  margin-bottom: 0px;
  font-size: 16px !important;
  border: 1px solid #D7DCE4;
  background: #ffffff;
  box-shadow: none !important;
  box-sizing: border-box !important; }
  .wrapper-form-main .form-main input:focus,
  .wrapper-form-main .form-main .form-control:focus {
    border: 1px solid #007aff !important; }
  @media (max-width: 1440px) {
    .wrapper-form-main .form-main input,
    .wrapper-form-main .form-main .form-control {
      height: 48px; } }
  .wrapper-form-main .form-main input.is-invalid,
  .wrapper-form-main .form-main .form-control.is-invalid {
    border-color: #e50d61 !important;
    background-color: #ffffff !important; }

.wrapper-form-main .form-main textarea {
  border-radius: 20px !important;
  min-height: 150px;
  max-height: 150px;
  max-width: 570px;
  padding-top: 10px; }

.invalid-feedback {
  display: block;
  font-style: italic;
  color: #e50d61;
  font-size: 14px;
  padding-top: 5px; }

.label {
  color: #80929E !important;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 300;
  font-size: 16px !important;
  padding: 3px 10px !important;
  background: #ffffff !important;
  margin-left: 50px;
  width: auto !important; }
  @media (min-width: 1441px) {
    .label {
      line-height: 26px;
      font-size: 17px !important;
      margin-left: 60px; } }

.wrapper-select-all {
  position: relative;
  max-width: none;
  background-color: #ffffff;
  border-radius: 100px; }
  .wrapper-select-all .select-wrapper {
    background-image: url("../img/svg/arrow-down.svg");
    background-position: 96% 26px;
    background-size: 13px;
    background-repeat: no-repeat; }
    @media (max-width: 1440px) {
      .wrapper-select-all .select-wrapper {
        background-position: 96% 22px; } }
    .wrapper-select-all .select-wrapper input {
      background-color: transparent !important;
      padding-left: 60px; }
    .wrapper-select-all .select-wrapper .caret {
      display: none; }
  .wrapper-select-all.wrapper-select-all-company_size input {
    background-image: url("../img/svg/contact_us/company_size.svg");
    background-position: 15px 18px;
    background-size: 29px;
    content: '';
    background-repeat: no-repeat; }
    @media (max-width: 1440px) {
      .wrapper-select-all.wrapper-select-all-company_size input {
        background-position: 15px 16px; } }
  .wrapper-select-all.wrapper-select-all-your_position input {
    background-image: url("../img/svg/contact_us/your_position.svg");
    background-position: 17px 15px;
    background-size: 25px;
    content: '';
    background-repeat: no-repeat; }
    @media (max-width: 1440px) {
      .wrapper-select-all.wrapper-select-all-your_position input {
        background-position: 17px 13px; } }

.dropdown-content.select-dropdown {
  top: 55px !important;
  border-radius: 5px; }
  @media (max-width: 1440px) {
    .dropdown-content.select-dropdown {
      top: 48px !important; } }
  .dropdown-content.select-dropdown li:hover {
    background-color: #e7f2f5; }
  .dropdown-content.select-dropdown li.selected {
    background-color: #d2e6ec; }

[type="checkbox"] + span:not(.lever):before {
  border: 1px solid #D7DCE4;
  border-radius: 5px;
  width: 25px;
  height: 25px; }

[type="checkbox"]:checked + span:not(.lever):before {
  border-radius: 0px; }

.helper-text {
  position: absolute !important;
  width: 100%;
  left: 0px; }

.mail_icon {
  top: 0px !important;
  background: #59BCE9;
  border-radius: 5px 0px 0px 5px;
  height: 60px;
  width: 60px !important;
  display: flex;
  align-items: center;
  justify-content: center; }

.input_mail {
  background: #FFFFFF !important;
  border: 1px solid #D7DCE4 !important;
  border-left: none !important;
  box-sizing: border-box !important;
  border-radius: 0px 5px 5px 0px !important;
  height: 60px !important;
  margin-bottom: 0px !important;
  margin-left: 60px !important;
  padding: 15px 15px 15px 25px !important;
  width: calc(100% - 60px) !important; }

.input_label {
  margin-left: 85px !important;
  padding: 10px 15px 10px 0px !important;
  width: calc(100% - 85px) !important; }
  .input_label.active {
    padding-top: 0px !important;
    padding-bottom: 0px !important; }

input[type=email].input_mail:not(.browser-default):focus:not([readonly]) {
  box-shadow: none !important;
  border-color: #59BCE9 !important; }

.wrapper-form-main .form-main textarea.br_5 {
  border-radius: 5px !important;
  min-height: 100px;
  max-height: 100px; }

.wrapper_dropdown {
  position: relative; }
  @media (max-width: 992px) {
    .wrapper_dropdown {
      padding-right: 0px;
      padding-top: 5px;
      padding-bottom: 5px; } }
  .wrapper_dropdown .dropdown-content {
    min-width: 10rem;
    width: auto !important;
    border-radius: 0px;
    top: 64px !important;
    left: auto !important;
    right: 0px !important;
    padding: 10px;
    overflow: visible; }
    @media (max-width: 992px) {
      .wrapper_dropdown .dropdown-content {
        left: 0px !important;
        margin-left: 0px;
        top: 54px !important; } }
    .wrapper_dropdown .dropdown-content.arrow:before {
      content: "";
      position: absolute;
      right: 6px;
      top: -6px;
      width: 0;
      height: 0;
      border-color: transparent transparent #fff;
      border-style: solid;
      border-width: 0 6px 6px;
      z-index: 9999; }
      @media (max-width: 992px) {
        .wrapper_dropdown .dropdown-content.arrow:before {
          right: 50%;
          margin-right: -25px; } }
    .wrapper_dropdown .dropdown-content-dop {
      top: 64px !important; }
      .wrapper_dropdown .dropdown-content-dop:before {
        right: 17px !important; }
        @media (max-width: 992px) {
          .wrapper_dropdown .dropdown-content-dop:before {
            right: 50% !important;
            margin-right: -35px !important; } }
      @media (max-width: 992px) {
        .wrapper_dropdown .dropdown-content-dop {
          top: 70px !important; } }
    .wrapper_dropdown .dropdown-content li {
      min-height: 0px !important; }
      .wrapper_dropdown .dropdown-content li .dropdown-item {
        white-space: nowrap;
        padding: 8px;
        font-size: 14px;
        font-weight: 300;
        color: #000;
        line-height: 1.4;
        height: auto; }
        .wrapper_dropdown .dropdown-content li .dropdown-item:hover {
          background-color: #1fb4ad;
          color: #fff; }

.swiper_block {
  margin-top: 50px; }
  @media (max-width: 600px) {
    .swiper_block {
      margin-top: 20px; } }

.wrapper_swiper {
  max-width: 1920px;
  margin: 0px auto; }

.swiper-container.swiper-container-0,
.swiper-container.swiper-container-1 {
  padding-left: 20px;
  padding-right: 20px; }
  .swiper-container.swiper-container-0 .swiper-slide,
  .swiper-container.swiper-container-1 .swiper-slide {
    height: auto;
    display: flex; }

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #C4C4C4;
  opacity: 1;
  outline: none !important; }

.country_section .swiper-pagination-bullet,
.tutoring_section .swiper-pagination-bullet {
  background-color: #ffffff; }

.swiper-pagination-bullet-active {
  background-color: #F6B410 !important; }

.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 14px; }

.swiper-container-3 {
  max-width: 1200px; }
  .swiper-container-3 .swiper-button-prev {
    left: 32px; }
    .swiper-container-3 .swiper-button-prev:after {
      content: "";
      background-image: url("../img/png/arrow_prev.png");
      background-repeat: no-repeat;
      width: 90px;
      min-width: 90px;
      height: 90px; }
  .swiper-container-3 .swiper-button-next {
    right: 32px; }
    .swiper-container-3 .swiper-button-next:after {
      content: "";
      background-image: url("../img/png/arrow_next.png");
      background-repeat: no-repeat;
      width: 90px;
      min-width: 90px;
      height: 90px; }

.swiper-button-prev,
.swiper-button-next {
  outline: none !important; }

.plan_block {
  font-family: 'Nunito Sans', sans-serif;
  text-align: center;
  transition: all 0.4s;
  position: relative;
  padding: 25px 28px 30px;
  border: 1px solid #D7DCE4;
  border-radius: 10px;
  background-color: #ffffff;
  margin: 5px 0px 15px;
  display: block;
  width: 100%; }
  .plan_block_dop {
    padding: 40px 25px; }
  .plan_block_best {
    border: 1px solid #1697AD; }
  @media (max-width: 992px) {
    .plan_block {
      max-width: 360px;
      margin-left: auto;
      margin-right: auto; } }
  .plan_block .wrapper_best_v {
    position: absolute;
    color: #ffffff;
    clip-path: polygon(0 0%, 100% 0, 100% 0%, 0 100%);
    top: -1px;
    left: -1px;
    display: inline-block;
    height: 100px;
    width: 100px;
    border-radius: 10px 0px;
    background: linear-gradient(61.36deg, #1798AD 11.95%, #0676AD 90.84%); }
    .plan_block .wrapper_best_v .text_best {
      text-align: center;
      transform: rotate(-45deg);
      position: absolute;
      top: 27px;
      left: 3px;
      font-size: 14px; }
  .plan_block .text_plan {
    font-size: 18px;
    line-height: 26px;
    color: #1A2D3A; }

.plan_items {
  text-align: left; }

.plan_text {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  color: #375265;
  margin-bottom: 20px; }

.plan_price {
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  font-size: 40px;
  line-height: 40px;
  color: #1697AD;
  margin-bottom: 20px; }

.plan_price_min {
  font-family: 'Rubik', sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 40px; }

.modal_dop {
  top: 2.5% !important;
  max-height: 95%;
  width: 80%;
  max-width: 1100px;
  background: #FFFFFF;
  border-radius: 5px;
  outline: none !important; }
  @media (max-width: 600px) {
    .modal_dop_big {
      width: 90%; } }
  .modal_dop .modal-close {
    position: absolute;
    right: 10px;
    top: 10px; }
    .modal_dop .modal-close .close_blue {
      width: 20px; }
  .modal_dop .modal-content {
    padding: 0px; }

.modal_content {
  display: flex; }
  @media (max-width: 767.98px) {
    .modal_content {
      display: block; } }
  @media (min-width: 768px) {
    .modal_content .modal_left,
    .modal_content .modal_right {
      flex: 0 0 50%;
      max-width: 50%; } }

.modal_left {
  background: #F8F8F8;
  border-radius: 5px 0px 0px 5px; }

.modal_right {
  border-radius: 0px 5px 5px 0px; }

.share {
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.05em;
  color: #F6B410; }

.modal_img {
  text-align: center; }

.modal_right_content {
  min-height: 100%;
  display: grid;
  grid-template-rows: 1fr auto; }

.right_content_top {
  padding: 40px 30px 0px;
  flex: 1 0 auto; }

.footer_modal {
  grid-row-start: 2;
  grid-row-end: 3; }

.dominos_logo_min {
  max-width: 180px; }

.modal_title {
  font-weight: 300;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0.05em;
  color: #1A2D3A; }

.modal_subtitle {
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #1697AD; }

.number_modal {
  font-size: 26px;
  line-height: 31px;
  color: #1697AD; }

.modal_min_text {
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase; }

.btn-modal-yellow {
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  background: #F6B410 !important;
  border-radius: 0px;
  width: 100%;
  height: 50px; }
  .btn-modal-yellow:hover {
    box-shadow: inset 0 0 1rem rgba(0, 0, 0, 0.1) !important; }

.swiper-wrapper-modal {
  padding: 50px 0px; }

.row_modal {
  margin-left: -0.75rem;
  margin-right: -0.75rem; }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  padding-left: 60px;
  padding-right: 60px;
  height: 0;
  width: 80%;
  margin: 0 auto;
  overflow: hidden; }

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.spacer {
  width: 100%;
  height: 15px;
  display: block; }

.modal_md {
  outline: none !important; }
  .modal_md .modal-header {
    color: #fff;
    background: #2498ac;
    background: -moz- oldlinear-gradient(90deg, #2498ac, #2498ac, #0068ad) !important;
    background: linear-gradient(90deg, #2498ac, #2498ac, #0068ad) !important; }
    @media only screen and (min-width: 601px) {
      .modal_md .modal-header {
        line-height: 40px;
        font-size: 25px;
        padding: 5px 30px; } }
    @media only screen and (min-width: 993px) {
      .modal_md .modal-header {
        line-height: 55px;
        font-size: 30px;
        padding: 5px 30px; } }
  .modal_md .modal-content {
    padding-top: 10px;
    padding-bottom: 10px; }
    .modal_md .modal-content .btn-blue {
      color: #fff !important;
      margin: 5px;
      box-shadow: none !important; }
      .modal_md .modal-content .btn-blue-fb {
        background: #3b5998 !important; }
      .modal_md .modal-content .btn-blue-tw {
        background: #1dcaff !important; }
    .modal_md .modal-content .blue-tw-text {
      color: #1dcaff !important; }
    .modal_md .modal-content .blue-fb-text {
      color: #3b5998 !important; }
    .modal_md .modal-content .pink-ig-text {
      color: #e1306c !important; }
    .modal_md .modal-content .red-yt-text {
      color: red !important; }
    .modal_md .modal-content .blue-ln-text {
      color: #0077b5 !important; }
    .modal_md .modal-content .yellow-text {
      color: #ffeb3b !important; }
    .modal_md .modal-content .yellow-blog-text {
      color: #e5c100 !important; }

.border-bottom-light-grey {
  border-bottom: 1px solid #eee; }

.modal .modal-footer {
  height: 58px; }

.footer {
  background: #F9F9F9;
  padding-top: 90px;
  padding-bottom: 80px; }
  @media (max-width: 600px) {
    .footer {
      text-align: center;
      padding-top: 30px;
      padding-bottom: 20px; } }

.footer_content {
  display: flex; }
  @media (max-width: 992px) {
    .footer_content {
      display: block; } }

.footer_logo {
  margin-bottom: 60px; }
  @media (max-width: 992px) {
    .footer_logo {
      margin-bottom: 30px;
      margin-top: 30px; } }

.wrapper_soc_icon .soc_img {
  margin-right: 15px;
  margin-bottom: 5px;
  transition: all .2s;
  display: inline-block; }

.copyright {
  padding-top: 20px;
  margin-top: 60px;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #375265; }
  @media (max-width: 1199.98px) {
    .copyright {
      margin-top: 30px; } }
  @media (max-width: 992px) {
    .copyright {
      padding-top: 0px;
      margin-top: 10px; } }
  @media (max-width: 600px) {
    .copyright {
      text-align: center; } }

.footer_link {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 20px;
  display: inline-block;
  color: #375265; }



.overlay-save{
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  /*background: rgba(255, 255, 255, 0.8);*/
  background: rgba(0, 0, 0, 0.55);
}

.overlay-save h1{
  font-size: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  /* bring your own prefixes */
  transform: translate(-50%, -50%);
  color: white;
}


.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #fff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
