/* font-family: "Golos Text", sans-serif; */
body {
	font-family: "Golos Text", sans-serif;
	background: #F9F9F9;
}
section.hero-banner__wrp {
    padding: 20px 20px 0px 20px;
}
body.admin-bar section.hero-banner {
    min-height: calc(100vh - 72px);
}

a {
    color: #3C7ADD;
}

a:hover {
    color: #3C7ADD;
    text-decoration: underline;
}
p {
    margin-bottom: 15px;
}
section.hero-banner {
    background: #272727;
    border-radius: 30px;
    min-height: calc(100vh - 40px);
    padding-top: 110px;
    overflow: hidden;
    position: relative;
}
div#page.no-themp header.primary-header {
    background: #333333;
    top: 0;
}
body.admin-bar div#page.no-themp header.primary-header {
    top: 32px;
}
body.admin-bar header.primary-header {
    top: 52px;
}
.container {
    max-width: 1600px;
}

header.primary-header {
    padding: 30px 20px;
    position: absolute;
    left: 0;
    width: 100%;
    top: 20px;
    z-index: 4;
}

.flexrow {
    display: flex;
}
.hero-lines {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    pointer-events: none;
}
.primary-header .flexrow {
    justify-content: space-between;
    align-items: center;
}

.header-left, .header-right {
    display: flex;
    align-items: center;
}
.banner-service__card-wrp {
    width: 33.3333%;
    padding: 5px 5px;
}
.header-menu {
    margin-left: 100px;
}

.header-right {
    gap: 25px;
}

.social-links {
    display: flex;
    gap: 8px;
}

.header-right__phone a {
	font-family: "Golos Text", sans-serif;
	font-size: 22px;
	color: #fff;
	font-weight: 600;
	text-decoration: none;
}
.btn-new {
    font-size: 16px;
    background: #3C7ADD;
    border-radius: 100px;
    color: #fff;
    border: 1px solid #3783FD;
    display: inline-flex;
    min-height: 50px;
    align-items: center;
    padding: 0 25px;
    transition: .2s;
    outline: none!important;
    position: relative;
    text-align: center;
    justify-content: center;
}
.btn-new:hover, .btn-new:focus, .btn-new:active {
    background: #3783FD;
    text-decoration: none;
    color: #fff;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
    border-radius: 10px!important;
    box-shadow: 2px 2px 15px -5px rgb(0 0 0 / 40%) !important;
}
.hero-lines .container {
    display: flex;
    height: 100%;
    justify-content: space-between;
}

.hero-lines .container span {
    width: 1px;
    height: 100%;
    display: flex;
    background: #414141;
}
.mobile-menu .mega-toggle-block {
    margin: 0!important;
}
.toogle-menu {
    display: none;
}
h1.banner-heading, .banner-heading {
    font-size: 52px;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}

.banner-page__left {
    max-width: 570px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 100%;
    padding-bottom: 50px;
}
.text-container {
    position: relative;
    /* z-index: 1; */
}
.banner-caption {
    font-size: 16px;
    color: #7D7D7D;
}

.banner-caption p:nth-last-child(1) {
    margin: 0;
}
.btn-new.btn-icon:after {
    content: "";
    width: 38px;
    height: 38px;
    background:url(../img/phone-icon.svg);
    position: absolute;
    right: 7px;
}
.btn-new.btn-icon {
    padding-right: 70px;
}
.banner-page__right {
    width: calc(100% - 570px);
    padding-left: 60px;
    padding-top: 35px;
}

.banner-services__cards {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}

.banner-service__card {
    background: #2C2C2C;
    border-radius: 20px;
    padding: 30px 25px 0px 25px;
    transition: .2s;
    position: relative;
    height: 100%;
    display: block;
}

.banner-service__card-title, .banner-service__card-title a {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 10px;
    text-decoration: none;
    display: block;
}

.banner-service__card-caption {
    font-size: 16px;
    color: #7D7D7D;
    line-height: 1.3;
    margin-bottom: 10px;
    transition: .2s;
    display: block;
}

.banner-service__card-content {position: relative;z-index: 2;padding-top: 110px;padding-bottom: 30px;top: 0;transition: .2s;display: block;}
.banner-service__card:hover .banner-service__card-bg {
    left: -50px;
    top: -20px;
}
.banner-service__card-bg {
    position: absolute;
    width: 80%;
    height: 80%;
    left: 0;
    top: 0;
    z-index: 1;
    background-repeat: no-repeat!important;
    background-size: contain !important;
    background-position: center 0px !important;
    transition: .2s;
}

.banner-service__card:hover {
	background: #FF8A65;
}
.banner-container .flexrow {
    align-items: center;
    padding: 0px 0 75px 0;
}

.banner-service__card-title a:hover {
    text-decoration: none;
    color: #fff;
}

.banner-service__card:hover .banner-service__card-caption {
    color: #fff;
}

.banner-service__card:hover .banner-service__card-content {
    top: 30px;
}

.banner-service__card-more {
    opacity: 1;
    transition: .15s;
    display: block;
}

.banner-service__card:hover .banner-service__card-more {
    opacity: 0;
}
.header-right__phone a:hover {
    text-decoration: none;
    color: #fff;
}
.banner-service__card-morepic {
    position: absolute;
    right: 25px;
    top: 30px;
    opacity: 0;
    transition: .2s;
    z-index: 3;
    transform: scale(0.5);
}

.banner-service__card:hover .banner-service__card-morepic {
    opacity: 1;
    transform: scale(1);
}
.banner-service__card-more a {
    font-weight: bold;
}
.banner-buttons__mob {display:none;}
.about-section__pic {
    display: flex;
    padding: 0;
    margin-top: -150px;
}
.about-section__container {
    display: flex;
    flex-direction: column-reverse;
}
.about-section__pic img {
    width: 100%;
    height: 100%;
    max-height: 570px;
    object-fit: cover;
    border-radius: 30px;
}

.about-section__container .container {
    max-width: 1080px;
    position: relative;
    margin-top: 0;
}

.about-text h2 {
    font-size: 48px;
    color: #333333;
    margin: 0 0 20px 0;
    padding: 0;
}

.about-section__text {
    font-size: 16px;
    color: #7D7D7D;
}

.about-text {
    text-align: center;
    padding: 50px;
    background: #fff;
    border-radius: 20px;
    position: relative;
    /* top: 50%; */
    /* transform: translateY(-50%); */
}

.about-section__text p:nth-last-child(1) {
    margin: 0;
}

.section-margin {
    margin: 150px 0;
}
.advantages-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 20px;
}

.advantages-item__wrp {
    background: #fff;
    min-height: 375px;
    border-radius: 30px;
    overflow: hidden;
}

