/*global styles*/
html {
box-sizing: border-box;
}
*, *::after, ::before{
    box-sizing: inherit;
}
body{
    background-color: #020523;
    color: #fff; 
    overflow-x: hidden;
    font-family: 'DM Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
}
a{
    color: #fff;
    text-decoration: none;
}
ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.menu{
    position: fixed;
    width: 100%;
    background-color: #020523;
    z-index: 100;
}
.container{
    max-width: 1040px;
    margin: 0 auto;
    padding: 20px;
}
.title{
    text-align: center;
    font-size: 40px;
    line-height: 140%;
    font-weight: 700;
}
.subtitle{
    font-size: 22px;
    line-height: 140%;
    font-weight: 400;
}
b{
    font-weight: 700;
}

.table{
    max-width: 570px;
    width: 100%;
    font-size: 14px;
    line-height:140%;
    text-align: left;    
}
.row {
    display: flex;  /* aligns all child elements (flex items) in a row */
    padding-bottom: 35px;
  }  
  .col {       
    width: 100%; 
    text-align: center;   
  }
  .col:nth-child(odd) {
    padding-right: 25px;
  }
  .col:nth-child(even){
    padding-left: 25px;
  }
  .col-title{
    font-weight: 700;
    font-size: 18px;
  }
  /*end global*/

