/*!
 * Start Bootstrap - Modern Business (https://startbootstrap.com/template-overviews/modern-business)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
}

@media (max-width:767px) {
    body {
        font-size: 15px;
    }
}

table {
    width: 100%;
    border: 0
}

table thead {
    background-color: #292b44;
    text-align: center;
    color: #fff;
}

table tr:nth-child(2n) {
    background-color: #f0f1ff;
}

table tr td {
    padding: 14px 6px;
}

@media screen and (max-width:768px) {
    table thead {
        display: none;
    }

    table tr td {
        display: block;
    }

    table tr td::before {
        content: attr(data-label);
        display: table-cell;
        margin-right: 12px;
        font-weight: 700;
        font-style: italic;
    }
}

section {
    padding-bottom: 30px;
    padding-top: 40px;
}

nav {
    background: #292B44;
}

a {
    font-size: inherit;
    color: #007bff;
}

a:hover {
    color: #383b44;
}

ul {
    padding: 10px;
}

ul.aligned {
    padding: 0 0 0 20px;
    font-size: inherit;
}

hr.yellow {
    width: 70%;
    background-color: #ffc107;
    height: 2px;
}

h1 {
    color: #413867;
    font-weight: 800;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    font-size: 40px;
    padding-top: 35px;
    line-height: 40px;
    text-transform: uppercase;
}

h2,
h3,
h4 {
    color: #413867;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    font-size: 36px;
    font-weight: 800;
    line-height: 40px;
    text-transform: uppercase;
}

h5,
h6 {
    color: #413867;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    font-size: 36px;
    font-weight: 800;
}

@media screen and (max-width:768px) {

    h2,
    h3,
    h4,
    h5,
    h6 {
        font-size: 30px;
    }
}

/*дополнительный стиль H8*/
h8 {
    font-size: 0.8rem;
    color: #71777B;
}

/*дополнительный стиль H9*/
h9 {
    font-weight: bold;
    text-transform: lowercase;
}

.subcontainer {
    grid-column-start: 1;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end: 3;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}


.wrapper {
    max-width: 1240px;
    display: flex;
    justify-content: space-between;
}

.spacer {
    height: 24px;
}

@media screen and (max-width:991px) {

    .navbar-adress,
    /*.navbar-email,*/
    .navbar-email-tablet,
    .navbar-phone {
        display: none;
    }
}

@media screen and (max-width:900px) {
    .navbar-email {
        display: none;
    }
}

.bx-breadcrumb-item-text {
    color: #000;
}

.contain {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
}

.item {
    align-items: center;
    display: flex;
    justify-content: center;
}

.owl-carousel {
    position: relative;
}

.owl-carousel .owl-next,
.owl-carousel .owl-prev {
    width: 34px;
    height: 34px;
    line-height: 50px;
    border-radius: 50%;
    position: absolute;
    top: 30%;
    font-size: 20px;
    color: rgb(73, 65, 65);
    border: 1px solid rgb(80, 75, 75);
    text-align: center;
}

.owl-carousel .owl-prev {
    left: -70px;
    outline: none;
}

.owl-carousel .owl-prev>span,
.owl-carousel .owl-next>span {
    font-size: 42px;
}

.owl-carousel .owl-next {
    right: -70px;
    outline: none;
}

#certificates>div.owl-stage-outer>div,
#certificates>div.owl-stage-outer>div.owl-stage>div.owl-item>div {
    display: flex;
    align-items: center;
}

#certificates>div.owl-stage-outer>div.owl-stage>div.owl-item>div>div {
    border-radius: 0;
    width: 90%;
    margin: 0 auto;
}

.modal-content {
    padding: 20px;
}

.golden-button {
    max-width: 200px;
}

/* @media screen and (max-width:991px) {
    .golden-button {
        position: relative;
        left: 30px;
    }
} */

.golden-button.golden-button__main-page {
    margin-top: 26px;
}

/* Default height for small devices */
/* #intro-example {
    height: 540px;
} */

/* Height for devices larger than 992px */
/* @media (min-width: 992px) {
    #intro-example {
        height: 540px;
    }
} */

.preview-block__btn {
    max-width: 250px;
}

.custom-btn {
    background-image: linear-gradient(to right, #FF8008 0%, #FFC837 51%, #FF8008 100%);
}

.custom-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 58px;
    padding-top: 2px;
    border-radius: 35px;
    border: none;
    border-bottom: 2px solid #CE4B43;
    position: relative;
    font-size: 15px;
    font-weight: bold;
    color: rgb(20, 20, 20);
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: ease 0.3s;
    transition: ease 0.3s;
}