.advantages-item {
    height: 100%;
    padding: 40px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.advantages-item__title {
    font-size: 22px;
    margin: 0;
    padding: 0;
    color: #333333;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 10px;
}

.advantages-item__caption {
    font-size: 16px;
    color: #7D7D7D;
    line-height: 1.3;
}

.advantages-item__wrp:nth-child(1) {
    grid-column: 1/3;
}

.advantages-item__wrp:nth-child(2) {
    grid-column: 3 / 6;
}

.advantages-item__wrp:nth-child(3) {
    grid-column: 6 / 8;
    grid-row: 1/3;
}

.advantages-item__wrp:nth-child(4) {
    grid-column: 1 / 4;
}

.advantages-item__wrp:nth-child(5) {
    grid-column: 4 / 6;
}
.advantages-item__wrp.adv-contact .advantages-item {
    background-color: #FF8A65;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.advantages-item__wrp.adv-contact  .advantages-item__caption {
    color: #65210C;
}
.advantages-item__wrp.adv-contact {}

.advantages-item__btn button {
    width: 100%;
}

.btn-new.btn-white {
    background: #fff;
    color: #333333;
    border-color: #fff;
}

.btn-new.btn-white.btn-icon-mail:after {
	content: "";
    width: 38px;
    height: 38px;
    background:url(../img/mail-icon.svg);
    position: absolute;
    right: 7px;
}
.section-header h2 {
    font-size: 48px;
    font-weight: 600;
    margin: 0;
    padding: 0;
    line-height: 1.1;
    color: #333333;
}

.section-header.header-center {
    text-align: center;
}

.section-header {
    margin-bottom: 40px;
}
.objects-container {
    border-radius: 30px;
    color: #fff;
    padding: 80px;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 700px;
    background-color: #000000;
}

.objects-container-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 60px;
}

.objects-container-header .section-header {
    margin: 0;
    max-width: 600px;
}

.objects-container-header .section-header h2 {
    color: #fff;
}

.section-header__caption {
    padding-top: 15px;
    max-width: 600px;
    font-size: 16px;
    line-height: 1.3;
}

.objects-container-tags ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 8px;
}

.objects-container-tags ul li {
    font-size: 18px;
    font-family: "Inter", sans-serif;
    border: 1px solid #5B5B5B;
    padding: 10px 15px;
    line-height: 1;
    border-radius: 100px;
    font-weight: 300;
}
.problems-solve__grid {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 20px;
}

.problems-solve__item {
    background-color: #fff;
    border-radius: 30px;
    padding: 40px;
    position: relative;
    min-height: 310px;
    transition: .2s;
    top: 0;
    overflow: hidden;
}

.problems-solve__item:nth-child(1) {
    grid-row: 1/3;
    grid-column: 1/3;
}

.problems-solve__item:nth-child(3) {
    grid-column: 7/9;
}

.problems-solve__item:nth-child(2) {
    grid-column: 3/7;
}

.problems-solve__item:nth-child(4) {
    grid-column: 3/5;
}

.problems-solve__item:nth-child(5) {.problems-solve__item: nth-child(4);grid-column: 5/7;}

.problems-solve__item:nth-child(6) {
    grid-column: 7/9;
}

.problems-solve__item:nth-child(7) {
    grid-column: 1 / 3;
}

.problems-solve__item:nth-child(8) {
    grid-column: 3/6;
}

.problems-solve__item:nth-child(9) {
    grid-column: 6 / 9;
}
.problems-solve__item-title {
    font-size: 22px;
    color: #333333;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

.problems-solve__item-caption {
    font-size: 16px;
    color: #7D7D7D;
    line-height: 1.3;
    position: relative;
    z-index: 1;
}

.problems-solve__item-caption p {
    margin-bottom: 10px;
}
.problems-solve__item-bg {
    position: absolute;
    bottom: 0;
    object-fit: contain;
    object-position: bottom;
}

.problems-solve__item.akcent-color {
    background-color: #FF8A65;
}

.problems-solve__item.akcent-color .problems-solve__item-caption {
    color: #5D200D;
}
.problems-solve__item:nth-child(8) .problems-solve__item-caption {
    padding-right: 150px;
}
.teams-items {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -15px;
}
.teams-item {
    width: 20%;
    margin-bottom: 30px;
}

.teams-item__c {
    background: #fff;
    margin: 0 15px;
    padding: 0;
    border-radius: 20px;
    overflow: hidden;
    transition: .2s;
}

.teams-item__title {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 5px;
    transition: .2s;
}

.teams-item__position {
    font-size: 16px;
    color: #7D7D7D;
    border-bottom: 1px solid #E4E4E4;
    padding-bottom: 20px;
}

.teams-item__heading {
    padding: 30px 30px 0px 30px;
    margin-bottom: 75px;
}

.teams-item__pic img {
    max-height: 280px;
    position: relative;
    bottom: -20px;
    transition: .2s;
}
.teams-item__c:hover {
    background: #FF8A65;
}

.teams-item__c:hover .teams-item__title {
    color: #fff;
}

.teams-item__c:hover .teams-item__position {
    color: #fff;
    transition: .2s;
    border-color: #FFA386;
}
.teams-item__pic {
    text-align: center;
}

.teams-item__c:hover .teams-item__pic img {
    bottom: 0;
}
.wework-items {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -15px;
    gap: 20px 0px;
}

.wework-item__c {
    background-color: #fff;
    margin: 0;
    padding: 0;
    border-radius: 20px;
    overflow: hidden;
    transition: .2s;
    height: 100%;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: auto;
    position: relative;
}

.wework-item {
    width: 20%;
    min-height: 275px;
    padding: 0 15px;
    position: relative;
    transition: .2s;
    top: 0;
}
.teams-item__num {
    position: absolute;
    right: 20px;
    top: 20px;
    display: flex;
    background: #FF7043;
    color: #fff;
    font-size: 16px;
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    border: 10px solid #FFE8E0;
}

.wework-item__title {
    position: absolute;
    padding: 20px 30px 30px 30px;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
}
.wework-item__title:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 70px;
    top: -65px;
    left: 0;
    background: #ffffff;
    background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.55) 45%, rgba(255, 255, 255, 1) 92%);
    background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.55) 45%, rgba(255, 255, 255, 1) 92%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.55) 45%, rgba(255, 255, 255, 1) 92%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFF", endColorstr="#FFFFFF", GradientType=0);
}
.teams-item__num span {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wework-item:after {
    content: "";
    background:url(../img/wework-line.svg);
    width: 40px;
    height: 15px;
    position: absolute;
    right: -20px;
    top: 50%;
    z-index: -1;
    margin-top: -7px;
    transition: .2s;
}
.wework-item:nth-last-child(1):after {
    content: "";
    background:url(../img/wework-end.svg);
    width: 55px;
    height: 120px;
    right: 5px;
    z-index: 1;
}
.wework-item:hover {
    top: -15px;
}

.wework-item:hover:after {
    margin-top: 8px;
}
.wework-btn .btn-new {
    min-width: 240px;
}

.wework-btn {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}
.representatives-item {
    display: flex;
    width: 16.6666%;
    justify-content: center;
    padding: 0 10px;
    transition: .2s;
    opacity: 0.4;
}

.representatives-items {
    display: flex;
    margin: 0 -10px;
    flex-wrap: wrap;
}

.representatives-item:hover {
    opacity: 1;
}

.representatives-title {
    font-size: 20px;
    color: #939393;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
}
.callback-big__wrp .container {
    /* background: #fff; */
    /* border-radius: 30px; */
}
.container-callback {
    background: #fff;
    border-radius: 30px;
}
.callback-big__form-title h2 {
    font-size: 48px;
    font-weight: 600;
    margin: 0;
    padding: 0;
}
.callback-big__form-caption {
    font-size: 16px;
    color: #7D7D7D;
    line-height: 1.3;
}

.callback-big__form {
    text-align: center;
    margin: 0 auto;
    padding: 70px;
}

.form-callback-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}
section.wework-wrp {
    overflow: hidden;
}
.form-callback p {
    margin: 0;
}

