html,
body {
    height: 100%;
    background-size: cover;
    font-weight: 400;
    font-family: 'Poppins', sans-serif !important;
    min-width: 100% !important;
    min-height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 16px;
}

.wrap {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
}

.content {
    flex: 1 0 auto;
}

.footer {
    flex: 0 0 auto;
    height: auto;
    padding: 5rem 0;
}

:focus {
    outline: none !important;
}

input::-moz-placeholder {
    color: #9C9C9C;
}

input:-moz-placeholder {
    color: #9C9C9C;
}

input:-ms-input-placeholder {
    color: #9C9C9C;
}

input::-webkit-input-placeholder {
    color: #9C9C9C;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 45px #fff inset !important;
}

h1, h2, h3, h4, h5, h6 {
    text-wrap: balance;
}

.bg-grey {
    background: #F6F6FE;
}

.breadcrumb {
    padding: 15px;
    margin-bottom: 0;
    list-style: none;
    background-color: #ffffff;
    border-radius: 0;
    border-bottom: 1px solid #D9D9D9;
    align-items: center;
    line-height: 1;
}

.breadcrumb > li > a,
.breadcrumb > .active {
    font-weight: 400;
    font-size: 12px;
    color: #9C9C9C;
}

.pad-box {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
}

.footer ul {
    padding-left: 0;
    text-transform: uppercase;
}

.footer ul > li {
    display: block;
    margin: 10px 0;
}

.footer ul > li > a {
    margin-right: 40px;
    color: #e3e3e3;
    text-decoration: none;
}

.footer ul > li > a:hover {
    color: #d3d3d3;
    text-decoration: none;
}

.footer small {
    color: #d3d3d3;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

.lang-dropdown .dropdown-menu {
    min-width: unset;
}

.dropdown-menu {
    border-radius: 0;
    padding: 0;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

.purchase-from .form-label {
    height: 34px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.form-control#fiat-input {
    padding: 6px 6px 6px 80px;
}

.navbar-brand {
    height: auto;
    padding-right: 0;
}

.navbar-brand > img {
    max-width: 250px;
}

.navbar {
    border-radius: 0;
    margin-bottom: 0;
}

.full-height {
    height: 100vh;
}

.socials a {
    color: #fff;
    margin: 0 5px;
}

.footer h4 {
    text-transform: uppercase;
}

.question, .answer {
    padding: 20px 10px 10px;
    margin-bottom: 5px;
}

.question:hover {
    cursor: pointer;
}

.answer p {
    font-size: 16px;
}

.answer {
    display: none;
}


#scrollTop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 24px;
    border: none;
    outline: none;
    color: rgba(0, 0, 0, .3);
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
    background-color: transparent;
}

.post-body {
    min-height: 100px;
    margin-bottom: 20px;
}

.italic {
    font-style: italic;
}

.no-js #loader {
    display: none;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

.se-pre-con {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(/web/img/spinner.svg) center no-repeat #fff;
    background-size: 100px;
}

.menu > li > a {
    font-weight: 600;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.navbar {
    border: none;
    border-bottom: 1px solid transparent;
}

.dropdown-item:not(:last-of-type) {
    border-bottom: 1px solid #fff;
}

.dropdown-item {
    padding: 0.7rem 1.5rem;
}

.footer-logo {
    display: block;
}

.footer-logo img {
    width: 189px;
    height: 57px;
}

.login-button a {
    font-weight: 500;
    font-size: 1rem;
    line-height: 125%;
    color: #140E34 !important;
    border: 2px solid #140E34;
    border-radius: 2px;
    transition: .4s;
    background: transparent;
    min-width: 123px;
    text-align: center;
}

.login-button a:hover, .login-button a:focus {
    background-color: #663DE7 !important;
    border-color: #663DE7 !important;
    color: #fff !important;
}

a.footer-link {
    font-size: 0.875rem;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
    padding: 1.3rem 1rem;
}

.footer-links {
    margin-bottom: 60px;
}

.card-logos {
    background: #FFFFFF;
    border-radius: 3px;
    padding: 0.625rem;
    width: 126.85px;
}

.footer-pic .text {
    padding: 0 20px;
    width: 100%;
    max-width: 485px;
}

.footer-pic .text h4 {
    font-weight: bold;
}

.footer-pic .container {
    height: 100%;
}

.company-info {
    color: #000;
    font-size: 14px;
}

.button:visited,
.button {
    background-color: #140E34;
    display: inline-block;
    padding: 20px;
    text-align: center;
    color: #ffffff;
    font-size: clamp(16px, 1.1vw, 18px);
    border-radius: 4px;
    transition: .3s;
}

form#price button:hover,
.button:hover {
    background-color: #6C4FDD;
    cursor: pointer;
    color: #ffffff;
}

.footer-pic a:hover, .footer-pic a:focus {
    text-decoration: none;
}

.main-screen {
    min-height: calc(100vh - 194px);
    position: relative;
}

.main-screen > div:first-child {
    z-index: 10;
}

form#price {
    background-color: #fff;
    color: #000;
    padding: 40px;
    border-radius: 8px;
}

form#price h4 {
    margin: 0 0 12px;
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    text-align: center;
    letter-spacing: 0.03em;
    color: #140E34;
}

