.logo {
    font-weight: 500;
    font-size: 22px;
}

.logo__grey {
    color: #8b8b8b;
    font-size: 22px;
    font-weight: 100;
}

.logo__white {
    color: white;
    font-size: 22px;
    font-weight: 100;
}

.left a, .header .right a {
    color: black;
    text-decoration: none;
}

.container a {
    text-decoration: none;
    font-weight: 500;
    color: black;
}


.container .right {
    padding: 5px 0;
    font-size: 15px;
}

.menu {
    max-width: 25px;
    margin-top: 10px;
    max-height: 20px;
}

.purple {
    background-color: #5b72e8;
}

.card__deck {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    color: #323232;


}

.card__name {
    font-weight: 500;
}

.hr {
    margin: 25px 30px;
    border: none;
    background-color: #8b8b8b;
    height: 1px;
}

.card__name, .card__price, .card__button {
    text-align: center;
    font-size: 17px;
}

div.card__button {

    text-align: center;
    color: white;
    margin: 40px 0 10px 0;
}

a.card__button {
    text-align: center;
    background-color: #000000;
    width: 100%;
    color: white;
    padding: 12px 40px;
}

label.card__button {
    text-align: center;
    background-color: #000000;
    width: 100%;
    font-size: 14px;
    color: white;
    padding: 12px 18px;
}

.grey2 {
    background-color: #f6f6f6;
}

a.grey {
    background-color: #8b8b8b;
}

.blue {
    background-color: #5b72e8;
}


h1, h2 {
    width: 100%;
    font-weight: 500;
    margin: 0 auto;
    text-align: center;
    color: #323232;
}

h3 {
    width: 100%;
    font-weight: 500;
    margin: 0 auto;
    text-align: center;
    color: #323232;
    font-size: 28px;
}

h4 {
    color: #323232;
    font-size: 17px;
}

.benefits__cards {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.social__cards {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.benefit__card {
    background-color: #f6f6f6;
}

p.h5 {
    display: inline-block;
    text-align: center;
    padding: 10px;
    font-size: 14px;
    margin: 0 auto;
}

.title {
    text-align: left;
    padding: 20px 0;
    margin-top: 20px;
    font-weight: 500;
    font-size: 25px;
}

.description {
    text-align: left;
    font-weight: 200;
    font-size: 20px;
}

i {
    padding-bottom: 20px;
}

.center {
    text-align: center;
}

.advantages li {
    font-size: 20px;
    font-weight: 500;
    line-height: 2;
}

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

h2 {
    font-size: 28px;
}


.disabled {
    color: #8b8b8b !important;
}

.card {
    border-radius: 15px;
}

.card__text__left {
    text-align: left;
}

.hr2 {
    margin: 30px 0px;
    border: none;
    background-color: #8b8b8b;
    height: 1px;
}

footer ul li a {
    font-size: 14px;
    line-height: 2;
    font-weight: 400 !important;
    color: white !important;
}

footer li {
    display: flex;
}

footer .card__deck, footer .card {
    margin: 0;
    padding: 0;
}

footer .card {
    margin-bottom: 30px;
}

.low {
    text-transform: none !important;
}

footer, footer .card__deck, footer .card {
    background-color: black;
    color: white;
}

.t-100 {
    margin-top: 50px;
}

.r-6 {
    margin-right: 6px;
}


.card__img img {
    width: 100%;
}

.center {
    text-align: center;
    margin: 0 auto;
}

.see__more {
    width: 100% !important;
    text-align: center !important;
    margin-bottom: 40px;
}

a i {
    font-size: 40px;
    margin-right: 10px;
}

.preloader {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: white;
    z-index: 1001;
}

.preloader__row {
    position: absolute;
    width: 230px;
    top: 55%;
    left: 50%;
    height: 70px;
    margin-top: -35px;
    margin-left: -115px;
    text-align: center;
    animation: preloader-rotate 2s infinite linear;
    text-align: center;
}

.preloader__item {
    position: absolute;
    display: inline-block;
    top: 0;
    right: 0;
    left: 0;
    border-radius: 100%;
    width: 300px;
    height: 35px;
    animation: preloader-bounce 2s infinite ease-in-out;
    text-align: center;
}

.preloader__item:last-child {
    top: auto;
    bottom: 0;
    animation-delay: -1s;
}


.loaded_hiding .preloader {
    transition: 0.3s opacity;
    opacity: 0;
}

.loaded .preloader {
    display: none;
}

.card__portfolio .card__name {
    margin-top: 30px;
}

.card__body {
    padding: 15px;
}

.card__portfolio, .card__portfolio img {
    border-radius: 15px 15px 0 0;
}

.card__portfolio {
    border-radius: 15px;
    box-shadow: 0 0 10px rgb(211 211 211);
}

ul {
    display: block;
}

li {
    list-style-type: none;
}

.classic__ul {
    margin-top: 20px;
    font-size: 1rem;
    line-height: 2;
}

.classic__ul li {
    list-style-type: circle !important;
    margin: 10px;
}

#example .new {
    opacity: 0;
}

#example {
    padding: 100px;
    width: 350px;
    display: none;
}

#example .div_opacity {
    -webkit-transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -ms-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
    opacity: 1;
}

.benefit__card .title {
    padding: 20px 20px 0 20px;
}

.white {
    color: white;
}

a.card__button:hover {
    background-color: #343434;
    text-decoration: none !important;
}

.black {
    background-color: black;
}

.black h1 {
    color: white;
}

p {
    line-height: 2;
    font-size: 16px;
    letter-spacing: 0.3px;
}

.col-sm-8 ul {
  line-height: 2;
    font-size: 16px;
    letter-spacing: 0.3px;
}