.form-callback-send {
    position: relative;
}

.form-callback-send span.wpcf7-spinner {
    position: absolute;
    margin: 0;
    right: 0;
    top: 14px;
    transform: scale(0.7);
}

.form-callback-acceptance .wpcf7-list-item {
    margin: 0;
}

.form-callback label {
    margin: 0;
}
.callback-big__form-title {
    margin-bottom: 10px;
}

.callback-big__form-form {
    max-width: 550px;
    margin: 30px auto 0px auto;
}

.form-callback-input input {
    background: #FAFAFA;
    border-color: #f3f3f3;
    height: 59px;
    text-align: center;
    font-size: 14px;
    color: #BABABA;
    padding: 10px 30px;
    box-shadow: 0 0 0 0rem rgba(0, 123, 255, .25);
    border-radius: 10px;
}

.form-callback-row {
    margin-bottom: 15px;
}

.form-callback-input input::placeholder {
    color: #BABABA;
}

.form-callback-acceptance {
    font-size: 12px;
    color: #7D7D7D;
}

.form-callback-acceptance a {
    color: #7D7D7D;
    text-decoration: underline;
}
.form-callback-input span.wpcf7-not-valid-tip {
    display: none;
}

form.invalid .wpcf7-validates-as-required {
    border-color: #ff9e9e;
}
.form-callback-send input[type="submit"] {
    font-size: 16px;
    background: #3C7ADD;
    border-radius: 100px;
    color: #fff;
    border: 1px solid #3783FD;
    display: flex;
    min-height: 50px;
    align-items: center;
    padding: 0 25px;
    transition: .2s;
    outline: none !important;
    position: relative;
    text-align: center;
    justify-content: center;
    min-width: 210px;
}
.form-callback-send input[type="submit"]:hover,
.form-callback-send input[type="submit"]:focus,
.form-callback-send input[type="submit"]:active {
    background:#3783FD;
}
.form-callback-acceptance input {
    appearance: none;
    -webkit-appearance: none; /* ÃÂ´ÃÂ»Ã‘Â ÃÂ¿ÃÂ¾ÃÂ´ÃÂ´ÃÂµÃ‘â‚¬ÃÂ¶ÃÂºÃÂ¸ ÃÂ² Safari */
    width: 20px;
    height: 20px;
    background: #3C7ADD;
    border-radius: 5px;
    border: 1px solid #e4e4e4;
    background: #fff;
    flex-shrink: 0;
}

.form-callback-acceptance label {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.form-callback-acceptance span.wpcf7-list-item-label {
    line-height: 1;
    text-align: left;
}

.form-callback-acceptance span {
    display: block;
}
.form-callback-acceptance input:checked {
    background-color: #3C7ADD;
    border-color: #3C7ADD;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: center;
}
.col-callback-big__pic {
    position: relative;
}

.callback-big__pic {
    position: absolute;
    width: 100%;
    height: 495px;
    bottom: 0;
    right: 15px;
    border-radius: 30px;
    background-size: cover;
}
.form-callback-input input:focus {
    box-shadow: 0 0 0 0rem rgba(0, 123, 255, .25);
    border-color: rgb(60 122 221 / 43%);
}
section.representatives-section.section-margin {
    margin-bottom: 50px;
}

section.callback-big__wrp.section-margin {
    margin-top: 50px;
}
.wpcf7-response-output {
    display: none;
}
.footer-top__row {
    display: flex;
    /* flex-wrap: wrap; */
}

.footer-menu__item-top .header-right__phone a {
    color: #333333!important;
}

.footer-menu__item-top {
    display: flex;
    align-items: center;
    gap: 20px;
}

.footer-menu__item-btn button {
    width: 100%;
}

.footer-menu__item-contact {
    display: flex;
    flex-direction: column;
    gap: 15px;
    flex-shrink: 0;
}

.footer-top__menu {
    display: flex;
    width: 100%;
}

.footer-menu__item-list ul {list-style: none;padding: 0;margin: 0;display: flex;flex-wrap: wrap;gap: 10px 25px;}

.footer-menu__item-list ul li {
    line-height: 1;
}

.footer-menu__item-list ul li a {
    display: inline-flex;
    line-height: 1.2;
    font-size: 16px;
    color: #B1B1B1;
    position: relative;
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid #B1B1B1;
    transition: .2s;
    text-decoration: none;
}

.footer-menu__item {
    padding-right: 40px;
}

.footer-menu__item-title {
    color: #333333;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
}

footer.site-footer {
    margin: 100px 0;
}
.footer-menu__item-list ul li a:after {
    content: "";
    background:url(../img/arrow-link.svg);
    width: 11px;
    height: 11px;
    flex-shrink: 0;
}
.footer-menu__item-list ul li a:hover {
    color: #3C7ADD;
    border-bottom: 1px solid #3C7ADD;
}
.footer-menu__item-list ul li a:hover:after {
    background:url(../img/arrow-link-h.svg);
}
.footer-top {
    margin-bottom: 50px;
}

.footer-partners__items {
    display: flex;
    gap: 20px 30px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer-partners__item {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-bottom .footer-menu__item-title {
    margin-bottom: 20px;
}
.service-page__banner .banner-page__left {
    max-width: none;
    padding: 0;
}

.service-page__banner h1.banner-heading, .service-page__banner .banner-heading {
    text-transform: none;
}
.service-page__banner section.hero-banner {
    display: flex;
    background-size: cover;
    background-position: center top;
}

.service-page__banner .text-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.service-page__banner .banner-container .flexrow {
    padding: 0;
}
.banner-buttons__text {
    font-size: 14px;
    color: #7D7D7D;
    line-height: 1.3;
}

.banner-buttons {
    display: flex;
    align-items: center;
    gap: 15px 26px;
}

.banner-buttons button.btn-new {
    flex-shrink: 0;
}
.banner-tags__title {
    color: #7D7D7D;
    font-size: 16px;
    margin-bottom: 10px;
}

.banner-tags__item {
    font-size: 16px;
    border: 1px solid #ffff;
    line-height: 1;
    padding: 6px 10px;
    border-radius: 100px;
    color: #fff;
}

.banner-tags__items {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.banner-tags {
    margin-top: 80px;
    max-width: 1100px;
}
.service-page__banner section.hero-banner:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 110px;
    background: #000000;
	background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0.73) 0%, rgba(0, 0, 0, 0) 100%);
	background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0.73) 0%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.73) 0%, rgba(0, 0, 0, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=0);
    left: 0;
    top: 0;
}
.ready-solutions__items {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.ready-solutions__item {
    width: 33.3333%;
    margin-bottom: 20px;
    padding: 0 10px;
}

.ready-solutions__item-con {
    background: #fff;
    border-radius: 30px;
    padding: 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.ready-solutions__item-pic {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}

.ready-solutions__item-pic img {
    height: 280px;
    object-fit: contain;
    object-position: bottom;
}

.ready-solutions__item-title {
    font-size: 22px;
    color: #333333;
    font-weight: 600;
    margin-bottom: 20px;
    font-family: 'Inter', sans-serif;
}

.ready-solutions__item-tags ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0;
    justify-content: end;
}

.ready-solutions__item-tags ul li {
    font-size: 14px;
    color: #3C7ADD;
    border: 1px solid #3C7ADD;
    border-radius: 6px;
    padding: 5px 15px;
    font-family: 'Inter', sans-serif;
}

.ready-solutions__item-tags {
    margin-bottom: 40px;
}

.ready-solutions__item-desc {
    margin-bottom: 40px;
    font-size: 16px;
    color: #707070;
    font-family: 'Inter', sans-serif;
    line-height: 1.4;
}

.ready-solutions__item-btn .btn-new {
    min-width: 200px;
}
.ready-solutions__item-desc ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ready-solutions__item-desc ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
}