.custom-btn:after {
    content: "";
    display: block;
    width: 30px;
    height: 300px;
    margin-right: 30px;
    background: #fff;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0.7) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0.7) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3ffffff', endColorstr='#b3ffffff', GradientType=0);
    position: absolute;
    left: -40px;
    top: -150px;
    z-index: 1;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    -webkit-animation-name: slideme;
    animation-name: slideme;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-delay: 0.05s;
    animation-delay: 0.05s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.custom-btn:hover {
    color: #fff;
    background-color: #C82333;
    border-bottom: 2px solid #C82333;
}

@-webkit-keyframes slideme {
    0% {
        left: -30px;
        margin-left: 0px;
    }

    30% {
        left: 110%;
        margin-left: 80px;
    }

    100% {
        left: 110%;
        margin-left: 80px;
    }
}

.btn-grad {
    background-image: linear-gradient(to right, #FF8008 0%, #FFC837 51%, #FF8008 100%)
}

.btn-grad {
    margin: 10px;
    padding: 0;
    width: 220px;
    height: 56px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    font-weight: 600;
    background-size: 200% auto;
    color: rgb(14, 14, 14);
}

.btn-grad:hover {
    background-position: right center;
    /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
}

.btn-outline-light {
    color: #f8f9fa;
    font-weight: 600;
    border-color: #f8f9fa;
    padding: 15px 35px;
}

.btn-outline-dark {
    color: #343a40;
    border-color: #343a40;
    padding: 15px;
    font-weight: 600;
}


.btn-outline-dark:hover {
    background-image: linear-gradient(to right, #283048 0%, #859398 51%, #283048 100%)
}

.btn-outline-dark:hover {
    text-align: center;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    border-color: #ffffff00;
}

.btn-grad-blue {
    background-image: linear-gradient(to right, #E55D87 0%, #5FC3E4 51%, #E55D87 100%)
}

.btn-grad-blue {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px auto;
    padding: 0;
    width: 220px;
    height: 65px;
    text-align: center;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    border-radius: 10px;
}

.btn-grad-blue:hover {
    background-position: right center;
    /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
}

.container {
    max-width: 1240px;
}

@media (min-width:576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px;
    }
}

.navbar-menu {
    padding: 0;
    background-color: #0f1023 !important;
    z-index: 100 !important;
}

/*menu maxwidth fix*/
.navbar-menu>.container {
    max-width: 1440px;
}

.form-row {
    width: 100%;
}

.navbar-brand img {
    width: 120px;
    max-width: 100%;
}

@media screen and (max-width:991px) {
    .navbar {
        padding: 0.5rem 1rem !important;
    }

    .navbar-collapse {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
        position: absolute;
        top: 12px;
    }

    .navbar-brand {
        width: 20%;
    }

    .navbar-brand img {
        width: 100px;
        margin: auto;
        display: block;
    }

    .navbar-toggler {
        position: absolute;
        top: 30px;
        right: 20px;
    }
}

@media screen and (max-width:991px) {
    .navbar-menu {
        position: absolute;
        width: 100%;
        top: 98px;
    }
}

@media screen and (min-width:992px) {
    .navbar-menu {
        top: 126px;
    }
}

.nav-link {
    font-size: 14px;
    padding: 0.5rem 1rem 0;
}

.nav-phone {
    display: block;
    text-align: center;
    font-size: 18px;
    font-family: 'Montserrat';
    font-weight: 700;
    color: #ffcb4a !important;
}

.navbar-phone img {
    width: 30px;
}

.navbar-light .navbar-nav .nav-link {
    color: #16222C;
    font-size: 13px;
    font-weight: 600;
}

.navbar-control-panel {
    margin-left: 24px !important;
}

.navbar-control-panel img {
    width: 18px;
    margin-right: 2px;
}

.navbar-control-panel a {
    font-size: 14px;
    vertical-align: sub;
}

@media screen and (max-width:991px) {
    .navbar-control-panel {
        display: none;
    }
}

.navbar-purple-bg {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #af49c6;
    padding: 12px 24px;
    margin-right: 24px !important;
    border-radius: 4px;
    padding: 0;
    width: 180px !important;
    height: 40px;
    text-align: center;
}

@media screen and (max-width:991px) {
    .navbar-purple-bg {
        display: none;
        width: unset;
        margin: 0 24px 18px;
    }
}

.navbar-contacts__container {
    display: none;
}

@media screen and (max-width:991px) {
    .navbar-contacts__container {
        display: flex;
        margin: 0 0 18px;
        padding: 12px 0;
        background-color: #0f1023;
    }
}

.nav-burger {
    min-height: 44px;
    border: 0;
}

.nav-burger:focus {
    box-shadow: unset;
    outline: none;
}

.nav-burger span {
    display: block;
    opacity: 1;
    width: 30px;
    height: 2px;
    background-color: #fff;
    transition: all ease 0.3s;
}

.nav-burger.active span {
    opacity: 0;
}

.nav-burger::before {
    content: '';
    position: absolute;
    top: 12px;
    left: 12px;
    width: 30px;
    height: 2px;
    background-color: #fff;
    transition: all ease 0.3s;
}

.nav-burger.active::before {
    transform: rotate(45deg);
    top: 22px;
}

.nav-burger::after {
    content: '';
    position: absolute;
    bottom: 12px;
    left: 12px;
    width: 30px;
    height: 2px;
    background-color: #fff;
    transition: all ease 0.3s;
}

.nav-burger.active::after {
    transform: rotate(135deg);
    bottom: 20px;
}

/*отступы между пунктами меню*/
.menu-margins {
    margin-right: 3px;
}

.navbar-dark .navbar-nav .nav-link {
    color: #e0e0e0;
}

.navbar-dark:hover .navbar-nav:hover .nav-link:hover {
    color: #adadad;
}

.navbar-contacts-mobile {
    display: none;
}

.navbar-contacts-mobile img {
    width: 30px;
}

@media screen and (min-width:850px) and (max-width:991px) {
    .navbar-contacts-mobile {
        display: flex;
        justify-content: start;
        width: 26%;
    }

    .navbar-contacts-mobile a {
        margin: 0 12px;
    }
}

@media screen and (min-width:576px) and (max-width:849px) {
    .navbar-contacts-mobile {
        display: flex;
        width: 26%;
    }

    .navbar-contacts-mobile a {
        margin: 0 12px;
    }
}

@media screen and (max-width:575px) {
    .navbar-contacts-mobile {
        display: flex;
        width: 26%;
    }

    .navbar-contacts-mobile a {
        margin: 0 12px;
    }
}

@media screen and (max-width:414px) {
    .navbar-brand {
        width: 30%;
    }

    .navbar-contacts-mobile {
        justify-content: space-around;
        width: 50%;
    }

    .navbar-contacts-mobile a {
        margin: 0 6px;
    }
}

.navbar-adress {
    display: flex;
    flex-wrap: nowrap;
    column-gap: 60px;
    margin: 0 0 0 60px !important;
}

@media screen and (max-width:1199px) {
    .navbar-adress {
        column-gap: 20px;
        margin: 0 0 0 20px !important;
    }
}

@media screen and (max-width:991px) {
    .navbar-text.navbar-adress {
        width: unset;
    }
}

@media screen and (max-width:767px) {
    .navbar-adaptive-height {
        height: 94px;
    }

    .navbar-text.navbar-adress {
        display: none;
    }

    .navbar-collapse {
        position: absolute;
        top: -4px;
    }

    .navbar-brand img {
        width: 80px;
    }
}

.navbar-adress .nav-link {
    padding: 6px;
}

@media screen and (max-width:1199px) {
    .navbar-adress .nav-link span {
        font-size: 12px;
    }
}

.navbar-adress-icon {
    display: flex;
    align-items: center;
    width: 12px;
}

@media screen and (max-width:991px) {
    .navbar-adress-icon {
        display: none;
    }
}

.navbar-adress-icon i {
    font-size: 16px;
}

.navbar-adress-tablet {
    display: none;
}

.navbar-adress-tablet a {
    color: #fff;
}

.navbar-adress-tablet p {
    color: #fff;
}

.navbar-email-tablet {
    display: none;
}

@media screen and (min-width:850px) and (max-width:991px) {
    .navbar-adress-tablet {
        display: flex;
        flex-wrap: wrap;
        width: 26%;
        margin: 0;
    }

    .navbar-email-tablet {
        display: none;
        width: 26%;
    }
}

@media screen and (min-width:576px) and (max-width:849px) {
    .navbar-adress-tablet {
        display: flex;
        flex-wrap: wrap;
        width: 40%;
    }

    .navbar-email-tablet {
        display: none;
    }
}

.icons-navbar {
    display: flex;
    justify-content: center;
    margin-top: 6px;
}

@media screen and (max-width:991px) {
    .icons-navbar {
        display: none;
    }
}

.icons-navbar img {
    margin: 0 15px;
}

/*navbar catalog link*/
.catalog-link {
    background: #38954D;
    border-radius: 5px;
}

.search-menu {
    background: #fff;
    border-radius: 5px;
}

.col-bottom {
    font-weight: 500;
}

.col-bottom img {
    margin-right: 0.8em;
}

/*отступы в нижней части страницы*/
.contacts-padding {
    padding-bottom: 60px;
}

/*размер текста для кнопки в футере*/
.btn-footer {
    font-size: small !important;
    color: #fff;
    background: linear-gradient(180deg, #2C96E4 0%, #0071C5 100%);
    box-shadow: 0px 4px 12px rgba(16, 25, 32, 0.18);
    border-radius: 99px;
}

.btn-footer:hover {
    color: #fff;
}

/*SIDEBAR*/

.list-group ul {
    padding: 0 !important;
}

.form-check {
    position: relative;
    display: block;
    padding-left: 2.25rem;
}

.form-control-file {
    position: absolute;
    top: 200px;
    left: 200px;
}

.custom-range {
    margin-top: 10px;
}

/*дополнительный отступ для текста раздела КОНТАКТЫ внутри футера*/
.footer-additional-margin {
    margin-left: 17px;
    margin-top: -16px;
    font-weight: 400;
    font-size: 14px;
    color: #9198a0;
}

.read-info {
    color: #747474;
    font-size: 14px;
}

.top-panel-contacts {
    height: 62px;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: 18px;
    color: #333438;
}

.navbar-nav {
    padding: 0;
}

.navbar-dark .navbar-text {
    color: #fff;
}

.nav-pagination {
    background: #fff;
}

.pagination-items {
    display: flex;
    justify-content: space-between;
}

.nav-item {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 18px;
    color: #d1d1d1;
    text-transform: uppercase;
}

.navbar-text {
    font-size: 14px;
    margin: auto;
    color: #333438;
}

@media screen and (max-width:991px) {
    .navbar-text {
        margin: 0 24px;
        width: 100%;
        text-align: center;
    }

    .nav-link i {
        display: none;
    }
}

.navbar-light .navbar-text {
    color: #333438;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: rgb(255, 255, 255);
    font-weight: 700;
    background-color: #00AA81;
    border-color: #00AA81;
}

.dropdown-menu-right {
    right: auto;
    left: auto;
}

.link-intel-color {
    font-size: 14px;
    font-weight: 700;
    font-family: 'Open Sans';
    color: #0071C5;
}

.fa-whatsapp,
.fa-telegram,
.fa-viber {
    font-size: 30px;
}

.fa-whatsapp:hover {
    color: #25D366;
    transition: color 1s;
}

.fa-telegram:hover {
    color: #0088cc;
    transition: color 1s;
}

.fa-viber:hover {
    color: #665CAC;
    transition: color 1s;
}

.ul-price {
    list-style: none;
    text-align: left;
}

.ul-price li::before {
    content: '\25E5';
    padding-right: 8px;
    color: #0071C5;
}

.header-title {
    color: #FFCB4A;
    text-align: left;
    font-weight: 800;
    font-size: 40px;
    line-height: 55px;
    max-width: 570px;
}

.header-subtitle {
    color: #fff;
    text-align: left;
    font-weight: 800;
    font-size: 32px;
}

.header-list {
    list-style: none;
    padding: 10px 0;
}

.header-list li {
    font-size: 18px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    line-height: 40px;
    text-transform: uppercase;
}

.header-list__check {
    margin-right: 3px;
}

.advantage {
    text-align: left;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    color: #16222C;
    padding-top: 30px;
}

.advantage-sm {
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Open Sans', sans-serif;
    color: #2E363B;
    padding-top: 30px;
    line-height: 18px;
}

/*стандартный стиль H6 с привязкой к левому краю*/
.h6-align-left {
    text-align: left !important;
}

/*заголовок СВЯЖИТЕСЬ КАК ВАМ УДОБНО с расположением по центру страницы*/
.description-text-big {
    color: #182170;
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
}

.form-check-label {
    margin-bottom: 0;
    font-family: 'Montserrat';
    font-size: 14px;
    line-height: 17px;
    color: #001227;
}

.btn {
    border-radius: 99px;
}

.btn-success {
    color: #fff;
    background-color: #38954D;
    border-color: #38954D;
    padding: 16px 45px;
    margin: 20px;
    border-radius: 99px;
}

.btn-outline-success {
    border-color: #38954D;
    padding: 16px 45px;
    border-radius: 99px;
}

.btn-outline-success:hover {
    border-color: #F38637;
    background-color: #F38637;
    padding: 16px 45px;
}


.btn-primary {
    color: #fff;
    box-shadow: 0px 4px 12px rgba(16, 25, 32, 0.18);
    border-radius: 99px;
    padding: 16px 45px;
}

.btn-primary:hover {
    color: #fff;
}

.btn-outline-primary {
    border-color: #182170;
    padding: 16px 45px;
    color: #333438;
    border-radius: 99px;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #3EADDA;
    border-color: #3EADDA;
    padding: 16px 45px;

}

.btn-call-back {
    color: #fff;
    background-color: #38954D;
    border-color: #38954D;
    border-radius: 99px;
}

/*цвет текста кнопки при наведении на неё мышкой*/
.btn-call-back:hover {
    color: rgb(0, 0, 0);
}

/* btn wide fix */
.btn._wide-btn {
    width: 320px;
}

.description-text {
    padding-bottom: 20px;
    text-align: justify;
    font-size: 18px;
    font-weight: 500;
    color: #333333;
}

@media (max-width:767px) {
    .description-text {
        font-size: 15px;
    }
}

.slide-title-h {
    color: #fff;
    font-size: 40px;
    line-height: 49px;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: bold;
}

.slide-desc {
    font-size: 24px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    color: rgba(255, 255, 255, 0.9);
}

.slide-desc-sm {
    font-size: 18px;
    line-height: 25px;
    color: rgba(255, 255, 255, 0.74);
}

.carousel-item {
    height: 342px;
    min-height: 300px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.portfolio-item {
    margin-bottom: 30px;
}

.card {
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 6px 10px rgba(0, 0, 0, .08), 0 0 6px rgba(0, 0, 0, .05);
}

.card.gradient {
    background-image: linear-gradient(to top, #dfe9f3 0%, white 100%);
}

.card:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, .12), 0 4px 8px rgba(0, 0, 0, .06);
}

.catalog-card {
    height: 257px;
    box-shadow: 0px 4px 22px rgba(27, 36, 47, 0.15);
    border-radius: 5px;
}

.card-body {
    padding: 1.25rem 1.25rem 1rem;
}

.card-body img {
    max-width: 100%;
    display: block;
    margin: auto;
}

.card-body span {
    display: block;
}

@media screen and (max-width:575px) {
    .card-body {
        flex: 0;
    }
}

.card-number {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 12px;
    width: 38px;
    height: 36px;
    border: 2px solid #5192e3;
    border-radius: 50%;
}

.card-number p {
    margin-bottom: 0;
    font-size: 26px;
    color: #5192e3;
}

.card-title {
    color: #16222C;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
}

.card-title-link {
    font-size: 20px;
}

.card-title-link:hover {
    text-decoration: none;
}

/*вносим изменения в card-title - фиксируем расположение*/
.card-title-top {
    color: #333438;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    position: absolute;
    text-align: left;
}

.card-title-object {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 14px;
    line-height: 22px;
    color: #182170;
    text-transform: uppercase;
    text-align: left;
}

.card-text-lication {
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    font-family: 'Open Sans', sans-serif;
    color: #333438;
}

.card-text-numbers {
    font-size: 50px;
    color: #fff;
    font-weight: 900;
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: #fff;
    border-top: none;
}

.card-footer.transparent {
    background-color: transparent;
}

.card-footer:last-child {
    border-radius: 0 0 15px 15px;
}

.contenedor {
    height: 100%;
    /*padding: 5% 0;*/
}

.num-title {
    font-size: 46px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    text-align: center;
    background: #e9ecef;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.container_foto {
    background-color: rgba(57, 62, 93, 0.7);
    padding: 0;
    overflow: hidden;
    max-width: 340px;
    margin: 5px;
}

.container_foto article {
    padding: 10%;
    position: absolute;
    bottom: 0;
    z-index: 1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.container_foto h2 {
    color: #fff;
    font-weight: 600;
    line-height: 25px;
    font-size: 20px;
    border-bottom: #fff solid 1px;
}

.container_foto h4 {
    font-weight: 300;
    color: #fff;
    font-size: 16px;
}

.container_foto img {
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0.4;
    -webkit-transition: all 4s ease;
    -moz-transition: all 4s ease;
    -o-transition: all 4s ease;
    -ms-transition: all 4s ease;
    transition: all 4s ease;
}

.ver_mas {
    background-color: #FEB66C;
    position: absolute;
    width: 100%;
    height: 70px;
    bottom: 0;
    z-index: 1;
    opacity: 0;
    transform: translate(0px, 70px);
    -webkit-transform: translate(0px, 70px);
    -moz-transform: translate(0px, 70px);
    -o-transform: translate(0px, 70px);
    -ms-transform: translate(0px, 70px);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.ver_mas span {
    font-size: 16px;
    color: #fff;
    position: relative;
    margin: 0 auto;
    width: 100%;
    top: 13px;
}

/*hovers*/

.container_foto:hover {
    cursor: pointer;
}

.container_foto:hover img {
    opacity: 0.1;
    transform: scale(1.5);
}

.container_foto:hover article {
    transform: translate(2px, -69px);
    -webkit-transform: translate(2px, -69px);
    -moz-transform: translate(2px, -69px);
    -o-transform: translate(2px, -69px);
    -ms-transform: translate(2px, -69px);
}

.container_foto:hover .ver_mas {
    transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    opacity: 0;
}

.bg-light-grey {
    background: #F3F7FA;
}

.bg-dark-grey {
    background: #E6EDF2;
}

.bg-purple {
    /*background: #4E1C68;*/
    background-image: url('../images/direct-background.webp');
    background-size: cover;
    background-position: center center;
}

.calculate-form {
    padding: 35px;
    border: 1px solid #e2e2e2;
    border-radius: 15px;
    background: #fff;
    margin-bottom: 20px;
}

.card-text-red {
    color: #FF774D;
    font-size: 14px;
    text-align: center;
    font-weight: 600;
}

.price-text-red {
    font-family: 'Open Sans', sans-serif;
    text-align: left;
    color: #FB564B;
    font-weight: 600;
    font-size: 18px;
}

.price-text-blue {
    font-family: 'Montserrat', sans-serif;
    text-align: left;
    color: #0071C5;
    font-weight: 700;
    font-size: 27px;
    text-align: center;
}

.price-text-green {
    font-family: 'Open Sans', sans-serif;
    text-align: left;
    color: #5AB582;
    font-weight: 600;
    font-size: 18px;
}

.card-text-orange {
    color: #FFCC47;
    font-size: 14px;
    text-align: center;
    font-weight: 600;
}

.delivery-title {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    font-weight: 700;
    text-align: left;
    text-transform: none;
    padding-left: 20px;
    padding-top: 10px;
}

.delivery-description {
    color: #333438;
    font-size: 16px;
    font-weight: 600;
}

.card-text {
    margin-bottom: 0.5rem;
    font-size: 16px;
}

.advantages-section {
    background-image: linear-gradient(to right, #41295a 0%, #2f0743 51%, #41295a 100%);
    /*linear-gradient(to right, #584170 0%, #4e1968 51%, #4d3268 100%)*/
}

.advantages-section h2 {
    color: #FFCB4A !important;
}

.advantages-section h3.card-text {
    font-size: 19px;
}

.advantages-section p.header {
    font-size: 19px;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    font-weight: 800;
    line-height: 24px;
    text-transform: uppercase;
}

.advantages-section ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    list-style: none;
}

.advantages-section ul li {
    width: 24%;
}

@media (max-width:991px) {
    .advantages-section ul li {
        width: 50%;
    }
}

@media (max-width:767px) {
    .advantages-section ul li {
        width: 100%;
    }
}

.advantages ul {
    padding: 10px 20px;
    list-style-type: none;
}

.advantages ul li {
    position: relative;
}

.advantages ul li::before {
    content: "•";
    color: #000;
    display: inline-block;
    position: absolute;
    top: -8px;
    left: -12px;
    font-size: 26px;
}

.card-text-top {
    font-size: 14px;
    position: absolute;
}

.card-img-top {
    margin-top: 2.8em;
}

.img-top-zero {
    margin-top: 0
}

.text-muted {
    color: #333438 !important;
    font-size: 12px;
    line-height: 16px;
}

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

.ext-link {
    font-size: 18px;
    font-weight: 600;
    color: #515359;
}

.carousel-caption {
    bottom: 70px;
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0);
    border-bottom: 1px solid rgba(0, 0, 0, 0);
}

.nav-tabs .nav-item {
    margin: 7px;
    color: #2D4F68;
    background-color: #E2ECF4;
    border: 1px solid #E2ECF4;
    border-radius: 99px;
}

.nav-tabs {
    border-bottom: none;
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-radius: 99px;
}

.info-tabs {
    min-height: 350px;
    border-radius: 2px;
}

.tab-content {
    border-radius: 5px;
    padding: 22px;
    margin-bottom: 22px;
}

.tab-content p {
    font-size: 14px;
    color: #333438;
    font-weight: 400;
    font-style: normal;
    line-height: 20px;
}

.our-company {
    height: 586px;
}

.company-text {
    color: #606265;
    background-color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    padding: 28px;
    border: 1px solid #E7E7E7;
    border-radius: 15px;
}

.partners {
    border: 2px solid #182170;
    border-radius: 25px;
    padding: 30px;
    padding-top: 60px;
}

.footer-text-grey {
    color: #969696;
    font-size: 13px;
}

/*FORM*/

.how-to {
    border: 2px solid #182170;
    border-radius: 25px;
    padding: 30px;
    padding-top: 60px;
}

.form-control {
    border: 1px solid #e2e2e2;
    border-radius: 99px;
    height: calc(1.5em + .75rem + 10px) !important;
}

.contact-form {
    background: #F3F7FA;
    border-radius: 15px;
}

.contact-form .form-control {
    border-radius: 5px;
}

.contact-form form {
    padding: 30px;
}

.contact-form form .row {
    margin-bottom: 20px;
}

.contact-form .btnContact {
    width: 30%;
    border: none;
    border-radius: 5px;
    padding: 20px;
    background: #38954D;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
}

.btnContactSubmit {
    width: 50%;
    border-radius: 1rem;
    padding: 1.5%;
    color: #fff;
    background-color: #0062cc;
    border: none;
    cursor: pointer;
}

/**/

/* Headers in footer block */
.footer-title {
    margin-bottom: 16px;
    color: #d4d4d4;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 14px;
    text-align: left;
}

/* Horizontal line in footer block */
.footer-hl {
    border-top: 2px solid #363942;
    margin-right: 70px;
    margin-bottom: 25px;
}

/*Compact horizontal line in footer block for contacts field*/
.footer-hl-compact {
    border-top: 2px solid #363942;
    margin-right: 1px;
    margin-bottom: 25px;
}

.advantages-hl-compact {

    background: no-repeat url("../images/ИТ/hr-blue-line.png");
    height: 6px;
    border: none !important;
}

.footer-grey-text {
    color: #898989;
}

/* Footer */
footer {
    background-color: #07020e;
    background-image: linear-gradient(316deg, #211f3b 0%, #130a13 74%);
}

footer a {
    color: #FFFFFF;
    opacity: 0.5;
    font-size: 14px;
    line-height: 18px;
}

footer a:hover {
    color: #d3d3d3;
}

/*отступы для футера*/
.footer-padding {
    padding-top: 1.5rem !important;
}

.footer-text-grey-small {
    font-weight: 600;
    font-size: 14px;
    color: #d4d4d4;
}

.footer-copyright {
    color: #5F666B;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
}

.footer-social-icons {
    margin-left: 12px;
}

.copyright {
    background: #13191E;
    padding-top: 10px;
    padding-bottom: 1px;
}

.feedbackbottom {
    display: inline-flex;
    width: 100%;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-gap: 80px;
    justify-content: center;
    margin-bottom: 60px;
}

.item-inner {
    display: flex;
    justify-content: space-between;
}

.green-dots li {
    margin-bottom: 1rem;

}

.aside-item {
    font-weight: 600;
}

/*ICONS*/
.carousel-indicators li {
    flex: 0 1 auto;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    margin-right: 13px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    /* background-clip: padding-box; */
    border-top: 10px solid transparent;
    /* border-bottom: 10px solid transparent; */
    opacity: .5;
    transition: opacity .6s ease;
}

.carousel-indicators .active {
    opacity: 1;
    background-color: #fff;
}

.fas {
    color: #ffffff;
}

.fas .fa-list {
    color: #fff;
}

.item-title-popular {
    padding-top: 20px;
}

.item-title-popular a {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    color: #333438;
}

.item-price {
    padding-top: 25px;
}

/*PRODUCTS*/
.price {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #333438;
}

.amount {
    font-weight: 500;
    font-size: 13px;
    line-height: 18px;
    color: #182170;
}

@media (max-width: 768px) {
    .carousel-inner .carousel-item>div {
        display: none;
    }

    .carousel-inner .carousel-item>div:first-child {
        display: block;
    }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex;
}

/* display 3 */
@media (min-width: 768px) {

    .carousel-inner .carousel-item-right.active,
    .carousel-inner .carousel-item-next {
        transform: translateX(33.333%);
    }

    .carousel-inner .carousel-item-left.active,
    .carousel-inner .carousel-item-prev {
        transform: translateX(-33.333%);
    }
}

.carousel-inner .carousel-item-right,
.carousel-inner .carousel-item-left {
    transform: translateX(0);
}

/*SLIDER + TABS*/

.owl-carousel .item {
    background: #ffffff00;
    padding: 1rem;
}

.tab-btn-link {
    margin: 10px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    border: 1px solid #f8f8f8;
    border-radius: 99px;
    padding: 20px 30px;
    background: #f8f8f8;
}

.tab-btn-link:hover {
    color: #fff;
    border: 1px solid #F38637;
    background: #F38637;
}

/*INPUT FILE*/

.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile+label {
    font-size: 14px;
    font-weight: 400;
    color: #515359;
    background-color: #F8F8F8;
    display: inline-block;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0px 4px 18px rgba(40, 97, 53, 0.13);
}

.inputfile+label {
    cursor: pointer;
    /* "hand" cursor */
}

.inputfile:focus+label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile+label {
    font-size: 14px;
    font-weight: 400;
    color: #515359;
    background-color: #F8F8F8;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 5px;

}

.inputfile+label {
    cursor: pointer;
    /* "hand" cursor */
}

.inputfile:focus+label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}


/*SEARCH FORM*/

#demo-2 input[type=search] {
    width: 15px;
    padding-left: 10px;
    color: transparent;
    cursor: pointer;
}

input[type=search] {
    background: #ededed url(/https://static.tumblr.com/ftv85bp/MIXmud4tx/search-icon.png) no-repeat 9px center;
    border: solid 1px #ccc;
    padding: 9px 10px 9px 32px;
    width: 55px;
    -webkit-border-radius: 10em;
    -moz-border-radius: 10em;
    border-radius: 10em;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

.pricing-table .card {
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}

.pricing-table .card.gradient {
    background-image: linear-gradient(to top, #dfe9f3 0%, white 100%);
}

.pricing-table .card .card-title {
    font-size: 25px;
    font-weight: 700;
    padding-bottom: 4px;
}

.pricing-table .card .card-title.underlined {
    border-bottom: 2px solid #ffc107;
}

.pricing-table .card .intro__text {
    margin-bottom: 3px;
    font-size: 16px;
    text-align: left;
}

.pricing-table .card .footnote {
    font-size: 12px;
}

.pricing-table small {
    font-size: 13px;
}

.pricing-table ul {
    margin-bottom: 0;
}

.pricing-table li {
    font-size: 16px;
}

.pricing-table li p {
    font-size: 16px;
}

.pricing-table li strong {
    font-size: 18px;
}

.pricing-table li._hidden {
    display: none;
}

.pricing-table li.last::before {
    content: '';
}

.pricing-table .expansion__button {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 10px;
    padding: 0;
    width: 220px;
    height: 30px;
    text-align: center;
    transition: 0.5s;
    background-size: 200% auto;
    background-image: linear-gradient(to right, #E55D87 0%, #5FC3E4 51%, #E55D87 100%);
    border: 0;
    border-radius: 40px;
    color: white;
}

.pricing-table .card .card-price {
    font-size: 2.7rem;
}

.pricing-table .card .card-price .term {
    font-size: .875rem;
}

.pricing-table .card .fa-ul li:not(:last-child) {
    margin-bottom: 1rem;
}

@media (min-width: 992px) {
    .pricing-table .card:hover {
        margin-top: -.25rem;
        margin-bottom: .25rem;
        -webkit-box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
        box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
    }
}


.glow {
    color: #fff;
    font-size: 13px;
    text-align: center;
    -webkit-animation: glow 1s ease-in-out infinite alternate;
    -moz-animation: glow 1s ease-in-out infinite alternate;
    animation: glow 1s ease-in-out infinite alternate;
}

@-webkit-keyframes glow {
    from {
        text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #e60073, 0 0 40px #e60073, 0 0 50px #e60073, 0 0 60px #e60073, 0 0 70px #e60073;
    }

    to {
        text-shadow: 0 0 20px #fff, 0 0 30px #ff4da6, 0 0 40px #ff4da6, 0 0 50px #ff4da6, 0 0 60px #ff4da6, 0 0 70px #ff4da6, 0 0 80px #ff4da6;
    }
}

@media (max-width: 905px) {
    .header-title {
        font-size: 30px;
        line-height: 40px;
        /* margin-left: 20px; */
    }

    .header-subtitle {
        /* margin-left: 20px; */
        font-size: 28px;
    }

    .header-list {
        /* padding-left: 20px; */
    }

    .header-list li {
        font-size: 14px;
        line-height: 30px;
    }


}

@media (max-width: 719px) {
    /* #intro-example {
        height: 512px;
    } */

    .header-title {
        font-size: 30px;
        line-height: 40px;
        /* margin-left: 20px; */
    }

    .header-subtitle {
        /* margin-left: 20px; */
        font-size: 28px;
    }

    /* .header-list {
        padding-left: 20px;
    } */

    .header-list li {
        font-size: 14px;
        line-height: 30px;
    }

    .mockup-header {
        display: none;
    }

}

@media screen and (max-width:575px) {
    .header-title {
        padding-top: 34px;
    }

    .header-subtitle {
        font-size: 24px;
        line-height: 30px;
    }

}

@media (max-width:400px) {
    #intro-example {
        height: unset;
    }
}

/*BACK TO TOP*/
#button {
    display: inline-block;
    background-color: #FFCB4A;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50%;
    position: fixed;
    top: 88%;
    right: 64px;
    transition: background-color .3s,
        opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#button::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
}

#button:hover {
    cursor: pointer;
    background-color: #130D1E;
}

#button:active {
    background-color: #555;
}

#button.show {
    opacity: 1;
    visibility: visible;
}

@media screen and (max-width:575px) {
    #button.show {
        display: none;
    }
}

@media (min-width: 500px) {

    #button {
        margin: 30px;
    }
}

