@import url('reset.css');

@font-face {
    font-family: "Roboto-Regular";
    src: url('../fonts/Roboto/Roboto-Regular.ttf');
    font-display: swap;
}

@font-face {
    font-family: "Roboto-Medium";
    src: url('../fonts/Roboto/Roboto-Medium.ttf');
    font-display: swap;
}

@font-face {
    font-family: "Roboto-Light";
    src: url('../fonts/Roboto/Roboto-Light.ttf');
    font-display: swap;
}

@font-face {
    font-family: "Roboto-Thin";
    src: url('../fonts/Roboto/Roboto-Thin.ttf');
    font-display: swap;
}

@font-face {
    font-family: "Roboto-Bold";
    src: url('../fonts/Roboto/Roboto-Bold.ttf');
    font-display: swap;
}


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

* {
    font-family: "Roboto-Regular";
    font-size: 18px;
    color: black;
    margin: 0;
    text-decoration: none;
    outline: none !important;
}


body .container {
    max-width: 980px;
}

body {
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #9ab2c8;
}

a:hover {
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    color: #324158;
}

.header {
    padding-top: 7px;
    padding-bottom: 7px;
    border: 1px solid #EDEDED;
    background-color: white;
}

.img-menu:hover {
    background-color: rgb(245, 245, 245);
    border: 0px solid transparent;
    border-radius: 5;
}

.block-switch-lang {
    margin-right: 15px;
}

.switch-lang {
    color: rgb(187, 187, 187);
    height: 32px;
    width: 32px;
    line-height: 32px;
    text-align: center;
    border: none;
    font-size: 12px;
    text-decoration: none;
    background-color: white;
}

.switch-lang:hover {
    border: 1px solid rgb(131, 131, 131);
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
    color: rgb(131, 131, 131);
    text-decoration: none;
}

.lang-select {
    padding: 5px;
}

.lang-active {
    border: 0 solid black;
    border-bottom-width: 1px;
    color: #404046;
}

.auth-btn-drop {
    background-color: white;
}

.dropdown-lang {
    background-color: white;
}

.dropdown-menu {
    min-width: 50px;
}


.nav-link {
    color: #7e89a1;
}

.nav-link:hover {
    color: #7e89a1;
    border-bottom: 1.5px solid #7e89a1;
}

.main-top-link {
    color: #6c6aff;
}

.main-top-link:hover {
    border-bottom: 1.5px solid #6c6aff;
    height: 42.4px;
}

.main-top-link:hover {
    color: #6c6aff;
}

.navbar .main-top-link {
    padding-bottom: 8px;
}

.nav-link-auth {
    color: #504ac0;
}

.nav-link-auth:hover {
    color: #504ac0;
    border-color: #504ac0;
}

.logo-a {
    background-color: #6c63ff;
    color: white;
    width: 200px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    border-radius: 5px;
    font-family: "Roboto-Medium", serif;
    border: 1px solid #6c63ff;
    transition-duration: 0.5s;
}

.navbar-brand .logo-a {
    margin-right: 0px;
}

.logo-a:hover {
    background-color: transparent;
    transition-duration: 0.5s;
    text-decoration: none;
}


.content-img {
    background-image: url('../src//images/background.png');
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 150px;
    margin-bottom: 50px;
}

.phone-img {
    display: block;
    width: 304px;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.info-unblock {
    margin-bottom: 90px;
}

.info-block {
    text-align: center;
}


.info-block-title {
    font-family: "Roboto-Bold";
}

.info-block-subtitle {
    font-family: "Roboto-Regular";
    color: #757B87;
    margin-bottom: 50px;
}

.steps {
    text-align: center;
    margin-bottom: 50px;
}

.steps img {
    width: 228px;
    height: 228px;
}

.title-light-step {
    margin: 0;
    padding: 0;
    margin-top: 10px;
    color: #c7c7d9;
}

.title-step {
    font-weight: 700;
}

.description-step {
    color: #6C737F;
}

.info-line {
    border-bottom: 2px solid #F0F0F7;
    padding-top: 125px;
}

.partners {
    text-align: center;
    margin-bottom: 60px;
}

.logo-partners {
    height: 64px;
    width: 190px;
}

.title-partners {
    font-family: "Roboto-Bold";
    margin-bottom: 30px;
}

.contact-us {
    background-color: #FCFCFC;
    text-align: center;
    padding-bottom: 30px;
    margin-bottom: 80px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.089) inset;
}