.ready-solutions__item-desc ul li:before {
    content: "";
    width: 10px;
    height: 10px;
    background: #3C7ADD;
    position: absolute;
    border-radius: 100px;
    left: 0;
    top: 5px;
    border: 2px solid #DFEBFF;
}
.ready-solutions__item-desc li strong {white-space: nowrap;}
.ready-solutions__item-btn {
    display: flex;
    justify-content: center;
}
.quick-access__row {
    display: flex;
    align-items: center;
}

.quick-access__pic {
    width: 40%;
    padding-right: 50px;
}

.quick-access__content {
    width: 60%;
}

.quick-access__pic img {
    width: 100%;
    border-radius: 30px;
}

.quick-access__desc {
    font-size: 16px;
    color: #7D7D7D;
    margin-bottom: 40px;
}
.where-can-used__item-title {
    font-size: 20px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 10px;
    line-height: 1.2;
}

.where-can-used__item-desc {
    font-size: 16px;
    color: #7D7D7D;
    line-height: 1.4;
}

.where-can-used__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.where-can-used__item {
    width: 20%;
    text-align: center;
    padding: 0 20px;
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.where-can-used__item-num {
    display: flex;
    background: #FF7043;
    color: #fff;
    font-size: 16px;
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    border: 10px solid #FFE8E0;
    margin-bottom: 20px;
}

.where-can-used__item-num span {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.problems-solve__video .problems-solve__item {
    min-height: 250px;
}

.problems-solve__video .problems-solve__item:nth-child(2) .problems-solve__item-bg {
    right: 0;
}

.problems-solve__video .problems-solve__item:nth-child(2) .problems-solve__item-title,
.problems-solve__video .problems-solve__item:nth-child(2) .problems-solve__item-caption {
    width: 50%;
}

.problems-solve__video .problems-solve__item:nth-child(3) .problems-solve__item-bg {
    right: -80px;
}

.problems-solve__video .problems-solve__item:nth-child(3) .problems-solve__item-title,
.problems-solve__video .problems-solve__item:nth-child(3) .problems-solve__item-caption {
    padding-right: 80px;
}

.problems-solve__video .problems-solve__item .problems-solve__item-bg {
    right: 0px;
}

.problems-solve__video .problems-solve__item:nth-child(4) .problems-solve__item-title,
.problems-solve__video .problems-solve__item:nth-child(4) .problems-solve__item-caption {
   padding-right: 40px;
}


.problems-solve__video .problems-solve__item:nth-child(6) .problems-solve__item-bg {
    bottom: -40px;
    right: 10px;
}
.problems-solve__video .problems-solve__item:nth-child(6) .problems-solve__item-bg img {
    width: 130px;
}
.problems-solve__video .problems-solve__item:nth-child(6) .problems-solve__item-title,
.problems-solve__video .problems-solve__item:nth-child(6) .problems-solve__item-caption {
   padding-right: 0;
}


.problems-solve__video .problems-solve__item:nth-child(7) .problems-solve__item-bg {}
.problems-solve__video .problems-solve__item:nth-child(7) .problems-solve__item-title,
.problems-solve__video .problems-solve__item:nth-child(7) .problems-solve__item-caption {
   padding-right: 110px;
}


.problems-solve__video .problems-solve__item:nth-child(8) .problems-solve__item-bg {
    right: -130px;
    bottom: -20px;
}
.problems-solve__video .problems-solve__item:nth-child(8) .problems-solve__item-title,
.problems-solve__video .problems-solve__item:nth-child(8) .problems-solve__item-caption {
   width: 60%;
   padding-right: 0;
}

.problems-solve__video .problems-solve__item:nth-child(9) .problems-solve__item-bg {}
.problems-solve__video .problems-solve__item:nth-child(9) .problems-solve__item-title,
.problems-solve__video .problems-solve__item:nth-child(9) .problems-solve__item-caption {
   width: 70%;
   padding-right: 0;
}
.quick-access__pic .quick-access__btn {display:none;}
section.service-company__wrp {
    padding: 20px;
}

.service-company__border {
    background: #333333;
    border-radius: 30px;
    padding: 100px 0;
}

section.service-company__wrp .section-header h2 {
    color: #fff;
}

.service-company__items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.service-company__item {
    background: #383838;
    border-radius: 20px;
    padding: 30px;
    transition: .2s;
}

.service-company__item-pic {
    display: flex;
    justify-content: center;
    position: absolute;
    top: -10px;
    width: 100%;
    left: 0;
    transition: .2s;
}

.service-company__item-pic img {
    /* height: 285px; */
    /* width: auto; */
    /* object-fit: contain; */
    /* object-position: bottom; */
}

.service-company__item-title {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 10px;
    line-height: 1.3;
}

.service-company__item-caption {
    text-align: center;
    color: #7D7D7D;
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 20px;
}

.service-company__item-btn {
    text-align: center;
}

.service-company__item-content {
    display: flex;
    flex-direction: column;
    justify-content: end;
    height: 100%;
    position: relative;
}

.service-company__item-desc {
    margin-top: 0;
    padding-top: 200px;
}
.service-company__item:nth-child(1) .service-company__item-pic {
    /* top: -60px; */
}
.service-company__item-btn .btn-new {
    min-width: 200px;
}

.problems-solve__skud .problems-solve__item:nth-child(2) .problems-solve__item-title,
.problems-solve__skud .problems-solve__item:nth-child(2) .problems-solve__item-caption {
    width: 50%;
}


 .problems-solve__skud .problems-solve__item:nth-child(2) .problems-solve__item-bg {
    right: 0;
}

.problems-solve__skud .problems-solve__item:nth-child(1) {
    grid-row: 1 / 2;
}

.problems-solve__skud .problems-solve__item:nth-child(3) .problems-solve__item-bg {
    right: 0;
}

.problems-solve__skud .problems-solve__item:nth-child(4) {
    grid-column: 1 / 3;
    grid-row: 2/4;
}
.service-company__item:hover {
    background: #ff8a65;
}

.service-company__item:hover .service-company__item-pic {
    top: -40px;
}

.service-company__item:hover .service-company__item-caption {
    color: #fff;
}
.problems-solve__skud .problems-solve__item:nth-child(5) {
    grid-column: 3 / 7;
}
.problems-solve__skud .problems-solve__item:nth-child(5) .problems-solve__item-title,
.problems-solve__skud .problems-solve__item:nth-child(5) .problems-solve__item-caption {
    width: 50%;
}

.problems-solve__skud .problems-solve__item:nth-child(5) .problems-solve__item-bg {
    right: -110px;
}
.problems-solve__item:nth-child(6) .problems-solve__item-caption {
    width: 80%;
}

.problems-solve__item:nth-child(6) .problems-solve__item-bg {
    right: 0;
    bottom: -60px;
}
.problems-solve__skud .problems-solve__item:nth-child(7) {
    grid-column: 3 / 5;
}
.problems-solve__skud .problems-solve__item:nth-child(8) {grid-column: 5 / 7;}

.problems-solve__skud .problems-solve__item:nth-child(9) {
    grid-column: 7 / 9;
}
.problems-solve__skud .problems-solve__item:nth-child(7) .problems-solve__item-bg {
    right: 0;
    bottom: -55px;
}

.problems-solve__skud .problems-solve__item:nth-child(8) .problems-solve__item-bg {
    right: 0;
    bottom: -55px;
}

.problems-solve__item:nth-child(8) .problems-solve__item-caption {
    padding-right: 0;
}

.problems-solve__skud .problems-solve__item:nth-child(9) .problems-solve__item-bg {
    right: 0;
    bottom: -70px;
}
.problems-solve__skud .problems-solve__item:nth-child(1) .problems-solve__item-caption {
    width: 80%;
}

.problems-solve__skud .problems-solve__item:nth-child(1) .problems-solve__item-bg {
    right: 0;
    bottom: -40px;
}
.problems-solve__trans .problems-solve__item:nth-child(2) .problems-solve__item-bg {
    right: -120px;
}

.problems-solve__trans .problems-solve__item:nth-child(2) .problems-solve__item-title,
.problems-solve__trans .problems-solve__item:nth-child(2) .problems-solve__item-caption {
    width: 50%;
}
.problems-solve__item:nth-child(3) .problems-solve__item-caption {
    padding-right: 60px;
}

.problems-solve__item:nth-child(3) .problems-solve__item-bg {
    right: -15px;
}
.problems-solve__trans .problems-solve__item:nth-child(4) .problems-solve__item-bg {
    right: -110px;
}

.problems-solve__trans .problems-solve__item:nth-child(5) {
    grid-column: 5 / 9;
}

.problems-solve__trans .problems-solve__item:nth-child(5) .problems-solve__item-title, .problems-solve__trans .problems-solve__item:nth-child(5) .problems-solve__item-caption {
    width: 50%;
}

.problems-solve__trans .problems-solve__item:nth-child(5) .problems-solve__item-bg {
    right: -60px;
}
.problems-solve__trans .problems-solve__item:nth-child(6) {
    grid-column: 1 / 3;
}

.problems-solve__trans .problems-solve__item:nth-child(7) {
    grid-column: 3 / 6;
}

.problems-solve__trans .problems-solve__item:nth-child(8) {
    grid-column: 6 / 9;
}

.problems-solve__trans .problems-solve__item:nth-child(7) .problems-solve__item-title,
.problems-solve__trans .problems-solve__item:nth-child(7) .problems-solve__item-caption {
    width: 70%;
}

.problems-solve__trans .problems-solve__item:nth-child(7) .problems-solve__item-bg {
    right: -130px;
}

.problems-solve__trans .problems-solve__item:nth-child(8) .problems-solve__item-title,
.problems-solve__trans .problems-solve__item:nth-child(8) .problems-solve__item-caption {
    width: 55%;
}

.problems-solve__trans .problems-solve__item:nth-child(8) .problems-solve__item-bg {
    right: 0;
}

.problems-solve__trans .problems-solve__item:nth-child(6) .problems-solve__item-bg {
    right: -20px;
    bottom: -10px;
}
.maps-interactiv__row {
    display: flex;
}

.maps-interactiv__gallery {
    display: flex;
    gap: 10px;
}

.maps-interactiv__gallery a {
    display: flex;
    width: 33.3333%;
}

.maps-interactiv__gallery a img {
    height: 130px;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
    object-position: center;
}

.maps-interactiv__left {
    width: 40%;
    padding-right: 70px;
}
.maps-interactiv__caption {
    font-size: 16px;
    color: #7D7D7D;
    margin-bottom: 40px;
}

.maps-interactiv__right {
    width: 60%;
}

.maps-interactiv__maps {
    position: relative;
}
button.tooltip-btn {
    padding: 0;
    border: 0;
    background: transparent;
    outline: none!important;
    position: absolute;
    z-index: 1;
    animation: animate_pulse2 1.5s infinite;
    width: 20px;
    height: 20px;
    display: flex;
    border-radius: 100px;
}
@keyframes animate_pulse2 {
	0% {
		box-shadow: 0 0 0 0 rgb(255 130 90 / 0%);
	}
	50% {
		box-shadow: 0 0 0 10px rgb(255 130 90 / 50%);
	}
	100% {
		box-shadow: 0 0 0 0 rgb(255 130 90 / 0%);
	}
}
.tooltip-inner {
    display: flex;
    flex-direction: column;
    padding: 15px;
    max-width: 270px;
    background: #263238;
    box-shadow: 0px 10px 15px -5px rgb(0 0 0 / 26%);
    border-radius: 20px;
}

span.pic-tooltip {
    display: flex;
    justify-content: end;
    margin-bottom: 5px;
}

span.title-tooltip {
    display: flex;
    font-size: 16px;
    font-weight: 600;
}

span.caption-tooltip {
    display: flex;
    text-align: left;
    line-height: 1.2;
    font-size: 14px;
    margin-top: 5px;
    color: #7D7D7D;
}
.tooltip.show {
    opacity: 1;
}

.bs-tooltip-auto[x-placement^=top] .arrow::before,
.bs-tooltip-top .arrow::before {
    border-top-color: #263238;
}
.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.bs-tooltip-bottom .arrow::before {
    border-bottom-color: #263238;
}
.tariffs-item {
    padding: 40px;
    background: #fff;
    border-radius: 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.tariffs-item__title {
    font-size: 22px;
    font-weight: 600;
    color: #333333;
    font-family: 'Inter', sans-serif;
    margin-bottom: 20px;
}

.typography {
    font-size: 16px;
    color: #707070;
    line-height: 1.4;
    font-family: 'Inter', sans-serif;
}
.typography ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.typography ul li:before {
    content: "";
    width: 10px;
    height: 10px;
    background: #3C7ADD;
    position: absolute;
    border-radius: 100px;
    left: 0;
    top: 5px;
    border: 2px solid #DFEBFF;
}

.typography ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
}

.tariffs-item__top {
    margin-bottom: 40px;
}

.tariffs-item__btn {
    display: flex;
    justify-content: center;
}
.tariffs-item.akcent-color {
    background: #FF8A65;
}

.tariffs-item.akcent-color .tariffs-item__caption.typography {
    color: #65210C;
}
.typography strong, .typography b {
    color: #333;
}
.tariffs-item.akcent-color .typography ul li:before {
    border-color: #DF8D84;
}
.tariffs-wrp .row {
    margin-left: -10px;
    margin-right: -10px;
}

.tariffs-wrp .col-lg-4 {
    padding: 0 10px;
}
.guarantees-row {display: flex;}

.guarantees-gallery {
    width: 65%;
    display: flex;
    gap: 20px;
    padding-right: 20px;
}

.guarantees-callback {
    width: 35%;
    position: relative;
    background: #fff;
    border-radius: 30px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    gap: 20px;
}
.guarantees-callback__title {
    font-size: 22px;
    color: #333333;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 15px;
}

.guarantees-callback__pic {
    position: absolute;
    right: -40px;
    bottom: 0;
    z-index: 0;
    pointer-events: none;
}
.guarantees-callback__top {
    padding-right: 40px;
    position: relative;
    z-index: 1;
}

.guarantees-callback__caption {
    padding-right: 180px;
}
.problems-solve__cellular .problems-solve__item {
    min-height: 270px;
}

.problems-solve__cellular .problems-solve__item:nth-child(2) .problems-solve__item-title,
.problems-solve__cellular .problems-solve__item:nth-child(2) .problems-solve__item-caption {
    width: 50%;
}

.problems-solve__cellular .problems-solve__item:nth-child(2) .problems-solve__item-bg {
    right: 0;
}

.problems-solve__cellular .problems-solve__item:nth-child(3) .problems-solve__item-title,
.problems-solve__cellular .problems-solve__item:nth-child(3) .problems-solve__item-caption {
    width: 80%;
}

.problems-solve__cellular .problems-solve__item:nth-child(3) .problems-solve__item-bg {
    right: -65px;
    bottom: -20px;
}

.problems-solve__cellular .problems-solve__item:nth-child(3) .problems-solve__item-bg img {
    width: 210px;
}

.problems-solve__cellular .problems-solve__item:nth-child(4) .problems-solve__item-caption {
    width: 65%;
}

.problems-solve__cellular .problems-solve__item:nth-child(4) .problems-solve__item-bg {
    right: -10px;
}

.problems-solve__cellular .problems-solve__item:nth-child(4) .problems-solve__item-bg img {
    width: 150px;
}

.problems-solve__cellular .problems-solve__item:nth-child(5) .problems-solve__item-caption {
    width: 65%;
}

.problems-solve__cellular .problems-solve__item:nth-child(5) .problems-solve__item-bg {
    right: 0;
}

.problems-solve__cellular .problems-solve__item:nth-child(5) .problems-solve__item-bg img {
    width: 190px;
}

.problems-solve__cellular .problems-solve__item:nth-child(6) .problems-solve__item-caption {
    width: 60%;
}

.problems-solve__cellular .problems-solve__item:nth-child(6) .problems-solve__item-bg {
    right: 0;
}

.problems-solve__cellular .problems-solve__item:nth-child(6) .problems-solve__item-bg img {
    width: 160px;
}
.problems-solve__kabel .problems-solve__item:nth-child(2) {
    grid-column: 3/5;
}

.problems-solve__kabel .problems-solve__item:nth-child(3) {
    grid-column: 5 / 7;
}

.problems-solve__kabel .problems-solve__item:nth-child(4) {
    grid-column: 7 / 9;
}

.problems-solve__kabel .problems-solve__item:nth-child(5) {
    grid-column: 3 / 5;
}

.problems-solve__kabel .problems-solve__item:nth-child(6) {
    grid-column: 5/7;
}

.problems-solve__kabel .problems-solve__item:nth-child(7) {
    grid-column: 7 / 9;
}

.problems-solve__kabel .problems-solve__item:nth-child(1) .problems-solve__item-bg {
    right: 0;
    bottom: -50px;
}

.problems-solve__kabel .problems-solve__item:nth-child(1) .problems-solve__item-bg img {
    width: 350px;
}

.problems-solve__kabel .problems-solve__item:nth-child(2) .problems-solve__item-bg {
    right: -60px;
    bottom: -150px;
}

.problems-solve__kabel .problems-solve__item:nth-child(4) .problems-solve__item-bg {
    right: 20px;
    bottom: -70px;
}

.problems-solve__kabel .problems-solve__item:nth-child(6) .problems-solve__item-bg {
    right: 0;
    bottom: -60px;
}

.problems-solve__fire .problems-solve__item:nth-child(5) {
    grid-column: 5 / 9;
}

.problems-solve__fire .problems-solve__item:nth-child(6) {
    grid-column: 1 / 3;
}

.problems-solve__fire .problems-solve__item:nth-child(7) {
    grid-column: 3 / 7;
}

.problems-solve__fire .problems-solve__item:nth-child(8) {
    grid-column: 7 / 9;
}

.problems-solve__fire .problems-solve__item:nth-child(5) .problems-solve__item-title,
.problems-solve__fire .problems-solve__item:nth-child(5) .problems-solve__item-caption {
    width: 50%;
}

.problems-solve__fire .problems-solve__item:nth-child(5) .problems-solve__item-bg {
    right: 0;
    bottom: auto;
    top: 0;
}

.problems-solve__fire .problems-solve__item:nth-child(2) .problems-solve__item-bg {
    bottom: 20px;
}

.problems-solve__fire .problems-solve__item:nth-child(3) .problems-solve__item-bg {
    right: 0;
    bottom: 0;
}

.problems-solve__fire .problems-solve__item:nth-child(4) .problems-solve__item-caption {
    padding-right: 80px;
}

.problems-solve__fire .problems-solve__item:nth-child(4) .problems-solve__item-bg {
    right: -80px;
    bottom: -60px;
}

.problems-solve__fire .problems-solve__item:nth-child(6) .problems-solve__item-title,
.problems-solve__fire .problems-solve__item:nth-child(6) .problems-solve__item-caption {
    padding-right: 0;
}

.problems-solve__fire .problems-solve__item:nth-child(7) .problems-solve__item-bg {
    right: 0;
}

.problems-solve__fire .problems-solve__item:nth-child(7) .problems-solve__item-title,
.problems-solve__fire .problems-solve__item:nth-child(7) .problems-solve__item-caption {
    width: 40%;
}

.problems-solve__fire .problems-solve__item:nth-child(8) .problems-solve__item-bg {
    right: 0;
    bottom: -80px;
}
section#primary {
    padding-top: 100px;
    margin-top: 30px;
}
.single-page {
    padding: 40px;
    background: #ffff;
    border-radius: 30px;
}

.single-page__title h1.entry-title {
    font-size: 48px;
    border: 0;
    margin: 0;
    padding: 0;
    color: #333333;
}

.single-page__title {
    margin-bottom: 30px;
}

section#primary article {}

section#primary .breadcrumbs {
    margin-bottom: 40px;
    font-size: 13px;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}