/* Buttons alignment */
._feedback-align {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Main image picture */

.mockup-header {
    width: 540px;
}

@media screen and (max-width:1400px) {
    .mockup-header {
        width: 40%;
    }
}

/* Consultation block on site types page */

.consultation__container {
    background-image: url('../images/visitka__consultation.webp');
    background-size: cover;
}

.consultation__description {
    /*margin: 4rem auto 2rem;*/
    padding: 4rem 0;
    color: #fff;
}

.consultation__description>h3 {
    color: #fff;
    margin-bottom: 4rem;
}

.consultation__description>p {
    font-size: 20px;
}

.consultation-buttons__container {
    display: flex;
    justify-content: space-between;
    /*margin: 0 auto 4rem;*/
    padding: 0 0 4rem;
}

.consultation__button {
    border: 0;
    padding: 0;
    width: 200px;
    height: 45px;
    outline: none;
}

.consultation__button:focus {
    outline: none;
}

@media screen and (max-width:576px) {
    .consultation-buttons__container {
        flex-direction: column;
        align-items: center;
        /* margin: 0 auto 2rem; */
    }

    .consultation__button {
        margin: 1rem;
    }
}

/* Question form */
.question__section {
    background-image: linear-gradient(to right, #41295a 0%, #2f0743 51%, #41295a 100%);
    color: rgb(255, 203, 74);
    position: relative;
    height: 490px;
}

@media screen and (max-width:576px) {
    .question__section {
        height: 740px;
    }
}

@media screen and (max-width:360px) {
    .question__section {
        height: 780px;
    }
}

.question__section a {
    font-size: 12px;
    color: rgb(255, 203, 74);
}

.question__section a.confidence-link {
    font-size: inherit;
    color: #007bff;
    text-decoration: underline;
}

.question__section h2 {
    color: rgb(255, 203, 74);
}

.question__section p.header {
    color: rgb(255, 203, 74);
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    font-size: 36px;
    font-weight: 800;
    line-height: 40px;
    text-transform: uppercase;
}

.question__container {
    position: relative;
    max-width: 1400px;
}

.question__content {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 400px;
}

@media screen and (max-width:1200px) {
    .question__content {
        width: 98%;
    }
}

@media screen and (max-width:576px) {
    .question__content {
        height: 700px;
    }
}

@media screen and (max-width:360px) {
    .question__content {
        height: 738px;
    }
}

.question__content small {
    font-size: 13px;
}

.question__section input,
.question__section textarea {
    width: 100%;
    outline: none;
}

.question__section input {
    height: 46px;
}

.question__section input[type="checkbox"] {
    width: unset;
    height: unset;
}

.question__form {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.question__item {
    position: relative;
    width: 30%;
}

@media screen and (max-width:576px) {
    .question__item {
        width: 97%;
        margin-top: 3rem;
    }
}

.question__item label,
.question__item_full label {
    position: absolute;
    top: 12px;
    left: 12px;
    transition: .4s;
}

.question__item input {
    padding-left: 12px;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #fff;
    color: #fff;
}

.question__item_full {
    position: relative;
    width: 100%;
    margin-top: 3rem;
}

@media screen and (max-width:576px) {
    .question__item_full {
        width: 97%;
    }
}

.question__item_full textarea {
    padding-left: 12px;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #fff;
    color: #fff;
}

.question__button {
    width: 240px;
    display: block;
    margin: 3rem auto;
}

.question__button input[type="submit"] {
    border: 3px solid #c697e5;
    border-radius: 3rem;
    background-color: transparent;
    color: #fff;
    transition: .4s;
}

.question__button input[type="submit"]:hover {
    background-color: #c697e5;
}

.question__success p {
    text-align: center;
}

.question__success p:hover {
    text-decoration: underline;
    cursor: pointer;
}

.question__success {
    display: none;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    height: 380px;
}

.question-agree__container {
    display: flex;
    justify-content: center;
}

.question__item_full label.question-agree {
    position: relative;
    top: 0;
    left: 6px;
    margin-bottom: 0;
}

/* Share form block */

.share__items {
    width: 200px;
    display: flex;
    justify-content: space-around;
}

.share__item {
    width: 20%;
    border-radius: 50%;
}

.share__vk {
    background-color: #0077ff;
}

.share__ok {
    background-color: #ffab49;
}

.share__telegram {
    background-color: #3390ec;
}

.share__whatsapp {
    background-color: #53ee6e;
}

/* Main services section */
.main-services {
    margin: 0;
    padding: 0;
    max-width: 100%;
    justify-content: center;
    background-image: linear-gradient(to right, #584170 0%, #4e1968 51%, #4d3268 100%);
}

.main-services__item {
    position: relative;
    overflow: hidden;
    flex-basis: unset;
    padding: 0;
    width: 25%;
    /*max-width: 20%;*/
    /*margin: 0 20px 0 20px;*/
    /*border-radius: 10px;*/
}

@media screen and (max-width:800px) {
    .main-services__item {
        /*margin: 5px;*/
    }
}

@media screen and (max-width:768px) {
    .main-services__item {
        width: 50%;
    }
}

@media screen and (max-width:576px) {
    .main-services__item {
        width: 100%;
    }
}

.main-services__item img {
    width: 100%;
}

.main-services__mask-layer {
    background-image: linear-gradient(to top, #000000 0%, transparent 50%);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
}

.main-services__description {
    position: absolute;
    top: 88%;
    left: 6%;
    color: #fff;
    text-shadow: 3px 3px 12px #0e045b;
    font-size: 18px;
    transition: all ease .5s
}

/* Main command section */
.main-command {
    width: 100%;
    margin: 0;
    padding: 0;
    background-image: url('../images/main_our-team.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    font-size: 18px;
    font-weight: 700;
}

.main-command p {
    /*position: relative;*/
    top: 14px;
    left: 0;
    text-align: center;
    font-size: 16px;
}

.main-command__wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 6rem 0;
}

.main-command__left-block {
    width: 60%;
}

.main-command__right-block {
    width: 34%;
    margin: 3rem 0 0 3rem;
}

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

.main-command__photo-item {
    margin: 0 1rem 1rem;
}

.main-command__photo-item img {
    width: 120px;
}

@media screen and (max-width:768px) {
    .main-command__wrapper {
        justify-content: center;
    }
}

@media screen and (max-width:576px) {

    .main-command__left-block,
    .main-command__right-block {
        width: 100%;
    }

    .main-command__photo-item {
        margin: 0 0 1rem 0;
    }
}

/* Owl main page slider customization */
.star_OWLCAROUSEL_outer.owl-theme .owl-nav {
    margin-top: unset;
}

.star_OWLCAROUSEL_outer .owl-carousel .owl-prev {
    left: 46%;
    top: unset;
    bottom: 5%;
}

.star_OWLCAROUSEL_outer .owl-carousel .owl-next {
    right: 46%;
    top: unset;
    bottom: 5%;
}

.star_OWLCAROUSEL_outer .owl-dots {
    position: absolute;
    bottom: 25px;
    width: 100%;
}

/* Testimonial blocks customization */
.testimonial__item {
    width: 250px;
    min-height: 110px;
    justify-content: center;
}

@media screen and (max-width:575px) {
    .testimonial__item {
        width: 200px;
        margin: auto;
    }
}

@media screen and (max-width:1199px) {
    .testimonial-join__container {
        margin: auto;
    }
}

/* Mobile menu customization */
.bx-top-nav {
    width: 100%;
}

@media screen and (max-width:991px) {
    .star_OWLCAROUSEL_outer {
        display: none;
    }
}

/* BreadCrumbs customization */

.with-breadcrumbs {
    position: relative;
}

.breadcrumbs-custom {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
}

.breadcrumbs-custom .bx-breadcrumb-item-link {
    text-decoration: none;
}

.breadcrumbs-custom .bx-breadcrumb-item>.bx-breadcrumb-item-text {
    opacity: 0.8;
}

.breadcrumbs-custom .bx-breadcrumb-item-link:hover>.bx-breadcrumb-item-text {
    color: #FFCB4A;
}

.breadcrumbs-custom .bx-breadcrumb-item-text {
    color: #f8f8f8;
    font-weight: 500;
    transition: color 0.3s ease-out;
    font-size: 14px;
}

/* @media screen and (max-width: 1300px) {
    .breadcrumbs-custom.container {
        max-width: 85%;
    }
} */

@media screen and (max-width: 575px) {
    .breadcrumbs-custom {
        top: 10px;
    }
}

/* Main page header custom */
.main-page__header {
    background-color: #0f1023;
}

.main-page__header h1 {
    margin: 0;
    padding: 6px 0;
    color: #ffcb4a;
}

@media screen and (max-width: 991px) {
    .main-page__header {
        display: none;
    }

    .main-page__header h1 {
        background-color: #292b44;
        font-size: 23px;
    }
}

/* Main page first block mobile */
.main-page__first-block_mobile {
    display: none;
}

@media (max-width: 991px) {
    .main-page__first-block_mobile {
        display: block;
    }
}

/* Reviews */

.reviews__item {
    display: flex;
}

.reviews__logo {
    width: 16%;
}

.reviews__logo img {
    width: 100%;
    transform: translate(0, -50%);
    position: relative;
    top: 50%;
}

.reviews__text {
    width: 80%;
    margin-left: 3rem;
    font-size: 16px;
}

.reviews__text a {
    font-size: 16px;
    color: red;
    text-decoration: none;
    padding-bottom: 1px;
    border-bottom: 1px solid transparent;
    transition: border-color .3s ease;
}

.reviews__text a:hover,
.reviews__text a:focus {
    border-color: rgba(255, 0, 0, .8);
}

@media screen and (max-width:768px) {
    .reviews__item {
        flex-wrap: wrap;
    }

    .reviews__logo {
        width: 40%;
        margin: auto;
    }

    .reviews__logo img {
        transform: unset;
    }
}

/* fix menu fz */
.bx-nav-1-lvl-link {
    font-size: 14px;
}

.bx-nav-2-lvl-link {
    color: inherit;
}

/* Стили для списка сертификатов -> модальное окно с изображением */

/* картинка на странице */
.reduced {
    cursor: pointer;
    border: 1px solid #FFF;
}

/* увеличенная картинка */
#magnify {
    display: none;
    position: fixed;
    max-width: 600px;
    height: auto;
    z-index: 9999;
}

#magnify img {
    width: 100%;
}

/* затемняющий фон */
#overlay {
    display: none;
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.5;
    z-index: 9990;
}

/* кнопка закрытия */
#close-popup {
    width: 30px;
    height: 30px;
    border-radius: 15px;
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 15px;
}

#close-popup i {
    width: 30px;
    height: 30px;
    background: url('../images/cross.png') no-repeat center center;
    background-size: 16px 16px;
    background-color: #fff;
    border-radius: 50%;
    display: block;
}