form#price input {
    width: 100%;
    padding: 8px;
    border: 1px solid #D9D9D9;
    border-radius: 2px;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    text-transform: uppercase;
    color: #9C9C9C;
    transition: .4s;
}

.form-control:focus {
    border: 1px solid #140E34;
    box-shadow: none;
}

form#price input:focus {
    border: 2px solid #4928A5;
    box-shadow: none;
}

form#price select {
    border: 1px solid #D9D9D9;
    border-radius: 2px;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #3D3D3D;
}

.safe {
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    color: #505050;
}

.safe:before {
    content: '';
    background: url('/web/img/safety-certificate-fill.svg') no-repeat center/contain;
    display: inline-block;
    width: 18px;
    height: 18px;
    position: relative;
    top: 5px;
    margin-right: 6px;
}

form#price button {
    width: 100%;
    display: block;
    font-size: 16px;
    border: none;
    padding: 15px 0;
    position: relative;
    background: #140E34;
    border-radius: 2px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    transition: .4s;
}

select:focus, button:focus, input:focus {
    outline: none;
}

.main-screen .text p {
    font-size: 20px;
}

a:hover {
    text-decoration: none;
}

.video div {
    position: relative;
    display: block;
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
}

.video > div:first-child {
}

.video h2 {
    font-weight: bold;
}

#contact {
    color: #fff;
    background-image: url("/web/img/FAQ.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #030f2f;
    background-attachment: fixed;
}

.video video {
    object-fit: cover;
}

.video .play {
    width: 100px;
    height: 100px;
    background-image: url(/web/img/play.svg);
    background-size: 100%;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    background-repeat: no-repeat;
}

.video .play:hover {
    cursor: pointer;
}

.blog .panel {
    border-color: #E6E7E2;
    border-radius: 0;
}

.post-body small {
    font-size: 14px;
    color: #a3a3a3;
}

.post-body h4 {
    font-weight: bold;
    font-size: 26px;
}

.post-body h4 > a {
    color: #000;
}

.post-body p {
    font-size: 18px;
}

.wallets-description {
    background: #E6E7E2;
    padding: 40px;
    color: #000213;
}

.wallets-description h2 {
    text-align: center;
}

.wallets-list {
    background-color: #0B1879;
    color: #fff;
}

.wallets-list h3 {
    font-size: 30px;
    font-weight: bold;
}

.wallets-list p {
    font-size: 18px;
}

.faq-item {
    border-bottom: 1px solid #E7EAEE;
}

.question h5 {
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    color: #140E34;
}

.contact-info {
    padding: 40px 0px;
    justify-content: center;
    border-top: 1px solid #F5F5F5;
}

.contact-info .item {
    display: flex;
    flex-direction: column;
    width: 250px;
    margin: 0 auto;
    align-items: center;
    text-align: center;
    padding: 20px 0;
}

.contact-info .item > div:first-child {
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    padding: 5px;
    background-color: #663DE7;
}

.contact-info .item > div:last-child {
    padding: 10px 0;
}

.contact-info .item p {
    font-size: 18px;
    margin-bottom: 5px;
}

.contact-info .item a {
    font-weight: 400;
    line-height: 150%;
    text-align: center;
    letter-spacing: 0.03em;

    color: #3D3D3D;

}