.single-page > h2:nth-child(1), .single-page > h3:nth-child(1), .single-page > h4:nth-child(1) {
    margin-top: 0;
}

.single-page img {
    border-radius: 20px;
    margin-bottom: 20px;
}
.single-page h1, .single-page h2, .single-page h3, .single-page h4, .single-page h5, .single-page h6 {
    clear: none;
    color: #333333;
}
.typography ol {
    list-style: none;
    padding: 0px;
}

.typography ol li {
    position: relative;
    margin-bottom: 10px;
    counter-increment: sevens;
    padding-left: 30px;
}

.typography ol li:before {
    content: counter(sevens);
    background: #3c7add;
    color: #fff;
    display: inline-flex;
    min-width: 18px;
    justify-content: center;
    border-radius: 100px;
    height: 18px;
    font-size: 12px;
    line-height: 18px;
    position: absolute;
    left: 0;
    top: 1px;
}

.typography .single-page ul, .typography .single-page ol {
    padding-left: 10px;
    margin-bottom: 20px;
}

.single-page h2 {
    font-size: 32px;
}

.single-page h3 {
    font-size: 26px;
}
.typography blockquote {
    background: #dfebff;
    padding: 25px;
    border-left: 5px solid #3c7add;
    color: #2b59a3;
    font-style: italic;
    font-size: 18px;
}

