@charset "UTF-8";

::-webkit-scrollbar-track {
  background: #f5f5f5
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px
}

::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: #ccc
}

html {
  height: 100%;
  font-family: 'Inter', sans-serif
}

body {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  display: flex;
  flex-direction: column;
  height: 100%;
  color: #151618;
  background: #f5f5f5
}

a {
  transition: all .2s ease;
  color: #151618
}

a:hover {
  color: #ff9800
}

.link {
  text-decoration: underline;
  color: #03a9f4;
  text-decoration-style: dotted
}

ul,
li {
  display: block;
  margin: 0;
  padding: 0
}

input::-webkit-input-placeholder {
  transition: opacity .2s ease;
  opacity: 1;
  color: #aaa !important
}

input:focus::-webkit-input-placeholder {
  transition: opacity .2s ease;
  opacity: 0
}

.form-control {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 400;
  min-height: 41px
}

.label {
  font-weight: 600;
  display: block;
  margin-bottom: 10px
}

.aline-items-center {
  -ms-align-items: center;
  align-items: center
}

.btn {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  display: inline-block;
  padding: 10px 25px;
  cursor: pointer;
  user-select: none;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  border: 0;
  border-radius: 2px;
  background-color: #fff
}

.btn i {
  margin-right: 10px
}

.btn-lg {
  font-size: 14px;
  padding: 14px 20px
}

.btn-primary {
  color: #fff;
  background: #ff9800
}

button.btn-primary:hover,
.btn-primary:hover {
  color: #fff;
  background: #ff7100
}

.btn-dark,
.btn.active {
  color: #fff;
  background: #2b2828
}

button.btn-dark:hover,
.btn-dark:hover {
  color: #fff;
  background: #151414
}

.btn-light {
  color: #666;
  border-color: #ebedef;
  background: #ebedef
}

.btn-light:hover {
  color: #ebedef;
  border-color: #666;
  background: #666
}

.btn-light {
  color: #151618;
  background: #f4f4f4
}

.btn-light.active {
  color: #f4f4f4;
  background: #151618
}

.w-200 {
  width: 200px
}

button {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0 !important;
  outline-offset: 0 !important
}

h1,
h2,
h3,
p {
  font-family: 'Inter', sans-serif !important
}

.header {
  z-index: 999;
  background: #fff;
  box-shadow: 0 10px 20px 0 rgba(119, 123, 140, .12);
  flex: 0 0 auto
}

.dropdown-menu[aria-labelledby='navbar-dropdown__profile'] .dropdown-item:before {
  font-family: 'Font Awesome 5 Pro';
  margin-right: 10px;
  content: '\f1ce'
}

.dropdown-menu[aria-labelledby='navbar-dropdown__profile'] .dropdown-item:nth-child(1):before {
  font-family: 'Font Awesome 5 Pro';
  margin-right: 10px;
  content: '\f2bb'
}

.dropdown-menu[aria-labelledby='navbar-dropdown__profile'] .dropdown-item:nth-child(2):before {
  font-family: 'Font Awesome 5 Pro';
  margin-right: 10px;
  content: '\f0e2'
}

.dropdown-menu[aria-labelledby='navbar-dropdown__profile'] .dropdown-item:nth-child(3):before {
  font-family: 'Font Awesome 5 Pro';
  margin-right: 10px;
  content: '\f4c5'
}

.dropdown-menu[aria-labelledby='navbar-dropdown__profile'] .dropdown-item:nth-child(4):before {
  font-family: 'Font Awesome 5 Pro';
  margin-right: 10px;
  content: '\f4ff'
}

.dropdown-menu[aria-labelledby='navbar-dropdown__profile'] .dropdown-item:nth-child(5):before {
  font-family: 'Font Awesome 5 Pro';
  margin-right: 10px;
  content: '\f590'
}

.dropdown-menu[aria-labelledby='navbar-dropdown__profile'] .dropdown-item:nth-child(6):before {
  font-family: 'Font Awesome 5 Pro';
  margin-right: 10px;
  content: '\f2f5'
}

.navbar-toggler {
  padding: 0
}

.navbar-toggler[aria-expanded='true'] .icon-menu:before {
  font-family: 'Font Awesome 5 Pro';
  font-size: 25px;
  font-weight: 400;
  content: '\f00d';
  transition: all .2s;
  transform: rotate(-90deg);
  color: #343434
}