.contact-form-wrap {
    width: 100%;
    padding: 40px;
    background-image: url("/web/uploads/map.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.contact-form {
    padding: 40px;
    background-color: #fff;
    margin: 0 auto;
    border-radius: 5px;
}

.contact-form h1 {
    color: #000;
}

.form-control {
    padding: 13px;
    height: 48px;
    border: 1px solid #D3D3D3;
    border-radius: 2px;
    box-shadow: none;
}

textarea.form-control {
    height: 143px;
    width: 100%;
    max-width: 848px;
}

.contact-button {
    background: #663DE7;
    border-radius: 2px;
    border: 2px solid #663DE7;
    width: 191px;
    font-size: 16px;
    padding: 15px;
    color: #ffffff;
    box-shadow: none !important;
    transition: .4s;
}

.contact-form .contact-button,
.contact-button:hover {
    background: #140E34;
    border-color: #140E34;
    cursor: pointer;
}

.contact-form .contact-button:hover  {
    background: #663DE7;
    border-color: #663DE7;
    cursor: pointer;
}

#contact-form{
    margin: 0 auto;
}

#contact-form,
#contact .container {
    max-width: 848px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #030f2f;
}

.nav-pills > li > a {
    border-radius: 0;
}

.post {
    margin-top: 100px;
}

.post h2 {
    margin-bottom: 100px;
}

.post p {
    font-size: 18px;
}

.post-date {
    color: #C4C4C4;
    font-size: 0.875rem;
    line-height: 140%;
}

.other .date {
    font-size: 0.875rem;
    color: #C4C4C4;
    margin: 20px 0;
}

.other h4 {
    font-weight: bold;
    font-size: 26px;
}

.other h4 > a {
    color: #10101A;
}

.other p {
    font-size: 18px;
    color: #000213;
}

.whois {
    background-color: #E6E7E2;
    padding: 80px 0;
}

.about-items {
    padding: 80px 0;
}

.about-items h4 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 40px;
}

.about-items p {
    font-size: 18px;
}

.about-items .row, .about-items .col-md-4 {
    margin-bottom: 40px;
}

.footer-pic .inner {
    background-color: #fff;
    width: 90%;
    text-align: center;
    margin: 0 auto;
    padding: 40px 0;
}

.wallets {
    width: 100%;
    min-height: 786px;
    height: calc(100vh - 152px);
    background-image: url("/web/img/wallet.svg");
    background-color: #ffffff;
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: top right;
    position: relative;
    color: #3D3D3D;
    margin-top: -47px;
}

.wallets-items .button,
.wallets .button{
    min-width: 278px;
}

.wallets-items__icon {
    width: 100px;
    height: 100px;
    padding: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #663DE7;
    margin: 0 auto 15px;
}

.text-box:hover .wallets-items__icon,
.advantages .item:hover .wallets-items__icon {
    background: #ffffff;
}

.text-box:hover svg path,
.advantages .item:hover svg path{
    fill:#140E34;
}

.why {
    background: #140E34;
    color: #ffffff;
}

.blog-preview-item__title{
    line-height: 1;
}

.blog-preview-item__title > a {
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 140%;
    color: #000000;
}

.blog-preview-item__date {
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 140%;
    color: #9C9C9C;
}

.blog-preview-item__button .button {
    min-width: 131px;
    padding: 0.625rem;
    border: 2px solid #663DE7;
    background: transparent;
    color: #713FDC;
    border-radius: 4px;
}

.blog-preview-item__title > a:hover,
p > a,
.accordion .card-body a {
    color:#713FDC;
    text-decoration: underline;
}

p > a:hover,
.accordion .card-body a:hover {
    text-decoration: none;
}