.typography blockquote p:nth-last-child(1) {
    margin: 0;
}
.blog-item__content {
    padding: 25px 30px;
}

.blog-item {
    height: 100%;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
}

.blog-item__pic img {
    width: 100%;
    height: 270px;
    object-fit: cover;
}
.blog-item__title a {
    font-size: 22px;
    font-weight: 600;
    color: #333333;
    line-height: 1.3;
    display: inline-block;
    text-decoration: none;
}

.blog-item__title {
    margin-bottom: 15px;
}

.blog-item__date {
    font-size: 14px;
    margin-bottom: 15px;
    color: #707070;
    opacity: 0.5;
}

.blog-items .row {
    margin-right: -10px;
    margin-left: -10px;
    row-gap: 20px;
}

.blog-items .col-lg-4 {
    padding: 0 10px;
}
.single-page__thumbnail {
    margin-bottom: 20px;
}
.content-modal__form .form-callback-btn {
    flex-direction: column;
}

.fancy-modal {
    max-width: 370px;
    border-radius: 20px;
}

.content-modal__header {
    text-align: center;
    margin-bottom: 25px;
}

.content-modal__title {
    font-size: 22px;
    line-height: 1.2;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
}

.content-modal__form .form-callback-send input[type="submit"] {
    width: 100%;
}