.title-cont-us {
    margin-top: 35px;
    margin-bottom: 35px;
    font-family: "Roboto-Bold";
}

.subtitle-cont-us {
    margin-bottom: 40px;
    color: #6C737F;
}

.form-contact-us {
    max-width: 510px;
}

.contact-input {
    height: 50px;
    width: 100%;
    background-color: white;
    margin-bottom: 20px;
    border: 1px solid rgb(223, 223, 223);
    border-radius: 5px;
    padding-left: 15px;
}

.contact-input:hover, .contact-input:focus {
    border-color: #6c6aff;
}

.contact-input-area {
    width: 100%;
    height: auto;
    background-color: white;
    margin-bottom: 20px;
    border: 1px solid rgb(223, 223, 223);
    padding-left: 15px;
    padding-top: 5px;
    border-radius: 5px;
}

.contact-input-area:hover, .contact-input-area:focus {
    border-color: #6c6aff;
}

.contact-us-btn {
    font-family: "Roboto-Bold";
    font-size: 18px;
    width: 100%;
    height: 50px;
    border-radius: 5px;
    border: 1px solid transparent;
    color: white;
    background-color: #6c6aff;
    transition-duration: 0.5s;
}

.contact-us-btn:hover {
    background-color: #9891FF;
    transition-duration: 0.5s;
}

.agreement {
    font-family: "Roboto-Light";
    font-size: 15px;
    color: rgb(167, 167, 167);
    text-decoration: underline;
}

.our-clients {
    text-align: center;
    margin-bottom: 50px;
}

.title-our-clients {
    font-family: "Roboto-Bold";
    margin-bottom: 50px;
}

.feedback-block {
    margin: 0 auto;
    height: 580px;
    width: 350px;
}

.feedback-block .card {
    border: none;
    background-color: #fafafa;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 10px;
}


.client-image {
    width: 140px;
    height: 140px;
    border: 4px solid #EDEDED;
    margin-bottom: -65px;
}

.about-client {
    color: rgb(204, 204, 204);
    margin-bottom: 25px;
}

.client-name {
    margin-bottom: 25px;
}

.feedback-text {
    text-align: center;
}

.indicators {
    background-color: rgba(176, 176, 176, 0.555);
    border: 0px solid transparent;
    border-radius: 15px;
}

.link-clients {
    font-size: 32px;
    color: #6c63ff;
    text-decoration: none;
}

.link-clients:hover {
    color: #504ac0;
    text-decoration: none;
}

.div-card-img {
    width: 150px;
    height: 150px;
    margin: 0 auto;
}

.footer {
    background-color: #07081F;
}

.social_block {
    /*margin-left: auto;*/
    display: flex;
    width: 100%;
}

.social_block p {
    text-align: left;
}

.social_block a {
    margin: auto;
    /*
        margin-left: 20px !important;
    */
    color: #fff;
}

.social_block a:hover {
    color: #fff;
}

.footer-container {
    display: flex;
    min-height: 100px;
}

.footer-container p {
    color: white;
    margin: auto;

}

.footer-inf {
    width: 33%;
}

.inst-icon {
    height: 32px;
    width: 32px;
}

.p-footer-info {
    color: #D2D2D6;
    margin: 0;
    text-align: left;
}


.headings {
    margin-top: 20px;
    margin-bottom: 25px;
}