@media (max-width: 767px) {
    .home form#price .col-md-4 {
        margin-bottom: 20px;
    }

    .nav li > form > button.logout {
        display: block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }

    .navbar-brand > img {
        max-width: 150px;
    }

    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
        background-color: transparent;
    }

    .navbar-toggle {
        margin-top: 22px;
    }

    .navbar-collapse {
        position: absolute;
        background-color: rgb(255, 255, 255);
        width: 100%;
        border-bottom: 1px solid rgb(201, 201, 201);
        max-height: 500px !important;
        top: 65px;
        z-index: 9;
        left: 0;
    }

    .navbar-collapse.in, .navbar-collapse.collapsing {
        overflow: hidden !important;
        border-bottom: 1px solid #c9c9c9;
    }

    .login-button {
        margin-bottom: 20px;
    }

    .footer-links {
        margin-bottom: 20px;
    }

    .footer-pic {
        min-height: 250px;
        background-position: left;
        padding: 40px 0;
    }

    .footer-pic .text h4 {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .footer-pic .text p {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .main-screen {
        min-height: unset;
    }

    .main-screen .text {
        position: unset;
        top: 0;
        left: 0;
        transform: none;
    }

    .main-screen .pic {
        display: none;
    }

    form#price {
        grid-template-columns: 100%;
        grid-gap: 15px;
        margin: 40px 0;
        width: 100%;
    }

    form#price button {
        position: unset;
        margin-top: 30px;
    }

    form#price input {
        width: 100%;
    }

    .main-screen .text h2 {
        font-size: 36px;
    }

    .advantages, .best .info {
        padding: 40px 0;
    }

    .advantages .col-md-4 {
        margin-bottom: 40px;
    }

    .advantages img {
        display: block;
        margin: 0 auto;
    }

    .advantages h3, .best h2, .video h2, .wallets h1 {
        font-weight: bold;
        text-align: center;
    }

    .advantages p, .best p, .wallets p {
        font-size: 18px;
    }

    .best button {
        width: 100%;
    }

    .video > div:first-child {
        padding: 20px;
    }

    .video p {
        text-align: center;
    }

    .wallets {
        background-position: right;
    }

    .wallets .text {
        padding: 30px;
    }

    .wallets-list {
        padding: 20px;
    }

    .wallets-list h3 {
        text-align: center;
    }

    .wallets-list img {
        display: block;
        margin: 15px auto;
    }

    .hide-mob {
        display: none;
    }

    .contact-info .col-md-4 {
        margin-bottom: 40px;
    }

    .contact-form {
        width: 100%;
        margin: 0 auto;
    }

    .contact-button {
        width: 100%;
    }

    .about .text {
        padding: 20px;
    }

    .about {
        background-position: left;
    }

    .contact-info {
        background-size: cover;
    }

    .navbar-collapse {
        background-color: #000000;
    }
}

h1, h2, h3, h4 {
    font-weight: bold;
}


h1, .h1 {
    font-weight: 600;
    font-size: clamp(2.188rem, 5vw, 3.25rem);
    line-height: 140%;
    margin-bottom: 26px;
    color: #000000;
}

h2, .h2 {
    font-weight: 600;
    font-size: 32px;
    line-height: 140%;
}


.page-title h1 {
    font-weight: 600;
    font-size: 2rem;
    line-height: 140%;
    color: #140E34;
}

.home {
    width: 100%;
    min-height: 761px;
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
}

.tradingview-widget-container {
    position: absolute;
    top: 80px;
    left: 0;
    z-index: 10;
}

.home .text p {
    font-size: 18px;
}

.advantages .item {
    padding: 30px;
    transition: .4s;
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
    border-radius: 8px;
}

.advantages .item:hover {
    background-color: #140E34;
    color: #fff;
}

.page-wrapper {
    padding-top: 4.5rem;
}

.advantages .grid,
.wallets-items {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
    margin-top: -7rem;
    position: relative;
}

.wallets-items .h3 {
    min-height: 70px;
    font-weight: 700;
    font-size: clamp(20px, 1.2vw, 24px);
    line-height: 140%;
    text-align: center;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.wallets-items p {
    font-size: 16px;
    padding: 20px 0;
}

.text-box {
    padding: 20px;
    background: #FCFCFC;
    border-radius: 8px;
    transition: .3s;
}

.text-box:hover {
    background: #140E34;
    color: #fff;
    filter: drop-shadow(0px 30.1471px 24.1177px rgba(0, 0, 0, 0.0456112)) drop-shadow(0px 12.5216px 10.0172px rgba(0, 0, 0, 0.035)) drop-shadow(0px 4.5288px 3.62304px rgba(0, 0, 0, 0.0243888));
    transform: translateY(-10px);
}

.text-box:hover .wallets-items__icon

.contact-form h2, .contact-form p {
    text-align: center;
}

.d-grid,
.grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
    justify-content: center;
}

.grid-col-2 {
    grid-template-columns: repeat(2, 1fr);
}

.grid-col-3 {
    grid-template-columns: repeat(3, 1fr);
}

.contact-grid {
    grid-template-columns: 70% 30%;
}

