@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Black.woff2") format("woff2"), url("../fonts/Montserrat-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Italic.woff2") format("woff2"), url("../fonts/Montserrat-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

a:hover,
a {
  text-decoration: none;
}

:focus {
  outline: 0;
}

ul {
  list-style-type: none;
}

* {
  margin: 0;
  padding: 0;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}
html {
  height: 100%;
}

body {
  font-family: "Montserrat";
  width: 100%;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  color: #000;
  -webkit-text-size-adjust: 100%;
  background: #fff;
}
body.open {
  overflow: hidden;
}

.container {
  width: 100%;
  max-width: 1280px;
  padding: 0 40px;
  margin: 0 auto;
}
@media (max-width: 1279px) {
  .container {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 15px;
  }
}

.burger {
  display: none;
  position: relative;
  width: 20px;
  height: 20px;
  cursor: pointer;
  z-index: 111;
  width: 38px;
  height: 38px;
}
.burger.open:before {
  background: rgb(31, 91, 255);
  transform: rotate(-45deg);
  top: 18px;
  height: 2px;
}
.burger.open:after {
  background: rgb(31, 91, 255);
  top: 18px;
  transform: rotate(45deg);
  height: 2px;
}
.burger.open span:before {
  display: none;
}
.burger:before {
  content: "";
  position: absolute;
  top: 11px;
  left: 9px;
  width: 20px;
  height: 2px;
  background: rgb(31, 91, 255);
  border-radius: 4px;
  transition: 0.5s;
}
.burger:after {
  content: "";
  position: absolute;
  bottom: 11px;
  left: 9px;
  width: 20px;
  height: 2px;
  background: rgb(31, 91, 255);
  border-radius: 4px;
  transition: 0.5s;
}
.burger span {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
}
.burger span:before {
  content: "";
  position: absolute;
  top: 18px;
  left: 9px;
  width: 20px;
  height: 2px;
  border-radius: 4px;
  background: rgb(31, 91, 255);
}
@media (max-width: 767px) {
  .burger {
    display: block;
  }
}