.content-modal__form .form-callback-send {
    width: 100%;
}

.content-modal__caption {
    font-size: 14px;
    line-height: 1.2;
    color: #707070;
}
.wpcf7 form.sent .wpcf7-response-output {
    display: block;
    font-size: 12px;
    margin: 20px 0 0 0;
    padding: 10px 10px;
    border: 0;
    text-align: center;
    background: rgb(70 180 80 / 14%);
    border-radius: 10px;
    border: 1px solid #aad9ae;
    line-height: 1.1;
}
a.banner-service__link:hover {
    text-decoration: none;
}

.problems-solve__front .problems-solve__item:nth-child(1) {
    grid-row: 1/3;
    grid-column: 1/3;
}

.problems-solve__front .problems-solve__item:nth-child(3) {
    grid-column: 5/7;
}

.problems-solve__front .problems-solve__item:nth-child(2) {
    grid-column: 3/5;
}

.problems-solve__front .problems-solve__item:nth-child(4) {
    grid-column: 7/9;
}

.problems-solve__front .problems-solve__item:nth-child(5) {.problems-solve__item: nth-child(4);grid-column: 3/6;}

.problems-solve__front .problems-solve__item:nth-child(6) {
    grid-column: 6/9;
}
.problems-solve__front .problems-solve__item:nth-child(2) .problems-solve__item-bg img,
.problems-solve__front .problems-solve__item:nth-child(3) .problems-solve__item-bg img,
.problems-solve__front .problems-solve__item:nth-child(4) .problems-solve__item-bg img,
.problems-solve__front .problems-solve__item:nth-child(5) .problems-solve__item-bg img,
.problems-solve__front .problems-solve__item:nth-child(6) .problems-solve__item-bg img {
    width: 223px;
}

.problems-solve__front .problems-solve__item:nth-child(2) .problems-solve__item-bg,
.problems-solve__front .problems-solve__item:nth-child(3) .problems-solve__item-bg,
.problems-solve__front .problems-solve__item:nth-child(4) .problems-solve__item-bg,
.problems-solve__front .problems-solve__item:nth-child(5) .problems-solve__item-bg,
.problems-solve__front .problems-solve__item:nth-child(6) .problems-solve__item-bg {
    right: 0;
}

.problems-solve__front .problems-solve__item:nth-child(1) .problems-solve__item-bg img {
    width: 100%;
}

.problems-solve__front .problems-solve__item:nth-child(1) .problems-solve__item-bg {
    width: 100%;
    right: 0;
}
.btn-new.btn-white:hover {
    background-color: #3783FD;
    color: #fff;
	border-color:#3783FD;
}

.btn-new.btn-white.btn-icon-mail:hover:after {
    background: url(../img/mail-icon-h.svg);
}
.review-item__desk {
    color: #7D7D7D;
    font-size: 16px;
    line-height: 1.4;
}

.review-item__desk p:nth-last-child(1) {
    margin-bottom: 0;
}

.review-item__title {
    font-size: 22px;
    color: #303030;
    font-weight: 500;
    margin-bottom: 10px;
    line-height: 1.2;
}

.review-item__footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    border-top: 1px solid #E4E4E4;
    margin-top: 20px;
}

.review-item__fio-txt {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 5px;
    transition: .2s;
}

.review-item__position {
    font-size: 16px;
    color: #7D7D7D;
}

#masonry-effect {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    /* justify-content: center; */
}

.review-item {
	position: relative;
	padding: 30px;
	background: #fff;
	border-radius: 20px;
	margin-bottom: 0;
	width: calc(33.3333% - 20px);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}




/* Ð¡ÐºÑ€Ñ‹Ð²Ð°ÐµÐ¼ Ð´Ð¾Ð¿Ð¾Ð»Ð½Ð¸Ñ‚ÐµÐ»ÑŒÐ½Ñ‹Ðµ Ð¾Ñ‚Ð·Ñ‹Ð²Ñ‹ */
.hidden-review {
    display: none !important;
}

/* Ð¡Ñ‚Ð¸Ð»ÑŒ Ð´Ð»Ñ ÐºÐ½Ð¾Ð¿ÐºÐ¸ Ð¿Ñ€Ð¸ Ð·Ð°Ð³Ñ€ÑƒÐ·ÐºÐµ */
.btn-new.loading {
    opacity: 0.7;
    cursor: not-allowed;
}

/* ÐÐ½Ð¸Ð¼Ð°Ñ†Ð¸Ñ Ð·Ð°Ð³Ñ€ÑƒÐ·ÐºÐ¸ */
.loading-spinner {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 2px solid rgba(255,255,255,.3);
    border-radius: 50%;
    border-top-color: #fff;
    animation: spin 1s ease-in-out infinite;
    margin-right: 10px;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}
.problems-solve__fire .problems-solve__grid {
    grid-template-columns: repeat(3, 1fr);
}

.problems-solve__fire .problems-solve__item:nth-child(1), .problems-solve__fire .problems-solve__item:nth-child(2), .problems-solve__fire .problems-solve__item:nth-child(3), .problems-solve__fire .problems-solve__item:nth-child(4), .problems-solve__fire .problems-solve__item:nth-child(5), .problems-solve__fire .problems-solve__item:nth-child(6), .problems-solve__fire .problems-solve__item:nth-child(7), .problems-solve__fire .problems-solve__item:nth-child(8) {
    grid-row: auto;
    grid-column: auto;
}
.problems-solve__item-bg {
    right: 0;
}