/* Blue link */
a.blue-link,
.blue-link-wrapper a {
    color: #007bff;
    font-size: 16px;
    line-height: 1.5;
}

/* Article wrapper */
.article-wrapper p {
    font-size: 16px;
}

/* Customization for services on top main page */
.main-services__mask-wrapper {
    background-image: linear-gradient(to top, #000000 0%, transparent 50%);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.main-services__mask-wrapper::before {
    content: '';
    position: absolute;
    inset: 0;
    background-color: #000000;
    opacity: 0;
    transition: opacity .4s ease;
}

.main-services__mask-wrapper:hover .main-services__definition,
.main-services__mask-wrapper:focus .main-services__definition {
    transform: translateY(-100%);
}

.main-services__mask-wrapper:hover::before,
.main-services__mask-wrapper:focus::before {
    opacity: .75;
}

.main-services__definition {
    position: absolute;
    top: 100%;
    left: 0;
    padding: 0 14px 14px;
    color: #fff;
    transition: transform .4s ease;
}

.main-services__definition p {
    margin: 0;
    font-size: 18px;
    line-height: 1.2;
}

.main-services__definition p:last-of-type {
    font-size: 16px;
}

.main-services__tag {
    position: absolute;
    bottom: calc(100% + 7px);
    left: 14px;
    right: 14px;
    margin-bottom: 14px;
}

@media screen and (max-width: 991px) {
    .main-services__definition p {
        font-size: 16px;
    }

    .main-services__definition p:last-of-type {
        font-size: 14px;
    }
}

/* Customization section for 6 seo-components */
.seo-components ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style: none;
    gap: 4px;
}