.navbar-toggler[aria-expanded='false'] .icon-menu:before {
  font-family: 'Font Awesome 5 Pro';
  font-size: 25px;
  font-weight: 400;
  content: '\f0c9';
  transition: all .2s;
  transform: rotate(0deg);
  color: #343434
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  border: 0 !important;
  outline: none !important;
  background: transparent !important;
  box-shadow: none
}

.color-orange {
  color: #ff8300 !important
}

.wrapper {
  margin: 50px 0 100px;
  flex: 1 0 auto
}

.content-box_background-white {
  padding: 25px;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 20px 40px 0 rgba(119, 123, 140, .1)
}

.nav-item {
  position: relative
}

.header .nav-item {
  font-weight: 400
}

.headline {
  font-weight: 600;
  font-size: 15px;
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 15px;
  text-transform: uppercase;
  color: #151618;
  border-bottom: 1px solid #f1f1f1
}

.headline::after {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 50px;
  content: ''
}

.headline[aria-expanded=false],
.headline[aria-expanded=true] {
  cursor: pointer
}

.headline a[aria-expanded=true]:before,
.headline[aria-expanded=true]:before {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
  position: absolute;
  top: auto;
  right: 15px;
  content: '\f106';
  transition: all .3s;
  transform: none
}

.headline a[aria-expanded=false]:before,
.headline[aria-expanded=false]:before {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
  position: absolute;
  top: auto;
  right: 15px;
  content: '\f106';
  transition: all .3s;
  transform: rotate(180deg)
}

.benefits {
  margin: 25px 0
}

.service__item {
  position: relative;
  padding: 10px;
  transition: all .2s ease;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 20px 40px 0 rgba(119, 123, 140, .1)
}

.service__item:hover {
  box-shadow: 0 1px 2px rgba(0, 0, 0, .04)
}

.catalog-list__title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 25px;
  text-align: center;
  text-transform: uppercase;
  color: #151618
}

.catalog-list__title:after {
  top: 12px;
  display: block;
  width: 5%;
  height: 2px;
  margin: 0 auto;
  margin-top: 10px;
  content: '';
  transition: all .7s;
  background: #ff9800
}

.catalog-list__title:hover:after {
  width: 8%;
  content: ''
}

.catalog-list__title span {
  font-size: 13px;
  font-weight: 400;
  display: block;
  margin-top: 15px;
  color: #666
}

.service__item {
  position: relative;
  margin: 15px 0;
  padding: 40px 15px 25px;
  text-align: center
}

.content-box_background-white .service__item {
  border: 1px solid #f1f1f1;
  box-shadow: none
}

.service__image {
  display: block;
  width: 120px;
  height: 120px;
  margin: auto;
  margin-bottom: 15px
}

.service__title {
  font-weight: 500;
  font-size: 13px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  overflow: hidden;
  height: 47px;
  text-transform: uppercase;
  -ms-align-items: center;
  align-items: center
}

.service__title a {
  display: block;
  margin: auto
}

.service__price {
  font-size: 15px;
  display: block;
  margin: 15px 0;
  padding: 10px;
  text-align: center;
  border-radius: 2px;
  background: #f4f4f4
}

.service__text {
  font-size: 13px;
  overflow: hidden;
  width: 100%;
  height: 60px;
  margin-bottom: 15px;
  color: #666
}

.buy {
  margin: 25px 0;
  -ms-align-items: center;
  align-items: center
}

.verified-visa {
  padding: 0 10px
}

.task-form__price:disabled {
  text-transform: uppercase;
  color: #8f95a0;
  border-color: #fafafa;
  background: #fafafa
}

.task-form__footer {
  margin-top: 25px;
  text-align: center
}

.task-form__footer small {
  font-size: 13px;
  display: block;
  margin-bottom: 25px;
  color: #666
}

.faq {
  counter-reset: my-badass-counter
}

.faq-card {
  border: 0
}

.faq-card__body {
  padding: 15px;
  background: #fafafa
}

.faq-headline {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 0;
  padding: 15px 25px 15px 40px;
  text-align: left;
  text-transform: none;
  background: #fff
}

.faq-headline::after {
  position: absolute;
  top: 15px;
  left: 10px;
  content: '#' counter(my-badass-counter);
  counter-increment: my-badass-counter;
  color: #888;
  border-radius: 2px
}