.problems-solve__fire .problems-solve__item:nth-child(2) .problems-solve__item-title {
    padding-right: 110px;
}
.problems-solve__fire .problems-solve__item .problems-solve__item-caption {
    display: none;
}
.whatwork__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.whatwork__item {
    background-color: #fff;
    border-radius: 30px;
    padding: 30px;
    position: relative;
    padding-bottom: 170px;
}

.whatwork-callback {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    position: relative;
    grid-column: 3/5;
    grid-row: 1;
}

.whatwork__item:nth-child(2) {
    /* grid-column: 1/2; */
}

.whatwork__item-title {
    font-size: 22px;
    color: #333333;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

.whatwork__item-caption {
    font-size: 16px;
    color: #7D7D7D;
    line-height: 1.3;
}

.whatwork__item-caption p {
    margin-bottom: 10px;
}

.whatwork__item-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 30px;
}
button.btn-new.btn-icon {
    justify-content: space-between;
}
.whatwork__item:nth-last-child(1) .whatwork__item-bg {left: 0;bottom: 20px;padding: 0;}

.whatwork-callback__con {
    position: absolute;
    left: 30px;
    bottom: 30px;
}
.whatwork-callback__title {
    font-size: 22px;
    color: #ffffff;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}
.problems-solve__fire .problems-solve__item:nth-child(5) .problems-solve__item-bg {
    /* width: 220px; */
    top: auto;
    bottom: -100px;
}
.quick-access__pic-mob {
    display: none;
}

.podtitle {
    font-size: 22px;
    font-weight: 600;
    color: #7D7D7D;
    margin-top: 30px;
    line-height: 130%;
    /* max-width: 700px; */
}

.podgotovka__wrp .quick-access__desc {
    color: #333333;
    max-width: 700px;
    margin-bottom: 0;
}

.podgotovka__wrp .quick-access__desc strong {
    font-weight: 500;
}
.quick-access__desc ul {
    list-style: none;
    padding-left: 0;
}

.quick-access__desc ul li {
    position: relative;
    min-height: 42px;
    display: flex;
    align-items: center;
    padding-left: 50px;
    line-height: 1.2;
    margin-bottom: 10px;
}

.quick-access__desc ul li:before {
    content: "";
    background:url(../img/star.svg);
    width: 42px;
    height: 42px;
    position: absolute;
    left: 0;
    top: 0;
}
.podgotovka__wrp  .podtitle {
    max-width: 700px;
}
.podgotovka__wrp .quick-access__pic {
    position: relative;
}

.podgotovka__wrp .quick-access__pic:before {
    content: "";
    background:url(../img/doc-icon.png);
    width: 277px;
    height: 277px;
    position: absolute;
    left: 0;
    bottom: -120px;
}
.header-center .section-header__caption {
    margin: 0 auto;
}
.objects-wrp__items {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}

.objects-wrp__item-pic img {
    aspect-ratio: 5/3;
    object-fit: cover;
    border-radius: 30px;
}

.objects-wrp__item-title {
    font-size: 16px;
    margin: 0;
    color: #333333;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    padding: 15px 20px 20px 20px;
}

.objects-wrp__item-con {
    background: #fff;
    border-radius: 30px;
    overflow: hidden;
}

.objects-wrp__v2 .section-header__caption {
    max-width: 900px;
}
.callback-wrp__flex {
    display: flex;
    background: #fff;
    border-radius: 30px;
    overflow: hidden;
    align-items: center;
}

.callback-wrp__left {
    width: 40%;
    position: relative;
    padding: 40px 40px 0px 40px;
    text-align: center;
}

.callback-wrp__right {
    width: 60%;
    padding: 50px;
}

.callback-wrp__left img {
    max-height: 550px;
    /* width: 100%; */
    object-fit: cover;
    object-position: top;
    height: 100%;
}

.callback-wrp__fio {
    position: absolute;
    background: #272727;
    width: auto;
    border-radius: 20px;
    padding: 15px 20px;
    color: #fff;
    bottom: 50px;
    left: 50px;
    text-align: left;
}

.callback-wrp__name {
    font-size: 16px;
    font-weight: 600;
}

.callback-wrp__position {
    line-height: 1.1;
    font-size: 14px;
    margin-top: 5px;
}

.callback-wrp__title {
    font-size: 48px;
    font-weight: 600;
    margin: 0;
    padding: 0;
    line-height: 1.1;
    color: #333333;
}

.callback-wrp__akcent {
    display: inline-block;
    background: #ff8a65;
    padding: 10px 20px;
    font-size: 18px;
    color: #fff;
    border-radius: 15px;
    line-height: 1.2;
}

.callback-wrp__caption {
    margin: 20px 0px;
    color: #7D7D7D;
    font-size: 16px;
    line-height: 1.4;
}

.callbak-form {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 20px;
}

.callbak-acceptance {
    width: 100%;
}

.callbak-row {
    max-width: 350px;
}

.callbak-row p {
    margin: 0;
}

.callbak-input.form-callback-send input {
    height: 59px;
    /* border-radius: 10px; */
}

.callback-wrp__form {
    margin-top: 40px;
}
.map-contacts__top {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    margin-bottom: 40px;
}

.map-contacts__item {
    display: flex;
    background: #fff;
    border-radius: 30px;
    padding: 30px;
}

.map-contacts__icon img {
    width: 44px;
}

.map-contacts__icon {
    flex-shrink: 0;
}

.map-contacts__entry {
    padding-left: 15px;
    line-height: 1.2;
    font-size: 16px;
}

.map-contacts__phone a {
    font-size: 20px;
}

.map-contacts__title {
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 18px;
}

.map-contacts__msg a {
    color: #00c900;
}

.map-contacts__mail {
    margin-bottom: 2px;
}

.map-contacts__adress {
    font-size: 16px;
    color: #7D7D7D;
}

.map-contacts__ymaps {
    border-radius: 30px;
    overflow: hidden;
}
.service-page__banner .banner-caption {
    color: #fff;
}
.banner-heading, .banner-caption, .banner-buttons {
    max-width: 650px;
}
.where-can-used__item-icon img {
    width: 55px;
}

.where-can-used__item-icon {
    margin-bottom: 20px;
}
.dostup-container {
    position: relative;
    background: #ff8a65;
    border-radius: 30px;
    overflow: hidden;
    padding: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right bottom;
}
.dostup-items {
    display: flex;
    max-width: 80%;
    flex-wrap: wrap;
    gap: 0;
    margin: 0 -10px;
}
.dostup-container__bg {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 30%;
}
.dostup-item {
    width: 33.3333%;
}

.dostup-item__con {
    background: #fff;
    padding: 30px;
    margin: 0px 10px 20px 10px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    height: 100%;
}

.dostup-item__pic {
    width: 80px;
}

.dostup-item__title {
    font-size: 18px;
    color: #333333;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 5px;
    position: relative;
    z-index: 1;
}

.dostup-item__entry {
    padding-left: 20px;
}

.dostup-item__opisanie {
    font-size: 16px;
    color: #7D7D7D;
    line-height: 1.3;
    position: relative;
    z-index: 1;
}
.nadzagolovok {
    margin-bottom: 10px;
    font-size: 18px;
}
.section-header h2 span {
    color: #ff8a65;
}
.social-links a {
    display: flex;
}

.social-links a img {
    width: 33px;
    height: 33px;
    border-radius: 100px;
}


