.boxpad {
    padding-top: 100px;
    padding-bottom: 100px;
}

.page-content {
    padding-top: 200px;
}

@media only screen and (max-width: 768px) {
    .page-content {
        padding-top: 150px;
    }
}

.page-content.single {
    padding-bottom: 60px;
    padding-top: 80px;
}

.page-banner {
    position: relative;
}

.page-banner .container {
    position: relative;
}

.page-banner.pt {
    padding-top: 100px;
}

.wp-block-image {
    margin-top: 30px;
    margin-bottom: 30px;
}

.ball_banner1 {
    position: absolute;
    top: 23%;
    right: -1%;
    left: auto;
    z-index: -1;
}

.work-time {
    margin-top: 50px;
    margin-bottom: 50px;
}

.work-time__item {
    font-size: 18px;
    margin-bottom: 1em;
}

.work-time__item .grad {
    font-weight: bold;
    display: inline-block;
}

.work-time .citems {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 50px;
    padding-bottom: 100px;
}

@media only screen and (max-width: 768px) {
    .work-time .citems {
        padding-bottom: 40px;
        padding-right: 30px;
    }
}

.work-time .citems .citem {
    width: 25%;
}

@media only screen and (max-width: 768px) {
    .work-time .citems .citem {
        width: 50%;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 575px) {
    .work-time .citems {
        padding-right: 0px;
    }

    .work-time .citems .citem {
        width: 51%;
    }
}

.work-time .citems .citem__name {
    display: block;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 1em;
}

@media only screen and (max-width: 768px) {
    .work-time .citems .citem__name {
        margin-bottom: 0.5em;
    }
}

.work-time .citems .citem__name a {
    color: #fff;
}

.work-time .citems .citem__value {
    font-size: 16px;
    color: #fff;
}

.work-time .citems .citem__value:hover {
    color: #fcb045;
}

.box-line {
    background: linear-gradient(90deg, #833ab4 0%, #fd1d1d 42.2%, #fcb045 100%);
    opacity: 0.5;
    height: 1px;
    width: 100%;
}

.msr-box {
    position: relative;
    padding-top: 80px;
    padding-bottom: 60px;
}

.msr-box:before {
    content: "";
    display: block;
    background: radial-gradient(
        238.53% 189.02% at 3.2% 3.49%,
        rgba(255, 246, 233, 0.1) 0%,
        rgba(26, 29, 35, 0.1) 26.62%,
        rgba(26, 29, 35, 0.1) 52.1%,
        rgba(26, 29, 35, 0.01) 70.17%,
        rgba(26, 29, 35, 0) 100%
    );
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    width: 50%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0px;
    z-index: -1;
}

.yellow {
    position: absolute;
}

.yellow_msr {
    left: 10%;
    top: 1%;
}

.pink {
    position: absolute;
}

.pink_msr {
    right: 10%;
    top: 90%;
}

.mitems {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-top: 70px;
}

.mitems .mitem {
    width: 30%;
}

.mitems .mitem__img {
    width: 70px;
    height: 70px;
    background: linear-gradient(
        132.12deg,
        rgba(255, 255, 255, 0.08) -2.86%,
        rgba(255, 255, 255, 0.2) 111%
    );
    box-shadow: inset 2px 2px 5px rgba(255, 255, 255, 0.15);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    margin-bottom: 30px;
}

.mitems .mitem__name {
    display: block;
    text-align: center;
}

.mitems .mitem__name a {
    color: #e4e5ea;
}

.mitems .mitem__name a:hover {
    color: #fcb045;
}

.box-geo {
    position: relative;
    padding-bottom: 100px;
}

.box-geo .box-desc {
    max-width: 730px;
    margin-top: 50px;
    font-size: 24px;
}

.box-geo .box-desc span.grad {
    display: inline;
}

.box-geo .box-desc p {
    margin-bottom: 1em;
}

.ball_geo_1 {
    right: 10%;
    top: 90px;
    position: absolute;
    z-index: -1;
}

.ball_geo_2 {
    left: 0%;
    position: absolute;
    bottom: -400px;
    z-index: -1;
}

.ball_geo_3 {
    left: 0%;
    position: absolute;
    top: 30%;
    z-index: -1;
}

.geo-map {
    position: relative;
    margin-top: 80px;
}

@media only screen and (max-width: 575px) {
    .geo-map {
        display: none;
    }

    .pink_msr {
        right: 10%;
        top: 86%;
    }
}

.geo-map__img {
    z-index: -1;
    text-align: center;
    background: url("../img/map.png") no-repeat center #191117;
    background-blend-mode: lighten;
    max-width: 1144px;
    margin: 0 auto;
    height: 716px;
    position: relative;
}

@media only screen and (max-width: 768px) {
    .geo-map__img {
        background-size: 768px;
        height: 450px;
    }
}

.geo-map__markers {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 1%;
    top: 30%;
}

@media only screen and (max-width: 768px) {
    .geo-map__markers {
        top: 30%;
    }
}

@media only screen and (max-width: 768px) {
    .geo-map__markers img {
        width: 510px;
    }
}

.mtype {
    display: flex;
}

@media only screen and (max-width: 768px) {
    .mtype {
        margin-top: 15px;
    }
}

@media only screen and (max-width: 575px) {
    .mtype {
        justify-content: space-between;
    }

    .mtype a {
        margin-right: 0px;
        margin-left: 0px;
    }
}

.mtype input {
    display: none;
}

.mtype input:checked + label,
.mtype input:checked + a {
    display: flex;
    background: #e4e5ea;
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
}

.mtype input:checked + label span,
.mtype input:checked + a span {
    display: block;
    color: #0e1014;
    padding-left: 8px;
}

.mtype input:checked + label img,
.mtype input:checked + a img {
    display: none;
}

.mtype input:checked + label img.dark,
.mtype input:checked + a img.dark {
    display: block;
}

.mtype label,
.mtype a {
    width: 64px;
    height: 63px;
    border: 1px solid #25262c;
    box-sizing: border-box;
    margin-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.4s ease;
    margin-left: 15px;
}

.mtype label:hover,
.mtype a:hover {
    display: flex;
    background: #e4e5ea;
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
    transition: all 0.4s ease;
}

.mtype label:hover span,
.mtype a:hover span {
    display: block;
    color: #0e1014;
    padding-left: 8px;
}

.mtype label:hover img,
.mtype a:hover img {
    display: none;
}

.mtype label:hover img.dark,
.mtype a:hover img.dark {
    display: block;
}

.mtype label span,
.mtype a span {
    display: none;
}

.mtype label img.dark,
.mtype a img.dark {
    display: none;
}

.box-form {
    position: relative;
}

.box-form .yellow_msr {
    top: 22%;
}

.box-form.blur:before {
    content: "";
    display: block;
    background: radial-gradient(
        238.53% 189.02% at 3.2% 3.49%,
        rgba(255, 246, 233, 0.1) 0%,
        rgba(26, 29, 35, 0.1) 26.62%,
        rgba(26, 29, 35, 0.1) 52.1%,
        rgba(26, 29, 35, 0.01) 70.17%,
        rgba(26, 29, 35, 0) 100%
    );
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    width: 50%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0px;
    z-index: -1;
}

.box-form .box-text {
    margin-bottom: 80px;
}

.free__ball1.type4 {
    top: auto;
    bottom: -140px;
    right: 40%;
}

.wid-price {
    position: absolute;
    right: 20px;
    top: 20px;
}

@media only screen and (max-width: 768px) {
    .wid-price {
        right: 50px;
    }
}

.woptions {
    display: flex;
    max-width: 805px;
    flex-wrap: wrap;
    margin-top: 135px;
    position: relative;
}

.woptions .woption {
    width: 25%;
    position: relative;
}

@media only screen and (max-width: 768px) {
    .woptions .woption {
        width: 50%;
        margin-bottom: 40px;
    }
}

.woptions .woption__name {
    font-size: 24px;
    color: #e4e5ea;
    display: block;
    text-align: center;
}

.woptions .woption__marker {
    display: block;
    width: 45px;
    height: 45px;
    background: #fcb045;
    border-radius: 50%;
    margin: 0 auto;
    margin-top: 45px;
    margin-bottom: 45px;
}

.woptions .woption__price {
    text-align: center;
    display: block;
}

.woptions .woption::before {
    content: "";
    left: -15%;
    top: -40%;
    width: 130%;
    height: 180%;
    z-index: -2;
    position: absolute;
    background: url("../img/whover.svg") no-repeat center;
    opacity: 0;
    visibility: hidden;
    display: none;
}

@media only screen and (max-width: 575px) {
    .woptions .woption::before {
        content: "";
        left: 50%;
        margin-left: -130px;
        top: -11%;
        background-size: 100%;
        width: 260px;
        height: 120%;
        background-size: 64%;
    }
}

.woptions .woption.active::before {
    opacity: 1;
    visibility: visible;
}

.woptions .woption.active .woption__name {
    background: linear-gradient(90deg, #fcb045 36.99%, #fd1d1d 100%), #e4e5ea;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-weight: 700;
}

.woptions .woption.active .woption__price {
    background: linear-gradient(90deg, #fcb045 36.99%, #fd1d1d 100%), #e4e5ea;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-weight: 700;
}

.woptions .woption.active .woption__marker {
    background: url("../img/wcheck.svg") no-repeat center;
    width: 77px;
    height: 77px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.woptions .line {
    position: absolute;
    left: 10%;
    top: 90px;
    width: 80%;
    height: 6px;
    z-index: -3;
    background: linear-gradient(
        90deg,
        rgba(252, 176, 69, 0.7) 37.15%,
        rgba(253, 29, 29, 0.7) 100.42%
    );
}

.woptions .line_mob {
    top: 318px;
}

.woptions .woption__hover {
    left: 0;
    top: -70px;
    width: 32%;
    height: 180%;
    margin-left: -30px;
    z-index: -2;
    position: absolute;
    background: url("../img/whover.svg") no-repeat center;
    transition: all 0.4s ease;
    background-size: 72%;
}

@media only screen and (max-width: 992px) {
    .woptions .woption__hover {
        background-size: 100%;
    }
}

@media only screen and (max-width: 768px) {
    .woptions .woption__hover {
        margin-left: 48px;
        top: -320px;
    }
}

@media only screen and (max-width: 575px) {
    .woptions .woption__hover {
        content: "";
        left: 50%;
        margin-left: -130px;
        top: -11%;
        background-size: 100%;
        width: 260px;
        height: 120%;
        background-size: 64%;
        display: none;
    }
}

.woptions-btns {
    display: flex;
    margin-top: 50px;
}

.free__btn.white {
    background: #fff;
    margin-left: 30px;
    color: #0e1014;
}

.winfo {
    padding-top: 60px;
    padding-bottom: 60px;
}

@media only screen and (max-width: 992px) {
    .winfo {
        padding-top: 0;
    }
}

p.list-label {
    font-weight: 500;
    margin-bottom: 30px;
}

.grlist {
    position: relative;
    margin-top: 40px;
}

.grlist li {
    position: relative;
    padding-left: 34px;
    margin-bottom: 1em;
}

.grlist li:before {
    content: "";
    width: 20px;
    display: block;
    position: absolute;
    left: 0;
    height: 1px;
    background: #fcb045;
    top: 12px;
}

.woptions-total {
    margin-top: 100px;
}

.woptions-total span {
    display: block;
    padding-bottom: 10px;
}

.woptions-total .value {
    font-size: 40px;
    color: #e4e5ea;
    font-weight: 700;
}

.video {
    height: 312px;
    position: relative;
}

@media only screen and (max-width: 992px) {
    .video {
        margin-top: 40px;
    }
}

.video .video_img {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 0;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.video .play-btn {
    position: absolute;
    margin: auto;
    width: 45px;
    height: 30px;
    background: #000;
}

.box-desc {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #e4e5ea;
}

.box-desc .grad {
    font-weight: 700;
}

.box-desc__note {
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    max-width: 294px;
    /* light text */
    color: #e4e5ea;
}

@media only screen and (max-width: 768px) {
    .box-desc__note {
        max-width: 100%;
        margin-top: 40px;
    }
}

.row50 {
    display: flex;
    flex-wrap: wrap;
}

.row50 .col {
    width: 50%;
}

.blog-items {
    margin-top: 70px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.cats-items {
    display: flex;
    flex-wrap: wrap;
    margin-top: 60px;
}

.cats-items a.cat-item {
    margin-right: 30px;
    width: 167px;
    height: 42px;
    background: linear-gradient(
        132.12deg,
        rgba(255, 255, 255, 0.08) -2.86%,
        rgba(255, 255, 255, 0.2) 111%
    );
    box-shadow: inset 2px 2px 5px rgba(255, 255, 255, 0.15);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border-radius: 20px;
    font-weight: 500;
    font-size: 18px;
    line-height: 42px;
    /* identical to box height */
}

.cats-items a.cat-item span {
    display: block;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #878787;
}

.cats-items a.cat-item:hover span,
.cats-items a.cat-item.active span {
    background: linear-gradient(90deg, #fcb045 36.99%, #fd1d1d 100%), #878787;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.cats-items a.cat-item:last-child {
    margin-right: 0;
}

.blog-item {
    width: 32%;
    background: url("../img/blog-bg.png") center;
    border: 1px solid #25262c;
    margin-bottom: 50px;
}

@media only screen and (max-width: 992px) {
    .blog-item {
        width: 48%;
    }
}

@media only screen and (max-width: 768px) {
    .blog-item {
        width: 100%;
    }
}

.blog-item .blog-item__img {
    min-height: 180px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.blog-item .blog-item__body {
    padding: 30px;
    min-height: 210px;
    display: flex;
    flex-direction: column;
    padding-bottom: 0;
}

@media only screen and (max-width: 768px) {
    .blog-item .blog-item__body {
        min-height: auto;
    }
}

.blog-item .blog-item__body p.title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 1.1em;
}

@media only screen and (max-width: 768px) {
    .blog-item .blog-item__body p.title {
        font-size: 16px;
    }
}

.blog-item .blog-item__footer {
    padding: 30px;
    margin-top: auto;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: flex-end;
}

@media only screen and (max-width: 768px) {
    .blog-item .blog-item__footer {
        margin-top: 30px;
    }
}

.blog-item .blog-item__footer .btn_blue {
    width: 160px;
    height: 60px;
}

.blog-item_spirit {
    height: 1px;
    border: none;
    background: none;
}

span.aimg {
    display: block;
    position: absolute;
}

.blog-bg {
    background: url("../img/blog-bg.jpg") center top;
    background-size: cover;
    background-repeat: repeat-y;
}

.header__line {
    top: -224px;
}

.header__fig4 {
    top: 460px;
}

.banner_dots {
    z-index: -2;
}

.liner-bg {
    background: linear-gradient(
        162.2deg,
        rgba(255, 246, 233, 0.1) -1.42%,
        rgba(26, 29, 35, 0.1) 25.01%,
        rgba(26, 29, 35, 0.1) 50.31%,
        rgba(26, 29, 35, 0.2) 75.65%,
        rgba(26, 29, 35, 0.2) 97.87%
    );
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
}

.liner-bg:before {
    content: "";
    left: 0;
    display: block;
    width: 100%;
    top: 0;
    height: 1px;
    background: linear-gradient(
        90deg,
        #833ab4 -9.79%,
        #fd1d1d 16.9%,
        #fcb045 100%
    );
    opacity: 0.5;
    transform: matrix(-1, 0, 0, 1, 0, 0);
}

.ball {
    position: absolute;
    border-radius: 100%;
    opacity: 0.7;
}

.header span.date {
    display: block;
    margin-top: 20px;
}

.page-content h2 {
    font-size: 48px;
    line-height: 1.3em;
}

.page-content p {
    margin-bottom: 1em;
}

h2.box-title {
    font-size: 48px;
}

.sitem {
    margin-top: 50px;
}

.sitem .sitem__title {
    font-size: 24px;
    margin-bottom: 30px;
}

.sitem .sitem__row {
    display: flex;
    align-items: center;
}

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

.sitem .sitem__img {
    width: 360px;
    flex: none;
}

@media only screen and (max-width: 768px) {
    .sitem .sitem__img {
        width: 100%;
    }
}

.sitem .sitem__img img {
    width: 100%;
}

.sitem .sitem__content {
    width: 100%;
    flex: 1;
    font-size: 18px;
    padding-left: 30px;
}

@media only screen and (max-width: 768px) {
    .sitem .sitem__content {
        padding-left: 0;
    }
}

h1.title {
    line-height: 1.3em;
}

@media only screen and (max-width: 992x) {
    h1.title {
        font-size: 24px;
    }
}

@media only screen and (max-width: 768px) {
    h1.title {
        font-size: 24px;
    }
}

.related__row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 50px;
}

.related__item {
    width: 32%;
    padding: 30px;
    min-height: 240px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    z-index: 0;
    position: relative;
}

@media only screen and (max-width: 1024px) {
    .related__item {
        width: 48%;
    }
}

@media only screen and (max-width: 575px) {
    .related__item {
        width: 100%;
        padding: 20px;
    }

    h2.box-title {
        font-size: 36px;
    }

    .page-content h2 {
        font-size: 36px;
    }
}

.related__item a.related__link {
    font-size: 21px;
    font-weight: bold;
    color: #fff;
}

@media only screen and (max-width: 1024px) {
    .related__item a.related__link {
        font-size: 18px;
    }
}

@media only screen and (max-width: 575px) {
    .related__item a.related__link {
        font-size: 16px;
    }
}

.related__item a.related__link:hover {
    color: #fff;
}

.related__item span.date {
    margin-top: auto;
}

.related__item.spirit {
    height: 1;
    display: block;
    min-height: 1px;
    padding: 0;
}

.related__item:after {
    content: "";
    display: block;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        0deg,
        rgba(15, 16, 20, 0.6),
        rgba(15, 16, 20, 0.6)
    );
    z-index: -1;
}

.related {
    margin-top: 100px;
}

.related__item {
    margin-bottom: 30px;
}

.w-100 {
    width: 100%;
}

.body-wrap.single {
    background: url("../img/single-bg.jpg") no-repeat center top -100px;
    background-size: cover;
}

.balls {
    overflow: hidden;
    position: relative;
}

.balls section h2 {
    color: #dad8e4;
}

.iti__country {
    color: #000;
}
.single h2{
    color: #fff;
    font-size:30px;
}
.wid-img img{
    max-width:30px;
}
/* Страница с виджетом */
.single-widget .page-desc img{
    text-align: center;
}
.single-widget .bttn{
    background: linear-gradient(102.14deg, #e96b3b 8.85%, #e0404c 91.15%);
}
.single-widget img{
    max-width:100%;
}