.faq-card:last-child .faq-headline[aria-expanded='false'] {
  border-bottom: 0
}

.faq-headline[aria-expanded='true'] {
  border-bottom: 1px solid #f1f1f1;
  background: #f5f5f5
}

.footer {
  padding: 25px 0 0;
  background: #fff;
  flex: 0 0 auto
}

.f-logotype {
  text-align: center
}

.footer-logo {
  background: url(../img/logo-mini-dark.svg) no-repeat center center / contain;
  height: 100px;
  width: 100px;
  margin: 0 auto 11px auto;
}

.copyright {
  color: #666
}

.f-nav__title {
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase
}

.f-nav__item {
  margin-bottom: 10px
}

html [type='button']:hover,
[type='reset']:hover,
[type='submit']:hover {
  color: #fff;
  border-color: #ff9800;
  background: #ff9800
}

.uhero {
  position: relative;
  overflow: hidden;
  height: auto;
  margin-top: -50px;
  padding: 100px 0
}

.uhero-subtext {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 5px;
  color: #ff8300
}

.uhero-title {
  font-size: 27px;
  margin-bottom: 25px;
  font-weight: 800;
  color: #151618;
  border: 0
}

.uhero-text {
  font-weight: 400;
  margin: 15px 0 25px
}

.uhero-image .img-fluid {
  width: 100%;
  height: 400px;
  object-fit: contain
}

.ucard,
.ucard-container {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 25px;
  transition: box-shadow .3s;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 15px 35px -5px rgba(119, 123, 140, .1)
}

.ucard-container {
  padding: 50px
}

.ucard-container .ucard,
.content-box .ucard,
.ucard .ucard {
  border: 1px solid #f1f1f1;
  box-shadow: none
}

.ucard[aria-expanded=true],
.ucard[aria-expanded=false] {
  cursor: pointer
}

.ucard[aria-expanded=false]:before {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
  position: absolute;
  top: auto;
  right: 22px;
  content: '\f067';
  transition: all .3s;
  transform: none
}

.ucard[aria-expanded=true]:before {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
  position: absolute;
  top: 22px;
  right: 22px;
  content: '\f068';
  transition: all .3s;
  color: #f44336
}

.ucard:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, .05)
}

.ucard-icon--lg {
  font-size: 30px;
  color: #151618
}

.ucard-title {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #151618
}

.usection {
  position: relative;
  height: auto
}

.usection-heading {
  margin-bottom: 50px
}

.usection-title {
  font-size: 23px;
  margin-bottom: 25px;
  font-weight: 800;
  color: #151618
}

.usection-title__line {
  text-align: center
}

.usection-title__line:after {
  top: 12px;
  display: block;
  width: 5%;
  height: 2px;
  margin: 0 auto;
  margin-top: 10px;
  content: '';
  transition: all .7s;
  background: #ff9800
}

.usection-title:hover:after {
  width: 8%;
  content: ''
}

@media screen and (max-width: 992px) {
  .tooltip {
    display: none !important
  }
}

@media screen and (max-width: 768px) {
  .instaprom-page .uhero {
    text-align: left
  }

  .ucard-container {
    padding: 15px
  }
}

@media screen and (max-width: 575px) {
  .instaprom-page .uhero .btn {
    width: 100%;
    margin: 5px 0
  }

  .container {
    padding: 0 8px
  }

  .content-box {
    overflow: hidden;
    padding: 25px 15px
  }

  .service__item {
    margin: 15px 0 0;
    text-align: left
  }

  .service__content {
    display: flex;
    align-items: center
  }

  .service__image {
    width: 50px;
    height: 50px;
    margin: 0 15px 0 0
  }

  .service__title {
    height: 50px;
    margin: 0
  }

  .service__item .btn {
    width: 100%
  }

  .service__item {
    box-shadow: 0 15px 30px -15px rgba(119, 123, 140, .3)
  }

  .uhero {
    padding: 0 !important;
    background: #fff;
    margin-bottom: 75px
  }

  .uhero .btn {
    width: 100%;
    display: block;
    margin-bottom: 15px
  }
}

.uhero {
  padding-top: 50px
}

.uhero .row {
  padding: 25px;
  transition: box-shadow .3s;
  border-radius: 2px;
  background: #fff;
  margin: 0
}