.wrapper {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

.header {
  padding: 45px 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  transition: 0.5s;
  z-index: 101;
}
@media (max-width: 992px) {
  .header {
    padding: 20px 0;
  }
}
.header.sticky {
  padding: 20px 0;
  box-shadow: 0 0 10px 6px rgba(0, 0, 0, 0.05);
}
@media (max-width: 992px) {
  .header.sticky {
    padding: 10px 0;
  }
}
.header.sticky .main-menu {
  padding-top: 10px;
}
@media (max-width: 992px) {
  .header.sticky .main-menu {
    padding-top: 0;
  }
}
.header.sticky .logo img {
  height: 40px;
}
@media (max-width: 992px) {
  .header.sticky .logo img {
    height: 30px;
  }
}

.header-content {
  display: flex;
  justify-content: space-between;
  transition: 0.5s;
}
@media (max-width: 992px) {
  .header-content {
    align-items: center;
  }
}

.logo img {
  height: 80px;
  display: block;
  transition: 0.5s;
}
@media (max-width: 1280px) {
  .logo img {
    height: 80px;
  }
}
@media (max-width: 992px) {
  .logo img {
    height: 30px;
  }
}

.main-menu {
  padding-top: 15px;
}
@media (max-width: 992px) {
  .main-menu {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .main-menu {
    position: fixed;
    width: 300px;
    height: 100vh;
    background: #fff;
    top: 0;
    right: 0;
    transform: translateX(320px);
    transition: 0.5s;
    box-shadow: 0 0 10px 6px rgba(0, 0, 0, 0.05);
  }
}
.main-menu.open {
  transform: translateX(0px);
}
.main-menu ul {
  display: flex;
}
@media (max-width: 767px) {
  .main-menu ul {
    padding: 80px 20px 20px 30px;
    flex-direction: column;
  }
}
.main-menu ul li {
  margin-left: 40px;
}
@media (max-width: 767px) {
  .main-menu ul li {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 30px;
  }
}
.main-menu ul li.active a {
  color: #000;
  pointer-events: none;
}
.main-menu ul li a {
  font-size: 20px;
  font-weight: bold;
  color: rgb(31, 91, 255);
  transition: 0.5s;
  border-bottom: 2px solid transparent;
}
@media (max-width: 992px) {
  .main-menu ul li a {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .main-menu ul li a {
    font-size: 20px;
  }
}
.main-menu ul li a:hover {
  border-color: rgb(31, 91, 255);
}

main {
  padding-top: 300px;
}
@media (max-width: 992px) {
  main {
    padding-top: 120px;
  }
}

.content-block {
  margin-bottom: 200px;
}
@media (max-width: 992px) {
  .content-block {
    margin-bottom: 100px;
  }
}
.content-block p {
  font-size: 20px;
  line-height: 150%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .content-block p {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.content-block p.mb-none {
  margin-bottom: 0;
}
.content-block p:last-child {
  margin-bottom: 0;
}

.content-block-inner {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .content-block-inner {
    margin-bottom: 50px;
  }
}

h1, .h1 {
  display: block;
  margin-bottom: 50px;
  font-size: 60px;
  line-height: 122%;
  font-weight: 900;
}
@media (max-width: 992px) {
  h1, .h1 {
    font-size: 32px;
    margin-bottom: 30px;
  }
}
h1 span, .h1 span {
  color: rgb(31, 91, 255);
}

h2, .h2 {
  font-size: 52px;
  font-weight: 900;
  line-height: 122%;
  margin-bottom: 50px;
  display: block;
}
@media (max-width: 992px) {
  h2, .h2 {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
h2 span, .h2 span {
  color: rgb(31, 91, 255);
}

h3, .h3 {
  font-size: 30px;
  font-weight: 700;
  display: block;
  margin-bottom: 6px;
}
h3 span, .h3 span {
  color: rgb(31, 91, 255);
}
@media (max-width: 992px) {
  h3, .h3 {
    font-size: 24px;
  }
}
h3 span, .h3 span {
  color: rgb(31, 91, 255);
}

h4, .h4 {
  font-size: 20px;
  font-weight: 900;
  display: block;
  margin-bottom: 15px;
}
h4 span, .h4 span {
  color: rgb(31, 91, 255);
}
@media (max-width: 992px) {
  h4, .h4 {
    font-size: 18px;
  }
}

@media (max-width: 992px) {
  .row .col-12 {
    margin-bottom: 30px;
  }
  .row .col-12:last-child {
    margin-bottom: 0;
  }
}

.tech-logo {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .tech-logo {
    justify-content: center;
  }
}
.tech-logo img {
  display: block;
  max-width: 100%;
  transition: 0.5s;
}
.tech-logo img:hover {
  transform: scale(1.2);
}

.tech-logotypes {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
@media (max-width: 992px) {
  .tech-logotypes {
    flex-wrap: wrap;
  }
}
.tech-logotypes span {
  display: block;
}
@media (max-width: 992px) {
  .tech-logotypes span {
    width: calc(33.3333333333% - 20px);
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.tech-logotypes span img {
  display: block;
  max-width: 80%;
  transition: 0.5s;
}
.tech-logotypes span img:hover {
  transform: scale(1.5);
}

.accordion {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid #000;
  margin-bottom: 35px;
}
.accordion li {
  width: 100%;
  border-top: 1px solid #000;
}
.accordion .opener {
  display: block;
  padding: 25px 120px 25px 45px;
  overflow: hidden;
  color: #000;
  text-decoration: none;
  position: relative;
  font-size: 20px;
}
@media (max-width: 992px) {
  .accordion .opener {
    padding-left: 0;
    padding-right: 0px;
    font-size: 16px;
  }
}
.accordion .opener strong {
  display: block;
  font-weight: 900;
  margin-bottom: 6px;
}
@media (max-width: 992px) {
  .accordion .opener strong {
    padding-right: 40px;
    font-size: 16px;
  }
}
.accordion .opener span {
  font-size: 20px;
  line-height: 150%;
}
@media (max-width: 992px) {
  .accordion .opener span {
    font-size: 16px;
  }
}
.accordion .opener .arrow {
  display: block;
  position: absolute;
  right: 20px;
  top: 32px;
  z-index: 99;
  width: 35px;
  height: 22px;
  transform: 0.5s;
}
@media (max-width: 992px) {
  .accordion .opener .arrow {
    right: 0;
  }
}
.accordion .opener .arrow:before {
  content: "";
  width: 22px;
  height: 8px;
  background: rgb(31, 91, 255);
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(45deg);
  transition: 0.5s;
}
.accordion .opener .arrow:after {
  content: "";
  width: 22px;
  height: 8px;
  background: rgb(31, 91, 255);
  position: absolute;
  top: 0;
  left: 10px;
  transform: rotate(-45deg);
  transition: 0.5s;
}
.accordion .active .opener .arrow:before, .accordion .active .opener .arrow:after {
  background: #000;
}
.accordion .active .opener .arrow:before {
  transform: rotate(-45deg);
}
.accordion .active .opener .arrow:after {
  transform: rotate(45deg);
}

.submenu {
  overflow: hidden;
  list-style: none;
  display: none;
  padding-left: 45px;
  padding-bottom: 25px;
}
@media (max-width: 992px) {
  .submenu {
    padding-left: 0;
  }
}
.submenu li {
  margin: 0;
  width: auto;
  border-top: 0;
}
.submenu li ul {
  padding-left: 25px;
  list-style-type: disc;
}
.submenu li ul li {
  font-size: 20px;
  line-height: 150%;
}
@media (max-width: 992px) {
  .submenu li ul li {
    font-size: 16px;
  }
}
.contacts {
  display: flex;
  padding-top: 15px;
}
@media (max-width: 992px) {
  .contacts {
    flex-wrap: wrap;
  }
}
.contacts li {
  margin-right: 50px;
}
.contacts li:last-child {
  margin-right: 0;
}
@media (max-width: 1280px) {
  .contacts li {
    margin-right: 30px;
  }
}
@media (max-width: 992px) {
  .contacts li {
    margin: 0 30px 20px 0px;
  }
}
.contacts li a {
  display: inline-block;
  font-size: 30px;
  font-weight: 900;
  color: rgb(31, 91, 255);
  border-bottom: 2px solid transparent;
  transition: 0.5s;
  line-height: 30px;
}
@media (max-width: 1280px) {
  .contacts li a {
    font-size: 24px;
    line-height: 24px;
    border-bottom: 2px solid transparent;
  }
}
.contacts li a:hover {
  border-color: rgb(31, 91, 255);
}

.footer {
  padding-bottom: 55px;
}
@media (max-width: 767px) {
  .footer {
    padding-bottom: 30px;
  }
}

.footer-content {
  display: flex;
}
@media (max-width: 992px) {
  .footer-content {
    flex-direction: column;
  }
}
.footer-content p {
  font-size: 20px;
  line-height: 150%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .footer-content p {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.footer-content p.mb-none {
  margin-bottom: 0;
}
.footer-content p:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .footer-content__info {
    width: 100%;
  }
}
.footer-content__info ul {
  display: flex;
}
@media (max-width: 992px) {
  .footer-content__info ul {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .footer-content__info ul {
    flex-direction: column;
  }
}
.footer-content__info ul li {
  margin-right: 20px;
}
@media (min-width: 768px) {
  .footer-content__info ul li.y767 {
    display: none;
  }
}
@media (max-width: 767px) {
  .footer-content__info ul li {
    margin: 0 10px 20px 0px;
  }
}
.footer-content__info ul li a {
  font-size: 20px;
  color: rgb(31, 91, 255);
  transition: 0.5s;
  border-bottom: 1px solid transparent;
}
@media (max-width: 992px) {
  .footer-content__info ul li a {
    font-size: 16px;
  }
}
.footer-content__info ul li a:hover {
  border-color: rgb(31, 91, 255);
}

.logo-footer {
  display: block;
  margin-right: 128px;
}
@media (max-width: 992px) {
  .logo-footer {
    margin-right: 0;
    display: flex;
    margin-bottom: 30px;
  }
}
.logo-footer img {
  display: block;
  height: 52px;
}

.benefits-item {
  display: flex;
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .benefits-item {
    margin-bottom: 0;
    margin-top: 30px;
  }
}
.benefits-item--last {
  margin-bottom: 0;
}
.benefits-item__icon {
  display: block;
  width: 60px;
  margin-right: 30px;
  min-width: 60px;
}
@media (max-width: 767px) {
  .benefits-item__icon {
    width: 40px;
    min-width: 40px;
    margin-right: 20px;
  }
}
.benefits-item__icon img {
  display: block;
  width: 60px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767px) {
  .benefits-item__icon img {
    width: 40px;
    height: 40px;
  }
}
.benefits-item__content {
  width: 100%;
}
.benefits-item__title {
  display: block;
  font-weight: 900;
  font-size: 20px;
  margin-bottom: 6px;
}
@media (max-width: 992px) {
  .benefits-item__title {
    font-size: 16px;
  }
}

.list {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .list {
    margin-bottom: 20px;
  }
}
.list li {
  font-size: 20px;
  line-height: 150%;
}
@media (max-width: 992px) {
  .list li {
    font-size: 16px;
  }
}

.list-dots {
  padding-left: 25px;
  list-style-type: disc;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .list-dots {
    margin-bottom: 20px;
  }
}
.list-dots li {
  font-size: 20px;
  line-height: 150%;
}
@media (max-width: 992px) {
  .list-dots li {
    font-size: 16px;
  }
}

.agreement {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 35px 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 102;
  transition: 1s;
}
.agreement.hidden {
  opacity: 0;
  transform: translateY(500px);
}
.agreement__content {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .agreement__content {
    flex-direction: column;
    align-items: flex-start;
  }
}
.agreement__content p {
  font-size: 14px;
  color: #fff;
  line-height: 150%;
}
@media (max-width: 767px) {
  .agreement__content p {
    font-size: 16px;
  }
}
.agreement__content p a {
  color: #fff;
  border-bottom: 1px solid #fff;
  transition: 0.5s;
}
.agreement__content p a:hover {
  border-color: transparent;
}

.btn {
  min-width: 230px;
  width: 230px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(31, 91, 255);
  font-size: 20px;
  color: #fff;
  transition: 0.5s;
  margin-left: 70px;
  white-space: nowrap;
  cursor: pointer;
}
@media (max-width: 767px) {
  .btn {
    margin-left: 0;
    margin-top: 30px;
  }
}
.btn:hover {
  background: #000;
}/*# sourceMappingURL=styles.css.map */