@import url("../scss/_fonts.scss");
@font-face {
  font-family: "WorksSans", sans-serif;
  font-style: normal;
  font-weight: 100;
  src: local(""), url("../../fonts/WorkSans-Thin.ttf") format("truetype");
}
@font-face {
  font-family: "WorksSans", sans-serif;
  font-style: normal;
  font-weight: 200;
  src: local(""), url("../../fonts/WorkSans-ExtraLight.ttf") format("truetype");
}
@font-face {
  font-family: "WorksSans", sans-serif;
  font-style: normal;
  font-weight: 300;
  src: local(""), url("../../fonts/WorkSans-Light.ttf") format("truetype");
}
@font-face {
  font-family: "WorksSans", sans-serif;
  font-style: normal;
  font-weight: 400;
  src: local(""), url("../../fonts/WorkSans-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "WorksSans", sans-serif;
  font-style: normal;
  font-weight: 500;
  src: local(""), url("../../fonts/WorkSans-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "WorksSans", sans-serif;
  font-style: normal;
  font-weight: 600;
  src: local(""), url("../../fonts/WorkSans-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "WorksSans", sans-serif;
  font-style: normal;
  font-weight: 700;
  src: local(""), url("../../fonts/WorkSans-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "WorksSans", sans-serif;
  font-style: normal;
  font-weight: 800;
  src: local(""), url("../../fonts/WorkSans-ExtraBold.ttf") format("truetype");
}
/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
     ========================================================================== */
/**
   * 1. Correct the line height in all browsers.
   * 2. Prevent adjustments of font size after orientation changes in iOS.
   */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
}

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type=search] {
  outline-offset: -2px;
  /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}

.visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

* {
  box-sizing: border-box;
}

html {
  height: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
  text-decoration: none;
}

.hidden {
  overflow: hidden;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
}

body {
  font-family: "WorkSans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  overflow-x: hidden !important;
}

.modal-open {
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  object-fit: cover;
}

main {
  flex-grow: 1;
}

.container {
  width: 100%;
  max-width: 1410px;
  margin: 0 auto;
  padding: 0 20px;
}

@media only screen and (max-width: 400px) {
  .container {
    max-width: 365px;
    padding: 0 16px;
  }
}
.header-section {
  top: -3px;
  position: fixed;
  background-color: #ffffff;
  z-index: 10;
  width: 100%;
  box-shadow: 0 1px 10px -2px rgba(0, 0, 0, 0.3);
}
.header-section .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 34px 0;
}
.header-section .header .close-icon,
.header-section .header .menu-icon {
  display: none;
}
.header-section .header .navigation-list {
  display: flex;
  align-items: center;
}
.header-section .header .navigation-list .navigation-item {
  padding: 8px 0;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
  color: #C7C9CC;
  margin-right: 100px;
}
.header-section .header .navigation-list .navigation-item .navigation-link, .header-section .header .navigation-list .navigation-item .active {
  text-decoration: none;
  color: inherit;
  height: 100%;
}
.header-section .header .navigation-list .navigation-item .active {
  color: #002743;
}
.header-section .header .menu-btn {
  background: transparent;
  border: none;
  outline: none;
  display: none;
}
@media only screen and (max-width: 1024px) {
  .header-section .header .navigation-list .navigation-item {
    margin-right: 60px;
  }
}
@media only screen and (max-width: 991px) {
  .header-section .header .navigation-list .navigation-item {
    margin-right: 35px;
  }
}
@media only screen and (max-width: 768px) {
  .header-section .header {
    padding: 15px 0;
  }
  .header-section .header .header-navigation {
    display: flex;
    position: fixed;
    top: 60px;
    right: -100%;
    z-index: 100;
    width: 100%;
    padding-left: 28px;
    height: calc(100vh - 60px);
    background-color: #ffffff;
    transition: all 0.3s ease;
  }
  .header-section .header .header-navigation.open {
    display: flex;
    right: 0;
  }
  .header-section .header .header-navigation .navigation-list {
    flex-direction: column;
    align-items: flex-start;
  }
  .header-section .header .header-navigation .navigation-list .navigation-item {
    margin-bottom: 20px;
    letter-spacing: 1px;
  }
  .header-section .header .header-navigation .navigation-list .navigation-item .navigation-link, .header-section .header .header-navigation .navigation-list .navigation-item .active {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
  }
  .header-section .header .menu-icon {
    display: block;
    width: 44px;
    height: 44px;
  }
  .header-section .header imglast-child {
    display: none;
  }
  .header-section .header .menu-btn {
    display: inline;
  }
}
@media only screen and (max-width: 400px) {
  .header-section .header {
    max-width: 365px;
  }
}

.main-section {
  padding-top: 120px;
}
.main-section .main {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 30px;
  position: relative;
  margin-top: 36px;
  padding-bottom: 50px;
}
.main-section .main::before {
  content: "";
  position: absolute;
  width: 306px;
  height: 375px;
  top: 194px;
  left: -300px;
  gap: 0px;
  background: linear-gradient(270deg, rgba(99, 64, 201, 0.6) 0%, rgba(4, 78, 255, 0.6) 100%);
  border-radius: 66px;
  transform: rotate(32deg);
}
.main-section .main .content {
  max-width: 560px;
  display: flex;
  flex-direction: column;
  padding: 0 40px;
}
.main-section .main .content h1 {
  font-size: 56px;
  line-height: 84px;
  font-weight: 500;
  color: #002743;
}
.main-section .main .content p {
  margin: 10px 0 40px 0;
  text-align: left;
  max-width: 483px;
  font-size: 32px;
  line-height: 48px;
  font-weight: 400;
  color: #010101;
}
.main-section .main .content a {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  border-radius: 100px;
  background: #623fc9;
  padding: 8px 28px;
  background: linear-gradient(90deg, #623fc9 4%, #054dfe 74%);
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
  color: #e3e4e6;
}
.main-section .main .content a img {
  margin-left: 6px;
  width: 24px;
  height: 24px;
}
@media only screen and (max-width: 1190px) {
  .main-section .main .content {
    max-width: 460px;
  }
  .main-section .main .content h1 {
    font-size: 50px;
    line-height: 66px;
  }
  .main-section .main .content p {
    font-size: 22px;
    line-height: 30px;
  }
  .main-section .main .content a {
    font-size: 16px;
    line-height: 24px;
    padding: 8px 20px;
    width: max-content;
  }
  .main-section .main .content a img {
    width: 20px;
    height: 20px;
  }
}
.main-section .main .main-img-wrapper {
  position: relative;
  max-width: 582px;
}
.main-section .main .main-img-wrapper .main-mask-img {
  max-width: 582px;
  max-height: 582px;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 1190px) {
  .main-section .main .main-img-wrapper .main-mask-img {
    max-width: 412px;
    max-height: 412px;
  }
}
.main-section .main .main-img-wrapper .img-content {
  top: 16px;
  left: 16px;
  position: absolute;
}
.main-section .main .main-img-wrapper .img-content img {
  max-width: 550px;
  max-height: 393px;
}
@media only screen and (max-width: 1190px) {
  .main-section .main .main-img-wrapper .img-content img {
    max-width: 430px;
    max-height: 273px;
  }
}
.main-section .main .main-img-wrapper .img-content p {
  font-size: 36px;
  line-height: 32px;
  font-weight: 400;
  color: #ffffff;
  margin-top: 16px;
  max-width: 496px;
}
@media only screen and (max-width: 1190px) {
  .main-section .main .main-img-wrapper .img-content p {
    font-size: 20px;
    line-height: 24px;
  }
}
.main-section .main .main-img-wrapper a {
  background-color: #054eff;
  padding: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 40%;
  bottom: -10%;
}
.main-section .main .main-img-wrapper a img {
  width: 32px;
  height: 32px;
}
@media only screen and (max-width: 1190px) {
  .main-section .main .main-img-wrapper a {
    padding: 25px;
  }
  .main-section .main .main-img-wrapper a img {
    width: 30px;
    height: 30px;
  }
}
@media only screen and (max-width: 920px) {
  .main-section .main {
    flex-direction: column-reverse;
  }
  .main-section .main .content {
    margin-top: 90px;
    max-width: 900px;
    align-items: center;
  }
  .main-section .main .content p {
    max-width: 95%;
    text-align: center;
  }
}
@media only screen and (max-width: 576px) {
  .main-section .main::before {
    top: 250px;
    left: -335px;
  }
  .main-section .main .main-img-wrapper .main-mask-img {
    max-width: 341px;
    max-height: 343px;
  }
  .main-section .main .main-img-wrapper .img-content img {
    width: 310px;
    height: 225px;
    border-radius: 24px;
  }
  .main-section .main .main-img-wrapper .img-content p {
    max-width: 317px;
  }
  .main-section .main .main-img-wrapper a {
    left: 38.5%;
    bottom: -13%;
  }
  .main-section .main .content {
    align-items: flex-start;
    padding: 0;
  }
  .main-section .main .content h1 {
    font-size: 24px;
    line-height: 36px;
  }
  .main-section .main .content p {
    font-size: 18px;
    line-height: 24px;
    text-align: left;
    margin-bottom: 20px;
  }
  .main-section .main .content a {
    font-size: 16px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 410px) {
  .main-section .main .main-img-wrapper .img-content img {
    width: 295px;
    height: 225px;
  }
  .main-section .main .main-img-wrapper a {
    left: 37.8%;
    bottom: -13.5%;
  }
}
@media only screen and (max-width: 360px) {
  .main-section .main .main-img-wrapper .img-content img {
    width: 100%;
    max-width: 283px;
    height: auto;
  }
  .main-section .main .main-img-wrapper a {
    left: 38.9%;
    bottom: -12.8%;
    padding: 20px;
  }
}
@media only screen and (max-width: 345px) {
  .main-section .main .main-img-wrapper .img-content img {
    max-width: 260px;
  }
  .main-section .main .main-img-wrapper .img-content p {
    font-size: 14px;
    line-height: 17px;
  }
  .main-section .main .main-img-wrapper a {
    left: 37.8%;
    bottom: -13.5%;
  }
}

.client-section {
  padding-top: 50px;
}
.client-section .container .clients {
  display: flex;
  flex-direction: column;
  padding: 80px 0 130px 0;
  position: static;
  overflow: hidden;
}
.client-section .container .clients .clients-header {
  margin-bottom: 80px;
  font-size: 40px;
  line-height: 60px;
  font-weight: 500;
  color: #002743;
}
.client-section .container .clients .slider {
  margin: auto;
  overflow: hidden;
  position: relative;
}
.client-section .container .clients .slider .slide-track {
  display: flex;
}
.client-section .container .clients .slider .slide-track img {
  width: max-content;
  height: 50px;
  object-fit: contain;
}
.client-section .container .clients .slider .slide-track.left {
  animation: scroll-left 12s linear infinite;
}
.client-section .container .clients .slider .slide-track.right {
  animation: scroll-left 12s linear infinite;
}
.client-section .container .clients .slider .slide-track:hover {
  animation-play-state: paused;
}
.client-section .container .clients .slider .slide-item {
  width: auto;
  margin: 15px 40px;
  transition: transform 0.5s;
}
@media only screen and (max-width: 1000px) {
  .client-section .container .clients .slider .slide-item {
    margin: 15px;
  }
}
.client-section .container .clients .slider .slide-item:hover {
  transform: scale(1.05);
  cursor: pointer;
}
@media only screen and (max-width: 600px) {
  .client-section .container .clients .slider .slider {
    width: 100vw;
  }
}
@media only screen and (max-width: 750px) {
  .client-section .container .clients .clients-header {
    font-size: 24px;
    line-height: 36px;
    font-weight: 500;
    color: #002743;
  }
  .client-section .container .clients .clients-wrapper .slider {
    height: 80px;
  }
  .client-section .container .clients .clients-wrapper .slider .slide {
    height: 80px;
    width: 200px;
  }
}
@media only screen and (max-width: 576px) {
  .client-section .container .clients {
    padding: 50px 0 30px 0;
  }
  .client-section .container .clients .clients-header {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .client-section .container .clients .clients-wrapper .slider {
    height: 80px;
  }
  .client-section .container .clients .clients-wrapper .slider .slide {
    height: 80px;
    width: 200px;
  }
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-1120px);
  }
}
.products-section {
  padding-top: 50px;
  padding-bottom: 150px;
}
.products-section .container {
  position: relative;
}
.products-section .container .products {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 80px 0 0 0;
  position: relative;
}
.products-section .container .products .products-header {
  margin-bottom: 80px;
  font-size: 40px;
  line-height: 60px;
  font-weight: 500;
  color: #002743;
}
.products-section .container .products .content {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.products-section .container .products .content .product {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 100px;
}
.products-section .container .products .content .product img {
  width: 100%;
  height: 100%;
  max-width: 535px;
  max-height: 402px;
}
.products-section .container .products .content .product .product-1,
.products-section .container .products .content .product .product-2,
.products-section .container .products .content .product .product-3,
.products-section .container .products .content .product .product-4,
.products-section .container .products .content .product .product-5 {
  width: 100%;
  height: 100%;
  max-width: 535px;
  max-height: 402px;
  padding: 44px 30px;
  border-radius: 16px;
}
.products-section .container .products .content .product .product-1 {
  background-color: #57de7d;
}
.products-section .container .products .content .product .product-2 {
  background-color: #d1d5db;
}
.products-section .container .products .content .product .product-3 {
  background-color: #d7486f;
}
.products-section .container .products .content .product .product-4 {
  background-color: #ffda6f;
}
.products-section .container .products .content .product .product-5 {
  background-color: #74e694;
}
.products-section .container .products .content .product .info {
  text-align: left;
  margin-left: 32px;
}
.products-section .container .products .content .product .info .title {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #4344db;
}
.products-section .container .products .content .product .info .description {
  padding: 16px 0 24px 0;
  letter-spacing: 1px;
  font-size: 32px;
  line-height: 48px;
  font-weight: 300;
  color: #010101;
}
.products-section .container .products .content .product .info .sub-description {
  text-transform: capitalize;
  font-size: 18px;
  line-height: 27px;
  font-weight: 300;
  color: #4344db;
}
.products-section .container .products .content .product:nth-child(even) {
  flex-direction: row-reverse;
}
.products-section .container .products .content .product:nth-child(even) .info {
  margin-left: 0;
  margin-right: 32px;
}
.products-section .container .products::before {
  content: "";
  position: absolute;
  width: 306px;
  height: 375px;
  bottom: -270px;
  left: -295px;
  gap: 0px;
  z-index: -1;
  background: linear-gradient(270deg, rgba(4, 78, 255, 0.6) 0%, rgba(99, 64, 201, 0.6) 100%);
  border-radius: 66px;
  transform: rotate(-27deg);
}
@media only screen and (max-width: 576px) {
  .products-section .container .products::before {
    bottom: -150px;
    left: -360px;
    border-radius: 30px;
  }
}
.products-section .container .products .left-blur {
  position: absolute;
  top: 900px;
  left: 0;
  -webkit-box-shadow: -80px 50px 140px 100px #917ae2;
  -moz-box-shadow: -80px 50px 140px 100px #917ae2;
  box-shadow: -90px 0px 170px 100px #917ae2;
}
.products-section .container .products .right-blur {
  position: absolute;
  top: 1700px;
  right: 0;
  -webkit-box-shadow: 90px -90px 170px 70px #d9702f;
  -moz-box-shadow: 90px -90px 170px 70px #d9702f;
  box-shadow: 90px -90px 170px 70px #d9702f;
}
@media only screen and (max-width: 1150px) {
  .products-section .container .products .content .product {
    flex-direction: column;
    align-items: center;
    margin-bottom: 50px;
  }
  .products-section .container .products .content .product .info {
    margin: 20px 0 0 0;
    text-align: center;
  }
  .products-section .container .products .content .product:nth-child(even) {
    flex-direction: column;
  }
}
@media only screen and (max-width: 768px) {
  .products-section .container .products .products-header {
    margin-bottom: 50px;
  }
  .products-section .container .products .content .product {
    align-items: flex-start;
    margin-bottom: 40px;
  }
  .products-section .container .products .content .product .info {
    margin: 20px 0 0 0;
    text-align: left;
  }
  .products-section .container .products .content .product .info .description {
    font-size: 24px;
    line-height: 28px;
  }
  .products-section .container .products .content .product:nth-child(even) {
    flex-direction: column;
  }
}
@media only screen and (max-width: 576px) {
  .products-section .container .products .products-header {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .products-section .container .products .content .product .info .title {
    font-size: 16px;
    line-height: 24px;
  }
  .products-section .container .products .content .product .info .description {
    font-size: 14px;
    line-height: 20px;
  }
  .products-section .container .products .content .product .info .sub-description {
    font-size: 12px;
    line-height: 18px;
  }
  .products-section .container .products .content .product :nth-child(even) .info {
    margin-left: 0;
  }
  .products-section .container .products .left-blur {
    position: absolute;
    top: 950px;
    left: 0;
    -webkit-box-shadow: -120px 0px 100px 100px #917ae2;
    -moz-box-shadow: -120px 0px 100px 100px #917ae2;
    box-shadow: -120px 0px 100px 100px #917ae2;
  }
}
.products-section .right-card {
  width: 306px;
  height: 375px;
  top: -100px;
  right: -160px;
  position: absolute;
  border-radius: 66px;
  background: linear-gradient(270deg, rgba(4, 78, 255, 0.6) 0%, rgba(99, 64, 201, 0.6) 100%);
  transform: rotate(28deg);
}
@media only screen and (max-width: 1150px) {
  .products-section .right-card {
    top: -90px;
    right: -230px;
  }
}
@media only screen and (max-width: 768px) {
  .products-section .right-card {
    top: -220px;
    right: -340px;
    border-radius: 35px;
  }
}
@media only screen and (max-width: 576px) {
  .products-section {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.contacts-section {
  padding-top: 50px;
}
.contacts-section .contacts {
  display: flex;
  padding: 70px 0 80px 0;
  align-items: center;
}
.contacts-section .contacts .form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 32px;
  border-radius: 8px;
  margin-left: 80px;
  border: 1px solid #e1e4ed;
  box-shadow: 0px 1px 4px 0px #19213d14;
  margin-right: 60px;
}
.contacts-section .contacts .form .inputs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 460px;
  width: 100%;
}
.contacts-section .contacts .form .inputs .input-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.contacts-section .contacts .form .inputs .input-wrapper:nth-child(odd) {
  margin-right: 32px;
}
.contacts-section .contacts .form .inputs .input-wrapper label {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: #6d758f;
  margin-bottom: 12px;
}
.contacts-section .contacts .form .inputs .input-wrapper input {
  width: 214px;
  height: 46px;
  border: 1px solid #f1f3f7;
  border-radius: 6px;
  color: #010101;
  padding: 18px 16px;
  margin-bottom: 24px;
  outline: none;
  box-shadow: 0px 1px 4px 0px #19213d14;
}
.contacts-section .contacts .form .inputs .input-wrapper input::placeholder {
  color: #c7c9cc;
}
.contacts-section .contacts .form .textarea-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 460px;
  width: 100%;
}
.contacts-section .contacts .form .textarea-wrapper label {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: #6d758f;
  margin-bottom: 12px;
}
.contacts-section .contacts .form .textarea-wrapper textarea {
  width: 100%;
  max-height: 300px;
  border: 1px solid #f1f3f7;
  border-radius: 6px;
  padding: 18px 16px;
  margin-bottom: 24px;
  outline: none;
  resize: vertical;
  box-shadow: 0px 1px 4px 0px #19213d14;
}
.contacts-section .contacts .form .textarea-wrapper textarea::placeholder {
  color: #c7c9cc;
}
.contacts-section .contacts .form button {
  width: 121px;
  height: 40px;
  padding: 8px 16px;
  border-radius: 100px;
  color: #523cdb;
  text-transform: uppercase;
  outline: none;
  background: transparent;
  cursor: pointer;
  border: 1.5px solid #523cdb;
}
.contacts-section .contacts .contacts-info {
  max-width: 540px;
}
.contacts-section .contacts .contacts-info .contacts-title {
  font-size: 48px;
  line-height: 48px;
  font-weight: 500;
  color: #002743;
}
.contacts-section .contacts .contacts-info .contacts-description {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #6d758f;
  margin: 16px 0 32px 0;
}
.contacts-section .contacts .contacts-info .contact {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.contacts-section .contacts .contacts-info .contact img {
  width: 48px;
  height: 48px;
}
.contacts-section .contacts .contacts-info .contact .sub-text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 16px;
}
.contacts-section .contacts .contacts-info .contact .sub-text-wrapper p {
  margin-bottom: 6px;
  text-transform: capitalize;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #010101;
}
.contacts-section .contacts .contacts-info .contact .sub-text-wrapper span {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  color: #6d758f;
}
.contacts-section .contacts .contacts-info .line {
  width: 100%;
  display: block;
  max-width: 340px;
  height: 1px;
  margin-bottom: 16px;
  border: 1px solid #f1f3f7;
}
@media only screen and (max-width: 1100px) {
  .contacts-section .contacts {
    flex-direction: column-reverse;
  }
  .contacts-section .contacts .form {
    margin: 30px 0 0 0;
  }
  .contacts-section .contacts .contacts-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 100%;
  }
  .contacts-section .contacts .contacts-info .contact-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  .contacts-section .contacts .contacts-info .contact-wrapper .line {
    display: none;
  }
}
@media only screen and (max-width: 576px) {
  .contacts-section .contacts {
    align-items: stretch;
  }
  .contacts-section .contacts .form {
    align-items: center;
    padding: 24px 8px;
    margin: 30px 0 0 0;
  }
  .contacts-section .contacts .form .inputs {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
  }
  .contacts-section .contacts .form .inputs .input-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
  .contacts-section .contacts .form .inputs .input-wrapper input {
    width: 100%;
    max-width: 500px;
  }
  .contacts-section .contacts .form .inputs .input-wrapper:nth-child(odd) {
    margin-right: 0px;
  }
  .contacts-section .contacts .form button {
    width: 100%;
    max-width: 500px;
  }
  .contacts-section .contacts .contacts-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    max-width: 100%;
  }
  .contacts-section .contacts .contacts-info .contacts-title {
    font-size: 20px;
    line-height: 25px;
  }
  .contacts-section .contacts .contacts-info .contact-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
  .contacts-section .contacts .contacts-info .contact-wrapper .line {
    display: inline-block;
  }
}
@media only screen and (max-width: 576px) {
  .contacts-section {
    padding-top: 10px;
  }
}

.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.59);
}
.modal .modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  border-radius: 16px;
  width: 85%;
  max-width: 500px;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
}
.modal .modal-content .close {
  margin-top: 10px;
}
.modal .modal-content .close ion-icon {
  width: 50px;
  height: 50px;
  color: #08ab08;
}
.modal .modal-content .alert ion-icon {
  width: 50px;
  height: 50px;
  color: red;
}