.classic li::before {
    content: "• ";
    color: #5b72e8;
    line-height: 2;
    font-size: 15px;
    margin-left: 10px;
}


.title p {
    font-size: 17px;
}

.table {
    --bs-table-bg: transparent;
    --bs-table-striped-color: #212529;
    --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
    --bs-table-active-color: #212529;
    --bs-table-active-bg: rgba(0, 0, 0, 0.1);
    --bs-table-hover-color: #212529;
    --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    vertical-align: top;
    border-color: #dee2e6;
}

.table th {
    padding: 12px 0;
    text-align: left;
    padding-right: 3px;
}

body > div:nth-child(4) > table > thead > tr > th:nth-child(1),
body > div:nth-child(4) > table > thead > tr > th:nth-child(2),
body > div:nth-child(4) > table > thead > tr > th:nth-child(3),
body > div:nth-child(4) > table > thead > tr > th:nth-child(4),
body > div:nth-child(4) > table > tbody > tr:nth-child(1) > th,
body > div:nth-child(4) > table > tbody > tr:nth-child(2) > th,
body > div:nth-child(4) > table > tbody > tr:nth-child(3) > th,
body > div:nth-child(4) > table > tbody > tr:nth-child(4) > th,
body > div:nth-child(4) > table > tbody > tr:nth-child(5) > th,
body > div:nth-child(4) > table > tbody > tr:nth-child(6) > th {
    text-align: left;
    padding-left: 0;
}

.w50 {
    width: 50px;
}

.sidebar-title {
    text-align: left;
    padding: 20px 0;
    font-weight: 500;
    font-size: 17px;
}

h3 {
    margin: 10px 0 20px 0 !important;
}

.form-control {
    display: inline-block;
    width: 100%;
}

.form-input {
    width: calc(100% - 30px);
    display: inline-block;
    border: 1px solid rgba(0, 0, 0, .125);
    margin: 20px 0;
    padding: 15px;
}

label {
    margin: 20px 0;
    font-size: 17px;
    font-weight: 500;
}

.submit {
    width: 200px;
    background-color: #000000;
    border: none;
    padding: 15px;
    color: white;
    font-size: 17px;
    font-weight: 500;
}

.right1 {
    text-align: right;
}

.contacts {
    margin: 20px 0;
}


.col-sm-4 p {
    font-size: 17px;
}

.wrap {
    padding: 1em;
    text-align: center;
}

@media (min-width: 700px) {
    .wrap {
        padding: 1em 2em;
    }
}

@media (min-width: 43.75em) {
    .modal {
        padding: 1.5em;
    }
}

.modal > label {
    background: #5b72e8;
    border: 1px solid #5b72e8;
    border-radius: 0.2em;
    color: #000000;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    padding: 0.75em 1.5em;
    text-shadow: 1px 1px 1px #fff;
    transition: all 0.55s;
}

.modal > label:hover {
    transform: scale(0.97);
}

.modal__overlay {
    background: #000000;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    text-align: center;
    text-shadow: none;
    top: 0;
    z-index: 600;
}

.modal__wrap {
    padding: 1em 0;
    position: relative;
    margin: 0 auto;
    max-width: 500px;
    width: 90%;
}

@media (min-width: 50em) {
    .modal__wrap {
        padding: 1.75em;
    }
}

@media (min-height: 37.5em) {
    .modal__wrap {
        left: 50%;
        position: absolute;
        top: 55%;
        transform: translate(-50%, -80%);
    }
}

.modal__wrap label {
    background: #5b72e8;
    border-radius: 50%;
    color: #000000;
    cursor: pointer;
    display: inline-block;
    height: 1.5em;
    line-height: 1.5;
    position: absolute;
    right: 0.5em;
    top: 0.5em;
    width: 1.5em;
}

.modal__wrap h2 {
    color: #5b72e8;
    margin-bottom: 1em;
    text-transform: uppercase;
}

.modal__wrap p {
    color: #5b72e8;
    text-align: justify;
}

.modal input:focus ~ label {
    transform: scale(0.97);
}

#modal__trigger {
    position: absolute;
    top: -1000px;
}

.modal__overlay {
    opacity: 0;
    transform: scale(0.5);
    transition: all 0.75s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    z-index: -100;
}

input:checked ~ .modal__overlay {
    opacity: 1;
    transform: scale(1);
    z-index: 800;
}

.contacts2 .form-input {
    background-color: black;
    border: 1px white solid;
    color: white;
}

.contacts2 .form-input::placeholder {
    color: white;
}

@media screen and (max-width: 750px) {
    .card__portfolio .card__name {
        font-size: 12px;
    }

    a.card__button {
        padding: 12px 21px;
    }

    .card__portfolio {
        width: 48%;
        padding: 0px;
    }

    body > footer > div > div > div:nth-child(2) > p {
        display: none;
    }
}

.breadcrumb {
    display: flex;
    background-color: #f6f6f6;
    padding: 2px 15px;
    flex-wrap: wrap;
    font-size: 13px;
}

.breadcrumb a {
    color: #5b72e8;
    margin-right: 7px;
}

.breadcrumb-item {
    line-height: 2;
}

.grey {
    color: #8b8b8b;
}

.article-img {
    max-width: 100%;
}

.imgs {
    max-width: 100%!important;
}


.links {
    text-transform: none;
    font-size: 13px;
}


.links a {
    color: #5b72e8;
    text-decoration: underline;
    text-transform: none!important;
}

.blue-link {
    color: #5b72e8!important;
    text-decoration: underline!important;
    text-transform: none!important;
    font-weight: 500!important;
}
