@charset "UTF-8";
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
    background: #19191B;
}
main {
    display: block;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}
a {
    background-color: transparent;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: bolder;
}
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
img {
    border-style: none;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
details {
    display: block;
}
summary {
    display: list-item;
}
template {
    display: none;
}
[hidden] {
    display: none;
}
@font-face {
    src: url(../fonts/Inter/Inter-Light.ttf) format("truetype");
    font-family: Inter, sans-serif;
    font-weight: 300;
}
@font-face {
    src: url(../fonts/Inter/Inter-Regular.ttf) format("truetype");
    font-family: Inter, sans-serif;
    font-weight: 400;
}
@font-face {
    src: url(../fonts/Inter/Inter-Medium.ttf) format("truetype");
    font-family: Inter, sans-serif;
    font-weight: 500;
}
@font-face {
    src: url(../fonts/Inter/Inter-SemiBold.ttf) format("truetype");
    font-family: Inter, sans-serif;
    font-weight: 600;
}
@font-face {
    src: url(../fonts/Inter/Inter-Bold.ttf) format("truetype");
    font-family: Inter, sans-serif;
    font-weight: 700;
}
@font-face {
    src: url(../fonts/Inter/Inter-Black.ttf) format("truetype");
    font-family: Inter, sans-serif;
    font-weight: 900;
}
html {
    overflow-x: hidden;
}
body {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    overflow-x: hidden;
    font-family: Inter, sans-serif;
    color: #61646f;
}
p {
    font-size: 16px;
    margin-bottom: 28px;
}
.pad-140-180 {
    padding-top: 140px;
    padding-bottom: 180px;
}
.collapsing{
    height: auto;
    transition: none;
}
@media (max-width: 767px) {
    .pad-140-180 {
        padding-top: 84px;
        padding-bottom: 64px;
    }
}
@media (min-width: 1200px){
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1200px;
    }
}
.btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-red {
    color: #fff;
    background: #ea4226;
    border-radius: 6px;
    height: 48px;
    width: 160px;
    border-radius: 6px;
}
.btn-green,
.btn-orange {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 56px;
    min-width: 200px;
    border-radius: 100px;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
}
.btn-orange {
    background: #F5BB85;
    color: #000000;
}
.btn-orange:hover {
    background: #FF8D4C;
}
.btn-green {
    color: #fff;
    background: #4fc4a1;
}
.btn-green:hover {
    color: #fff;
    background: #3aa988;
}
.btn-nav-last {
    color: #fff;
    background: #1E1E20;
    border: 1px solid #F5BB85;
    border-radius: 40px;
    width: 175px;
    height: 40px;
    font-size: 12px;
}
.btn-nav-last:hover {
    color: #fff;
    background: #000000;
    border: 1px solid #F5BB85;
}
.btn-link {
    color: #4fc4a1;
    cursor: pointer;
}
.btn-link:hover {
    color: #3aa988;
}
.btns-hero-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 767px) {
    .btns-hero-holder .btn-orange {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        min-width: 275px;
    }
}
.arrow-point {
    margin-left: 20px;
    background: #000000 url(../img/btns/arrow-down.svg) no-repeat center;
    border: 2px solid rgba(245, 187, 133, 0.24);
    height: 50px;
    width: 50px;
    position: relative;
    top: 3px;
    border-radius: 50%;
    -webkit-animation: uparrow 0.6s infinite alternate ease-in-out;
    animation: uparrow 0.6s infinite alternate ease-in-out;
}
.arrow-point:before {
    content: "";
    position: absolute;
    left: 5px;
    top: 5px;
    height: 36px;
    width: 36px;
    border-radius: 50%;
}
@-webkit-keyframes uparrow {
    0% {
        -webkit-transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(-0.4em);
    }
}
@keyframes uparrow {
    0% {
        -webkit-transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(-0.4em);
    }
}
h1 {
    font-weight: 700;
    font-size: 44px;
    line-height: 110%;
    margin-bottom: 32px;
}
@media (max-width: 767px) {
    h1 {
        font-size: 32px;
        padding-left: 5px;
    }
}
h2 {
    text-align: center;
    margin-bottom: 60px;
    font-style: normal;
    font-weight: 700;
    font-size: 44px;
    line-height: 120%;
    color: #FFFFFF;
}
@media (max-width: 767px) {
    h2 {
        font-size: 28px;
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 48px
    }
}
.form-holder {
    width: 100%;
    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-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-right: 10%;
    position: absolute;
    bottom: 120px;
}
.form-holder .form-holder-inner {
    width: 100%;
    max-width: 525px;
}
.form-control {
    margin-right: 16px;
    height: 48px;
    padding: 0 20px;
    border: none;
    border-radius: 0;
    border-bottom: 2px solid #39393A;
    background: 0 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF !important;
}
.form-control:focus {
    background: 0 0;
    outline: 0 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.form-inline .form-group {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 350px;
}
.form-custom .form-group {
    position: relative;
}
.form-custom input {
    width: 100%;
}
.form-custom input:focus {
    background: 0 0;
    border-color: #d2d2d2;
}
.form-custom label {
    position: absolute;
    z-index: 1;
    top: 15px;
    left: 0;
    color: #222;
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    -o-transition: transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    font-weight: 600;
    padding-left: 20px;
}
.form-custom .focus-label + label,
.form-custom input:focus + label {
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    -webkit-transform: translateY(-24px);
    -ms-transform: translateY(-24px);
    transform: translateY(-24px);
    font-size: 14px;
}
.form-custom-modal label {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: rgba(255, 255, 255, 0.7);
    padding-left: 15px;
}
.form-custom-modal .form-control {
    padding: 0;
}
.form-custom-modal .focus-label + label,
.form-custom-modal input:focus + label {
    font-size: 12px;
}
.error {
    color: #f44336;
    font-size: 12px;
}
.error .error-text {
    padding-top: 5px;
    background: url(../img/form/error-icon.svg) no-repeat right center;
}
.error .form-control {
    border-color: #f44336;
}
.navbar-light .navbar-brand{
    padding: 0;
}
.navbar-container{
    background: #1E1E20;
    border-radius: 24px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 14px 24px;
}
.navbar-top {
    padding: 10px 15px;
}
@media (max-width: 767px) {
    .navbar-top {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media (max-width: 991px) {
    .navbar-top .navbar-top-inner {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        max-width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
@media (max-width: 991px) {
    .navbar-top .btn-light {
        margin-top: 10px;
    }
}
.navbar-top .collapse {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
@media (max-width: 991px) {
    .navbar-top .collapse {
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.navbar-top .navbar-nav {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
}
.navbar-top .navbar-nav .nav-item {
    padding: 0 5px;
    font-weight: 500;
    font-size: 14px;
}
@media (min-width: 1200px) {
    .navbar-top .navbar-nav .nav-item {
        padding: 0 24px;
    }
}
.navbar-top .navbar-nav .nav-link {
    color: #fff;
    position: relative;
    padding: 0 12px;
}
.navbar-top .navbar-nav .nav-link:hover:before{
    content: "";
    position: absolute;
    background: #FF8D4C;
    border-radius: 7px;
    height: 2px;
    width: 100%;
    left: 0;
    right: 0;
    bottom: -14px;
}
.navbar-top .navbar-nav .nav-link:hover {
    color: #FF8D4C;
}
.navbar-top .navbar-nav .btn {
    padding: 11px 30px;
    max-width: 170px;
}
.navbar-top .navbar-toggler {
    background: #fff;
    border-radius: 32px;
    width: 50px;
    height: 32px;
}
.navbar-toggler {
    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;
    position: relative;
    background-image: unset;
}
.navbar-toggler .icon-bar {
    display: block;
    position: absolute;
    background-color: #2b3336;
    width: 18px;
    height: 1.5px;
    border-radius: 100px;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.navbar-toggler .icon-bar:nth-of-type(2) {
    top: 9px;
}
.navbar-toggler .icon-bar:nth-of-type(3) {
    top: 19px;
}
.navbar-toggler[aria-expanded="true"] .icon-bar:nth-of-type(1),
.navbar-toggler[aria-expanded="true"] .icon-bar:nth-of-type(3) {
    top: 14px;
}
.navbar-toggler[aria-expanded="true"] .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.navbar-toggler[aria-expanded="true"] .icon-bar:nth-of-type(2) {
    background-color: transparent !important;
}
.head-active-menu .navbar-brand path[fill="white"],
.navbar-scrolling .navbar-brand path[fill="white"] {
    fill: #0b1633;
}
.head-active-menu .navbar-nav .nav-link,
.navbar-scrolling .navbar-nav .nav-link {
    color: #FFFFFF;
}
.head-active-menu .navbar-nav .nav-link:hover,
.navbar-scrolling .navbar-nav .nav-link:hover {
    color: #FF8D4C;
}
.head-active-menu .btn-nav-last,
.navbar-scrolling .btn-nav-last {
    background: #1E1E20;
}
@media (max-width: 991px) {
    .head-active-menu .btn-nav-last,
    .navbar-scrolling .btn-nav-last {
        display: block;
    }
}
.head-active-menu .btn-nav-last:hover,
.navbar-scrolling .btn-nav-last:hover {
    border-color: #F5BB85;
    background: #000000;
    color: #fff;
}
.hero-wrapper {
    height: 100vh;
    min-height: 820px;
    max-height: 100vh;
    color: #f6f6f6;
    padding: 80px 0 0 0;
    background: url(../img/hero/hero-bg.png) no-repeat center bottom, linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.hero-container{
    max-width: 964px;
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.hero-container h1{
    font-style: normal;
    font-weight: 700;
    font-size: 64px;
    line-height: 120%;
    display: flex;
    align-items: center;
    text-align: center;
    background: linear-gradient(92.98deg, #FFFFFF 49.71%, rgba(255, 255, 255, 0) 97%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    max-width: 900px;
    margin: 0 0 48px 0;
}
@media (max-width: 992px) {
    .hero-wrapper {
        padding: 40px 0;
        min-height: 90vh;
        max-height: 90vh;
        background-position: top left 50%;
    }
}
.logo {
    max-width: 220px;
}
@media (min-width: 992px) {
    .hero-row {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: center;
    }
}
@media (max-width: 991px) {
    .hero-wrapper-left {
        max-width: 645px;
    }
}
@media (min-width: 992px) {
    .hero-wrapper-left {
        max-width: 762px;
    }
}
@media (max-width: 991px) {
    .services .services-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}
.services-inner {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.services-item:before{
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: 24px;
    width: 11px;
    height: 11px;
    background: url(../img/services/arrow-right-up.svg) no-repeat;
    visibility: hidden;
}
.services-item:hover{
    background: #000000;
    border: 1px solid #F5BB85;
}
.services-item:hover:before{
    background: url(../img/services/arrow-right-up-hover.svg) no-repeat;
}
@media (max-width: 991px) {
    .services-item {
        padding: 0 0 32px;
    }
}
#services{
    position: relative;
    z-index: 9;
    background: #1E1E20;
}
#services:before{
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 144px;
    background: url(../img/services/services-top.png) no-repeat;
    background-size: cover;
}
.services-caption {
    font-weight: 600;
    font-size: 22px;
    color: #0b1633;
}
.services-text {
    font-size: 16px;
}
.services-right-img .services-item-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.services-right-img .services-body {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
    padding-left: 32px;
}
.services-col{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}
.services-item{
    position: relative;
    width: calc(100%/3 - 5px);
    display: flex;
    align-items: center;
    background: #28282B;
    border: 1px solid #28282B;
    border-radius: 10px;
    padding: 30px 24px 30px 30px;
    margin-bottom: 9px;
}
#faq{
    padding-top: 140px;
    padding-bottom: 80px;
}
.faq-item-wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.faq-item{
    width: calc(50% - 15px);
    margin: 0 0 60px 0;
}
.faq-item:last-child{
    margin: 0;
}
.faq-title{
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #FFFFFF;
    margin: 0 0 30px 0;
}
.faq-content{
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: rgba(255, 255, 255, 0.7);
}
.h2-subtitle {
    max-width: 290px;
    line-height: 170%;
    padding-bottom: 32px;
}
.statistics {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.statistics-score {
    font-weight: 700;
    font-size: 60px;
    line-height: 70px;
    text-align: center;
    color: #F5BB85;
    padding-bottom: 18px;
}
.statistics-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 6px;
    width: 64px;
    height: 64px;
}
@media (max-width: 767px) {
    .statistics-score{
        font-size: 40px;
        line-height: 120%;
    }
    .statistics-img {
        margin: 0 auto;
    }
}
.statistics-top-img {
    text-align: center;
}
.statistics-top-img .statistics-img {
    margin: 0 auto 16px;
}
.statistics-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: rgba(255, 255, 255, 0.7);
    text-align: center;
    max-width: 300px;
    margin: 0 auto;
}
@media (max-width: 767px) {
    .statistics-text {
        font-size: 14px;
        max-width: 225px;
    }
}
.how-works {
    background: #19191B;
    padding-top: 140px;
    padding-bottom: 100px;
    border-bottom-right-radius: 90% 10%;
    position: relative;
}
.how-works .container{
    position: relative;
    z-index: 9;
}
@media (max-width: 767px) {
    .how-works {
        border-bottom-right-radius: 90% 3%;
        padding-top: 84px;
    }
}
.how-works:before {
    content: "";
    position: absolute;
    top: -187px;
    right: 0;
    width: 1136px;
    height: 1216px;
    background: url(../img/advantages/oval.svg) no-repeat right;
}
.how-works:after {
    content: "";
    position: absolute;
    top: -187px;
    left: 0;
    width: 1200px;
    height: 1589px;
    background: url(../img/advantages/oval-2.svg) no-repeat right;
}
@media (max-width: 991px) {
    .how-works:before {
        right: -330px;
    }
}
.how-works-row{
    padding: 0 0 48px 0;
    margin: 0 0 48px 0;
    position: relative;
}
.how-works-row:before{
    content: "";
    position: absolute;
    bottom: 0;
    background: #FFFFFF;
    opacity: 0.12;
    height: 1px;
    width: 100%;
}
.how-works-title {
    color: #fff;
}
.how-works-col {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}
.how-works-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 30px;
}
.how-works-item-inner {
    display: flex;
    align-items: flex-start;
}
.how-works-img {
    width: 100px;
    height: 100px;
    margin: 0 24px 0 0;
}
.how-works-caption {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
    margin-bottom: 16px;
}
.how-works-text {
    max-width: 500px;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 767px) {
    .how-works-text {
        font-size: 14px;
        min-width: 100%;
        margin: 16px 0 0 0;
    }
}
.how-works-white-items .how-works-col {
    counter-reset: number;
}
.how-works-white-items .how-works-img {
    position: relative;
}
.how-works-white-items .how-works-img img {
    max-height: 100%;
}
@media (max-width: 767px) {
    .how-works-white-items .how-works-item-inner {
        flex-wrap: wrap;
        padding: 0 16px;
    }
    .how-works-item{
        padding-bottom: 32px
    }
}
.advantages-pic{
    display: flex;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    width: 470px;
    height: 474px;
}
.footer-inner {
    background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
    color: #fff;
    padding-top: 80px;
    padding-bottom: 140px;
}
@media (max-width: 767px) {
    .footer-inner {
        padding-bottom: 44px;
    }
}
.footer-inner h2 {
    color: #fff;
    margin-bottom: 16px;
}
.footer-inner a {
    color: #fff;
}
.footer-item {
    opacity: 0.8;
}
.footer .footer-item {
    text-align: center;
    padding-bottom: 48px;
    margin-bottom: 48px;
    border-bottom: 1px solid #ffffff1f;
}
.footer-contacts {
    opacity: 0.8;
    padding-left: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 660px;
    margin: 0 auto;
}
.footer-contacts li {
    padding: 0 20px 0 40px;
}
@media (max-width: 767px) {
    .footer-contacts li {
        margin-bottom: 20px;
    }
}
.footer-phone {
    background: url(../img/footer/phone.svg) no-repeat left center;
}
.footer-address {
    max-width: 358px;
    background: url(../img/footer/pin.svg) no-repeat left center;
}
.modal-content {
   background: #1E1E20;
    box-shadow: 0px 24px 54px rgba(65, 62, 101, 0.2);
    border-radius: 16px;
}
.modal-header {
    border-bottom: none;
}
.modal-title {
    font-weight: 600;
    font-size: 40px;
    line-height: 120%;
    color: #FFFFFF;
}
@media (max-width: 991px) {
    .modal-title {
        padding-top: 50px;
    }
}
@media (max-width: 767px) {
    .modal-title {
        padding-top: 16px;
        font-weight: 600;
        font-size: 28px;
        line-height: 120%;
        padding-left: 0;
        text-align: left;
    }
}
@media (max-width: 767px) {
    .modal-dialog {
        margin: 16px;
    }
}
@media (max-width: 767px) {
    .contact-us-modal .btn-green {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .contact-us-modal .modal-col {
        padding-left: 0;
        padding-right: 0;
    }
}
.contact-us-modal .modal-header {
    padding-bottom: 90px;
}
@media (max-width: 767px) {
    .contact-us-modal .modal-header {
        padding-bottom: 30px;
    }
}
.contact-us-modal .form-group {
    margin-bottom: 60px;
}
@media (max-width: 767px) {
    .contact-us-modal .form-group {
        margin-bottom: 40px;
    }
}
.contact-us-modal .modal-dialog {
    max-width: 1170px;
}
@media (max-width: 991px) {
    .contact-us-modal .modal-dialog {
        max-width: 710px;
    }
}
.contact-us-modal .modal-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.contact-us-modal .footer-info{
    padding: 0 30px;
}
.contact-us-modal .footer-inner {
    position: relative;
    border-radius: 16px;
    background: #010101 url(../img/footer/pin-modal.svg);
    background-repeat: no-repeat;
    background-position: bottom right;
    padding: 32px 0 323px 0;
    overflow: hidden;
}
.contact-us-modal .footer-inner:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 606px;
    height: 384px;
    background: url(../img/footer/oval.png) no-repeat right;
}
@media (min-width: 992px) {
    .contact-us-modal .footer-inner {
        max-width: 385px;
    }
}
@media (max-width: 991px) {
    .contact-us-modal .footer-inner {
        margin: 0 32px 32px;
        background: #010101 url(../img/footer/pin-modal-tab.svg) no-repeat top right;
        padding: 32px 0;
    }
}
@media (max-width: 767px) {
    .contact-us-modal .footer-inner {
        display: none;
    }
}
.contact-us-modal .footer-inner .footer-item,
.contact-us-modal .footer-inner h2 {
    text-align: left;
}
.contact-us-modal .footer-inner h2 {
    font-size: 24px;
    margin-bottom: 8px;
}
@media (max-width: 991px) {
    .contact-us-modal .footer-contacts {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}
.contact-us-modal .footer-contacts li {
    margin-bottom: 40px;
}
@media (max-width: 991px) {
    .contact-us-modal .footer-contacts .footer-address {
        background-position: left top;
        margin-bottom: 0;
    }
}
.contact-us-modal .footer-item {
    padding-bottom: 80px;
}
@media (max-width: 991px) {
    .contact-us-modal .footer-item {
        padding-bottom: 48px;
    }
}
.contact-us-modal .modal-body {
    padding-bottom: 100px;
}
@media (max-width: 991px) {
    .contact-us-modal .modal-body {
        padding-bottom: 70px;
    }
}
.contact-us-modal .form-control:focus {
    border-color: #FF8D4C;
}
.modal-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media (min-width: 992px) {
    .modal-row {
        padding: 16px;
    }
}
@media (max-width: 991px) {
    .modal-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}
.modal .close {
    width: 50px;
    height: 32px;
    background: #28282A;
    border-radius: 32px;
    font-weight: 100;
    color: #0b1633;
    opacity: 1;
    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;
}
@media (max-width: 991px) {
    .modal .close {
        margin: 0;
    }
}
.coming-soon-text {
    color: #ea4226;
    font-weight: 700;
    font-size: 48px;
    line-height: 120%;
    max-width: 501px;
}
@media (min-width: 992px) {
    .coming-soon-text {
        margin-left: 219px;
        position: absolute;
        top: 26%;
    }
}
@media (max-width: 992px) {
    .coming-soon-text {
        margin: 26% auto 0;
        text-align: center;
    }
}
@media (max-width: 767px) {
    .coming-soon-text {
        font-size: 32px;
        line-height: 130%;
    }
}
.full-page-wrap {
    background: url(../img/corevalues.svg) center no-repeat #fafafa;
    background-size: 101% auto;
    max-height: 100vh;
    min-height: 100vh;
}
@media (max-width: 767px) {
    .full-page-wrap {
        padding: 0 20px;
    }
}
.form-caption {
    font-weight: 700;
    font-size: 24px;
    line-height: 110%;
    color: #181620;
    max-width: 206px;
    padding-bottom: 30px;
}


/*responsize*/
@media (max-width: 1024px) and (min-width:768px) {
    .pad-140-180 {
        padding-top: 140px;
        padding-bottom: 140px;
    }
    .hero-container h1{
        font-size: 56px;
        line-height: 120%;
    }
    .hero-wrapper {
        background: url(../img/hero/hero-bg-tab.png) no-repeat center center, linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
        background-size: 700px;
    }
    .how-works-row{
        padding: 0;
        margin: 0 0 64px 0;
    }    
    .services-item{
        position: relative;
        width: calc(50% - 5px);
    }
}
@media(max-width: 1024px){
    .navbar-container{
        padding: 15px;
    }
    .advantages-pic{
        margin: 34px auto 0 auto;
    }
    .how-works-row:before{
        display: none;
    }
    .faq-item {
        width: 100%;
        margin: 0 0 48px 0;
    }
}
@media (min-width: 768px){
    .navbar-expand-lg .navbar-collapse {
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .navbar-expand-lg .navbar-toggler {
        display: none;
    }
    .navbar-expand-lg .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }
}
@media (max-width: 767px) {
    .hero-wrapper {
        background: url(../img/hero/hero-bg-mob.png) no-repeat center center, linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
        background-size: 700px;
    }
    .hero-container h1{
        font-size: 32px;
        line-height: 120%;
        max-width: 345px;
    }
    .statistics-score {
        font-size: 40px;
        line-height: 120%;
    }
        .how-works-white-items .how-works-img img{
        width: 64px;
        height: 64px;
    }
    .how-works-img{
        width: 64px;
        height: 64px;
        margin: 0 20px 0 0;
    }
    .how-works-body{
        height: 64px;
        display: flex;
        align-items: center;
    }
    .how-works-caption{
        margin: 0;
    }
    .advantages-pic {
        margin: 16px auto 0 auto;
        max-width: 100%;
        height: initial;
    }
    .how-works-row{
        padding: 0;
        margin: 0 0 32px 0;
    }
    .statistics-item{
        margin: 0 0 48px 0;
    }
    .statistics-item:last-child{
        margin: 0;
    }
    #services:before{
        display: none;
    }
    .services-item{
        width: 100%;
        padding: 20px 21px 20px 13px;
    }
    #faq{
        padding-top: 84px;
        padding-bottom: 80px;
    }
    .faq-title{
        font-size: 20px;
        line-height: 24px;
        margin: 0 0 24px 0;
    }
    .faq-content{
        line-height: 160%;
    }
    .navbar-container {
        flex-direction: column;
    }
    .navbar-top .navbar-nav .nav-item {
        padding: 10px 5px;
    }
    .navbar-top .navbar-nav {
        margin: 10px auto;
    }
    .head-active-menu .btn-nav-last, .navbar-scrolling .btn-nav-last {
        margin: 0 auto;
    }
    #contactUsForm .btn-orange{
        width: 100%;
        max-width: 345px;
        margin: 0 auto;
    }
    .contact-us-modal .modal-body {
        padding-bottom: 16px;
    }
    .navbar-top .navbar-nav .nav-link:hover:before{
        display: none;
    }
}