.accordion .card {
    border: none;
}

.accordion .card-header {
    background: transparent;
    display: flex;
    align-items: center;
    position: relative;
}

.accordion .card .card-header:before {
    content: '';
    display: inline-block;
    width: 38px;
    height: 38px;
    min-width: 38px;
    background: #713FDC;
    float: left;
    left: 0;
    border-radius: 50%;
    transition: .3s;
}

.accordion .card .card-header:after {
    content: "";
    position: absolute;
    z-index: 3;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 7px solid;
    border-left-color: #fff;
    left: 36px;
    top: calc(50% - 4px);
    transition: all .4s;
    margin: auto;
}

.accordion .card.active .card-header:after {
    transform: rotate(90deg);
}

.accordion .card.active .card-header:before {
    background: #140E34;
}

.accordion .card-header button {
    font-weight: 600;
    font-size: 1rem;
    line-height: 140%;
    color: #140E34;
    text-transform: uppercase;
    text-align: left;
}

.accordion .card-body {
    font-weight: 400;
    font-size: 1rem;
    line-height: 140%;
    color: #140E34;
    padding: 1.25rem 2rem;
}

.other-item img {
    height: 260px;
    object-fit: cover;
}

.other-item {
    max-width: 450px;
}

.post > img {
    height: 591px;
    object-fit: cover;
}

.btc1 {
    left: 0;
    bottom: 7rem;
}

.btc2{
    right: 0;
    top: 3rem;
}

.smart1 {
    left: 0;
    right: 0;
}

.smart2 {
    right: 0;
    top: 3rem;
}
@-webkit-keyframes backInRight {
    0% {
        -webkit-transform: translateX(2000px) scale(0.7);
        transform: translateX(2000px) scale(0.7);
        opacity: 0.7;
    }

    80% {
        -webkit-transform: translateX(0px) scale(0.7);
        transform: translateX(0px) scale(0.7);
        opacity: 0.7;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}
@keyframes backInRight {
    0% {
        -webkit-transform: translateX(2000px) scale(0.7);
        transform: translateX(2000px) scale(0.7);
        opacity: 0.7;
    }

    80% {
        -webkit-transform: translateX(0px) scale(0.7);
        transform: translateX(0px) scale(0.7);
        opacity: 0.7;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}
.backInRight {
    -webkit-animation-name: backInRight;
    animation-name: backInRight;
}
@media screen and (min-width: 992px) {

    .navbar-collapse {
        justify-content: space-between;
    }

    .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
    }

    .navbar-expand-lg .navbar-nav .nav-link,
    .menu > li > a {
        padding-left: 1.875rem !important;
        padding-right: 1.875rem !important;
    }

    .navbar {
        min-height: 80px;
    }

    .footer-pic {
        min-height: 650px;
    }

    .footer-pic .text h4 {
        font-size: 40px;
        margin-bottom: 30px;
    }

    .footer-pic .text p {
        font-size: 20px;
        margin-bottom: 30px;
    }

    .main-screen {
        display: grid;
        grid-template-columns: 45% 55%;
    }

    .main-screen div {
        position: relative;
    }

    .main-screen .text h2 {
        font-size: 64px;
        margin-bottom: 30px;
    }

    .advantages .col-md-4 {
        border-right: 1px solid rgba(255, 255, 255, .3);
        min-height: 400px;
    }

    .advantages .col-md-4:last-child {
        border: none;
    }

    .advantages h3 {
        font-weight: bold;
        font-size: 24px;
        margin: 30px 0;
        text-align: center;
    }

    .advantages p {
        font-size: 16px;
    }

    .best h2 {
        font-size: 40px;
        font-weight: bold;
        margin-bottom: 40px;
    }

    .best p {
        font-size: 16px;
        margin-bottom: 40px;
    }

    .video h2 {
        font-size: 40px;
        text-align: center;
        margin: 40px 0;
    }

    .video p {
        font-size: 24px;
        text-align: center;
    }

    .about {
        background-position: center;
    }
}

@media (max-width: 768px) {
    .footer,
    .pad-box {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .page-wrapper {
        padding-top: 3rem;
    }

    .contact-grid,
    .grid-col-2,
    .grid-col-3,
    .grid {
        grid-template-columns: 1fr;
    }

    .accordion .card-header h5 {
        display: inline-block;
        max-width: 80%;
    }
}