.headings .nav-link:hover {
    color: #6c63ff;
    border: none;
}


.headings .active {
    color: #6c63ff !important;
    border-bottom: 1.5px solid #6c63ff;
}

.headings .active:hover {
    color: #6c63ff;
    border-bottom: 1.5px solid #6c63ff;
}

.post {
    border: 1.5px solid #E8E6E6;
    margin-bottom: 50px;
    background-color: white;
}


.blog {
    position: relative;
    margin-top: 120px;
}

.blog__title-last {
    margin-bottom: 25px;
}

.post-content {
    padding: 50px;
}

.post-pic {
    max-width: 100%;
    height: auto;
}

.post-pic img {
    max-height: 450px;
    width: 100%;
}

.post-title h2 {
    font-size: 30px;
}

.post-description {
    font-family: "Roboto-Light";
}

.post-description p {
    margin: 0;
    font-size: 14px;
}

.post-description:hover p {
    text-decoration: none;
    color: rgb(41, 45, 170)
}

.all-posts {
    margin-top: 120px;
}

.user-info {
    display: flex;
    margin-bottom: 30px;
}

.user-image img {
    width: 32px;
    height: 32px;
    border-radius: 50px;
    line-height: 48px;
}

.user-image i {
    line-height: 48px;
}

.user-icon {
    width: 50px;
    height: 50px;
}

.info-pub {
    margin-left: 15px;
    font-family: "Roboto-Light";
}

.dropdown-dots {
    width: 30px;
    height: 30px;
    padding: 5px;
}

.dropdown-dots:hover {
    background-color: rgb(235, 235, 235);
    border-radius: 5px;
}

.username {
    color: #6c6aff;
}

.admin-icon {
    width: 16px;
    height: 16px;
}

.btn-admin {
    border: none;
    background-color: transparent;
}

.navbar .auth-btn {
    color: white;
    background-color: #6c6aff;
    border: 1px solid #6c6aff;
    font-family: "Roboto-Regular";
    padding: 5px;
    border-radius: 5px;
    transition-duration: 0.5s;
}

.navbar .auth-btn:hover {
    color: #6c6aff;
    background-color: white;
    text-decoration: none;
}

.search-group {
    border: none;
    border-bottom: 1px solid black;
    margin-right: 20px;
    height: 36px;
    line-height: 36px;
}

.a-link-post {
    color: #07081F;
}

.a-link-post:hover {
    text-decoration: none;
    color: rgb(41, 45, 170)
}

.search-input {
    background-color: transparent;
    border: none;
    font-family: "Roboto-Light";
    max-width: 170px;
    font-size: 15px;
}

.search-icon {
    width: 25px;
    height: 25px;

}

/* .date-pub {

} */

.username, .date-pub {
    margin: 0px;
    padding: 0px;
}

.background-image-blog {
    position: absolute;
    /* left: 0; */
    z-index: -1;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* margin-top: 100px;
    margin-bottom: 50px; */
}

.some-post {
    padding: 80px 100px 60px;
    background-color: white;
    border: 1.5px solid #E8E6E6;
    max-width: 950px;
    margin: 120px auto 30px;
}

/*.some-post textarea {*/
/*    display */
/*}*/

.under-text-image {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
    margin-bottom: 50px;
}

.more-tags {
    display: flex;
    padding-top: 30px;
    padding-bottom: 30px;
}

.post-header {
    font-family: "Roboto-Bold";
    font-size: 40px;
    margin-bottom: 30px;
}

.post-text {
    font-size: 15px;
}

.repost-block {
    height: 64px;
    padding-top: 15px;
    padding-bottom: 15px;
    border: 1px solid black;
    border-right: none;
    border-left: none;
    margin-bottom: 8px;
}

.repost-link {
    margin-right: 15px;
}

.repost-link:hover .fa {
    text-decoration: none;
    color: #6c6aff;
}

.stats {
    display: flex;

}