/*start header*/
.header{
    background-size: cover;
    background-repeat: no-repeat;
}
.header-top{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo-image{
    height: 40px;
}
.menu-list{
    display: flex;
}
.menu-list li{
    padding-left: 34px;
}
.menu-list li a{
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    transition: all 0.4s;
}
.menu-list li a:hover{
    color: #266AD4;

}
.menu-list ._active{
    color: #266AD4;

}
.menu-btn{
    display: none;
    width: 40px;
    height: 30px;
    position: absolute;
    z-index: 2;
    top:0;
    right: 0;
}
.menu-btn-inner{
    width: 40px;
}
.menu-btn-line{
    height: 3px;
    background-color: #fff;
}
.menu-btn-line+.menu-btn-line{
    margin-top: 5px;
}
.header-content{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    margin-top: 100px;
    text-align: center;
}
.header-content-title{
    max-width: 765px;
    width: 100%;
    margin-bottom: 35px;
}
.header-content-subtitle{
    max-width: 680px;
}
.header-screen{
    max-width: 600px;
    width: 100%;
    border-radius: 10px;
    filter: drop-shadow(0px 0px 20px rgba(38, 106, 212, 0.7));
    margin-top: 50px;
    margin-bottom: 115px;
}
.header-title{
    max-width: 765px;
    margin-bottom: 50px;
}
.header-content-subtitle-2 {
    max-width: 415px;
    width: 100%;
    margin-bottom: 35px;
}
.header-content .table{
    margin-bottom: 107px;
    max-width: 800px;
}
.header-content .row:first-of-type{
    padding-bottom: 50px
}
.header-content .row:last-of-type{
    padding-bottom: 0px
}
.header-table-screen{
    margin-top: 19px;
    width: 348px;
    height: 233px;
    filter: drop-shadow(0px 0px 20px rgba(38, 106, 212, 0.7));
    border-radius: 3px;
}
.header-image-block{
    border-radius: 10px;
    width: 100%; 
    display: flex;
    flex-direction: column; 
    align-items: center;
    margin-bottom: 150px;  
    background-position: center;
   
}
.header-image-block-title{
    margin-top: 50px;
    max-width: 840px;
    width: 100%;
    padding: 0 20px;
    margin-bottom: 46px;
    
}
.header-content-block{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    text-align: center;
}
.header-content-block .header-title{
    max-width: 827px;
}
.header-content-select{
    color: #1EA5F7;
}
.header-content-block .table{
    max-width: 800px;
}
.header-content-block .table .row:last-of-type{ 
    padding: 0;
}
.header-diagram{
    border-radius: 3px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.accounts-image{
    max-width: 600px;
    padding: 0 20px;
    width: 100%;
}
/*end header*/

/*start features*/
.features{
    margin-bottom: 80px;
    background-size:cover;
    background-repeat: no-repeat;   
    background-position: bottom; 
}
.features-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.features-title{
    margin-top: 80px;
    margin-bottom: 50px;
    width: 100%;
    max-width: 760px;
}
.features-subtitle{
    width: 100%;
    max-width: 830px;
    margin-bottom: 50px;
}

.feature{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.feature-line{
    background: linear-gradient(#210CA0, #266AD4);
    height: 2px;
    max-width: 400px;
    width: 100%;
    margin-bottom: 40px;
}
.feature-title{
    display: flex;
    flex-direction: row;
    line-height: 40px;
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 22px;
}
.feature-item-img{
    padding-right: 15px;
}
.feature-description{
    max-width: 680px;
    width: 100%;   
    font-size: 16px;
    line-height: 140%;
    margin-bottom: 40px;
}
/*end features*/

 /*start form*/
 .contact-us{
    background-size:contain;
    background-repeat: no-repeat;
    background-position: center;
 }
 .form{
    max-width: 756px;
    margin: 50px auto 150px;
    padding: 70px 35px;
    position: relative;          
 }
 .form::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 10px; 
    padding: 3px; 
    z-index: -2; 
    background:linear-gradient(45deg,#266AD4,#210CA0); 
    -webkit-mask: 
       linear-gradient(#fff 0 0) content-box, 
       linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
            mask-composite: exclude; 
  }
  .form *{
    outline: none;
  }
 .form-body{   
    width: auto;   
 }
 .contact-img{
    position: absolute;
    top:-58px;
    left: -58px;
 }
 .contact-form-title{
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 40px;  
    text-align: center;  
 }
 .form-item{
    margin: 20px auto 0px;     
    max-width: 560px;
 }
 .form-input:focus{
    filter: drop-shadow(0px 0px 20px rgba(38, 106, 212, 0.7));
    border-color: #fff;
 }
 .form-input._error{
    filter: drop-shadow(0px 0px 20px rgba(238, 8, 8, 0.7));
 }
 .form-label{
    display: block;
    margin: 0 0 8px 0;
 }
 .error{
    color: rgba(238, 8, 8, 0.7);
    font-size: 12px;
 }
.form-input{
    width: 100%;
    height: 36px;
    padding: 0 20px;
    border-radius: 2px;
    background: linear-gradient(180deg, rgba(33, 12, 160, 0.1) 0%, rgba(38, 106, 212, 0.1) 100%);
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: #fff;    
    
}
textarea.form-input{
    resize: vertical;
    min-height: 80px;
    padding: 10px 20px;
}
.g-recaptcha{
    margin: 20px auto 0;
    display: flex;
    justify-content: center;
}
.form-button{
    position: relative;
    border-radius: 10px; 
    font-weight: 700;
    font-size: 18px;
    line-height: 54px;
    color: #fff;
    background: rgba(0,0,0,0);
    border-color: rgba(0,0,0,0);
    min-width: 250px;
    display: block;
    margin: 55px auto 0;
    transition: all 0.4s;
    cursor: pointer;
}
.form-button:hover{
    color: #434DD4;
}
.form-button::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 10px; 
    padding: 3px;
    z-index: -2000; 
    background:linear-gradient(45deg, #266AD4, #210CA0); 
    -webkit-mask: 
       linear-gradient(#fff 0 0) content-box, 
       linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
            mask-composite: exclude;
            
  }
.form-button:hover::before{
    background:linear-gradient(45deg, #5482ce, #3317DB); 
}
/*end form*/
/*start footer*/
.footer{
  box-shadow: 0px -60px 60px rgba(38, 106, 212, 0.1);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 90px 0px;
 }
 .footer-inner{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
 }
 .footer-menu-list li{
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    transition: all 0.4s;
    margin-bottom: 25px;
 }
 .footer-menu-list li:last-of-type{
    margin-bottom: 0;
 }
 .footer-menu-list li a:hover{
    color: #266AD4;
}
.footer-icons
{
    display: flex;
}
.footer-icons a +a{
    padding-left: 40px;
}
/*! 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;
  margin: 0.67em 0;
}

/* 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;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * 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"] {
  -webkit-appearance: textfield; /* 1 */
  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;
}


@media (max-width:1200px){
    .menu-list li{
        padding-left: 25px;        
    }
    .menu-list li a{
        font-size: 14px;
    }
    .logo-image{
        height: 36px;
    }
    .features{
        margin-bottom: 20px;
    }
    .footer-menu-list{
        font-size: 14px;
    }
}
@media (max-width:1000px){
    .pricing-item{
        width: 280px;
    }
    .pricing-button-wrapper{
       
        width:210px;
    }
    .inner-progress{
        justify-content: center;
    }
    .progress-title{
        margin-top: 120px;
    }
    .progress-img{
       width: 450px; 
       margin-top: 120px;
    }
    .progress-text{
        font-size: 16px;
        max-width: 320px;
    }
    .review{
        width: 280px;
        padding: 20px;
    }
   
}
@media (max-width:900px){
    .menu-list{
        display: none;
        position: absolute;
        left: 0;
        top: 75px;
        text-align: center;
        width: 100%;
        height: 100vh;
        background-color: #0A0D2E;
        z-index: 1;
        padding-top: 30px;        
    }
    ._active{
        display: block;
    }
    .menu-btn{
        display: flex;
        position: relative;
    }
    .menu-list li {
       margin-top: 30px;      
    }
    .menu-list li a{
        font-size: 18px;
    }
    .pricing-items{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .pricing-item{
        width: 100%;
        max-width: 414px;
        padding: 45px 35px 0px;        
    }    
    .pricing-button-wrapper{
        position: relative;
        width: 100%;        
    } 
    .inner-progress{
        margin-bottom: 100px;
    }
    .inner-progress>div {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .progress-img{
        width: 90%; 
        margin-top: 40px;       
     }
     .progress-text{
        max-width: 680px;
        width: 100%;
     }
     .reviews{        
        flex-direction: column;
    }
    .review{  
        width: 100%;
        margin-bottom: 25px;
    }
    .contact-us .container{
        padding: 20px 60px;
    }
    .form{
        margin: 60px auto 60px;
    }
     
    .footer-inner{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .footer-logo{
        margin-bottom: 30px;
    }
    .footer-icons{
        margin-top: 30px;
    }
    .footer-menu-list{
        width: 100%;
        margin: auto;
        text-align: center;
    }
    .footer-menu-list:first-of-type{
        margin-bottom: 25px;
    }
}

@media (max-width:768px){
    body{
        font-size: 14px;
    }
    .title{       
        font-size: 30px;
          
    }
    .subtitle{
        font-size: 18px;
    }
    .header-image-block{        
        margin-bottom: 60px;          
    }
    .header-screen{
        margin-bottom: 60px;
    }  
    .header-table-screen{
        width: 100%;
        height: 100%;
    }
    .header-content .table{
        margin-bottom: 60px;
    } 
    .features-container, .contact-us{
        margin-top: -60px;
    }
    .features-title{
        margin-top: 60px;  
    } 
    .table{        
        text-align: center;
    }
    .row {
        flex-direction: column;       
      }  
    .col:nth-child(odd) {
        padding-right: 0px;
        padding-bottom: 35px;
    }
    .col:nth-child(even){
        padding-left: 0px;
    }
    .header-content-block .col:nth-child(odd) {
        padding: 0px;
    }
    .header-content-block .row {
        padding: 0px;
    }
}

@media (max-width:600px){
   
    .g-recaptcha{
        transform: scale(0.8);
    }
}
@media (max-width:414px){
.title{
    font-size: 24px;
}
.subtitle{
    font-size: 17px;
}
.table{
    font-size: 13px;
}
.header-content .table{
 margin-bottom: 20px;
}
.feature-title {
    font-size: 17px;
}
.feature-description{
    font-size: 14px;
}
.features{
    margin-bottom: 0px;
}
.progress {
    background-size: 500px;
}
.progress-title {
    margin-top: 30px;
}
.progress-text {
    font-size: 14px;
}
.review{
    font-size: 13px;
}
.form{
    margin: 20px auto 40px;
}
.contact-us .container{
    padding: 20px;    
}
.contact-img{
    display: none;
}
.form-button{
    min-width: 100%;
width: 100%;
}
}

