* {
    margin: 0;
    padding: 0;
}

html {
    font-size: 16px;
}

body {
    font-family: "Open Sans", sans-serif;
}

a {
    text-decoration: none;
}

.header {
    width: 100%;
    background-color: #fff;
    height: 70px;
    z-index: 100;
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hide-desktop {
    display: none;
}

.header-navigation {
    max-width: 1140px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-logo {
    max-width: 18%;
    margin-right: 20px;
    width: 100%;
}

.header-logo img {
    max-width: 258px;
    width: 100%;
    max-height: 34px;
    height: auto;
}

.header-menu {
    display: flex;
    align-items: center;
}

.header-menu a {
    margin-right: 20px;
    color: #000000;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 1rem;
}

.header-menu-active {
    color: #0081C9 !important;
}

.header-phone {
    color: #03368C !important;
    font-weight: 600 !important;
}

.first-screen {
    position: relative;
    overflow: hidden;
}

#p1 {
    position: absolute;
    right: 10px;
    bottom: 240px;
}

#p2 {
    position: absolute;
    top: -50%;
    left: 64%;
    z-index: 1;
}

#p3 {
    position: absolute;
    top: 33%;
    left: 168px;
    z-index: 3;
}

#p4 {
    position: absolute;
    left: 0;
    top: 30%;
    z-index: 2;
    animation: topDown 4s infinite ease-in-out;
}

#advantages {
    position: relative;
}

#p5 {
    position: absolute;
    left: 0;
    top: 11%;
    z-index: 2;
    animation: topDown 4s infinite ease-in-out;
}

#p6 {
    position: absolute;
    top: 14%;
    left: 168px;
    z-index: 3;
}

#p7 {
    position: absolute;
    top: 32%;
    right: 7%;
    animation: topDown 8s infinite ease-in-out;
}

#p8 {
    position: absolute;
    top: 46%;
    right: 11%;
}

#aboutus {
    position: relative;
}

#p9 {
    position: absolute;
    top: 8%;
    left: 0;
    z-index: 3;
    animation: topDown 10s infinite ease-in-out;
}

#p10 {
    position: absolute;
    left: 150px;
    bottom: 100px;
}

#p11 {
    position: absolute;
    right: 19%;
    top: 50%;
    z-index: 4;
}

#p12 {
    position: absolute;
    right: 15%;
    top: 49%;
    z-index: 3;
    animation: topDown 4s infinite ease-in-out;
}

.another-products {
    position: relative;
    z-index: 5;
}

#aboutus {
    overflow: hidden;
}

@keyframes topDown {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(50px);
    }
    100% {
        transform: translateY(0);
    }
}

.first-screen-right-column img {
    position: relative;
    z-index: 2;
}

.first-screen {
    background-color: #44B7E8;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    width: 100%;
    padding-top: 70px;
    min-height: 735px;
    display: flex;
    justify-content: center;
}

.container {
    max-width: 1140px;
    width: 100%;
}

.row {
    display: flex;
}

.h1 {
    color: white;
    font-size: 2.8rem;
    font-weight: bold;
}

.left-line {
    position: relative;
}

.left-line:before {
    content: '';
    position: absolute;
    height: 4px;
    width: 165px;
    background-color: #fff;
    left: 0;
    bottom: -15px;
}

.first-screen-h1-margin {
    margin-top: 70px;
    margin-bottom: 70px;
}

.first-screen-list {
    list-style: none;
}

.h4 {
    color: white;
    font-weight: 600;
    font-size: 0.875rem;
}

.regular-white-text {
    color: white;
    font-weight: 400;
    font-size: 0.875rem;
}

.first-screen-list li:not(:last-child) {
    margin-bottom: 17px;
}

.first-screen-left-column {
    max-width: 58%;
    width: 100%;
    position: relative;
    z-index: 5;
}

.first-screen-right-column {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 42%;
    width: 100%;
}

.first-screen-right-column img {
    margin-top: 50px;
}

.download-btn {
    font-size: 1rem;
    color: #147AA6;
    max-width: 195px;
    width: 100%;
    height: 38px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 19px;
    margin-top: 40px;
}