.recent-posts {
    margin: 0 auto;
    margin-bottom: 30px;
}

.recent-post-heading {
    display: flex;
    margin-bottom: 30px;
    height: 35px;
}

.recent-post-heading h4, > a {
    line-height: 35px;
}

.view-all-link {
    color: black;
}

.view-all-link:hover {
    text-decoration: none;
    color: #6c6aff;
}

.recent-post-card {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 300px;
    border: 1px solid #c7c7d9;
    background-image: url('../src/images/blog/2.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-bottom: 20px;
}

.card-content {
    background-color: white;
    padding-right: 20px;
    padding-left: 20px;
}

.card-content a {
    color: #6c6aff;
}

.card-content a:hover {
    text-decoration: none;
    color: #6f42c1;
}

.recent-card-title {
    font-size: 25px;
    padding-top: 20px;
    padding-bottom: 20px;
    border: 1px solid #c7c7d9;
    border-top: none;
    border-left: none;
    border-right: none;
}

.recent-card-stats {
    display: flex;
}

.block-comments {
    border: 1px solid #c7c7d9;
    background-color: white;
    margin: 0 auto;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.link-auth {
    color: #504ac0;
}

.comment-alert {
    margin: 0;
    padding: 0;
}

.link-auth:hover {
    color: #6c63ff;
    text-decoration: none;
}


/* protection */
.intro-protection {
    background-image: url('../src/images/bg_protection.png');
    background-repeat: no-repeat;
    background-position: center;
    max-width: 100%;
    height: auto;
    padding-top: 150px;
    padding-bottom: 150px;
    text-align: left;
    margin-bottom: 50px;
}

.protection-title {
    color: #6c6aff;
    font-family: "Roboto-Bold";
    max-width: 550px;
    padding-left: 30px;
    padding-top: 90px;
}

.protection-description {
    max-width: 500px;
    color: #757B87;
    padding-left: 30px;
}

.step-to-turn-protection {
    text-align: center;
    margin-bottom: 10px;
}

.turn-title {
    font-family: "Roboto-Bold";
}

.turn-description {
    font-family: "Roboto-Light";
    color: #6C737F;
}

.card-protection {
    margin-bottom: 50px;
}

.card-protection-img {
    text-align: center;
}

.step-protection {
    margin: 0;
    margin-top: 10px;
    color: #c7c7d9;
}

.card-protection-title {
    font-family: "Roboto-Bold";
    font-size: 25px;
}

.card-protection-description {
    font-family: "Roboto-Light";
    color: #9EA3AB;
}

.tariffs {
    text-align: center;
}

.tariffs-block {
    margin-bottom: 150px;
}

.tariffs-title {
    font-family: "Roboto-Bold";
    margin-bottom: 20px;
}

.tariffs-description {
    color: #c7c7d9;
    max-width: 600px;
    margin: 0 auto;
    margin-bottom: 40px;
}

.card-tariffs {
    background-color: #FCFCFC;
    max-width: 302px;
    border: 1px solid #E8E6E6;
    border-radius: 5px;
    text-align: center;
    padding: 0;
    margin: 0 auto;
    margin-bottom: 30px;
}

.card-tariffs-optimal {
    background-color: #FFFFFF;
    max-width: 302px;
    border: 1px solid #E8E6E6;
    border-radius: 5px;
    text-align: center;
    height: 500px;
    margin: 0 auto;
    margin-bottom: 30px;
    margin-top: 15px;

}

.card-optimal-label {
    background-color: #4377FA;
    border-radius: 5px;
    max-width: 200px;
    max-height: auto;
    margin: 0 auto;
    margin-top: -16px;
}

.card-optimal-label-text {
    color: white;
    font-size: 22px;
}

.card-tariffs-title-block {
    background-image: url('../src/images/step-to-protection/shield.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100px;
    min-height: 150px;
    text-align: center;
}

.card-tariffs-title {
    color: #324158;
    line-height: 150px;
}

.card-tariffs-description {
    text-align: center;
    border: 1px solid #E8E6E6;
    border-left: none;
    border-right: none;
    margin: 0 auto;
    padding: 20px;
    color: #6C737F;
}

.card-tariffs-cost {
    font-family: "Roboto-Bold";
    font-size: 50px;
    color: #907BF0;
    text-align: center;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
}

.card-tariffs-form {
    max-width: 100%;
    align-items: center;
    margin-bottom: -24px;
}

.card-tariffs-form-optimal {
    max-width: 100%;
    align-items: center;
    margin-top: 6px;
}

.card-tariffs-btn {
    font-family: "Roboto-Bold";
    height: 48px;
    width: 256px;
    border: 1px solid #6c63ff;
    border-color: #6c63ff;
    background-color: #6c63ff;
    border-radius: 5px;
    color: white;
    box-shadow: none;
    margin: 0 auto;
    /* margin-bottom: -50px; */
    transition-duration: 0.5s;
}

.card-tariffs-btn:hover {
    background-color: white;
    color: #6c63ff;
}

.join-us {
    background: url(/static/src/images/step-to-protection/end.png) rgb(255 255 255 / 0%);
    background-blend-mode: color;
    background-repeat: no-repeat;
    background-position: right;
    /* background-size: contain; */
    height: auto;
    max-width: 1000px;
    margin: 0 auto;
}

.join-us-block {
    background-color: #FCFCFC;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.089) inset;
    padding-top: 60px;
    padding-bottom: 60px;
}

.join-us-title {
    font-family: "Roboto-Bold";
    max-width: 450px;
    color: #324158;
    margin-bottom: 50px;
}

.join-us-span {
    color: #6C63FF;
}

.join-us-link {
    margin-right: 15px;
    margin-left: 15px;
}

.join-us-link:hover {
    text-decoration: none;
}

.join-us-icon {
    padding-bottom: 60px;
    /* margin-bottom: 40px; */
}

.join-us-link i {
    color: #504ac0;
}

.join-us-link i:hover {
    color: #6c63ff;
}

.search-group-mobile {
    padding: 10px;
    border: 1px solid black;
    border-top: none;
    border-right: none;
    border-left: none;

}

/* signin page */


.signin-block {
    width: 320px;
    max-height: 480px;
    margin: 0 auto;
    background-color: #FFFFFF;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
    border-radius: 5px;

    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
}

.signin-div {
    text-align: center;
}

.inst-icon-signin {
    color: #6610F2;
    margin: 0 auto;
    margin-top: 60px;
    margin-bottom: 60px;
}

.signin-form {
    margin-bottom: 5px;
    text-align: center;
}

.signin-form-div {
    display: inline;
}

/*
.signin-form-div-auth {
    display: none;
} */

.signin-input-wrap-phone {
    height: 42px;
    width: 240px;
    margin-bottom: 25px;
}

.recovery-phone-code {
    display: none;
    height: 42px;
    width: 240px;
    margin-bottom: 25px;
}

.signin-input-wrap-phone-code {
    height: 42px;
    width: 240px;
    margin-bottom: 25px;
    display: none;
}

.input-phone {
    height: 42px;
    width: 240px;
    background-color: white;
    border: 1px solid rgb(223, 223, 223);
    border-radius: 5px;
    padding-left: 15px;
    margin-bottom: 25px;
}

.input-phone:hover, .input-phone:focus {
    border-color: #6c6aff;
}

input[type=number] {
    -moz-appearance: textfield; /* Firefox */
}

.input-phone-code {
    height: 42px;
    width: 240px;
    background-color: white;
    margin-bottom: 20px;
    border: 1px solid rgb(223, 223, 223);
    border-radius: 5px;
    padding-left: 15px;
    margin-bottom: 25px;
}

.input-phone-code:hover, .input-phone-code:focus {
    border-color: #6c6aff;
    text-decoration: none;
}

.signin-btn {
    max-width: 240px;
    width: 100%;
    height: 42px;
    background-color: #6610F2;
    border: none;
    border-radius: 5px;
    color: white;
}

.signin-btn:hover {
    background-color: rgb(131, 55, 253);
}

.signin-link {
    color: #6F7A85;
    font-size: 13px;
    font-family: "Roboto-Light";
}

.signin-link:hover {
    text-decoration: none;
    color: rgb(78, 85, 92);
}

.phone-error {
    display: none;
    align-self: center;
    margin: 0 auto;
    width: 240px;
    border: 1px solid rgba(255, 0, 0, 0.493);
    border-radius: 5px;
    margin-bottom: 20px;
    background-color: rgba(255, 0, 0, 0.027);
}

.phone-error-text {
    font-size: 13px;
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    color: rgba(255, 0, 0, 0.541);
}

.login-error {
    align-self: center;
    margin: 0 auto;
    width: 240px;
    border: 1px solid rgba(255, 0, 0, 0.493);
    border-radius: 5px;
    margin-bottom: 20px;
    background-color: rgba(255, 0, 0, 0.027);
}

.login-error-text {
    font-size: 13px;
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    color: rgba(255, 0, 0, 0.541);
}

/* signup page */
.signup-block {
    background-color: white;
    max-width: 900px;
    width: 100%;
    /*height: 570px;*/
    margin: 0 auto;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 50%;
}

.signup-img {
    max-width: 100%;
    height: auto;
}

.signup-div-form {
    display: block;
    max-width: 400px;
    /*height: 570px;*/
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    margin: 0 auto;
}

.signup-title {
    color: #6C63FF;
    font-size: 24px;
    font-family: "Roboto-Bold";
    margin: 0;
}

.signup-label-checkbox {
    color: #6F7A85;
    text-decoration: none;
    font-size: 12.5px;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 280px;
    text-align: justify;
}

.signup-form input {
    height: 40px;
    width: 280px;
    background-color: white;
    border: 1px solid rgb(223, 223, 223);
    border-radius: 5px;
    padding-left: 15px;
    /*margin-top: 25px;*/
}

.signup-form input[type='checkbox'] {
    width: 16px;
    height: 16px;
    background-color: white;
    border: 1px solid rgb(223, 223, 223);
    border-radius: 5px;
    padding-left: 15px;
    /*margin-top: 25px;*/
}


.signup-form__errors {
    border: 1px solid rgba(255, 0, 0, 0.493);
    border-radius: 10px;
    background-color: rgba(255, 0, 0, 0.027);
    padding: 10px;
    margin: 10px auto 0;
}

.signup-form__errors p {
    margin: 0;
    color: red;
    font-family: "Roboto-Medium", serif;
}

.signup-form__errors .errorlist {
    margin: 0;
}

.signup-form__errors .errorlist li {
    color: rgba(255, 0, 0, 0.541);
    line-height: 35px;
    font-size: 14px;
}

.signup-input::placeholder {
    color: #929292;
}

.signup-form p {
    color: #302b7f;
    font-size: 15px;
    font-family: "Roboto-Medium", serif;
    text-align: left;
    margin: 0 auto;
    margin-top: 10px;
    padding: 0;
    width: 280px;
}

.signup-input:hover, signup-input:hover {
    border-color: #6c6aff;
}

.signup-input-error {
    border-color: rgba(255, 0, 0, 0.541);
    background-color: rgba(255, 0, 0, 0.07);
}

.signup-input-phone-desc {
    font-size: 13px;
    width: 280px;
    margin: 0;
    margin-left: 35px;
    text-align: left;
}

.signup-btn {
    width: 280px;
    height: 42px;
    color: white;
    background-color: #6C63FF;
    border: none;
    border-radius: 5px;
    margin-bottom: 5px;
    margin-top: 15px;
}

.new_code_btn {
    color: #6F7A85;
    font-size: 13px;
    font-family: "Roboto-Light", serif;
    background-color: white;
    border: none;
}

.new_code_btn:hover {
    color: #505860;
    text-decoration: underline;
}

.signup-btn:hover {
    background-color: rgb(131, 55, 253);
}

.signup-link {
    color: #6F7A85;
    font-size: 13px;
    font-family: "Roboto-Light";
}

.recovery-button {
    background-color: transparent;
    border: none;
    border-radius: 5px;
    color: #6F7A85;
    font-size: 13px;
    font-family: "Roboto-Light";
}

.show-check-email {
    display: none;
    align-self: center;
    margin: 0 auto;
    width: 240px;
    border: 1px solid rgba(92, 255, 170, 0.49);
    border-radius: 5px;
    margin-bottom: 20px;
    background-color: rgba(92, 255, 170, 0.49);
}

.show-check-email p {
    text-align: center;
    color: black;
    line-height: 42px;
    margin: 0;
}

.show-check-email-error {
    display: none;
    align-self: center;
    margin: 0 auto;
    width: 240px;
    border: 1px solid rgba(255, 0, 0, 0.493);
    border-radius: 5px;
    margin-bottom: 20px;
    background-color: rgba(255, 0, 0, 0.027);
}

.show-check-email-error p {
    font-size: 12px;
    text-align: center;
    color: black;
    line-height: 42px;
    margin: 0;
}

.recovery-button:hover {
    color: #586069;
    text-decoration: underline;
}

.signup-link:hover {
    color: rgb(78, 85, 92);
}

.send-new-code {
    display: none;
    color: #6F7A85;
    font-size: 13px;
    font-family: "Roboto-Light";
    border: none;
    background-color: transparent;
}

.signup_check-code {
    display: none;
    vertical-align: middle;
    height: 400px;
}

.signup_check-code button {
    margin-top: 25px;
}

.send-new-code:hover {
    text-decoration: underline;
}

.code-error {
    display: none;
    align-self: center;
    margin: 0 auto;
    width: 240px;
    border: 1px solid rgba(255, 0, 0, 0.493);
    border-radius: 5px;
    margin-bottom: 20px;
    background-color: rgba(255, 0, 0, 0.027);
}

.code-error-text {
    font-size: 13px;
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    color: rgba(255, 0, 0, 0.541);
}

.dropdown-open {
    text-decoration: none;
    color: #7e89a1 !important;
}

.problems-facebook__background {
    right: 0;
    top: -5%;
}

.problems-facebook__cloud {
    position: absolute;
    z-index: -1;
    top: 55px;
    left: -35px;
}

.problems-facebook__list {
    margin-top: 60px;
}

.bush {
    width: 99%;
    height: 380px;
}

.bush__double {
    position: absolute;
    left: 35%;
    top: 15%;
}

.bush__one {
    position: absolute;
    left: 50%;
    top: 40%;
}

.bush__double-inst {
    position: absolute;
    left: 40%;
    top: 15%;
}

.bush__one-inst {
    position: absolute;
    left: 48%;
    top: 40%;
}

.service {
    margin-top: 150px;

}

.service h1 {
    color: #6C63FF;
    margin-bottom: 20px;
}

.service p {
    font-weight: 300;
    font-size: 19px;
    line-height: 30px;
    color: #2F2E41;
}

.service span {
    font-weight: 300;
    font-size: 21px;
    line-height: 32px;
    letter-spacing: 0.2px;
    color: #2F2E41;
}

.service h2 {
    font-weight: bold;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0.2px;
    color: #6C63FF;
    margin-top: 150px;
    margin-left: 25px;
}

.about-company__img {
    width: 33%;
    margin-left: -2%;
}

.about-company__img img {
    width: 200%;
}

.navbar {
    padding: 0 !important;
}

/* .navbar-nav .dropdown-menu {
    
       position: absolute!important;
   
} */

.dropdown {
    flex-direction: row !important;
}

.dropdown-menu {
    border: none !important;
    margin-left: 15% !important;
}

.dropdown-item {
    color: #7e89a1 !important;
}

.account-hacked__img img {
    width: 100%;
}

.account-hacked__img {
    margin: 0 auto;
    display: block;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: none !important;
}

.footnote {
    font-size: 14px !important;
    color: #c7c7d9;
    max-width: 600px;
    margin: 0 auto;
    margin-bottom: 40px;
}

/* all @media */
@media (max-width: 540px) {
    .footer-inf {
        width: 100%;
    }

    .logo-a {
        width: 120px;

    }

    .nav-link:hover {
        border-bottom: none;
    }

    .block-switch-lang {
        margin-right: 0;
        width: 32px;
    }

    .switch-lang {
        margin-right: 0px;
    }

    .feedback-block {
        width: 250px;
        height: 450px;
        margin: 0 auto;
    }

    .div-card-img {
        height: 150px;
    }

    .feedback-text {
        text-align: justify;
        font-size: 14px;
    }

    .join-us {
        background-size: 280px;
        background-position: bottom right;
    }

    .join-us-icon i {
        background-color: white;
        border-radius: 100px;
    }

    .some-post {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 30px;
    }

    .post-content {
        padding: 25px;
    }

    .content-img {
        margin-top: 100px;
        margin-bottom: 5px;
    }

    .phone-img {
        width: 70%;
    }

    .intro-protection {
        padding-bottom: 25px;
        padding-top: 25px;
    }

}

@media (max-width: 1441px) {
    .about-company__img {
        width: 33%;
        margin-left: 15%;
    }


}

@media (max-width: 1025px) {
    .about-company__img {
        width: 33%;


    }

}


@media (max-width: 720px), (max-width: 960px) {
    .footer-inf {
        width: 100%;
    }

    .dropdown-menu {
        margin-left: 8% !important;
    }

    .dropdown-menu a:first-child {
        padding-top: 0;
        margin-top: 0;
    }

    .dropdown-menu {
        padding-top: 0 !important;
        margin-top: 0 !important;
    }

    .nav-link:hover {
        border-bottom: none;
    }

    .join-us {
        background: url('/static/src/images/step-to-protection/end.png') rgb(255 255 255 / 80%);
        background-blend-mode: color;
        background-repeat: no-repeat;
        background-position: right;
        /* background-size: contain; */
        height: auto;
    }

    .service {
        margin-top: 100px;
    }

    .service h2 {
        margin-top: 50px;
    }

    .problems-facebook__list {
        margin-top: 20px;
    }

    .some-post {
        padding-left: 40px;
        padding-right: 40px;
        padding-top: 60px;
    }

    .switch-lang {
        margin-right: 0;
    }

    .post-header {
        font-size: 34px;
    }

    .some-post {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 20px;
    }

    .link-clients {
        font-size: 24px;
    }

    .about-client {
        font-size: 15px;
    }

    .footer-container {
        display: inline-block;
        text-align: center;
    }

    .social_block {
        display: inline-block;
        margin-bottom: 15px;
    }

    .social_block p {
        text-align: center;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .social_block a {
        margin: auto !important;
        padding: 10px 10px 0;
    }

}

.team_container {
    /* display: none; */
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
    
}
.team-member-container {
    display: flex;
    width: 200px;
    height: 350px;
}
.team-member__photo {
    border-radius: 50%;
    width: 150px;
    object-fit: contain;
    height: 150px;
}

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

.page-item {
    margin: 2px;
}

.page-link {
    padding: 10px 15px;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    color: #6c63ff !important;
    text-decoration: none;
}

.page-link:hover {
    background-color: #e9ecef;
    color: #6c63ff !important;
    text-decoration: none;
}

.page-item.active .page-link {
    background-color: #6c63ff !important;
    border-color: #6c63ff !important;
    color: white !important;
}