body, html {
  margin: 0px;
  padding: 0px;
}

body * {
  font-family: 'proxima-nova', 'proxima-soft', 'system-ui', sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  letter-spacing: 0.01em;
  color: #333234;
}

@font-face {
  font-family: "proxima-nova";
  src: url("../fonts/ProximaNova-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "proxima-nova";
  src: url("../fonts/ProximaNova-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "proxima-nova";
  src: url("../fonts/ProximaNova-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "proxima-nova";
  src: url("../fonts/ProximaNova-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "proxima-nova";
  src: url("../fonts/ProximaNova-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "proxima-nova";
  src: url("../fonts/ProximaNova-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "p22-mackinac-pro";
  src: url("../fonts/P22Mackinac-Book_13.otf");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "p22-mackinac-pro";
  src: url("../fonts/P22Mackinac-Medium_6.otf");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "p22-mackinac-pro";
  src: url("../fonts/P22Mackinac-Bold_23.otf");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "proxima-soft";
  src: url("../fonts/ProximaSoft-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "proxima-soft";
  src: url("../fonts/ProximaSoft-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "proxima-soft";
  src: url("../fonts/ProximaSoft-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "proxima-soft";
  src: url("../fonts/ProximaSoft-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "proxima-soft";
  src: url("../fonts/ProximaSoft-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "proxima-soft";
  src: url("../fonts/ProximaSoft-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
.container {
  max-width: 1232px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
}

footer .outer__footer {
  max-width: 1024px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  padding-top: 40px;
  padding-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}
footer .outer__footer .column__footer > h6 {
  margin-top: 0px;
  font-size: 15px;
  text-transform: uppercase;
  line-height: 1.14;
  font-weight: 700;
  margin-bottom: 24px;
}
footer .outer__footer .column__footer .contact__us {
  max-width: 220px;
  padding: 24px 15px;
  background-color: #F5F2F7;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .outer__footer .column__footer .contact__us .contact__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 15px;
}
footer .outer__footer .column__footer .contact__us > a {
  color: #042b79;
  font-weight: bold;
  font-size: 15px;
  text-decoration: none;
  letter-spacing: 0.1em;
  margin-bottom: 5px;
}
footer .outer__footer .column__footer .contact__us > p {
  margin-top: 0px;
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 5px;
}
footer .outer__footer .column__footer .contact__us > p span {
  font-weight: bold;
}
footer .outer__footer .column__footer > ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
}
footer .outer__footer .column__footer > ul > li {
  margin-bottom: 16px;
}
footer .outer__footer .column__footer > ul > li > a {
  color: #4f4f4f;
  text-decoration: none;
  font-size: 15px;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
footer .outer__footer .column__footer > ul > li > a:hover {
  opacity: .7;
}
footer .outer__footer .column__footer > ul > li:last-child {
  margin-bottom: 0px;
}
footer .bottom__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  padding-left: 80px;
  padding-right: 80px;
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #042b79;
}
footer .bottom__footer > p {
  position: relative;
  z-index: 2;
  margin: 0px;
  color: #fff;
  font-weight: 600;
  opacity: .7;
  font-size: 14px;
}
footer .bottom__footer > ul {
  position: relative;
  z-index: 2;
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  list-style-type: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0px;
}
footer .bottom__footer > ul > li {
  margin-right: 12px;
}
footer .bottom__footer > ul > li:last-child {
  margin-right: 0px;
}
footer .bottom__footer > ul > li > a {
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  -webkit-transition: .3s ease all;
  transition: .3s ease all;
}
footer .bottom__footer > ul > li > a:hover {
  opacity: .7;
}
footer .bottom__footer .socials__footer {
  position: absolute;
  left: 0px;
  right: 0px;
  margin-left: auto;
  margin-right: auto;
}
footer .bottom__footer .socials__footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0px;
  list-style-type: none;
}
footer .bottom__footer .socials__footer ul > li {
  margin-right: 15px;
}
footer .bottom__footer .socials__footer ul > li:last-child {
  margin-right: 0px;
}
footer .bottom__footer .socials__footer ul > li > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
footer .bottom__footer .socials__footer ul > li > a:hover {
  opacity: .7;
}

.font-serif {
  font-family: 'p22-mackinac-pro', serif !important;
}

.regular-btn {
  padding-left: 16px;
  padding-right: 16px;
  min-height: 32px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5px;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.07), 0px 2px 4px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.07), 0px 2px 4px rgba(0, 0, 0, 0.07);
  font-size: 15px;
  -webkit-transition: .3s ease all;
  transition: .3s ease all;
  text-decoration: none;
  background-color: #042b79;
  color: #fff;
  font-weight: 600;
}
.regular-btn:hover {
  opacity: .7;
}
.regular-btn.dark {
  color: #fff;
  background-color: #042b79;
  font-weight: 600;
}

.bold {
  font-weight: bold;
}

.semi {
  font-weight: 600;
}

.cta__block {
  padding-top: 64px;
  padding-bottom: 64px;
  background-color: #fafafa;
}
.cta__block .outer__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.cta__block .outer__cta > h6 {
  margin: 0px;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 32px;
}
.cta__block .outer__cta > p {
  font-size: 18px;
  margin-bottom: 32px;
  margin-top: 0px;
}

.faq__section {
  padding-top: 70px;
  padding-bottom: 60px;
}
.faq__section .show__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.faq__section .show__button > a {
  text-decoration: none;
  padding-left: 16px;
  padding-right: 16px;
  min-height: 32px;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
  border: 1px solid transparent;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5px;
  font-size: 15px;
}
.faq__section .show__button > a:focus, .faq__section .show__button > a:active {
  border-color: #b096cb;
  color: #3d1266;
}
.faq__section .inner__faq {
  margin-top: 72px;
  margin-bottom: 15px;
  max-width: 832px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}
.faq__section .inner__faq .faq__elem {
  -webkit-transition: .4s ease background-color;
  transition: .4s ease background-color;
}
.faq__section .inner__faq .faq__elem.opened__faq {
  background-color: #fafafa;
}
.faq__section .inner__faq .faq__elem.opened__faq .faq__head > span img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.faq__section .inner__faq .faq__elem .faq__content {
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 24px;
  padding-bottom: 24px;
  display: none;
}
.faq__section .inner__faq .faq__elem .faq__content ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
}
.faq__section .inner__faq .faq__elem .faq__content ul > li {
  font-size: 15px;
  margin-bottom: 16px;
  line-height: 24px;
}
.faq__section .inner__faq .faq__elem .faq__content ul > li:last-child {
  margin-bottom: 0px;
}
.faq__section .inner__faq .faq__elem .faq__content ul > li > span {
  display: inline-block;
  min-width: 4px;
  max-width: 4px;
  min-height: 4px;
  max-height: 4px;
  border-radius: 250px;
  background-color: #000;
  margin-right: 10px;
  position: relative;
  top: -4px;
}
.faq__section .inner__faq .faq__elem .faq__content > p {
  margin-top: 0px;
  margin-bottom: 12px;
  font-size: 15px;
  line-height: 24px;
}
.faq__section .inner__faq .faq__elem .faq__content > p:last-child {
  margin-bottom: 0px;
}
.faq__section .inner__faq .faq__elem .faq__head {
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 16px;
  padding-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
}
.faq__section .inner__faq .faq__elem .faq__head > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.faq__section .inner__faq .faq__elem .faq__head > span > img {
  max-width: 16px;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
.faq__section .inner__faq .faq__elem .faq__head > p {
  margin: 0px;
  font-size: 16px;
  padding-right: 20px;
}
.faq__section .title__faq {
  text-align: center;
}
.faq__section .title__faq > p {
  margin: 0px;
  font-weight: 600;
  font-size: 18px;
}
.faq__section .title__faq > h2 {
  margin-top: 0px;
  margin-bottom: 16px;
}

.text__block {
  padding-top: 64px;
  padding-bottom: 64px;
  background-color: #fafafa;
}
.text__block.dark {
  background-color: #e6f7fb;
}
.text__block.dark .outer__text .inner__text > p {
  color: #121212;
}
.text__block .outer__text {
  max-width: 1028px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.text__block .outer__text .inner__image {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 60px;
  margin-bottom: auto;
}
.text__block .outer__text .inner__text > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #042b79;
  font-size: 15px;
  margin-bottom: 12px;
  letter-spacing: 0.1em;
}
.text__block .outer__text .inner__text > p {
  color: #042b79;
  font-size: 23px;
  line-height: 1.2;
  margin: 0px;
}

.article__block {
  padding: 80px 0px;
}
.article__block .outer__article {
  padding: 32px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.article__block .outer__article .article__info {
  max-width: 550px;
  margin-right: 50px;
}
.article__block .outer__article .article__info .tag {
  margin-bottom: 15px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 14px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 16px;
  padding-right: 16px;
  color: #16a7a7;
  background-color: #E7F6F6;
  border-radius: 15px;
}
.article__block .outer__article .article__info > h6 {
  margin-top: 0px;
  margin-bottom: 12px;
}
.article__block .outer__article .article__info > p {
  margin-top: 0px;
  margin-bottom: 16px;
  font-size: 18px;
}
.article__block .outer__article .article__info > ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
}
.article__block .outer__article .article__info > ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 12px;
  font-size: 16px;
}
.article__block .outer__article .article__info > ul > li:last-child {
  margin-bottom: 0px;
}
.article__block .outer__article .article__info > ul > li > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-width: 24px;
  max-width: 24px;
  min-height: 24px;
  max-height: 24px;
  border-radius: 250px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #f2fdfb;
  margin-right: 12px;
}
.article__block .outer__article .article__info > ul > li > span svg {
  width: 14px;
}
.article__block .outer__article .article__info > ul > li > span svg path {
  fill: #16a7a7;
}
.article__block .outer__article .article__media {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  max-width: 550px;
}
.article__block .outer__article .article__media > img {
  max-width: 100%;
}
.article__block .top__article {
  margin-bottom: 16px;
  text-align: center;
}
.article__block .top__article > h2 {
  margin: 0px;
}
.form-group {
  display: flex;
  flex-wrap: wrap;
}
.form-group > div {
  flex: 0 0 50%;
  max-width: 50%;
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.5rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.third__title {
  font-size: 28px;
}

.secondary__title {
  font-size: 40px;
}

.pricing__block {
  padding-top: 70px;
  padding-bottom: 70px;
}
.pricing__block .pricing__container {
  width: 100%;
  overflow-x: auto;
  padding-bottom: 25px;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  /* Track */
  /* Handle */
}
.pricing__block .pricing__container .annualy {
  display: none;
  margin-bottom: 5px;
}
.pricing__block .pricing__container .annualy > p {
  color: #333234;
  margin: 0px;
  font-size: 15px;
}
.pricing__block .pricing__container .elem__pricing {
  margin-right: 16px;
  cursor: pointer;
  width: 100px;
  max-width: 320px;
  min-width: 320px;
  padding: 40px 20px;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
}
.pricing__block .pricing__container .elem__pricing.active__pricing {
  border-color: #5E3883;
  background-color: #F5F2F7;
}
.pricing__block .pricing__container .elem__pricing.active__pricing .button__pricing {
  opacity: 1;
}
.pricing__block .pricing__container .elem__pricing .includes > p {
  margin-top: 0px;
  margin-bottom: 16px;
  font-size: 14px;
}
.pricing__block .pricing__container .elem__pricing .includes ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
}
.pricing__block .pricing__container .elem__pricing .includes ul > li {
  margin-bottom: 15px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: #333234;
}
.pricing__block .pricing__container .elem__pricing .includes ul > li span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 9px;
}
.pricing__block .pricing__container .elem__pricing .includes ul > li span svg {
  max-width: 16px;
  min-width: 16px;
}
.pricing__block .pricing__container .elem__pricing .includes ul > li span svg path {
  fill: #16A7A7;
}
.pricing__block .pricing__container .elem__pricing .includes ul > li:last-child {
  margin-bottom: 0px;
}
.pricing__block .pricing__container .elem__pricing .button__pricing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  opacity: 0;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
  margin-bottom: 30px;
}
.pricing__block .pricing__container .elem__pricing .button__pricing > a {
  height: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5px;
  background-color: #481D72;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
.pricing__block .pricing__container .elem__pricing .button__pricing > a:hover {
  opacity: .7;
}
.pricing__block .pricing__container .elem__pricing .pricing__price > span {
  font-size: 15px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.pricing__block .pricing__container .elem__pricing .pricing__price > h2 {
  font-size: 33px;
  margin: 0px;
}
.pricing__block .pricing__container .elem__pricing .pricing__price > p {
  margin: 0px;
  font-size: 14px;
  margin-bottom: 20px;
}
.pricing__block .pricing__container .elem__pricing .title__pricing {
  min-height: 120px;
}
.pricing__block .pricing__container .elem__pricing .title__pricing > h6 {
  margin-top: 0px;
  margin-bottom: 7px;
  font-size: 22px;
  font-weight: bold;
}
.pricing__block .pricing__container .elem__pricing .title__pricing > p {
  margin: 0px;
  font-size: 15px;
}
.pricing__block .pricing__container::-webkit-scrollbar {
  height: 9px;
}
.pricing__block .pricing__container::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 5px;
}
.pricing__block .pricing__container::-webkit-scrollbar-thumb {
  background: #481D72;
  border-radius: 5px;
}
.pricing__block .outer__pricing .pricing__top .count__employees {
  text-align: center;
  margin-top: 50px;
}
.pricing__block .outer__pricing .pricing__top .count__employees > p {
  margin-top: 0px;
  margin-bottom: 20px;
}
.pricing__block .outer__pricing .pricing__top .count__employees > ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pricing__block .outer__pricing .pricing__top .count__employees > ul > li {
  margin-right: 12px;
}
.pricing__block .outer__pricing .pricing__top .count__employees > ul > li.active > a {
  background-color: #481D72;
  color: #fff;
  border-color: #481D72;
}
.pricing__block .outer__pricing .pricing__top .count__employees > ul > li > a {
  padding-left: 32px;
  padding-right: 32px;
  height: 32px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50px;
  text-decoration: none;
  border: 1px solid #c2c2c2;
}
.pricing__block .outer__pricing .pricing__top .header__pricing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pricing__block .outer__pricing .pricing__top .header__pricing > h2 {
  text-align: center;
  margin: 0px;
  margin-bottom: 25px;
}
.pricing__block .outer__pricing .pricing__top .header__pricing ul {
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  padding: 4px;
  border: 2px solid #e0e0e0;
}
.pricing__block .outer__pricing .pricing__top .header__pricing ul > li {
  margin-right: 7px;
}
.pricing__block .outer__pricing .pricing__top .header__pricing ul > li:last-child {
  margin-right: 0px;
}
.pricing__block .outer__pricing .pricing__top .header__pricing ul > li > a {
  padding-left: 20px;
  padding-right: 20px;
  min-height: 24px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  border-radius: 5px;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
.pricing__block .outer__pricing .pricing__top .header__pricing ul > li > a:hover {
  background-color: #481d72;
  color: #fff;
}
.pricing__block .outer__pricing .pricing__top .header__pricing ul > li > a.active {
  background-color: #481d72;
  color: #fff;
}
.pricing__block .outer__pricing .pricing__top .header__pricing ul > li > a > span {
  padding-left: 5px;
}
.pricing__block .outer__pricing .pricing__bottom {
  padding-top: 70px;
}
.pricing__block .outer__pricing .pricing__bottom .grid__pricing {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  max-width: 836px;
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  margin-left: auto;
  margin-right: auto;
}
.pricing__block .outer__pricing .pricing__bottom .grid__pricing .el__pricing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.pricing__block .outer__pricing .pricing__bottom .grid__pricing .el__pricing .info__pricing > span {
  font-size: 16px;
  margin-bottom: 8px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.pricing__block .outer__pricing .pricing__bottom .grid__pricing .el__pricing .info__pricing > p {
  margin: 0px;
  font-size: 16px;
}
.pricing__block .outer__pricing .pricing__bottom .grid__pricing .el__pricing > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-width: 48px;
  max-width: 48px;
  min-height: 48px;
  max-height: 48px;
  border-radius: 5px;
  background-color: #e6f7fb;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 20px;
}
.pricing__block .outer__pricing .pricing__bottom .grid__pricing .el__pricing > span svg {
  max-height: 20px;
}
.pricing__block .outer__pricing .pricing__bottom .grid__pricing .el__pricing > span svg path {
  fill: #481D72;
}
.pricing__block .outer__pricing .pricing__bottom .title__pricing {
  text-align: center;
  margin-bottom: 50px;
}
.pricing__block .outer__pricing .pricing__bottom .title__pricing > h2 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.pricing__block .outer__pricing .pricing__bottom .title__pricing > p {
  text-align: center;
  margin: 0px;
  font-size: 18px;
  font-weight: 600;
}

.count__employees {
  display: none;
}

.group__dropdown {
  position: relative;
}
.group__dropdown .dropdown__box1 {
  top: 50px;
  left: 0px;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}
.group__dropdown .dropdown__box select {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
}
.group__dropdown .dropdown__box option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.group__dropdown .dropdown__box option.active {
  background-color: #5897FB;
  color: #fff;
}
.group__dropdown .dropdown__box option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 7px 15px;
  text-decoration: none;
  font-size: 15px;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
.group__dropdown .dropdown__box ul > li > a:hover {
  background-color: #5897FB;
  color: #fff;
}
.group__dropdown > a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 40px;
  position: relative;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
  border: 2px solid #e0e0e0;
}
.group__dropdown > a.active__dropdown {
  border-color: #481d72;
}
.group__dropdown > a.active__dropdown > img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.group__dropdown > a > img {
  max-width: 15px;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
  position: absolute;
  right: 15px;
}
.group__dropdown > a > span {
  text-align: left;
  position: absolute;
  left: 15px;
  width: calc(100% - 30px);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 15px;
  font-weight: 600;
  white-space: nowrap;
}

.grid__block {
  padding-top: 70px;
  padding-bottom: 70px;
}
.grid__block .outer__grid .inner__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  grid-column-gap: 50px;
  grid-row-gap: 40px;
}
.grid__block .outer__grid .inner__grid .elem__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.grid__block .outer__grid .inner__grid .elem__grid .grid__desc > h6 {
  margin-top: 0px;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 3px;
}
.grid__block .outer__grid .inner__grid .elem__grid .grid__desc > p {
  margin: 0px;
  font-size: 16px;
}
.grid__block .outer__grid .inner__grid .elem__grid > span {
  margin-right: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 48px;
  max-width: 48px;
  min-height: 48px;
  max-height: 48px;
}
.grid__block .outer__grid .inner__grid .elem__grid > span.complex__svg {
  background-color: #e6f7fb;
  border-radius: 5px;
}
.grid__block .outer__grid .inner__grid .elem__grid > span.complex__svg svg {
  max-width: 24px;
}
.grid__block .outer__grid .inner__grid .elem__grid > span.complex__svg svg path {
  fill: #481d72;
}
.grid__block .outer__grid .head__grid {
  text-align: center;
  max-width: 748px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
.grid__block .outer__grid .head__grid > h2 {
  margin-top: 0px;
  margin-bottom: 10px;
}
.grid__block .outer__grid .head__grid > p {
  font-size: 18px;
}

.quote__block {
  padding: 50px 0px;
  background-color: #e6f7fb;
}
.quote__block .outer__quote .quote__author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 20px;
}
.quote__block .outer__quote .quote__author .author__info > p {
  margin-top: 0px;
  margin-bottom: 3px;
  font-size: 18px;
  color: #042b79;
}
.quote__block .outer__quote .quote__author .author__info > span {
  font-size: 16px;
}
.quote__block .outer__quote .quote__author > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 10px;
}
.quote__block .outer__quote .quote__author > span > img {
  min-width: 64px;
  max-width: 64px;
  border-radius: 250px;
}
.quote__block .outer__quote .quote__text > p {
  margin: 20px 0px;
  font-size: 26px;
  line-height: 32px;
}
.quote__block .outer__quote .quote__text .quote__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.quote__block .outer__quote .quote__text .quote__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.phone__block {
  padding-top: 70px;
  padding-bottom: 0px;
}
.phone__block .outer__phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.phone__block .outer__phone > .phone__right {
  width: 400px;
  height: 540px;
  background: url("../img/phone.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 20px;
}
.phone__block .outer__phone > .phone__right > img {
  max-width: 100%;
  position: relative;
  right: 8px;
}
.phone__block .outer__phone > .phone__left {
  max-width: 410px;
  padding-bottom: 80px;
}
.phone__block .outer__phone > .phone__left .phone__tabs .tab__elem {
  padding: 20px;
  cursor: pointer;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
.phone__block .outer__phone > .phone__left .phone__tabs .tab__elem.active__tab {
  background-color: #f9faf9;
}
.phone__block .outer__phone > .phone__left .phone__tabs .tab__elem .tab__desc > p {
  margin: 0px;
  font-size: 15px;
}
.phone__block .outer__phone > .phone__left .phone__tabs .tab__elem .author__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 16px;
}
.phone__block .outer__phone > .phone__left .phone__tabs .tab__elem .author__tab .author__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 12px;
}
.phone__block .outer__phone > .phone__left .phone__tabs .tab__elem .author__tab .author__info > p {
  margin: 0px;
  font-size: 14px;
  margin-bottom: 3px;
}
.phone__block .outer__phone > .phone__left .phone__tabs .tab__elem .author__tab .author__info > span {
  font-size: 14px;
}
.phone__block .outer__phone > .phone__left .phone__tabs .tab__elem .author__tab > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.phone__block .outer__phone > .phone__left .phone__tabs .tab__elem .author__tab > span > img {
  min-width: 32px;
  max-width: 32px;
  border-radius: 250px;
  min-height: 32px;
  max-height: 32px;
}
.phone__block .outer__phone > .phone__left > h2 {
  margin-bottom: 30px;
  margin-top: 0px;
}

.support__block {
  padding-top: 120px;
  padding-bottom: 70px;
}
.support__block .support__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}
.support__block .support__inner .support__grid {
  max-width: 450px;
}
.support__block .support__inner .support__grid .elem__support {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 40px;
}
.support__block .support__inner .support__grid .elem__support:last-child {
  margin-bottom: 0px;
}
.support__block .support__inner .support__grid .elem__support .support__desc > p {
  margin: 0px;
  margin-bottom: 8px;
  font-size: 16px;
}
.support__block .support__inner .support__grid .elem__support .support__desc > span {
  font-size: 16px;
  line-height: 24px;
}
.support__block .support__inner .support__grid .elem__support > span {
  min-width: 48px;
  max-width: 48px;
  min-height: 48px;
  max-height: 48px;
  border-radius: 5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #e6f7fb;
  margin-right: 25px;
}
.support__block .support__inner .support__grid .elem__support > span svg {
  max-height: 32px;
  max-width: 32px;
}
.support__block .support__inner .support__grid .elem__support > span svg path {
  fill: #481D72;
}
.support__block .support__inner .support__person {
  background-color: #FAFAFA;
  padding-top: 40px;
  padding-bottom: 60px;
  margin-right: 40px;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 320px;
  width: 100%;
  min-width: 320px;
}
.support__block .support__inner .support__person > ul {
  padding: 0px;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.support__block .support__inner .support__person > ul > li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
}
.support__block .support__inner .support__person > ul > li > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-width: 24px;
  max-width: 24px;
  min-height: 24px;
  max-height: 24px;
  margin-right: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.support__block .support__inner .support__person > ul > li > span svg path {
  fill: #16a7a7;
}
.support__block .support__inner .support__person > ul > li:last-child {
  margin-bottom: 0px;
}
.support__block .support__inner .support__person .badge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.support__block .support__inner .support__person > h6 {
  margin: 0px;
  margin: 12px 0px;
  font-size: 18px;
}
.support__block .support__inner .support__person > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.support__block .support__inner .support__person > span > img {
  min-width: 140px;
  max-width: 140px;
  border-radius: 250px;
  min-height: 140px;
  max-height: 140px;
}
.support__block .support__head {
  margin-bottom: 40px;
  text-align: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.support__block .support__head > h2 {
  margin: 0px;
  margin-bottom: 7px;
}
.support__block .support__head > p {
  font-size: 18px;
  margin: 0px;
}

.info__row {
  padding-top: 70px;
  padding-bottom: 70px;
}
.info__row .main__info--row .element__info__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px;
}
.info__row .main__info--row .element__info__row:last-child {
  margin-bottom: 0px;
}
.info__row .main__info--row .element__info__row > .media__info {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 385px;
}
.info__row .main__info--row .element__info__row > .media__info:nth-child(1) {
  margin-right: 50px;
}
.info__row .main__info--row .element__info__row > .media__info:nth-child(2) {
  margin-left: 50px;
}
.info__row .main__info--row .element__info__row > .media__info > img {
  max-width: 100%;
}
.info__row .main__info--row .element__info__row > .desc__info {
  max-width: 385px;
  width: 100%;
}
.info__row .main__info--row .element__info__row > .desc__info > h6 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 25px;
}
.info__row .main__info--row .element__info__row > .desc__info > p {
  margin: 0px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.info__row .main__info--row .element__info__row > .desc__info > span {
  font-size: 15px;
  text-transform: uppercase;
  color: #481d72;
  position: relative;
}
.info__row .main__info--row .element__info__row > .desc__info > span:before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -5px;
  width: 100%;
  height: 2px;
  background-color: #481d72;
}
.info__row .head__info--row {
  max-width: 848px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 70px;
}
.info__row .head__info--row > h2 {
  margin-bottom: 15px;
  margin-top: 0px;
}
.info__row .head__info--row > p {
  margin: 0px;
  font-size: 18px;
}

.how__work {
  padding-top: 70px;
}
.how__work .outer__how .inner__how .how__video {
  max-width: 640px;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.how__work .outer__how .inner__how .how__video > iframe {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: none;
}
.how__work .outer__how .inner__how .how__video > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.how__work .outer__how .inner__how .how__video > a > img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.how__work .outer__how .head__how {
  text-align: center;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
.how__work .outer__how .head__how > h2 {
  margin: 0px;
  margin-bottom: 15px;
}
.how__work .outer__how .head__how > p {
  font-size: 18px;
  margin: 0px;
}

.benefits__wrapper {
  padding: 32px 0px;
  background-color: #e6f7fb;
}
.benefits__wrapper .outer__benefits {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
}
.benefits__wrapper .outer__benefits .elem__benefit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.benefits__wrapper .outer__benefits .elem__benefit > p {
  margin: 0px;
  font-size: 16px;
}

.hero__section {
  background: url(../img/backhero.png), linear-gradient(23.26deg, #95d6e8 23.79%, #005e96 94.43%);
  background-size: 75px,auto;
  padding-top: 160px;
}
.hero__section .outer__hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.hero__section .outer__hero .hero__box {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  margin-bottom: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.hero__section .outer__hero .hero__box .hero__form {
  max-width: 380px;
  width: 100%;
  background-color: #fff;
  border-radius: 0.375em;
  padding-bottom: 50px;
  padding-left: 30px;
  padding-right: 30px;
}
.hero__section .outer__hero .hero__box .hero__form form {
  margin-top: 25px;
}
.hero__section .outer__hero .hero__box .hero__form form .button__submit {
  margin-top: 12px;
}
.hero__section .outer__hero .hero__box .hero__form form .button__submit > button {
  width: 100%;
  min-height: 40px;
}
.hero__section .outer__hero .hero__box .hero__form form .group__dropdown > a {
  border-radius: 3px;
}
.hero__section .outer__hero .hero__box .hero__form form > p {
  text-align: center;
  margin-bottom: 8px;
  margin-top: 0px;
  font-size: 14px;
}
.hero__section .outer__hero .hero__box .hero__form form > h6 {
  margin-top: 0px;
  text-align: center;
  margin-bottom: 12px;
  font-size: 23px;
}
.hero__section .outer__hero .hero__box .hero__form > img {
  border-radius: 250px;
  width: 86px;
  height: 86px;
  border-radius: 250px;
  margin-top: -43px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.hero__section .outer__hero .hero__box .hero__info > ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
  margin-top: 20px;
}
.hero__section .outer__hero .hero__box .hero__info > ul li {
  color: #fff;
  font-size: 15px;
  margin-bottom: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.hero__section .outer__hero .hero__box .hero__info > ul li:last-child {
  margin-bottom: 0px;
}
.hero__section .outer__hero .hero__box .hero__info > ul li span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 7px;
}
.hero__section .outer__hero .hero__box .hero__info > ul li svg path {
  fill: #16a7a7;
}
.hero__section .outer__hero .hero__box .hero__info > h6 {
  margin: 0px;
  color: #fff;
  font-size: 19px;
}
.hero__section .outer__hero .hero__box .hero__info > h1 {
  color: #fff;
  margin: 0px;
}
.hero__section .outer__hero .hero__media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.hero__section .outer__hero .hero__media > img {
  max-height: 265px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
.hero__section .outer__hero .hero__media > img:nth-child(2) {
  display: none;
}
.hero__section .outer__hero .hero__media > img:nth-child(3) {
  display: none;
}
.hero__section .outer__hero .hero__media > img:nth-child(4) {
  display: none;
}
.hero__section .outer__hero .hero__media > img:nth-child(5) {
  display: none;
}
.hero__section .outer__hero .hero__media > img:nth-child(6) {
  display: none;
}

button {
  cursor: pointer;
  outline: none;
  border: 0px;
}

header {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
  z-index: 5;
}
header.fixed {
  background-color: #fff;
  -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
          box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
header.fixed .outer__header .header__right > a:last-child {
  margin-right: 10px;
}
header.fixed .outer__header .header__right > a:last-child > img {
  opacity: 1;
}
header.fixed .outer__header .header__right > .menu__button > a > span {
  background-color: #042b79;
}
header.fixed .outer__header .header__right > .sign__button {
  color: #042b79;
}
header.fixed .outer__header .header__left > ul > li > a {
  color: #121212;
}
header.fixed .outer__header .header__left > a svg path {
  fill: #042b79;
}
header:hover {
  -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
          box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  background-color: #fff;
}
header:hover .outer__header .header__right > a:last-child {
  margin-right: 10px;
}
header:hover .outer__header .header__right > a:last-child > img {
  opacity: 1;
}
header:hover .outer__header .header__right > .menu__button > a > span {
  background-color: #042b79;
}
header:hover .outer__header .header__right > .sign__button {
  color: #042b79;
}
header:hover .outer__header .header__left > ul > li > a {
  color: #121212;
}
header:hover .outer__header .header__left > a svg path {
  fill: #042b79;
}
header .outer__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 80px;
}
header .outer__header .header__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
header .outer__header .header__left > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 30px;
}
header .outer__header .header__left > a svg path {
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
header .outer__header .header__left > ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
header .outer__header .header__left > ul > li {
  margin-right: 20px;
}
header .outer__header .header__left > ul > li:last-child {
  margin-right: 0px;
}
header .outer__header .header__left > ul > li > a {
  font-size: 18px;
  text-decoration: none;
  color: #fff;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
  position: relative;
}
header .outer__header .header__left > ul > li > a.active:before {
  width: 100%;
}
header .outer__header .header__left > ul > li > a:before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -29px;
  width: 0px;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
  height: 3px;
  left: 0px;
  right: 0px;
  margin-left: auto;
  margin-right: auto;
  background-color: #95d7e7;
}
header .outer__header .header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
header .outer__header .header__right > a {
  position: relative;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
header .outer__header .header__right > a > img {
  position: absolute;
  right: -20px;
  max-width: 30px;
  min-width: 30px;
  max-height: 30px;
  min-height: 30px;
  border-radius: 250px;
  opacity: 0;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
header .outer__header .header__right > a.sign__button {
  padding-left: 16px;
  padding-right: 16px;
  min-height: 32px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid transparent;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  border-radius: 5px;
  margin-right: 8px;
}
header .outer__header .header__right > a.sign__button:active, header .outer__header .header__right > a.sign__button:focus {
  border-color: #95d7e7;
  color: #042b79;
}

.float__part {
  position: fixed;
  top: 80px;
  left: 0px;
  width: 100%;
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
          box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  z-index: 4;
  -webkit-transition: .6s ease top;
  transition: .6s ease top;
}
.float__part .double__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 30px;
}
.float__part .double__grid.longer__grid {
  grid-template-columns: 66% 33%;
}
.float__part .double__grid .grid__element .grid__link {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 40px;
}
.float__part .double__grid .grid__element .grid__link.one__grid {
  grid-template-columns: 1fr;
}
.float__part .double__grid .grid__element .grid__link.triple__grid {
  grid-template-columns: repeat(3, 1fr);
}
.float__part .double__grid .grid__element .grid__link > .elem__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.float__part .double__grid .grid__element .grid__link > .elem__link > span {
  font-size: 16px;
  color: #121212;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 12px;
}
.float__part .double__grid .grid__element .grid__link > .elem__link > p {
  margin: 0px;
}
.float__part .double__grid .grid__element .head__grid {
  margin-bottom: 15px;
}
.float__part .double__grid .grid__element .head__grid > h6 {
  text-transform: uppercase;
  font-size: 15px;
  color: #828281;
  border-bottom: 1px solid #828281;
  padding-bottom: 10px;
  margin: 0px;
}

@media (max-width: 1280px) {
  .hero__section .outer__hero .hero__media > img {
    display: none;
  }
  .hero__section .outer__hero .hero__media > img:nth-child(2) {
    display: block;
  }
}
@media (max-width: 1200px) {
  footer .bottom__footer {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 1024px) {
  .count__employees .group__dropdown {
    display: block;
  }

  .article__block .outer__article .article__info {
    margin-right: 0px;
  }

  footer .outer__footer .column__footer .contact__us {
    max-width: 100%;
  }

  footer .outer__footer {
    grid-row-gap: 48px;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .article__block .top__article > h2 {
    text-align: left;
  }

  .article__block .outer__article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .article__block .outer__article .article__info {
    max-width: 100% !important;
    margin-top: 35px;
  }

  .pricing__block .pricing__container {
    width: calc(100% + 25px);
  }
}
.menu__button {
  display: none;
}

.switcher__menu {
  display: none;
}

.float__buttons {
  display: none;
}

@media (max-width: 991px) {
  .float__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 30px;
  }
  .float__buttons > a {
    width: 100%;
    min-height: 40px;
    margin-bottom: 16px;
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.07), 0px 2px 4px rgba(0, 0, 0, 0.07);
            box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.07), 0px 2px 4px rgba(0, 0, 0, 0.07);
  }
  .float__buttons > a.login {
    font-size: 15px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    text-decoration: none;
    border: 1px solid #481d72;
    color: #481d72;
    border-radius: 5px;
  }
  .float__buttons > a:last-child {
    margin-bottom: 0px;
  }

  .switcher__menu {
    display: block;
  }

  .float__part .double__grid {
    grid-template-columns: 1fr;
  }
  .float__part .double__grid > .grid__element {
    margin-bottom: 20px;
  }

  .float__element .double__grid {
    display: none;
  }

  .float__element {
    margin-bottom: 50px;
  }
  .float__element:last-child {
    margin-bottom: 0px;
  }

  .float__element .switcher__menu {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 12px;
    margin-bottom: 15px;
    width: 100%;
  }
  .float__element .switcher__menu.featured > a {
    color: #16a7a7 !important;
  }
  .float__element .switcher__menu > a {
    font-size: 18px;
    text-decoration: none;
    color: #481d72;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .float__part .double__grid .grid__element .head__grid > h6 {
    color: #c2c2c2 !important;
    border-bottom: 0px !important;
    padding-bottom: 0px;
  }

  .float__part .double__grid.longer__grid {
    grid-template-columns: 1fr;
  }

  .float__part .double__grid .grid__element .grid__link > .elem__link > span {
    color: #481d72;
  }

  .float__part .double__grid .grid__element .grid__link > .elem__link > p {
    color: #481d72;
  }

  .float__part .double__grid .grid__element .grid__link {
    grid-template-columns: 1fr !important;
    grid-row-gap: 20px !important;
  }

  .float__header .float__part {
    position: fixed;
    top: -100%;
    display: block !important;
    padding-top: 0px;
    padding-bottom: 0px;
    height: calc(100% - 60px);
    overflow-y: auto;
    padding: 30px 0px;
  }
  .float__header .float__part .inner__float .float__element {
    display: block !important;
  }

  .hero__section {
    padding-top: 90px;
  }

  header .outer__header .header__left > a svg {
    max-width: 120px;
  }

  header .outer__header {
    min-height: 60px;
  }

  .menu__button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .menu__button > a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .menu__button > a.active__button > span:nth-child(1) {
    top: 8px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .menu__button > a.active__button > span:nth-child(3) {
    bottom: 8px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .menu__button > a.active__button > span:nth-child(2) {
    opacity: 0;
  }
  .menu__button > a > span {
    min-width: 30px;
    min-height: 3px;
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 5px;
    position: relative;
    -webkit-transition: .4s ease all;
    transition: .4s ease all;
    top: 0px;
    bottom: auto;
  }
  .menu__button > a > span:last-child {
    top: auto;
    bottom: 0px;
    margin-bottom: 0px;
  }

  header .outer__header .header__left > ul {
    display: none;
  }

  header .outer__header .header__right > a {
    display: none !important;
  }

  .hero__section .outer__hero .hero__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .hero__section .outer__hero .hero__box .hero__info {
    max-width: 460px;
    width: 100%;
    margin-bottom: 75px;
  }
  .hero__section .outer__hero .hero__box .hero__form {
    max-width: 460px;
    width: 100%;
  }

  .hero__section .outer__hero .hero__media > img {
    display: none;
  }
  .hero__section .outer__hero .hero__media > img:nth-child(2) {
    display: none;
  }
  .hero__section .outer__hero .hero__media > img:nth-child(3) {
    display: block;
  }

  .benefits__wrapper .outer__benefits {
    grid-template-columns: repeat(2, 1fr) !important;
    grid-row-gap: 25px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    grid-column-gap: 20px;
  }
  .benefits__wrapper .outer__benefits > .elem__benefit {
    text-align: center;
  }
  .benefits__wrapper .outer__benefits > .elem__benefit:nth-child(5):last-child {
    position: relative;
    left: 50%;
  }

  .how__work {
    padding-top: 45px;
  }

  .info__row {
    padding: 45px 0px;
  }

  .info__row .head__info--row {
    margin-bottom: 40px;
  }

  .phone__block .outer__phone {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .phone__block .outer__phone > .phone__left {
    padding-bottom: 0px;
    max-width: 100%;
    width: 100%;
  }

  .phone__block .outer__phone > .phone__right {
    margin-right: auto;
    margin-left: auto;
    margin-top: 25px;
  }

  .pricing__block .outer__pricing .pricing__top .count__employees {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    border: 2px solid #e0e0e0;
    border-radius: 5px;
  }
  .pricing__block .outer__pricing .pricing__top .count__employees .group__dropdown {
    width: calc(100% + 4px);
    margin-left: -2px;
    margin-bottom: -2px;
  }
  .pricing__block .outer__pricing .pricing__top .count__employees .group__dropdown > a {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .pricing__block .outer__pricing .pricing__top .count__employees > p {
    padding: 10px 15px;
    background-color: #FAFAFA;
    margin-bottom: 0px;
  }

  .pricing__block .outer__pricing .pricing__top .count__employees > ul {
    display: none;
  }

  footer .bottom__footer .socials__footer {
    position: static;
  }

  footer .bottom__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  footer .bottom__footer .socials__footer {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  footer .bottom__footer .socials__footer ul {
    margin: 0px;
  }
  footer .bottom__footer > ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 15px 0px;
  }
  footer .bottom__footer > p {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .article__block {
    padding: 40px  0px;
  }
}
.colored__dark {
  color: #b096cb;
}

.colored {
  color: #16a7a7;
}

@media (max-width: 767px) {
  .hero__section .outer__hero .hero__box .hero__info > h6 {
    font-size: 17px;
  }

  .hero__section .outer__hero .hero__box .hero__form form > h6 {
    font-size: 19px;
  }

  .hero__section .outer__hero .hero__media > img {
    display: none;
  }
  .hero__section .outer__hero .hero__media > img:nth-child(2) {
    display: none;
  }
  .hero__section .outer__hero .hero__media > img:nth-child(3) {
    display: none;
  }
  .hero__section .outer__hero .hero__media > img:nth-child(4) {
    display: block;
  }

  .how__work .outer__how .head__how > p {
    font-size: 15px;
  }

  .info__row .main__info--row .element__info__row {
    margin-bottom: 45px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .info__row .main__info--row .element__info__row:last-child {
    margin-bottom: 0px;
  }
  .info__row .main__info--row .element__info__row > .desc__info {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    max-width: 100%;
    margin-bottom: 30px;
  }
  .info__row .main__info--row .element__info__row > .media__info {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .info__row .head__info--row > p {
    font-size: 15px;
  }

  .support__block {
    padding-top: 50px;
    padding-bottom: 45px;
  }

  .support__block .support__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .support__block .support__inner .support__grid {
    max-width: 100%;
    margin-top: 40px;
  }

  .support__block .support__inner .support__person {
    margin-right: 0px;
  }

  .support__block .support__head > p {
    font-size: 15px;
  }

  .phone__block .outer__phone > .phone__left > h2 {
    margin-bottom: 20px;
  }

  .phone__block {
    padding-top: 40px;
  }

  .quote__block {
    padding: 35px 0px;
  }

  .quote__block .outer__quote .quote__text > p {
    font-size: 20px;
    line-height: 26px;
  }

  .quote__block .outer__quote .quote__author .author__info > span {
    font-size: 14px;
  }

  .quote__block .outer__quote .quote__author .author__info > p {
    font-size: 16px;
  }

  .grid__block {
    padding-bottom: 45px;
    padding-top: 45px;
  }

  .pricing__block {
    padding-top: 45px;
  }

  .article__block {
    padding-bottom: 0px;
  }

  .faq__section .inner__faq {
    margin-top: 36px;
  }

  .faq__section {
    padding-top: 45px;
    padding-bottom: 40px;
  }

  .pricing__block .outer__pricing .pricing__bottom .grid__pricing {
    grid-template-columns: 1fr;
    grid-row-gap: 30px;
  }

  .pricing__block .outer__pricing .pricing__bottom {
    padding-top: 45px;
  }

  .pricing__block {
    padding-bottom: 45px;
  }

  .text__block .outer__text .inner__image {
    margin-right: 40px;
  }

  .article__block .outer__article .article__info .tag {
    font-size: 12px;
    line-height: 12px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .third__title {
    font-size: 20px;
  }

  .text__block .outer__text > .inner__text p {
    font-size: 20px;
    line-height: 28px;
  }

  .secondary__title {
    font-size: 28px;
    line-height: 36px;
  }

  .pricing__block .outer__pricing .pricing__top .count__employees {
    margin-top: 25px;
  }
}
@media (max-width: 640px) {
  .hero__section .outer__hero .hero__media > img {
    display: none;
  }
  .hero__section .outer__hero .hero__media > img:nth-child(2) {
    display: none;
  }
  .hero__section .outer__hero .hero__media > img:nth-child(3) {
    display: none;
  }
  .hero__section .outer__hero .hero__media > img:nth-child(4) {
    display: none;
  }
  .hero__section .outer__hero .hero__media > img:nth-child(5) {
    display: block;
  }

  .grid__block .outer__grid .inner__grid {
    grid-template-columns: 1fr;
  }

  .text__block {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .text__block .outer__text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .text__block .outer__text > .inner__image {
    margin-bottom: 30px;
    margin-right: 0px;
  }

  footer .outer__footer {
    grid-template-columns: 1fr !important;
  }
}
@media (max-width: 480px) {
  .hero__section .outer__hero .hero__box .hero__form {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 35px;
  }

  .hero__section .outer__hero .hero__media > img {
    display: none;
  }
  .hero__section .outer__hero .hero__media > img:nth-child(2) {
    display: none;
  }
  .hero__section .outer__hero .hero__media > img:nth-child(3) {
    display: none;
  }
  .hero__section .outer__hero .hero__media > img:nth-child(4) {
    display: none;
  }
  .hero__section .outer__hero .hero__media > img:nth-child(5) {
    display: none;
  }
  .hero__section .outer__hero .hero__media > img:nth-child(6) {
    display: block;
    max-width: 100%;
  }

  .support__block .support__inner .support__person {
    min-width: 290px;
    max-width: 290px;
  }

  .support__block .support__inner .support__grid .elem__support > span {
    margin-right: 15px;
  }

  .phone__block .outer__phone > .phone__right {
    padding-top: 35px;
  }

  .phone__block .outer__phone > .phone__left .phone__tabs .tab__elem {
    padding: 12px;
  }

  .phone__block .outer__phone > .phone__left .phone__tabs .tab__elem .tab__desc > p {
    font-size: 14px;
  }

  .phone__block .outer__phone > .phone__left .phone__tabs .tab__elem .author__tab {
    margin-bottom: 10px;
  }

  .phone__block .outer__phone > .phone__right {
    width: 290px;
    height: 360px;
  }

  .phone__block .outer__phone > .phone__right > img {
    max-width: 89%;
    right: 2%;
  }

  .pricing__block .outer__pricing .pricing__top .header__pricing ul > li > a {
    padding-left: 12px;
    padding-right: 12px;
  }

  .pricing__block .outer__pricing .pricing__top .header__pricing ul > li > a {
    font-size: 11px;
  }

  .pricing__block .pricing__container .elem__pricing {
    min-width: 290px;
    max-width: 290px;
  }

  footer .bottom__footer > ul > li > a {
    font-size: 13px;
  }

  footer .bottom__footer > p {
    font-size: 13px;
  }
}