.seo-components ul li {
    width: 33%;
}

@media screen and (max-width: 991px) {
    .seo-components ul {
        justify-content: center;
    }

    .seo-components ul li {
        width: 48%;
    }
}

@media screen and (max-width: 767px) {
    .seo-components ul {
        gap: 24px 0;
    }

    .seo-components ul li {
        width: 100%;
    }
}

.seo-components__anchor {
    margin-bottom: 0;
    text-align: center;
}

.seo-components__anchor a {
    color: #007bff;
}

/* Customization section for work-approach */
.work-approach {
    background-image: linear-gradient(to right, #41295a 0%, #2f0743 51%, #41295a 100%);
}

.work-approach h3 {
    color: #ffcb4a !important;
}

.work-approach ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style: none;
    gap: 4px;
}

.work-approach ul li {
    width: 24%;
}

@media screen and (max-width: 991px) {
    .work-approach ul {
        justify-content: center;
    }

    .work-approach ul li {
        width: 48%;
    }
}

@media screen and (max-width: 767px) {
    .work-approach ul li {
        width: 100%;
    }
}

/* Customization section for services complex */
.services-complex .card-group {
    justify-content: center;
}

.services-complex ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
}

.services-complex ul li {
    width: 25%;
}

@media screen and (max-width: 991px) {
    .services-complex ul {
        justify-content: center;
    }

    .services-complex ul li {
        width: 50%;
    }
}

@media screen and (max-width: 767px) {
    .services-complex ul {
        row-gap: 24px;
    }

    .services-complex ul li {
        width: 100%;
    }
}

.services-complex .card-title-link {
    font-size: 18px;
}

.services-complex .results span {
    display: block;
}

.services-complex .results .description-text {
    font-size: 18px;
    font-weight: 700;
}

/*БЛОК ПО СПИДОМЕТРУ*/
.main-speedometr {
    background: url('../images/blog/super__speed.png') right center / 48% no-repeat;
    filter: hue-rotate(350deg);
}

.main-speedometr {
    padding-top: 40px;
    padding-bottom: 40px;
}

.main-speedometr h2 {
    text-align: left;
    color: #FFF !important;
}

.big-red {
    color: #FFCB4A !important;
}

.speed__text .cross {
    position: relative;
}

.speed__text .cross::before {
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background-color: #FFCB4A !important;
    left: 0;
    top: 50%;
}

.speed__text {
    margin-top: 50px;
}

.speed__text {
    text-transform: uppercase;
    font-size: 20px;
    line-height: 35px;
    color: #FFF !important;
    font-weight: 500;
}

.speed__text .orange {
    font-size: 36px;
    font-weight: 700;
    color: #FFCB4A !important;
}

.speed__btn {
    max-width: 360px;
    margin-top: 92px;
    border-radius: 40px;
    padding: 18px 82px;
    background-color: #FFCB4A !important;
    font-weight: 700;
    border: none;
    font-size: 20px;
    line-height: 32px;
    text-transform: uppercase;
    color: #fffaea;
    transition: all .3s;
}

/*ОКОНЧАНИЕ БЛОКА ПО СПИДОМЕТРУ*/
/*БЛОК ПО УСЛУГАМ КОМПАНИИ*/
.services__team {
    background-color: #fdfef1;
}

.services__subtitle-home {
    font-size: 30px;
    line-height: 36px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
}

.services__title-home {
    /*margin-top: 45px;*/
    font-size: 30px;
    line-height: 40px;
    text-transform: uppercase;
    color: #020c24;
    /*font-weight: 400;*/
    text-align: center;
}

.services__subtitle-home span {
    font-weight: 700;
    font-size: 36px;
    line-height: 42px;
    color: #ef4c25;
}

.services__category {
    margin-top: 40px;
    color: #ef4c25;
    text-align: center;
    font-size: 28px;
    text-transform: uppercase;
}

/*ОКОНЧАНИЕ БЛОКА ПО УСЛУГАМ КОМПАНИИ*/

/* Testimonials slider customization */
.testimonials {
    background-image: linear-gradient(to right, #434343 0%, black 100%);
}

.testimonials h2 {
    padding-top: 69px;
    color: #ffcb4a !important;
}

.testimonials p {
    color: #fff;
}

.testimonials .owl-nav {
    display: flex;
    justify-content: center;
    gap: 48px;
}

@media screen and (max-width:575px) {
    .testimonials .owl-nav {
        position: absolute;
        top: 50%;
        transform: translateY(-70%);
        width: 100%;
        justify-content: space-between;
    }
}

.testimonials .owl-carousel .owl-prev,
.testimonials .owl-carousel .owl-next {
    position: relative;
    background-color: #fff !important;
}

.testimonials .owl-carousel .owl-prev {
    left: 0;
}

.testimonials .owl-carousel .owl-next {
    right: 0;
}

.testimonials .owl-carousel .owl-prev>span,
.testimonials .owl-carousel .owl-next>span {
    position: relative;
    font-size: 42px;
    line-height: 24px;
}

.testimonials .owl-carousel .owl-prev>span {
    right: 1px;
}

.testimonials .owl-carousel .owl-next>span {
    left: 1px;
}

.testimonials .advantage-sm {
    font-weight: 700;
}

@media screen and (max-width:575px) {
    .testimonials .advantage-sm {
        margin: 0 12px;
        padding-top: 15px;
        padding-bottom: 15px;
        text-align: center;
    }

    .testimonials .card-text {
        text-align: center;
    }
}

/* Testimonials slider fix */
.testimonials .owl-carousel .item {
    padding: 0 1rem 1rem;
}

/* Testimonials form fix */
.testimonials .testimonial-join__container p {
    color: #212529;
}

.testimonials .testimonial-join__container ._feedback-align {
    height: unset;
}

.testimonials .testimonial-join__container .btn-grad {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 40px;
    margin: auto;
    padding: 0;
}

.testimonials .testimonial-join__container .card-body img {
    width: 50%;
}

/* Seo process block */
.seo-process {
    font-size: 16px;
}

.seo-process h3 {
    text-transform: none;
}

.seo-process p {
    margin-bottom: 0;
}

.seo-process ol {
    padding-left: 16px;
}

.seo-process ul {
    padding: 0 10px 10px;
    list-style-image: url("../images/icons/check.png");
}

.seo-process__wrapper {
    padding: 50px 100px 35px;
    margin-bottom: 60px;
    border-radius: 15px;
    background: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 6px 10px, rgba(0, 0, 0, 0.05) 0px 0px 6px;
}

@media screen and (max-width:575px) {
    .seo-process__wrapper {
        padding: 50px 12px 35px;
    }
}

/* Seo faq block */
.seo-faq__accordeon {
    margin-top: 18px;
    margin-bottom: 24px;
    list-style: none;
}

.seo-faq__accordeon-item {
    position: relative;
    margin-bottom: 6px;
    padding: 12px 12px 22px;
    background-color: #e6edf2;
    border: 1px solid #c1c1c1;
    cursor: pointer;
}

@media (max-width:767px) {
    .seo-faq__accordeon-item {
        padding: 12px 40px 22px 12px;
    }
}

.seo-faq__accordeon-item .seo-faq__accordeon-title {
    font-size: 18px;
}

.seo-faq__accordeon-item .seo-faq__accordeon-title::after {
    content: '▼';
    position: absolute;
    top: 12px;
    right: 18px;
    transition: all .3s ease;
}

.seo-faq__accordeon-item .seo-faq__accordeon-description {
    display: none;
    margin-top: 22px;
    font-size: 17px;
}

.seo-faq__accordeon-item .seo-faq__accordeon-description p {
    margin-bottom: 0;
}

.seo-faq__accordeon-item.active .seo-faq__accordeon-description ul {
    margin-bottom: 0;
    padding: 10px 24px;
    list-style-image: url('../images/icons/check.png');
}

.seo-faq__accordeon-item.active .seo-faq__accordeon-title::after {
    transform: rotate(180deg);
}

.seo-faq__accordeon-item.active .seo-faq__accordeon-description {
    display: block;
}

/* Social Icons */

.wa-icon {
    /*position: fixed;*/
    bottom: 20px;
    left: 20px;
    width: 40px;
    height: 40px;
    transition: .1s ease-in-out;
    z-index: 95;
}

.wa-icon img {
    max-width: 100%;
}

.wa-icon:hover img {
    opacity: .7;
}

.soc-icons {
    position: fixed;
    bottom: 8px;
    right: 8px;
    width: 40px;
    transition: transform 0.3s ease-in-out;
    z-index: 5;
}

.soc-icons .wa-icon:not(:last-of-type) {
    margin-bottom: 10px;
}

.soc-icons .wa-icon {
    opacity: 0;
    transform: scale(0);
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}

.soc-icons.active .wa-icon {
    transform: scale(1) translateY(-20px);
    opacity: 0.9;
    visibility: visible;
}

.soc-icons__button {
    display: block;
    width: 40px;
    height: 40px;
    background-color: #7a208b;
    border: none;
    padding: 14px;
    border-radius: 50%;
    opacity: 1;
    visibility: visible;
    outline: none;
    transition: opacity 0.3s ease-in, transform 0.3s ease-in;
    position: relative;
    z-index: 7;
    box-shadow: 0 0 2px 6px #cc98d3;
}

.soc-icons__button:hover,
.soc-icons__button:focus {
    outline: none;
    opacity: 0.8;
}

@keyframes soc-pulse {
    from {
        opacity: 1;
        transform: scale(1);
    }

    to {
        opacity: 0;
        transform: scale(2);
    }
}

.soc-icons__button::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    border: 1px solid #b633d0;
    transform: scale(1.5);
    animation: soc-pulse 1s linear infinite;
}

.soc-icons__button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-image: url("../images/comment-dots-solid.svg");
    background-position: center;
    background-size: 50%;
    background-repeat: no-repeat;
    z-index: 10;
}

.soc-icons__button.hiden {
    transform: rotate(90deg) scale(0.9);
}

.soc-icons__button.hiden::before {
    background-image: url("../images/xmark-solid.svg");
}

.soc-icons__button.hiden::after {
    display: none;
}

@media screen and (max-width: 568px) {
    .soc-icons {
        right: 8px;
        bottom: 8px;
        width: 44px;
    }

    .soc-icons__button {
        width: 44px;
        height: 44px;
    }
}

@media screen and (max-width: 768px) {

    /*.soc-icons {
        bottom: 35px;
        left: 35px;
    }*/
    .soc-icons .wa-icon {
        width: 40px;
        height: 40px;
    }
}

/* Table of contents list */
.contents-table__container nav {
    background: unset;
}