.footer-section {
  border-top: 1px solid #f1f1f1;
}
.footer-section .footer {
  position: relative;
}
.footer-section .footer .content {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 160px 0 120px 0;
}
.footer-section .footer .content img {
  width: 302px;
  height: 54px;
}
.footer-section .footer .content p {
  text-align: center;
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
  color: #523cdb;
}
.footer-section .footer .content .socials {
  margin-top: 60px;
}
.footer-section .footer .content .socials a img {
  width: 32px;
  height: 32px;
}
.footer-section .footer .content .socials a:not(:last-child) {
  margin-right: 56px;
}
@media only screen and (max-width: 576px) {
  .footer-section .footer .content {
    padding: 60px 0 70px 0;
  }
  .footer-section .footer .content img {
    width: 200px;
    height: 36px;
  }
  .footer-section .footer .content p {
    font-size: 15px;
    line-height: 19px;
  }
  .footer-section .footer .content .socials {
    margin-top: 30px;
  }
  .footer-section .footer .content .socials a:not(:last-child) {
    margin-right: 36px;
  }
}
.footer-section .footer .left-blur {
  position: absolute;
  bottom: 50px;
  left: 0;
  -webkit-box-shadow: -80px -48px 170px 100px #d9702f;
  -moz-box-shadow: -80px -48px 170px 100px #d9702f;
  box-shadow: -80px -48px 170px 100px #d9702f;
}
.footer-section .footer .right-blur {
  position: absolute;
  bottom: 50px;
  right: 0;
  -webkit-box-shadow: 40px 50px 130px 120px #917ae2;
  -moz-box-shadow: 40px 50px 130px 120px #917ae2;
  box-shadow: 40px 50px 130px 120px #917ae2;
}
@media only screen and (max-width: 576px) {
  .footer-section .footer .left-blur {
    -webkit-box-shadow: -70px 30px 100px 40px #d9702f;
    -moz-box-shadow: -70px 30px 100px 40px #d9702f;
    box-shadow: -70px 30px 100px 40px #d9702f;
  }
  .footer-section .footer .right-blur {
    -webkit-box-shadow: 40px 50px 100px 50px #917ae2;
    -moz-box-shadow: 40px 50px 100px 50px #917ae2;
    box-shadow: 40px 50px 100px 50px #917ae2;
  }
}

@media only screen and (max-width: 400px) {
  main {
    min-height: 100vh;
    height: 100%;
  }
}

/*# sourceMappingURL=main.css.map */
