@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Inter-Regular.woff2) format("woff2")
}
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/Inter-Medium.woff2) format("woff2")
}
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/Inter-Bold.woff2) format("woff2")
}
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 800;
  src: url(../fonts/Inter-ExtraBold.woff2) format("woff2")
}
body,
html {
  height: 100%;
  scroll-behavior: smooth
}
body {
  font-family: Inter,sans-serif;
  font-size: 1em;
  line-height: 1.5;
  width: 100%;
  min-width: 320px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #6b6f76;
  font-weight: 400
}
footer,
header {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none
}
main {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto
}
ul {
  list-style: none;
  margin: 0
}
p {
  font-style: normal;
  margin: 0
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  font-style: normal;
  margin: 0
}
.heading {
  margin-bottom: 40px
}
.heading h1,
.heading h2 {
  font-size: 36px;
  line-height: 40px;
  letter-spacing: -1px;
  font-weight: 800
}
@media all and (max-width:575px) {
  .heading h1,
  .heading h2 {
    font-size: 30px;
    line-height: 33px
  }
}
label {
  margin-bottom: 0
}
.btn {
  display: inline-block;
  text-align: center;
  color: #fff;
  background-color: #6968f7;
  padding: 12px 20px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  border: none;
  border-radius: 24px;
  -webkit-transition: .25s all;
  -o-transition: .25s all;
  transition: .25s all;
  -webkit-box-shadow: 0 10px 20px -10px #6968f7;
  box-shadow: 0 10px 20px -10px #6968f7
}
.btn:hover {
  color: #fff;
  background-color: #5050cc
}
.btn.btn-grad {
  background: -o-linear-gradient(315deg,#69f 0,#f36 100%);
  background: linear-gradient(135deg,#69f 0,#f36 100%);
  -webkit-box-shadow: 0 10px 20px -10px #b664b0;
  box-shadow: 0 10px 20px -10px #b664b0
}
.btn.btn-grad:hover {
  background: -o-linear-gradient(315deg,#f36 0,#69f 100%);
  background: linear-gradient(135deg,#f36 0,#69f 100%)
}
a {
  -webkit-transition: .25s all;
  -o-transition: .25s all;
  transition: .25s all;
  text-decoration: none
}
a:active,
a:focus,
a:hover {
  text-decoration: none
}
button {
  cursor: pointer;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}
button:active,
button:focus {
  outline: 0
}
button:disabled,
button[disabled] {
  border: 1px solid #999;
  background-color: #ccc;
  color: #666;
  pointer-events: all!important
}
button:disabled:hover,
button[disabled]:hover {
  border: 1px solid #999;
  background-color: #ccc;
  color: #666;
  pointer-events: all!important
}
:focus {
  outline: 0
}
* {
  margin: 0;
  padding: 0
}
img {
  max-width: 100%
}
.center {
  text-align: center
}
.stop-scrolling {
  height: 100%;
  overflow: hidden
}
input {
  border-radius: 0
}
input.wpcf7-submit {
  cursor: pointer;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all
}
header .header__top {
  -webkit-box-shadow: 0 0 20px rgba(0,0,0,.04);
  box-shadow: 0 0 20px rgba(0,0,0,.04);
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #fff;
  margin: auto
}
@media all and (max-width:991px) {
  header .header__top {
    padding-top: 15px;
    padding-bottom: 15px
  }
}
@media (min-width:1200px) {
  header .header__top .container {
    max-width: 1500px
  }
}
header .header__top .header__logo .logo__inner a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000
}
header .header__top .header__logo .logo__inner a img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  margin-right: 16px
}
header .header__top .header__logo .logo__inner a p {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700
}
@media all and (max-width:991px) {
  header .header__top .header__menu .menu__inner {
    display: none
  }
}
header .header__top .header__menu .menu__inner ul {
  text-align: center
}
header .header__top .header__menu .menu__inner ul li {
  display: inline-block;
  margin: 0 15px
}
header .header__top .header__menu .menu__inner ul li a {
  font-weight: 500;
  color: #000;
  text-decoration: none;
  background-image: -webkit-gradient(linear,left top,left bottom,from(currentColor),to(currentColor));
  background-image: -o-linear-gradient(currentColor,currentColor);
  background-image: linear-gradient(currentColor,currentColor);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  -webkit-transition: background-size .3s;
  -o-transition: background-size .3s;
  transition: background-size .3s
}
header .header__top .header__menu .menu__inner ul li a:hover {
  background-size: 100% 1px
}
header .header__top .header__menu .header_burger {
  position: relative;
  display: none;
  float: right
}
@media all and (max-width:991px) {
  header .header__top .header__menu .header_burger {
    display: block
  }
}
header .header__top .header__menu .header_burger .burger_button {
  position: relative;
  top: 2px;
  width: 30px;
  height: 30px;
  display: block;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  z-index: 20
}
header .header__top .header__menu .header_burger .burger_button span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #000;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out
}
header .header__top .header__menu .header_burger .burger_button span:nth-child(1) {
  top: 4px
}
header .header__top .header__menu .header_burger .burger_button span:nth-child(2) {
  top: 12px
}
header .header__top .header__menu .header_burger .burger_button span:nth-child(3) {
  top: 20px
}
header .header__top .header__menu .header_burger .burger_button.open span:nth-child(1) {
  top: 9px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg)
}
header .header__top .header__menu .header_burger .burger_button.open span:nth-child(2) {
  opacity: 0;
  left: -60px
}
header .header__top .header__menu .header_burger .burger_button.open span:nth-child(3) {
  top: 9px;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg)
}
header .header__top .header__menu .header_burger .menu_toggle {
  position: fixed;
  left: 0;
  right: 0;
  background: #fff;
  margin: 0;
  overflow: auto;
  z-index: 11;
  padding-top: 20px;
  padding-bottom: 30px;
  top: 60px;
  -webkit-transform: translateY(70px);
  -ms-transform: translateY(70px);
  transform: translateY(70px);
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-box-shadow: 0 0 20px rgba(0,0,0,.07);
  box-shadow: 0 0 20px rgba(0,0,0,.07)
}
header .header__top .header__menu .header_burger .menu_toggle.slide {
  -webkit-transform: translateY(70px);
  -ms-transform: translateY(70px);
  transform: translateY(70px)
}
header .header__top .header__menu .header_burger .menu_toggle.menuopen {
  -webkit-transform: translateX(0)!important;
  -ms-transform: translateX(0)!important;
  transform: translateX(0)!important
}
header .header__top .header__menu .header_burger .menu_toggle .toggle__inner {
  max-width: 690px;
  width: 100%;
  margin: 0 auto
}
@media all and (max-width:767px) {
  header .header__top .header__menu .header_burger .menu_toggle .toggle__inner {
    max-width: 510px
  }
}
@media all and (max-width:575px) {
  header .header__top .header__menu .header_burger .menu_toggle .toggle__inner {
    padding-left: 15px;
    padding-right: 15px
  }
}
header .header__top .header__menu .header_burger .menu_toggle .toggle__inner ul {
  margin-bottom: 30px
}
header .header__top .header__menu .header_burger .menu_toggle .toggle__inner ul li {
  margin-bottom: 20px
}
header .header__top .header__menu .header_burger .menu_toggle .toggle__inner ul li a {
  font-weight: 500;
  color: #000;
  text-decoration: none;
  background-image: -webkit-gradient(linear,left top,left bottom,from(currentColor),to(currentColor));
  background-image: -o-linear-gradient(currentColor,currentColor);
  background-image: linear-gradient(currentColor,currentColor);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  -webkit-transition: background-size .3s;
  -o-transition: background-size .3s;
  transition: background-size .3s
}
header .header__top .header__menu .header_burger .menu_toggle .toggle__inner ul li a:hover {
  background-size: 100% 1px
}
header .header__top .header__contacts {
  text-align: right
}
@media all and (max-width:991px) {
  header .header__top .header__contacts {
    display: none
  }
}
header .header__main {
  padding-top: 100px;
  padding-bottom: 100px
}
@media all and (max-width:1199px) {
  header .header__main {
    padding-top: 70px;
    padding-bottom: 70px
  }
}
@media all and (max-width:991px) {
  header .header__main .main__content {
    margin-bottom: 40px
  }
}
header .header__main .main__content .content__inner {
  max-width: 585px;
  width: 100%
}
header .header__main .main__content .content__inner h1 {
  font-size: 56px;
  line-height: 63px;
  font-weight: 800;
  margin-bottom: 26px;
  letter-spacing: -2.5px
}
@media all and (max-width:575px) {
  header .header__main .main__content .content__inner h1 {
    font-size: 40px;
    line-height: 45px
  }
}
header .header__main .main__content .content__inner h1 strong {
  font-weight: 800;
  background-image: -o-linear-gradient(315deg,#69f 0,#f36 100%);
  background-image: linear-gradient(135deg,#69f 0,#f36 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-box-decoration-break: clone;
  background-repeat: no-repeat
}
header .header__main .main__content .content__inner .btn-grad {
  margin-top: 50px
}
@media all and (max-width:991px) {
  header .header__main .main__image .image__inner {
    text-align: center
  }
}
header .header__main .main__image .image__inner img {
  max-width: 360px;
  width: 100%
}
@media all and (max-width:575px) {
  header .header__main .main__image .image__inner img {
    max-width: 250px
  }
}
#advantages {
  padding-bottom: 50px
}
#advantages .heading {
  margin-bottom: 90px
}
@media all and (max-width:1199px) {
  #advantages .heading {
    margin-bottom: 40px
  }
}
#advantages .advantages__main {
  max-width: 900px;
  width: 100%;
  margin: 0 auto
}
#advantages .advantages__main .item {
  margin-bottom: 50px
}
@media all and (max-width:1199px) {
  #advantages .advantages__main .item {
    margin-bottom: 40px
  }
}
#advantages .advantages__main .item:nth-child(2n) .box__image {
  text-align: right
}
@media all and (max-width:991px) {
  #advantages .advantages__main .item:nth-child(2n) .box__image {
    text-align: center
  }
}
#advantages .advantages__main .item:nth-child(2n) .box__content .content__inner {
  margin-left: 0;
  margin-right: auto
}
@media all and (max-width:991px) {
  #advantages .advantages__main .box__image {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    text-align: center;
    margin-bottom: 20px
  }
}
#advantages .advantages__main .box__image .image__inner img {
  max-width: 288px;
  width: 100%;
  height: auto
}
@media all and (max-width:575px) {
  #advantages .advantages__main .box__image .image__inner img {
    max-width: 230px
  }
}
@media all and (max-width:991px) {
  #advantages .advantages__main .box__content {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
  }
}
#advantages .advantages__main .box__content .content__inner {
  max-width: 450px;
  width: 100%;
  margin-left: auto;
  margin-right: 0
}
@media all and (max-width:991px) {
  #advantages .advantages__main .box__content .content__inner {
    margin-left: 0;
    margin-right: auto
  }
}
#advantages .advantages__main .box__content .content__inner h3 {
  font-size: 26px;
  line-height: 30px;
  margin-bottom: 16px
}
@media all and (max-width:575px) {
  #advantages .advantages__main .box__content .content__inner h3 {
    font-size: 23px;
    line-height: 26px
  }
}
#pricing {
  padding-bottom: 25px
}
#pricing .box__content {
  margin-bottom: 30px
}
#pricing .box__content .content__inner h3 {
  font-size: 26px;
  line-height: 30px;
  margin-bottom: 16px
}
@media all and (max-width:575px) {
  #pricing .box__content .content__inner h3 {
    font-size: 23px;
    line-height: 26px
  }
}
#pricing .box__content .content__inner .btn {
  margin-top: 40px
}
#pricing .box__list {
  margin-bottom: 20px
}
#pricing .box__list .list__inner {
  max-width: 620px;
  width: 100%
}
#pricing .box__list .list__item {
  margin-bottom: 15px
}
#pricing .box__list .list__item .item__inner {
  -webkit-box-shadow: rgba(0,0,0,.09) 0 3px 12px;
  box-shadow: rgba(0,0,0,.09) 0 3px 12px;
  background-color: #fff;
  padding: 20px 25px 70px 25px;
  border-radius: 10px
}
@media all and (max-width:575px) {
  #pricing .box__list .list__item .item__inner {
    padding-bottom: 40px
  }
}
#pricing .box__list .list__item .item__inner .item__heading {
  margin-bottom: 36px
}
#pricing .box__list .list__item .item__inner .item__heading h5 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  color: #6968f7;
  margin-bottom: 40px
}
#pricing .box__list .list__item .item__inner .item__heading p span {
  font-size: 24px;
  line-height: 33px;
  color: #000
}
#pricing .box__list .list__item .item__inner .item__heading h6 {
  font-size: 24px;
  line-height: 33px;
  font-weight: 400;
  color: #6b6f76
}
#pricing .box__list .list__item .item__inner .item__content ul {
  list-style-type: disc;
  margin-left: 18px
}
#footer {
  border-top: 1px solid rgba(146,156,173,.3);
  padding-top: 36px
}
#footer .footer__item {
  margin-bottom: 30px
}
@media all and (max-width:575px) {
  #footer .footer__item {
    margin-bottom: 25px
  }
}
#footer .footer__logo a img {
  width: 88px;
  height: auto;
  margin-bottom: 20px
}
#footer .footer__logo a p {
  color: #000
}
#footer .footer__menu h6 {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 7px
}
#footer .footer__menu ul li {
  margin-bottom: 5px
}
#footer .footer__menu ul li a {
  text-decoration: none;
  background-image: -webkit-gradient(linear,left top,left bottom,from(currentColor),to(currentColor));
  background-image: -o-linear-gradient(currentColor,currentColor);
  background-image: linear-gradient(currentColor,currentColor);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  -webkit-transition: background-size .3s;
  -o-transition: background-size .3s;
  transition: background-size .3s;
  font-size: 13px;
  line-height: 18px;
  color: #6b6f76
}
#footer .footer__menu ul li a:hover {
  background-size: 100% 1px
}
#footer .footer__copyright p {
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 12px
}
#page {
  padding-top: 120px;
  padding-bottom: 50px
}
@media all and (max-width:1199px) {
  #page {
    padding-top: 80px
  }
}
article {
  color: #000
}
article img {
  height: 100%
}
article .aligncenter,
article div.aligncenter,
article img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto
}
article img.alignright {
  padding: 4px;
  margin: 0 0 2px 7px;
  display: inline
}
article img.alignleft {
  padding: 4px;
  margin: 0 7px 2px 0;
  display: inline
}
article .alignright {
  float: right
}
article .alignleft {
  float: left
}
article h2,
article h3,
article h4,
article h5,
article h6 {
  font-weight: 700;
  margin-bottom: .625em
}
article h2 {
  font-size: 32px;
  line-height: 38px
}
article h3 {
  font-size: 26px;
  line-height: 34px
}
article h4 {
  font-size: 22px
}
article h5 {
  font-size: 18px
}
article h6 {
  font-size: 16px
}
article p {
  margin-bottom: .625em
}
article a {
  color: #00a8d2
}
article ul {
  margin-bottom: .625em;
  list-style-type: disc;
  padding-left: 15px
}
article ul ul {
  margin-bottom: 0
}
article ol li,
article ul li {
  margin-bottom: 4px
}
article ol {
  margin-bottom: .625em;
  padding-left: 15px
}
article table,
article table.wp-block-table {
  overflow-x: auto;
  width: 100%;
  text-align: left;
  margin: 0 0 33px 0;
  padding: 0;
  -webkit-box-shadow: 0 0 12px rgba(0,0,0,.08);
  box-shadow: 0 0 12px rgba(0,0,0,.08);
  border: 3px solid rgba(0,0,0,.12);
  border-spacing: 0;
  border-radius: 4px
}
article table form,
article table li,
article table p,
article table ul {
  margin: 6px 0;
  padding: 0
}
article table tfoot,
article table thead,
article table.wp-block-table tfoot,
article table.wp-block-table thead {
  border: 1px solid #ddd;
  border: 1px solid rgba(0,0,0,.12)
}
article table tbody tr:nth-child(odd) {
  background: rgba(0,0,0,.04)
}
article table th,
article table.wp-block-table th {
  font-size: 1.1rem;
  text-transform: uppercase;
  margin: 0;
  padding: 12px;
  border-top: 1px solid #ddd;
  border-top: 1px solid rgba(0,0,0,.12);
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
@media all and (max-width:575px) {
  article table td,
  article table th {
    min-width: 180px
  }
}
article table td,
article table.wp-block-table td {
  padding: 12px;
  margin: 0;
  border-top: 1px solid #ddd;
  border-top: 1px solid rgba(0,0,0,.12);
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
article table.wp-block-table.is-style-stripes {
  border-collapse: collapse
}
article table.wp-block-table.is-style-stripes td {
  border: 1px solid #ddd;
  border: 1px solid rgba(0,0,0,.12)
}