.contents-table__container p {
    margin-bottom: 0;
    font-size: 16px;
}

.contents-table__container ul {
    line-height: 1.7;
}

.contents-table__container ul li a {
    font-size: 16px;
    color: #0062cc;
    border-bottom: 1px dotted #0062cc;
}

.contents-table__container ul li a:hover {
    text-decoration: none;
}

/* Site support complex services fix */
.site-support-complex-services .card {
    background-color: rgba(255, 239, 186, 0.18);
    background-image: linear-gradient(#ffefba, #ffffff);
}

.site-support-complex-services .bold {
    font-size: 30px;
    font-weight: 700;
}

@media (max-width:500px) {
    .site-support-complex-services ._gap-fix {
        row-gap: 24px;
    }
}

/******* Upgrade css for new design *******/

.header-flex__container_upgrade {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
}

@media (max-width:767px) {
    .header-flex__container_upgrade {
        flex-direction: column;
        align-items: center;
        row-gap: 28px;
    }
}

.header-title_upgrade {
    padding-top: 0;
    text-align: left;
    color: #FFCB4A;
    font-weight: 800;
    font-size: 40px;
    line-height: 55px;
}

@media (max-width:767px) {
    .header-title_upgrade {
        font-size: 30px;
        text-align: left;
        line-height: 34px;
    }
}

@media (max-width:575px) {
    .header-title_upgrade {
        font-size: 24px;
        line-height: 30px;
    }
}

.header-subspan_upgrade {
    color: #FFF;
    font-size: 32px;
    font-weight: 800;
}

@media (max-width:767px) {
    .header-subspan_upgrade {
        font-size: 28px;
        line-height: 32px;
    }
}

@media (max-width:575px) {
    .header-subspan_upgrade {
        font-size: 24px;
        line-height: 30px;
    }
}

.header-subtitle_upgrade {
    text-align: center;
    color: #000;
    font-size: 38px;
    font-weight: 900;
    line-height: 48px;
}

.header-subtitle_upgrade._white {
    color: #FFF;
}

.header-subtitle_upgrade._gold {
    color: #FFCB4A;
}

.header-subtitle_upgrade._left {
    text-align: left;
}

@media (max-width:767px) {
    .header-subtitle_upgrade {
        font-size: 22px;
        line-height: 24px;
    }
}

.header-list_upgrade {
    padding: 18px 0;
    list-style: none;
}

@media (max-width:767px) {
    .header-list_upgrade {
        margin: auto;
        width: 50%;
    }
}

@media (max-width:575px) {
    .header-list_upgrade {
        width: 100%;
    }
}

.header-list_upgrade li {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 9px;
}

@media (max-width:575px) {
    .header-list_upgrade li {
        margin-bottom: 8px;
    }
}

.header-list_upgrade li span {
    font-size: 25px;
    font-weight: 500;
    font-family: 'Montserrat';
    line-height: 36px;
}

@media (max-width:767px) {
    .header-list_upgrade li span {
        font-size: 16px;
        line-height: 20px;
    }
}

.header-description_upgrade {
    margin: 0 0 30px;
    font-size: 16px;
    font-weight: 800;
    line-height: 20px;
}

@media (max-width:767px) {
    .header-description_upgrade {
        margin: 0 8% 30px;
        text-align: center;
    }
}

@media (max-width:575px) {
    .header-description_upgrade {
        margin: 0 0 30px;
        text-align: left;
    }
}

.header-image_upgrade img {
    max-width: 470px;
}

@media (max-width:767px) {
    .header-image_upgrade img {
        display: none;
    }
}

.header-image__description_upgrade {
    text-align: right;
}

.header-image__description_upgrade .gold-label {
    font-size: 26px;
    font-weight: 600;
    line-height: 50px;
    color: #FFCB4A;
}

.header-image__description_upgrade .white-label {
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;
    color: #FFF;
}

@media (max-width:767px) {

    .header-image__description_upgrade .gold-label,
    .header-image__description_upgrade .white-label {
        text-align: center;
    }

    .header-image__description_upgrade .gold-label {
        font-size: 24px;
        margin-bottom: 0;
    }

    .header-image__description_upgrade .white-label {
        font-size: 16px;
    }
}

.preview-block__btn_upgrade {
    padding: 20px 40px;
    background-image: linear-gradient(to right, #FFCB4A 0%, #FFF 51%, #FFCB4A 100%);
    border-radius: 3px;
    color: #000;
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
}

._bnt-title-mw {
    max-width: 280px;
    margin-left: 0;
    margin-right: 0;
}

@media (max-width:767px) {
    ._bnt-title-mw {
        margin: auto;
    }
}

@media (max-width:575px) {
    ._bnt-title-mw {
        margin: unset;
    }
}

.secondary-block__btn_upgrade {
    padding: 20px 40px;
    background-image: linear-gradient(to right, #FFCB4A 0%, #FFF 51%, #FFCB4A 100%);
    border-radius: 10px;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}

._bnt-secondary {
    max-width: 240px;
    margin-left: 0;
    margin-right: 0;
}

/* Advantages section new */
.advantages_new {
    padding: 0;
    background-image: url(../images/bg-handshake.png);
    background-size: cover;
    background-position: center;
}

.advantages__mask_new {
    padding: 100px 0;
    /*backdrop-filter: blur(12px) brightness(1.5);*/
}

@media (max-width:767px) {
    .advantages__mask_new {
        padding: 30px 0;
    }
}

.advantages__header_new h2 {
    margin-bottom: 84px;
}

@media (max-width:767px) {
    .advantages__header_new h2 {
        margin-bottom: 30px;
    }
}

.advantages__items_new {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

@media (max-width:767px) {
    .advantages__items_new {
        padding: 0 36px;
    }
}

.advantages__item_new {
    width: 50%;
}

@media (max-width:767px) {
    .advantages__item_new {
        width: 100%;
    }

    .advantages__item_new:not(:first-child) {
        margin-top: 30px;
    }
}

.advantages__item_new img {
    display: block;
    margin: 0 auto 10px;
}

.advantages__item_new p.title {
    text-align: center;
    font-size: 25px;
    font-weight: 900;
    line-height: 30px
}

.advantages__item_new p {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
}

@media (max-width:767px) {
    .advantages__item_new p.title {
        font-size: 16px;
        font-weight: 900;
        line-height: 19px;
    }

    .advantages__item_new p {
        font-size: 16px;
        font-weight: 500;
        line-height: 19px;
    }
}

/* Our cases slider section new */
.our-cases__header_new .header-subtitle_upgrade {
    margin-bottom: 50px;
}

.our-cases__items_new {
    /*display: flex;
    flex-wrap: nowrap;
    justify-content: center;*/
    position: relative;
    overflow: hidden;
}

.our-cases__items_new ul {
    list-style: none;
}

.our-cases__items_new .owl-stage {
    display: flex;
}

.our-cases__items_new .owl-item {
    display: flex;
    justify-content: center;
}

.our-cases__items_new .owl-nav {
    display: flex;
    justify-content: space-between;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

.our-cases__items_new .owl-nav .owl-prev,
.our-cases__items_new .owl-nav .owl-next {
    background: unset;
    border: 0;
    outline: none;
}

.our-cases__items_new .owl-nav .owl-prev span,
.our-cases__items_new .owl-nav .owl-next span {
    font-size: 74px;
    color: #4E1C68;
}

.our-cases__items_new .owl-item p {
    max-width: 300px;
    text-align: center;
}

.our-cases__items_new .owl-item p.title {
    font-weight: 700;
}

.our-cases__items_new .owl-item table {
    max-width: 300px;
    margin-bottom: 18px;
    font-size: 12px;
}

.our-cases__items_new .owl-item table tr td {
    text-align: center;
    border: 1px solid #cecece;
}

@media (max-width:1199px) {

    .our-cases__items_new .owl-item p,
    .our-cases__items_new .owl-item table {
        max-width: 250px;
    }
}

@media (max-width:767px) {
    .our-cases__items_new table tr td {
        display: table-cell;
    }
}

/* Client reviews section new */
.reviews_new {
    padding: 100px 0;
    background-color: #0D6EFD;
}

@media (max-width:767px) {
    .reviews_new {
        padding: 30px 0 2px;
    }
}

.reviews_new p {
    color: #FFF;
}

.reviews_new .card-footer a {
    color: #0084F3;
    font-weight: 700;
}

@media (max-width:767px) {
    .reviews_new .card-deck {
        padding: 0 36px;
    }
}

/* Command section new */
.command_new {
    padding: 100px 0;
    background-color: #4E1C68;
}

@media (max-width:767px) {
    .command_new {
        padding: 30px 0;
    }
}

.command__header_new h2 {
    margin-bottom: 50px;
}

.command__items_new {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    row-gap: 26px;
}

@media (max-width:1199px) {
    .command__items_new {
        flex-wrap: wrap;
    }
}

@media (max-width:767px) {
    .command__items_new {
        padding: 0 36px;
    }
}

.command__item_new {
    display: flex;
    gap: 10px;
    width: 50%;
}

@media (max-width:1199px) {
    .command__item_new {
        width: 60%;
        margin-bottom: 10px;
    }
}

@media (max-width:767px) {
    .command__item_new {
        width: 70%;
    }
}

@media (max-width:575px) {
    .command__items_new {
        padding: 0;
    }

    .command__item_new {
        width: 100%;
    }
}

.command__item-text_new {
    display: flex;
    flex-direction: column;
    align-content: baseline;
}

.command__item-img_new img {
    width: 150px;
    height: 230px;
}

@media (max-width:767px) {
    .command__item-img_new img {
        width: 78px;
        height: 120px;
    }
}

@media (max-width:575px) {
    .command__item-img_new img {
        width: 98px;
        height: 140px;
    }
}

.command__item-position_new p {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    color: #FFF;
}

.command__item-name_new p {
    font-size: 25px;
    font-weight: 900;
    line-height: 30px;
    color: #FFCB4A;
}

.command__item-description_new p {
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    color: #FFF;
}

@media (max-width:767px) {

    .command__item-position_new p,
    .command__item-description_new p {
        font-size: 13px;
        font-weight: 600;
        line-height: 16px;
    }

    .command__item-name_new p {
        font-size: 16px;
        font-weight: 900;
        line-height: 20px;
    }
}

.command__label p {
    font-size: 16px;
    font-weight: bold;
    color: #FFCB4A;
}

/* Free audit section new */
.free-audit_new {
    padding: 100px 0;
}

@media (max-width:767px) {
    .free-audit_new {
        padding: 30px 0;
    }
}

.free-audit__wrapper_new {
    padding-bottom: 100px;
    background-image: url("../images/couple-professionals.png");
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: bottom right;
}

@media (max-width:1199px) {
    .free-audit__wrapper_new {
        background-size: 46%;
    }
}

@media (max-width:767px) {
    .free-audit__wrapper_new {
        padding-bottom: 0;
        background-size: 36%;
        background-position: bottom right;
    }
}

@media (max-width:450px) {
    .free-audit__wrapper_new {
        background-image: unset;
    }
}

.free-audit__content_new {
    width: 80%;
}

@media (max-width:767px) {
    .free-audit__content_new {
        width: 100%;
        padding: 0 36px;
    }
}

.free-audit__text_new {
    margin-top: 38px;
}

@media (max-width:767px) {
    .free-audit__text_new {
        margin-top: 10px;
    }
}

.free-audit__text_new p {
    font-size: 30px;
    font-weight: 500;
    line-height: 36px;
}

@media (max-width:767px) {
    .free-audit__text_new p {
        font-size: 16px;
        font-weight: 500;
        line-height: 18px;
    }
}

.free-audit__list_new ul {
    list-style: none;
}

.free-audit__list_new li {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 6px;
}

.free-audit__list_new li span {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
}

@media (max-width:767px) {
    .free-audit__list_new li span {
        font-size: 14px;
        font-weight: 500;
        line-height: 16px;
    }
}

.free-audit__btn_new a {
    font-weight: 700;
}

/* Testimonials section new */

.testimonials_new .description-text {
    font-weight: 700;
}

.testimonials_new .owl-nav {
    display: flex;
    justify-content: center;
    gap: 48px;
}

@media screen and (max-width:575px) {
    .testimonials_new .owl-nav {
        position: absolute;
        top: 50%;
        transform: translateY(-70%);
        width: 100%;
        justify-content: space-between;
    }
}

.testimonials_new .owl-carousel .owl-prev,
.testimonials_new .owl-carousel .owl-next {
    position: relative;
    border-radius: 50%;
    background-color: #0077FF !important;
    color: #FFF !important;
}

.testimonials_new .owl-carousel .owl-prev {
    left: 0;
}

.testimonials_new .owl-carousel .owl-next {
    right: 0;
}

.testimonials_new .owl-carousel .owl-prev>span,
.testimonials_new .owl-carousel .owl-next>span {
    position: relative;
    font-size: 42px;
    line-height: 24px;
}

.testimonials_new .owl-carousel .owl-prev>span {
    right: 1px;
}

.testimonials_new .owl-carousel .owl-next>span {
    left: 1px;
}

@media screen and (max-width:575px) {
    .testimonials_new .advantage-sm {
        margin: 0 12px;
        padding-top: 15px;
        padding-bottom: 15px;
        text-align: center;
    }

    .testimonials_new .card-text {
        text-align: center;
    }
}

.testimonials_new .testimonial-join__container .card {
    background-color: #FFCB4A;
    border: 0;
}

.testimonials_new .testimonial-join__container .p-header {
    font-size: 30px;
    font-weight: 900;
    line-height: 36px;
    text-align: left;
    text-transform: uppercase;
    color: #FFF;
}

.testimonials_new .testimonial-join__container p {
    font-size: 25px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    text-transform: uppercase;
    color: #FFF;
}

/* Testimonials slider fix */
.testimonials_new .owl-carousel .item {
    padding: 0 1rem 1rem;
}

/* Testimonials form fix */
.testimonials_new .testimonial-join__container ._feedback-align {
    height: unset;
}

.testimonials_new .testimonial-join__container .btn-grad {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 40px;
    margin: auto;
    padding: 0;
    background-image: linear-gradient(to right, #ffffff 0%, #ffffff 100%);
}

.testimonials_new .testimonial-join__container .btn-grad:hover {
    color: #000;
}

.testimonials_new .testimonial-join__container .card-body img {
    width: 50%;
}

.testimonials_new .advantage-sm {
    display: inline-block;
    height: 37px;
    font-weight: 700;
}

/* Advertisement introduction section new */
.adv-introduction_new {
    padding: 100px 0;
    background-color: #0D6EFD;
}

@media (max-width:767px) {
    .adv-introduction_new {
        padding: 30px 0;
    }
}

.adv-introduction__description_new {
    margin-top: 16px;
}

.adv-introduction__description_new p {
    font-size: 25px;
    font-weight: 600;
    line-height: 30px;
    text-align: center;
    color: #FFF;
}

@media (max-width:767px) {
    .adv-introduction__description_new p {
        font-size: 16px;
        font-weight: 600;
        line-height: 19px;
    }
}

.adv-introduction__items_new {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 18px;
    margin-top: 52px;
}

@media (max-width:1199px) {
    .adv-introduction__items_new {
        justify-content: center;
        gap: 52px;
    }
}

@media (max-width:767px) {
    .adv-introduction__items_new {
        gap: 18px;
        margin-top: 30px;
    }
}

.adv-introduction__item_first_new,
.adv-introduction__item_new {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 32%;
    min-height: 180px;
}

@media (max-width:1199px) {
    .adv-introduction__item_first_new {
        width: 100%;
        justify-content: center;
        min-height: unset;
    }

    .adv-introduction__item_new {
        width: 38%;
    }
}

@media (max-width:991px) {
    .adv-introduction__item_new {
        width: 76%;
    }
}

.adv-introduction__item_first_new p {
    font-size: 52px;
    font-weight: 900;
    line-height: 82px;
    text-transform: uppercase;
    color: #FFF;
}

@media (max-width:767px) {
    .adv-introduction__item_first_new p {
        font-size: 20px;
        font-weight: 900;
        line-height: 30px;
    }
}

.adv-introduction__item_new {
    border-radius: 16px;
    background-color: #fff;
    padding: 20px;
}

.adv-introduction__item_new p {
    width: 76%;
    font-size: 24px;
    font-weight: 900;
    line-height: 32px;
    text-align: left;
}

@media (max-width:1199px) {
    .adv-introduction__item_new p {
        width: 70%;
        font-size: 22px;
        line-height: 28px;
    }
}

@media (max-width:991px) {
    .adv-introduction__item_new p {
        width: 68%;
    }
}

@media (max-width:575px) {
    .adv-introduction__item_new p {
        font-size: 18px;
        line-height: 22px;
    }
}

.adv-introduction__item_new img {
    position: absolute;
    right: -14px;
    bottom: -10px;
    width: 40%;
}

@media (max-width:991px) {
    .adv-introduction__item_new img {
        width: 34%;
    }
}

@media (max-width:575px) {
    .adv-introduction__item_new img {
        max-width: 120px;
    }
}

/* Reasons cooperation section new */
.cooperation-reasons_new {
    padding: 100px 0;
    background-color: #4E1C68;
}

@media (max-width:767px) {
    .cooperation-reasons_new {
        padding: 30px 0;
    }
}

.cooperation-reasons__items_new {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 24px;
}

@media (max-width:1199px) {
    .cooperation-reasons__items_new {
        row-gap: 20px;
    }
}

@media (max-width:991px) {
    .cooperation-reasons__items_new {
        row-gap: 12px;
    }
}

@media (max-width:767px) {
    .cooperation-reasons__items_new {
        justify-content: center;
        padding: 0 36px;
        min-height: 140px;
    }
}

.cooperation-reasons__item_new {
    width: 32%;
    min-height: 224px;
    padding: 18px;
    background-color: #FFCB4A;
    border-radius: 16px;
}

@media (max-width:1199px) {
    .cooperation-reasons__item_new {
        width: 49%;
        min-height: 250px;
    }
}

@media (max-width:767px) {
    .cooperation-reasons__item_new {
        width: 90%;
        min-height: 140px;
    }
}

@media (max-width:450px) {
    .cooperation-reasons__item_new {
        min-height: 200px;
    }
}

.cooperation-reasons__item-merged_new {
    display: flex;
    align-items: center;
    width: 66%;
}

@media (max-width:1199px) {
    .cooperation-reasons__item-merged_new {
        width: 100%;
    }
}

.cooperation-reasons__header h2 {
    font-size: 48px;
    font-weight: 900;
    line-height: 66px;
    text-align: right;
}

@media (max-width:1199px) {
    .cooperation-reasons__header h2 {
        text-align: center;
    }
}

@media (max-width:767px) {
    .cooperation-reasons__header h2 {
        font-size: 25px;
        line-height: 30px;
    }
}

@media (max-width:575px) {
    .cooperation-reasons__header h2 {
        font-size: 20px;
        line-height: 24px;
    }
}

.cooperation-reasons__item_new p.title {
    font-size: 25px;
    font-weight: 900;
    line-height: 30px;
    text-align: left;
    color: #FFF;
}

.cooperation-reasons__item_new p {
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #4E1C68;
}

@media (max-width:767px) {
    .cooperation-reasons__item_new p.title {
        font-size: 14px;
        font-weight: 900;
        line-height: 18px;
    }

    .cooperation-reasons__item_new p {
        font-size: 13px;
        font-weight: 400;
        line-height: 16px;
    }
}

#cr-header {
    order: 2;
}

#cr-1 {
    order: 1;
}

#cr-2 {
    order: 3;
}

#cr-3 {
    order: 4;
}

#cr-4 {
    order: 5;
}

@media (max-width:1199px) {
    #cr-header {
        order: 1;
    }

    #cr-1 {
        order: 2;
    }
}