.h2 {
    color: #292929;
    font-size: 2.375rem;
    font-weight: bold;
}

.section-title {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-top: 60px;
    margin-bottom: 40px;
}

.section-title span {
    background-color: #44B7E8;
    height: 4px;
    width: 80px;
    display: block;
    margin-top: 15px;
}

.container-center {
    margin: 0 auto;
}

.center-text {
    text-align: center;
    color: #292929;
    font-size: 1rem;
    line-height: 1.5rem;
}

.advantage-items {
    width: 100%;
    margin-top: 40px;
}

.advantage-col {
    max-width: 25%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.advantage-col img {
    margin-bottom: 35px;
}

.advantage-col p {
    font-weight: 600;
    color: #063782;
    text-align: center;
}

.text-margin {
    margin: 40px 0;
}

.second-bg {
    background-color: #F5F7FB;
}

.section-padding {
    padding-bottom: 60px;
}

.callback-form {
    box-shadow: 0 4px 9px rgba(0, 0, 0, 0.1);
    border-radius: 25px;
    padding: 35px 0 25px 0;
    max-width: 750px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.form-group {
    position: relative;
    max-width: 580px;
    width: 100%;
    margin-bottom: 20px;
}

.form-group img {
    position: absolute;
    left: -38px;
}

.form-group input {
    border: none;
    border-bottom: 1px solid #B6B6B6;
    padding-bottom: 4px;
    outline: none;
    font-size: 1rem;
    max-width: 543px;
    width: 100%;
    box-sizing: border-box;
}

.form-group textarea {
    outline: none;
    max-width: 543px;
    width: 100%;
    border: none;
    font-size: 1rem;
    resize: none;
    font-family: "Open Sans", sans-serif;
}

.submit-btn {
    box-shadow: 0px 8px 9px rgba(31, 155, 207, 0.33);
    background: #37B6EC;
    border-radius: 21px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 1.125rem;
    color: white;
    outline: none;
    border: none;
    min-width: 220px;
    height: 43px;
    cursor: pointer;
    transition: .5s all;
}

.submit-btn:hover {
    transition: .5s all;
    background: #329fcf;
}

.form-group-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.current-symbol-wrapper {
    color: #C2C2C2;
    font-size: 0.875rem;
    font-weight: 400;
}

.section-title b {
    color: rgba(68, 183, 232, 1);
}

.section-title-second span {
    max-width: 276px;
    width: 100%;
}

.another-product-item {
    max-width: 25.3%;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 40px;
    font-weight: 600;
    color: #292929;
}

.another-product-item p {
    margin-top: 20px;
}

.another-product-item-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 228px;
    width: 100%;
}

.another-products {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.footer {
    background-color: #4DB0DA;
    min-height: 161px;
    width: 100%;
    display: flex;
    align-items: center;
}

.footer-col {
    max-width: 33.3%;
    width: 100%;
}

.footer-contact-item {
    display: flex;
    align-items: flex-start;
}

.footer-contact-item img {
    margin-right: 15px;
}

.footer-contact-item p,
.footer-contact-item a {
    color: white;
    font-size: 1rem;
    line-height: 1.5rem;
}

.footer .container {
    display: flex;
    align-items: center;
}

.mobile-btn {
    display: none;
}

.mobile-btn div {
    width: 30px;
    height: 4px;
    background-color: #03368C !important;
    margin: 5px 0;
}

.btn-widget {
    position: fixed;
    right: 50px;
    bottom: 50px;
    z-index: 100;
}

.btn-widget img {
    width: 68px;
    height: 68px;
}

.loader-wrapper {
    position: fixed;
    height: 100vh;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 111;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader-inner {
    max-width: 400px;
    padding: 10px;
    height: 150px;
    background-color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.table {
    width: 100%;
    border-color: #DCDCDC;
    border: 1px solid #DCDCDC;
}

table {
    border-collapse: collapse;
}

.blue-td {
    background-color: #44B7E8;
    color: white;
    font-weight: 600;
}

.table td {
    text-align: center;
    height: 50px;
}

.table table {
    width: 100%;
}

.table tbody td {
    width: 100px;
}

.table table td:not(:last-child) {
    border-right: 1px solid #DCDCDC;
}

.table tbody tr:nth-child(even) td {
    background-color: #F6F6F4;
}

.bold-text {
    color: #292929;
    font-weight: bold;
    font-size: 16px;
    margin-top: 15px;
}

.text {
    font-size: 16px;
    color: #292929;
}

@media (max-width: 1200px) {
    section {
        padding: 10px;
    }
    .header {
        padding: 0 10px;
    }
}

@media (max-width: 1100px) {
    .header-menu {
        display: none;
        position: absolute;
        right: 0;
        flex-direction: column;
        top: 50px;
        z-index: 5;
        width: 100%;
        background-color: #fff;
        border-top: 1px solid rgba(0, 0, 0, 0.2);
    }
    .header-menu a {
        margin: 10px 0;
    }
    .header {
        position: fixed;
    }
    .mobile-btn {
        display: block;
        position: absolute;
        right: 30px;
        cursor: pointer;
    }
    .header-logo {
        max-width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .header-logo_inner {
        display: flex;
        max-width: 85%;
        justify-content: space-between;
    }
    .nice-select.hide-desktop {
        margin-right: 60px;
    }
}

@media (max-width: 800px) {
    .text {
        font-size: 14px;
    }
    .table tbody td {
        padding: 0;
    }
    .first-td {
        width: 100px !important;
    }
    .table td {
        padding: 0;
    }
    .table {
        overflow-x: auto;
        display: block;
        width: 920px;
    }
    .container-table {
        overflow-x: auto;
    }
    .header {
        height: 50px;
    }
    #advantages {
        overflow-x: hidden;
    }
    .hide-desktop {
        display: block;
    }
    .btn-widget {
        right: 10px;
        bottom: 10px;
    }
    .btn-widget img {
        width: 50px;
        height: 50px;
    }
    .first-screen-h1-margin {
        margin: 20px 0;
    }
    .h1 {
        font-size: 1.5rem;
    }
    .footer-col {
        margin: 10px 0;
    }
    .download-btn {
        margin: 20px auto 0 auto;
    }
    html {
        font-size: 14px;
    }
    .first-screen .row {
        flex-direction: column;
    }
    .first-screen img {
        max-width: 100%;
        height: auto;
    }
    .first-screen-left-column {
        max-width: 100%;
    }
    .first-screen-right-column {
        max-width: 100%;
    }
    .first-screen-right-column img {
        margin-top: 10px;
    }
    .advantage-items {
        flex-wrap: wrap;
    }
    .advantage-col {
        max-width: 50%;
        margin-bottom: 20px;
    }
    .text-margin {
        margin: 20px 0;
    }
    .advantage-items-second .advantage-col {
        margin-bottom: 0;
    }
    .advantage-items-second img {
        margin-bottom: 0;
    }
    .section-title {
        padding-top: 20px;
        margin-bottom: 30px;
    }
    .h2 {
        font-size: 2rem;
        text-align: center;
    }
    .section-padding {
        padding-bottom: 20px;
    }
    .form-group {
        width: 65%;
    }
    .form-group-row {
        flex-direction: column;
    }
    .current-symbol-wrapper {
        margin-bottom: 10px;
    }
    .another-product-item {
        max-width: 50%;
    }
    .footer .container {
        flex-direction: column;
    }
    .footer {
        padding: 10px;
        width: auto;
    }
    .footer-col {
        max-width: 100%;
    }
    .first-screen {
        width: auto;
    }
    .another-product-item-inner img,
    .advantage-col img {
        max-width: 100%;
    }
    .header {
        width: 100%;
    }
}

@media (max-width: 1200px) {
    #p1,
    #p2,
    #p3,
    #p5,
    #p6,
    #p8,
    #p10,
    #p11,
    #p12 {
        display: none;
    }
    #p7 {
        top: 28%;
        right: -9%;
        max-width: 222px;
        height: auto;
    }
    #aboutus {
        z-index: 10;
    }
    #p9 {
        z-index: -1;
        max-width: 160px;
        height: auto;
    }
}

@media (max-width: 600px) {
    .header-logo img {
        max-width: 180px;
    }
}