/* Pricing table section new */
.pricing-table_new {
    padding: 100px 0;
}

@media (max-width:767px) {
    .pricing-table_new {
        padding: 30px 0;
    }
}

@media (max-width:991px) {
    .pricing-table__items_new .row>div:not(:last-child) {
        margin-bottom: 30px;
    }
}

@media (max-width:767px) {
    .pricing-table__items_new {
        padding: 0 36px;
    }
}

.pricing-table_new p.description-text {
    padding-bottom: 40px;
    font-size: 25px;
    font-weight: 600;
    line-height: 30px;
}

@media (max-width:767px) {
    .pricing-table_new p.description-text {
        padding-bottom: 20px;
        font-size: 16px;
        font-weight: 600;
        line-height: 19px;
    }
}

.pricing-table_new .card {
    position: relative;
    background-image: linear-gradient(to bottom, #2C52A4 0%, #7A007F 100%);
}

.pricing-table_new .card-body {
    padding: 40px;
}

@media (max-width:575px) {
    .pricing-table_new .card-body {
        padding: 20px;
    }
}

.pricing-table_new .separator-line {
    position: absolute;
    left: 0;
}

.pricing-table_new .card-title {
    font-size: 27px;
    font-weight: 900;
    line-height: 32px;
    color: #FFF;
}

@media (max-width:767px) {
    .pricing-table_new .card-title {
        font-size: 20px;
    }
}

.pricing-table_new .ul-price {
    padding-top: 22px;
}

.pricing-table_new .ul-price li {
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    color: #fff;
}

.pricing-table_new .ul-price li::before {
    content: '\25CF';
    color: #FFF;
}

@media (max-width:767px) {
    .pricing-table_new .ul-price li {
        font-size: 16px;
        font-weight: 400;
        line-height: 19px;
    }
}

.pricing-table_new .price-text-white {
    font-family: 'Montserrat', sans-serif;
    text-align: left;
    color: #FFF;
    font-weight: 700;
    font-size: 27px;
    text-align: center;
}

.pricing-table_new .btn-grad-gold {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px auto;
    padding: 0;
    width: 220px;
    height: 65px;
    text-align: center;
    transition: 0.5s;
    background-size: 200% auto;
    color: #FFF;
    border-radius: 42px;
    background-image: linear-gradient(95.54deg, #FFCB4A 21.24%, #FFFFFF 48.86%, #FFCB4A 76.48%);
}

@media (max-width:767px) {
    .pricing-table_new .btn-grad-gold {
        width: 190px;
        height: 46px;
    }
}

@media (max-width:360px) {
    .pricing-table_new .btn-grad-gold {
        width: 100%;
    }
}

/* Yandex Direct includes section new */
.direct-includes_new {
    padding: 100px 0;
}

@media (max-width:767px) {
    .direct-includes_new {
        padding: 30px 0;
    }
}

.direct-includes__items_new {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    gap: 22px;
    margin-top: 44px;
}

@media (max-width:1199px) {
    .direct-includes__items_new {
        justify-content: center;
    }
}

.direct-includes__item_new {
    display: flex;
    align-items: center;
    width: 32%;
    min-height: 200px;
    padding: 20px;
    background-color: #0077FF;
    border-radius: 16px;
}

@media (max-width:991px) {
    .direct-includes__item_new {
        width: 42%;
    }
}

@media (max-width:767px) {
    .direct-includes__item_new {
        width: 72%;
        min-height: 130px;
    }
}

.direct-includes__item_new p {
    font-size: 25px;
    font-weight: 900;
    line-height: 30px;
    text-align: left;
    color: #FFF;
}

@media (max-width:767px) {
    .direct-includes__item_new p {
        font-size: 17px;
        font-weight: 900;
        line-height: 21px;
    }
}

/* Direct explanation section new */
.direct-explanation_new {
    padding: 0 0 100px;
}

@media (max-width:767px) {
    .direct-explanation_new {
        padding: 0 0 30px;
    }
}

@media (max-width:991px) {
    .direct-explanation_new h2.header-subtitle_upgrade {
        font-size: 28px;
        line-height: 32px;
    }
}

@media (max-width:575px) {
    .direct-explanation_new h2.header-subtitle_upgrade {
        font-size: 16px;
        line-height: 24px;
    }
}

.direct-explanation_new a {
    font-size: inherit;
    color: #007bff
}

@media (max-width:767px) {
    .direct-explanation_new a {
        font-size: initial;
    }
}

.direct-explanation__text-block_new p {
    font-size: 25px;
    font-weight: 400;
    line-height: 30px;
}

@media (max-width:767px) {
    .direct-explanation__text-block_new p {
        font-size: 16px;
        line-height: 22px;
    }
}

.direct-explanation__items_new {
    margin-top: 50px;
}

.direct-explanation__text-block_new:nth-child(2n+1) p {
    margin-bottom: 88px;
}

@media (max-width:767px) {
    .direct-explanation__text-block_new:nth-child(2n+1) p {
        margin-bottom: 32px;
    }
}

.direct-explanation__item_new {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    column-gap: 20px;
}

.direct-explanation__item_new:nth-child(2n) {
    flex-direction: row-reverse;
}

.direct-explanation__item_new:not(:first-child) {
    margin-top: 50px;
}

.direct-explanation__item-img_new {
    width: 40%;
}

@media (max-width:991px) {
    .direct-explanation__item-img_new img {
        display: block;
        width: 80%;
        margin: auto;
    }
}

.direct-explanation__item-desc_new {
    width: 60%;
}

.direct-explanation__item-desc_new ul {
    padding: 0;
    text-align: left;
    list-style: none;
}

.direct-explanation__item-desc_new ul li {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
}

.direct-explanation__item-desc_new ul li:not(:last-child) {
    margin-bottom: 12px;
}

@media (max-width:575px) {
    .direct-explanation__item-desc_new ul li {
        font-size: 14px;
        line-height: 20px;
    }
}

.direct-explanation__item_new:nth-child(2n) .direct-explanation__item-desc_new h2.header-subtitle_upgrade,
.direct-explanation__item_new:nth-child(2n) .direct-explanation__item-desc_new ul {
    text-align: right;
}

.direct-explanation__item_new h2.header-subtitle_upgrade {
    text-align: left;
}

/* Main page price table customization */
.table-price__main {
    padding-top: 56px;
    padding-bottom: 40px;
}

.table-price__main .mobile-label {
    display: none;
    margin-bottom: 12px;
}

.table-price__main .btn-grad-blue {
    margin: 38px auto 0;
}

.table-price__main h2 {
    margin-bottom: 2.1rem;
}

.table-price__main table {
    border-collapse: separate;
}

.table-price__main table a {
    border-bottom: 1px dotted #007bff;
    font-size: 14px;
    text-decoration: none;
    color: #007bff;
}

.table-price__main table sub {
    font-weight: 500;
}

.table-price__main table tr td {
    width: 18%;
    padding: 19px 6px;
    border-top: unset;
    border-bottom: unset;
    background-color: #f5f5f5;
    text-align: center;
    vertical-align: middle;
    font-size: 15px;
}

.table-price__main table tr.head td {
    background-color: #fce6ff;
    font-size: 18px;
    font-weight: 700;
}

.table-price__main table tr.head._regular-font td {
    width: 22%;
    background-color: #fce6ff;
    font-size: 17px;
    font-weight: 400;
}

.table-price__main table tr:nth-child(2n) {
    background-color: unset;
}

.table-price__main table tr td._mobile-visible {
    display: none;
}

@media (max-width:768px) {
    .table-price__main h2 {
        font-size: 29px;
    }

    .table-price__main table {
        border-collapse: collapse;
    }

    .table-price__main .mobile-label {
        display: block;
    }

    .table-price__main table tr.head {
        display: none;
    }

    .table-price__main table tr td {
        width: 100%;
        font-size: 13px;
        text-align: -webkit-center;
    }

    .table-price__main table tr td::before {
        content: attr(data-label);
        display: table-cell;
        margin-right: 12px;
        font-weight: 700;
    }

    .table-price__main table tr td._mobile-hidden {
        display: none;
    }

    .table-price__main table tr td._type {
        background-color: #fce6ff;
    }

    .table-price__main table tr td._mobile-visible {
        display: block;
    }

    .table-price__main table tr td._mobile-padding:nth-child(2) {
        padding: 19px 6px 8px;
    }

    .table-price__main table tr td._mobile-padding:nth-child(3) {
        padding: 8px 6px 22px;
    }
}

/* Project slider mobile arrows customization */
@media (max-width:767px) {
    #projects-slider.owl-carousel .owl-prev {
        top: 36%;
        left: -14px;
    }

    #projects-slider.owl-carousel .owl-next {
        top: 36%;
        right: -14px;
    }
}

/* Confidential checkbox customization */
.custom__confidential {
    display: flex;
    align-items: center;
    column-gap: 6px;
}

.custom__confidential a {
    text-decoration: underline !important;
    font-size: 14px;
}

/* Cookies notification block */
.cookie-notify__container {
    display: none;
    position: fixed;
    padding: 14px 14px 14px 20px;
    width: 36%;
    height: 100%;
    max-height: 110px;
    bottom: 0;
    left: 0;
    border: 2px solid #c697e5;
    background-color: #fff;
    color: #000;
    z-index: 900;
    transition: all 1s ease;
}

.cookie-notify__container._collapsed {
    left: -100%;
}

.cookie-notify__wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 6px;
}

.cookie-notify__text {
    width: 70%;
    text-align: center;
}

.cookie-notify__text p {
    margin-bottom: 0;
}

.cookie-notify__text a {
    border-bottom: 1px dotted #c697e5;
    font-size: 14px;
    text-decoration: none;
    color: #c697e5;
}

.cookie-notify__button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30%;
}

.cookie-notify__button button {
    padding: 8px 24px;
    border: 0;
    border-radius: 99px;
    background-image: linear-gradient(to right, #E55D87 10%, #5FC3E4 100%);
    color: #fff;
}

.cookie-notify__collapse {
    position: fixed;
    bottom: 0;
    left: 0;
    display: none;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 100%;
    max-height: 110px;
    border-top: 2px solid #c697e5;
    border-right: 2px solid #c697e5;
    border-bottom: 2px solid #c697e5;
    background-color: #fff;
    cursor: pointer;
    z-index: 1000;
}

.cookie-notify__collapse i {
    transition: all 1s ease;
}

.cookie-notify__collapse._collapsed i {
    transform: rotate(180deg);
}

@media (max-width:1199px) {

    .cookie-notify__container,
    .cookie-notify__collapse {
        max-height: 140px;
    }

    .cookie-notify__container {
        width: 40%;
    }
}

@media (max-width:991px) {
    .cookie-notify__container {
        width: 60%;
    }
}

@media (max-width:767px) {
    .cookie-notify__container {
        width: 80%;
    }
}

@media (max-width:575px) {
    .cookie-notify__container {
        width: 100%;
        padding: 6px 14px 6px 20px;
    }

    .cookie-notify__wrapper {
        row-gap: 6px;
    }

    .cookie-notify__text {
        width: 100%;
    }

    .cookie-notify__text p,
    .cookie-notify__text a {
        font-size: 13px;
    }

    .cookie-notify__button {
        width: 100%;
    }
}

/* Backgroung images modification */
.bg-image {
    background-size: cover;
    background-position: center center;
}

.bg-image.usual {
    background-image: url("../images/bg.jpg");
}

.bg-image.seo-background {
    background-image: url("../images/seo-background.webp");
}

.bg-image.seo-audit-background {
    background-image: url("../images/seo-audit.webp");
}

.bg-image.audit-advert-background {
    background-image: url("../images/audit-rk.webp");
}

.bg-image.seo-core-background {
    background-image: url("../images/seo-core.webp");
}

.bg-image.support-background {
    background-image: url("../images/support-background.webp");
}

.bg-image.visitka-img-result {
    background-image: url("../images/visitka__result.webp");
}

.bg-image .mask {
    background-color: rgba(0, 0, 0, 0.7);
    height: 100%;
}

/* Customers testimonials img fix */
#customers-testimonials img {
    width: auto;
}

/* Sercices complex section fix */
section.services-complex {
    background-color: #e6edf2;
}

section.services-complex .card.gradient {
    background-color: rgba(255, 239, 186, 0.18);
    background-image: linear-gradient(#ffefba, #ffffff);
}

section.services-complex span.accentuated {
    font-size: 30px;
    font-weight: 700;
}

/* Buy Bitrix styles fix */
.buy-bitrix__blue-button {
    margin: 0px 12px;
    padding: 16px;
    border: 0px;
    background-color: rgb(31, 144, 239);
    color: rgb(255, 255, 255);
    font-size: 18px;
}

.buy-bitrix__white-button {
    margin: 0px 12px;
    padding: 16px;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(31, 144, 239);
    color: rgb(31, 144, 239);
    font-size: 18px;
}

.buy-bitrix__nav-links .nav-link {
    padding: 4px 12px;
}

/* FAQ page */
.faq-header {
    font-size: 42px;
    border-bottom: 1px dotted #ccc;
    padding: 24px;
}

.faq-content {
    margin-bottom: 150px;
}

.faq-question {
    padding: 5px 0;
    border-bottom: 1px dotted #ccc;
}

.faq-question h2 {
    text-align: left;
}

.panel-title {
    font-size: 18px;
    font-weight: 700;
    width: 100%;
    position: relative;
    margin: 0;
    padding: 10px 10px 0 48px;
    display: block;
    cursor: pointer;
}

.panel-content {

    padding: 0px 14px;
    margin: 0 40px;
    height: 0;
    overflow: hidden;
    z-index: -1;
    position: relative;
    opacity: 0;
    -webkit-transition: .4s ease;
    -moz-transition: .4s ease;
    -o-transition: .4s ease;
    transition: .4s ease;
}

.panel:checked~.panel-content {
    height: auto;
    opacity: 1;
    padding: 14px;
}

.plus {
    position: absolute;
    margin-left: 26px;
    margin-top: 11px;
    z-index: 5;
    font-size: 30px;
    line-height: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-transition: .2s ease;
    -moz-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
}

.panel:checked~.plus {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.panel {
    display: none;
}

/* Contacts page */
.contacts__address-block {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 10px;
}

.contacts__address-header {
    text-align: left;
    font-size: 24px;
    color: #333438;
}

/* Intro block adaptive style fix */
#intro-example .header-title {
    padding-top: 0;
}

@media (max-width:991px) {
    #intro-example .header-title {
        font-size: 30px;
        line-height: 36px;
    }

    #intro-example .header-subtitle {
        font-size: 28px;
        line-height: 32px;
    }

    #intro-example .header-list li {
        font-size: 16px;
        line-height: 34px;
    }
}

/* Comprasion table adaptive fix */
@media (max-width:767px) {
    .comparison-table {
        overflow-x: auto;
        max-width: 100%;
        display: block;
    }

    .comparison-table tr td {
        display: table-cell;
    }

    /* .comparison-table {
        border: 1px solid #413867;
    }

    .comparison-table thead {
        display: none;
    }

    .comparison-table tr td::before {
        content: attr(data-label);
        padding: 4px;
        margin-right: 12px;
        background-color: #292b44;
        color: #fff;
        font-size: inherit;
    } */
}

/* Site creation steps block */
@media (max-width:767px) {
    .site-creation__steps-block .col {
        flex-basis: unset;
    }
}

/* Portfolio block */
.portfolio-result__block p.upper {
    font-size: 30px;
    font-weight: 700;
}

.portfolio__buttons a {
    min-width: 250px;
}

.btn__order-site span {
    display: block;
    margin: 15px 0;
}

/* Appropriate block */
.appropriate__block {
    margin: 4rem auto 4rem;
    padding: 24px;
    background-color: #1f1f1fba;
    color: #ffffff;
}

.appropriate__block h2 {
    color: #fff;
}

@media (max-width:767px) {
    .appropriate__block {
        margin: 2rem auto 2rem;
    }
}