@import url(fancybox.css);

.request__form.popup-form .g-recaptcha {
    display: flex;
    width: 100%;
    text-align: center;
    justify-content: center;
}

/**SLIDER*/

button.mfp-close {
    pointer-events: none;
}

.wrapper {
    margin: 0 auto;
    width: 80%;
    text-align: center;
}

.image-gallery {
    margin: 0 auto;
    display: table;
}

.primary,
.thumbnails {
    display: table-cell;
}

.thumbnails {
    width: 300px;
}

.primary {
    width: 600px;
    height: 400px;
    background-color: #cccccc;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.thumbnail:hover .thumbnail-image,
.selected .thumbnail-image {
    border: 4px solid red;
}

.thumbnail-image {
    width: 100px;
    height: 100px;
    margin: 20px auto;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border: 4px solid transparent;
}

/**/

/***/

body {
    color: #000;
    font-family: 'PT Sans Reg', sans-serif
}

.title,
h1 {
    font-family: 'PT Sans Bold', sans-serif;
    font-size: 36px;
    line-height: 43px
}

.subtitle,
h2 {
    font-size: 28px;
    line-height: 36px;
    text-align: center
}

.subtitle,
.third-heading,
h2,
h3 {
    font-family: 'PT Sans Reg', sans-serif
}

.third-heading,
h3 {
    font-size: 20px;
    line-height: 26px
}

.text,
p {
    font-family: 'PT Sans Reg', sans-serif
}

.btn-text,
.text,
p {
    font-size: 16px;
    line-height: 23px
}

.btn-text {
    font-family: 'PT Sans Bold', sans-serif
}

.menu-text {
    font-size: 14px;
    line-height: 9px;
    font-family: 'PT Sans Reg', sans-serif;
    color: #000
}

.price-font {
    font-family: 'PT Sans Bold', sans-serif;
    font-size: 18px;
    line-height: 2px
}

.mt {
    margin-top: 60px
}

.container {
    max-width: 1140px;
    margin: 0 auto
}

a:hover {
    text-decoration: none;
    color: #e70202
}

.tel {
    display: flex;
    align-items: center;
    line-height: 20px;
}

.btn {
    width: 244px;
    min-height: 52px;
    border-radius: 0
}

.card-link {
    color: #fff
}

.btn--dark {
    background-color: #e70202;
    color: #fff
}

.btn--dark:hover {
    box-shadow: 0 0 20px #e70202;
    color: #fff
}

.list {
    list-style-type: none;
    padding-left: 0
}

.list li {
    margin-bottom: 18px
}

.list li:before {
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 12px
}

.list--light li:before {
    background-color: #e70202
}

.list--dark {
    margin-bottom: 0
}

.list--dark li,
.design-card__text ul li,
.design-box__text ul li {
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    font-weight: 300;
    font-size: 20px;
    line-height: 23px
}

.consultation__img::before {
    content: "5 лет";
    width: 70px;
    height: 70px;
    border-radius: 50%;
    position: absolute;
    bottom: 33%;
    right: 100px;
    background: rgb(231, 2, 2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    line-height: 0.8;
    padding: 27px;
    text-align: center;
}

.list--dark li:last-child {
    margin-bottom: 0
}

.list--dark li:before,
.design-card__text ul li:before,
.design-box__text ul li:before {
    content: "";
    background: url(/cyborg/images/svg/pin.svg) no-repeat;
    height: 17px;
    width: 8px;
    display: inline-block;
    margin-right: 12px
}

.breadcrumbs {
    margin: 14px 0
}

.breadcrumbs a,
.breadcrumbs span {
    font-weight: 300;
    font-size: 16px;
    line-height: 23px;
    color: #000
}

.breadcrumbs span a:after {
    content: "";
    background: url(/cyborg/images/svg/Arrow.svg) no-repeat;
    width: 36px;
    height: 10px;
    display: inline-block;
    margin: 0 14px
}

.breadcrumbs span a:hover {
    color: #e70202
}

.clearfix {
    clear: both
}

.burger {
    display: none;
    margin-bottom: 18px
}

.burger span {
    height: 2px;
    width: 25px;
    background-color: #000;
    display: block;
    margin-bottom: 4px
}

.burger span:last-child {
    margin-bottom: 0
}

.mobile__tel {
    display: none
}

.header > .container {
    padding-top: 102px
}

.header__menu {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    z-index: 4;
    background-color: #fff
}

.header__menu.header-fixed .header__logo img {
    width: 68px;
}

.header__top {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.header__logo img {
    width: 140px;
    height: auto;
    transition: width 0.3s ease;
}

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

.header__nav li {
    display: block;
    margin-right: 12px;
    position: relative
}

.header__nav li > a {
    color: #000;
    font-size: 14px;
    line-height: 9px;
    font-weight: 400;
    text-transform: uppercase
}

.header__nav li > a:hover {
    color: #e70202
}

.header__nav li > ul {
    display: none;
    padding-left: 0;
    position: absolute;
    left: -19px;
    top: 24px;
    background-color: #fff;
    min-width: 307px;
    z-index: 3;
    border-radius: 8px;
    padding: 60px 19px 30px
}

.header__nav li > ul > li {
    margin-bottom: 18px
}

.header__nav li > ul > li:last-child {
    margin-bottom: 0;
}

.header__nav li:last-child {
    margin-right: 0
}

.header__banner {
    color: #fff;
    background-image: url(/cyborg/images/main-banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    position: relative
}

.header__banner > .container {
    display: flex;
    align-items: center;
    min-height: 560px;
    position: relative;
    z-index: 2
}

.header__banner-wrap {
    background-color: rgba(0, 0, 0, .5);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.header__banner--other .header__text {
    max-width: 1090px;
    width: 100%
}

.header__banner--other .header__desc {
    max-width: 698px
}

.header__banner--other .header__banner-wrap {
    background-color: rgba(0, 0, 0, .7)
}

.header__banner--important .header__banner-wrap {
    background-color: rgba(0, 0, 0, .3)
}

.header__banner--home {
    padding-bottom: 20px;
    padding-top: 102px
}

.header__banner--home .header__text,
.header__banner--home .header__title {
    max-width: none;
    width: 100%
}

.header__banner--home .header__desc {
    max-width: 723px
}

.header__banner--home .header__banner-wrap {
    background-color: rgba(35, 35, 35, .2)
}

.header__banner--home > .container {
    min-height: 600px
}

.header__text {
    max-width: 723px
}

.header__title {
    max-width: 654px
}

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

.header__btn,
.header__desc {
    margin-top: 38px
}

.header__price {
    border: 4px solid #fff;
    padding: 28px;
    max-width: 320px;
    box-sizing: border-box;
    margin-top: 20px;
    margin-left: auto
}

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

.header-item {
    width: 23%;
    text-align: center;
    margin-top: 76px
}

.header-item__img img {
    max-width: 42px;
    width: 100%;
    height: auto
}

.header-item__text {
    margin-top: 26px;
    font-family: 'PT Sans Reg', sans-serif
}

.header-item__text a {
    color: #e70202
}

.steps__desc,
.steps__title {
    text-align: center
}

.steps__desc {
    max-width: 743px;
    margin: 48px auto 0
}

.steps-block {
    margin-top: 100px
}

.steps-card {
    margin-top: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.steps-card__text {
    max-width: 698px
}

.steps-card__desc {
    margin-top: 22px;
    max-width: 624px;
    margin-left: 92px
}

.steps-card__title {
    border-bottom: 2px solid #e70202;
    padding-bottom: 8px;
    max-width: 612px;
    display: flex;
    align-items: center
}

.steps-card__num {
    display: block;
    margin: 0 32px 0 18px;
    font-weight: 600;
    font-size: 36px;
    line-height: 43px
}

.steps-card__img img {
    max-width: 380px;
    width: 100%;
    height: auto
}

.steps-card:nth-child(2n) {
    flex-direction: row-reverse
}

.steps-card:nth-child(2n) .steps-card__text {
    max-width: 624px
}

.price__subtitle,
.price__title {
    text-align: center
}

.price__subtitle {
    margin-top: 34px
}

.price__table {
    margin-top: 56px
}

.price__table .plus {
    color: #eb221e
}

.price__table .minus,
.price__table .plus {
    font-size: 2rem;
    font-weight: 700;
    text-align: center
}

.price__table .minus {
    color: #eee
}

.certificate {
    background-color: #343a40;
    margin-top: 100px
}

.certificate > .container {
    display: flex;
    height: 200px;
    align-items: center;
    justify-content: space-between
}

.certificate__text {
    color: #fff;
    max-width: 700px;
    text-align: left
}

.certificate__img img {
    width: auto;
    height: 300px;
    padding: 0 53px;
    background-color: #fff
}

.action-card {
    margin-bottom: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.action-card__img img {
    max-width: 452px;
    width: 100%;
    height: auto
}

.action-card__text {
    max-width: 624px
}

.action-card__title {
    padding-bottom: 24px;
    border-bottom: 2px solid #e70202;
    max-width: 557px
}

.action-card__desc {
    margin-top: 22px
}

.action-card:nth-child(2n) {
    flex-direction: row-reverse
}

.quote {
    background-color: #343a40;
    color: #fff
}

.quote > .container {
    display: flex;
    align-items: center;
    justify-content: space-around
}

.quote__photo img {
    max-width: 200px;
    width: 100%;
    height: auto
}

.quote__text {
    max-width: 704px;
    padding-left: 13px;
    border-left: 2px solid #e70202;
    text-align: left
}

.quote__author {
    margin-top: 12px
}

.causes__title {
    text-align: center
}

.causes__video {
    max-width: 1037px;
    margin: 56px auto 0
}

.causes__item {
    width: 100%;
    min-height: 553px
}

.causes-block {
    max-width: 1104px;
    margin: 49px auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.causes-card {
    max-width: 360px;
    background-color: #fff;
    margin-bottom: 4px;
    display: flex;
    align-items: flex-start;
    color: #767676
}

.causes-card .ico {
    display: block;
    padding-right: 4px;
    min-width: 70px;
    height: 120px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: left;
    background-position-y: top
}

.causes-card .ico-n-1 {
    background-image: url(/cyborg/images/ico/ico-1.gif)
}

.causes-card .ico-n-2 {
    background-image: url(/cyborg/images/ico/ico-2.gif)
}

.causes-card .ico-n-3 {
    background-image: url(/cyborg/images/ico/ico-3.gif)
}

.causes-card .ico-n-4 {
    background-image: url(/cyborg/images/ico/ico-4.gif)
}

.causes-card .ico-n-5 {
    background-image: url(/cyborg/images/ico/ico-5.gif)
}

.causes-card .ico-n-6 {
    background-image: url(/cyborg/images/ico/ico-6.gif)
}

.offers > .container {
    display: flex;
    justify-content: space-between
}

.offers-card {
    display: inline-block;
    width: 32%;
    height: 354px;
    background-size: cover;
    background-position: 50%
}

.offers-card__text {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start
}

.offers-card__title {
    color: #fff;
    line-height: 50px;
    padding-left: 12px;
    font-family: 'PT Sans Reg', sans-serif;
    text-align: left;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.offers-card__title:hover {
    color: #e70202
}

.pause {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    position: relative
}

.pause__img {
    height: 100%;
    width: 50%;
    position: absolute;
    background-image: url(/cyborg/images/main-form.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover
}

.pause__block {
    width: 50%;
    box-sizing: border-box
}

.pause__text {
    line-height: 30px
}

.pause__name {
    text-align: left
}

.pause__label,
.pause__name {
    margin-top: 10px
}

.pause__form {
    margin-top: 20px;
    max-width: 377px
}

.pause__form input {
    background-color: transparent;
    outline: 0;
    border-width: 0 0 1px;
    border-color: #000;
    padding-bottom: 12px;
    width: 100%;
    margin-bottom: 20px
}

.pause__form input::-webkit-input-placeholder {
    font-weight: 300;
    font-size: 18px;
    line-height: 23px;
    color: #343a40
}

.pause__form input::-moz-placeholder {
    font-weight: 300;
    font-size: 18px;
    line-height: 23px;
    color: #343a40
}

.pause__form input:-ms-input-placeholder,
.pause__form input::-ms-input-placeholder {
    font-weight: 300;
    font-size: 18px;
    line-height: 23px;
    color: #343a40
}

.pause__form input,
.pause__form input::placeholder {
    font-weight: 300;
    font-size: 18px;
    line-height: 23px;
    color: #343a40
}

.pause__form .btn {
    margin-top: 20px
}

.request {
    background-color: #343a40;
    color: #fff;
    text-align: center;
    padding-bottom: 60px
}

.request__title {
    padding-top: 50px
}

.request__subtitle {
    margin-top: 18px
}

.request__form {
    margin-top: 65px
}

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

.request__form input {
    background-color: transparent;
    outline: 0;
    border-width: 0 0 1px;
    border-color: #fff;
    min-width: 377px;
    margin-bottom: 24px;
}

.request__form input::-webkit-input-placeholder {
    color: #fff;
    font-weight: 300;
    font-size: 16px;
    line-height: 23px
}

.request__form input::-moz-placeholder {
    color: #fff;
    font-weight: 300;
    font-size: 16px;
    line-height: 23px
}

.request__form input:-ms-input-placeholder,
.request__form input::-ms-input-placeholder {
    color: #fff;
    font-weight: 300;
    font-size: 16px;
    line-height: 23px
}

.request__form input,
.request__form input::placeholder {
    color: #fff;
    font-weight: 300;
    font-size: 16px;
    line-height: 23px
}

.request__form textarea {
    border: none;
    background: linear-gradient(0deg, #fff 1px, transparent 0);
    height: 132px;
    background-size: 100% 30px;
    width: 371px
}

.request__form textarea::-webkit-input-placeholder {
    font-weight: 300;
    font-size: 16px;
    line-height: 23px;
    color: #fff
}

.request__form textarea::-moz-placeholder {
    font-weight: 300;
    font-size: 16px;
    line-height: 23px;
    color: #fff
}

.request__form textarea:-ms-input-placeholder,
.request__form textarea::-ms-input-placeholder {
    font-weight: 300;
    font-size: 16px;
    line-height: 23px;
    color: #fff
}

.request__form textarea,
.request__form textarea::placeholder {
    font-weight: 300;
    font-size: 16px;
    line-height: 23px;
    color: #fff
}

.request--other {
    padding-bottom: 0
}

.request--other .request__title {
    padding-top: 40px
}

.request--other .request__form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 0
}

.request--other .request__form img {
    max-width: 230px;
    width: 100%;
    height: auto
}

.request--other .request__form form {
    width: 796px
}

.request--other .request__form input {
    padding-bottom: 5px
}

.request--other .request__form input:nth-child(2) {
    margin-top: 24px
}

.request--other .request__form .col {
    text-align: left
}

.request--other .request__form .btn {
    margin-top: 32px
}

.scheme__list {
    margin-top: 48px
}

.test__title {
    text-align: center;
    max-width: 982px;
    margin: 0 auto
}

.test__container {
    margin-top: 100px
}

.project > .container {
    display: flex;
    justify-content: space-between
}

.project-card {
    color: #fff;
    width: 32%;
    height: 366px;
    display: flex;
    align-items: flex-end;
    background-size: cover
}

.project-card__label {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    margin-top: 13px
}

.project-card__text {
    background-color: rgba(0, 0, 0, .8);
    height: 50%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.project-card__desc,
.project-card__label,
.project-card__title {
    margin-left: 18px
}

.project-card__title {
    text-align: left
}

.project-card__price {
    text-align: right;
    margin-right: 18px;
    position: relative;
    top: -3px
}

.project-card__btn {
    margin-top: 18px
}

.reviews__title {
    text-align: center
}

.reviews__slider {
    margin-top: 50px
}

.gallery__slider .slick-list,
.reviews__slider .slick-list {
    width: 90%;
    margin: 0 auto;
}

.gallery__slider_foto .slick-list,
.reviews__slider .slick-list {
    width: 90%;
    margin: 0 auto;
}

.reviews__slider .slick-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    animation: scaleOut .1s ease forwards;
    outline: none;
    position: relative;
    overflow: hidden
}

.reviews__slider .slick-slide:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: hsla(0, 0%, 100%, .3)
}

.reviews__slider .slide.slick-center {
    width: 404px;
    transform: scale(1.5);
    animation: scaleIn .5s ease forwards;
    z-index: 1
}

.reviews__slider .slide.slick-center:before {
    display: none
}

.reviews__slider .thumb {
    min-height: 190px;
    min-width: 350px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    cursor: pointer
}

.reviews__slider .thumb::after {
    content: '';
    background: url(/cyborg/images/youtube.svg) no-repeat;
    background-size: 60px auto;
    width: 100px;
    height: 80px;
    display: inline-block;
    position: absolute;
    top: 40%;
    left: 40%;
}

.reviews__slider .slick-track {
    padding: 50px 0
}

.mfp-inline-holder .mfp-content {
    text-align: center;
    width: auto
}

.mfp-inline-holder .mfp-content iframe {
    height: 500px;
    width: 800px
}

.mfp-inline-holder .mfp-content button.mfp-close {
    top: -40px;
    right: -40px;
    color: #fff
}

.seo__content {
    margin-top: 32px
}

.seo .read_more {
    color: #e70202;
    display: inline-block;
    margin-left: 10px;
}

.seo .read_more:hover {
    cursor: pointer;
}

.seo__content a {
    color: #e70202
}

.seo h1 {
    margin-bottom: 20px;
}

.seo__title,
.seo h1 {
    text-align: center
}

.footer {
    color: #fff;
    background-color: #343a40;
    padding-bottom: 45px;
    margin-top: 58px
}

.footer > .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start
}

.footer__logo img {
    max-width: 140px;
    width: 100%;
    height: auto
}

.footer__title {
    margin-bottom: 16px;
    text-align: left;
}

.footer__content {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 28px;
    font-weight: 400
}

.footer a {
    color: #fff;
    display: block
}

.footer a:hover {
    color: #e70202
}

.footer__address .footer__title:before {
    content: "";
    background: url(/cyborg/images/svg/location.svg) no-repeat;
    height: 18px;
    width: 12px;
    display: inline-block;
    margin-right: 10px
}

.footer__tel a:before {
    content: "";
    background: url(/cyborg/images/svg/phone-white.svg) no-repeat;
    height: 15px;
    width: 15px;
    display: inline-block;
    margin-right: 12px
}

.footer__address,
.footer__logo,
.footer__services,
.footer__tel {
    margin-top: 25px
}

.objects .video-block {
    padding: 4vw 4vw 0;
    margin: auto
}

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

.completed .btn {
    width: auto;
    max-width: 300px;
    display: flex;
    align-items: center;
    justify-content: center
}

.completed .carousel {
    margin-top: 60px
}

.completed .carousel .subtitle {
    text-align: left
}

.completed .carousel-item .row {
    align-items: center;
    max-width: 900px;
    margin: auto
}

.completed .carousel-control-next,
.completed .carousel-control-prev {
    width: 10%
}

.modal a {
    color: #e70202
}

.info {
    max-width: 724px;
    margin-left: auto;
    margin-right: auto;
    text-align: center
}

.info__desc {
    margin-top: 30px
}

.stuff {
    display: none;
    background-color: #343a40;
    color: #fff;
    padding-bottom: 40px
}

.stuff .row {
    justify-content: center;
    margin-top: 30px;
}

.stuff li {
    text-align: left;
}

.stuff__title {
    max-width: 604px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
    text-align: center
}

.stuff__list {
    max-width: 902px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 40px auto 0
}

.stuff__list li {
    flex-basis: 60%
}

.stuff__list li:nth-child(2n) {
    flex-basis: 40%
}

.gallery__slider {
    margin-top: 59px
}

.gallery__slider .slick-track {
    padding: 40px 0
}

.gallery__slider .slick-slide {
    outline: none
}

.gallery__slider .slick-slide img {
    max-width: 388px;
    width: 100%;
    height: auto
}

.gallery__slider .slick-center {
    transform: scale(1.2);
    animation: scaleIn .5s ease forwards;
    z-index: 1;
}

.gallery__slider_foto {
    margin-top: 59px
}

.gallery__slider_foto .slick-track {
    padding: 40px 0
}

.gallery__slider_foto .slick-slide {
    outline: none
}

.gallery__slider_foto .slick-slide img {
    max-width: 388px;
    width: 100%;
    height: auto
}

.gallery__slider_foto .slick-center {
    transform: scale(1.2);
    animation: scaleIn .5s ease forwards;
    z-index: 1;
}

.points > .container {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center
}

.points__list {
    margin-top: 40px;
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0
}

.points__list .points__item {
    display: flex;
    align-items: center;
    margin-bottom: 12px
}

.points__list .points__item:last-child {
    margin-bottom: 0
}

.points__list .points__item:before {
    content: "";
    min-width: 40px;
    height: 40px;
    display: inline-block;
    background-repeat: no-repeat;
    margin-right: 12px
}

.points__list .points__item-1:before {
    background-image: url(/cyborg/images/svg/list/Edit.svg)
}

.points__list .points__item-2:before {
    background-image: url(/cyborg/images/svg/list/Chat.svg)
}

.points__list .points__item-3:before {
    background-image: url(/cyborg/images/svg/list/User.svg)
}

.points__list .points__item-4:before {
    background-image: url(/cyborg/images/svg/list/Settings.svg)
}

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

.content__desc p {
    max-width: 514px
}

.content__video {
    margin-top: 74px;
    max-width: 948px;
    margin-left: auto;
    margin-right: auto
}

.content__video iframe {
    width: 100%;
    height: 543px
}

.process-block {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    counter-reset: a
}

.process-card {
    border: 4px solid #f5011d;
    height: 100%;
    padding: .75em 1em 1em
}

.process-card__wrap {
    counter-increment: a;
    width: 20%;
    margin-right: 1.25em;
    margin-top: 30px
}

.process-card__wrap:last-child {
    margin-right: 0
}

.process-card__name:before {
    content: counter(a, decimal-leading-zero);
    display: block;
    color: #ccc;
    font-size: 3em;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 3px;
    padding-bottom: .375em
}

.package-block {
    display: flex;
    justify-content: space-between;
    margin-bottom: 35px
}

.package-card {
    max-width: 293px;
    box-shadow: 0 15px 15px hsla(0, 4%, 64%, .25);
    padding: 34px 32px 44px 17px;
    margin-top: 74px;
    position: relative;
    margin-right: 95px;
    height: 306px;
    transition: height 5s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.package-card.max {
    height: 100%
}

.package-card__desc {
    max-width: 239px;
    margin-top: 24px
}

.package-card__btn {
    margin-top: 31px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.package-card__more {
    border: none;
    background-color: transparent;
    color: #828282;
    margin-top: 18px;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.package-card__label {
    background: url(/cyborg/images/package-label.png) no-repeat;
    width: 142px;
    height: 142px;
    position: absolute;
    right: -95px;
    top: -4px
}

.package-card__details,
.package-card__label {
    display: flex;
    align-items: center;
    justify-content: center
}

.package-card__details {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    width: 96px;
    height: 96px;
    transform: rotate(45deg);
    flex-direction: column
}

.package-card__details-mob {
    display: none;
}

.package-card__details span {
    display: block;
    text-align: right
}

.consultation {
    background-color: #343a40;
    color: #fff;
    margin-top: 130px;
    margin-bottom: 100px
}

.consultation > .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-height: 460px
}

.consultation__text {
    width: 45%
}

.consultation__img {
    width: 45%;
    text-align: center;
    position: relative;
}

.consultation__img img {
    max-width: 400px;
    width: 100%;
    height: auto
}

.consultation__title.subtitle {
    text-align: left
}

.consultation__list {
    list-style-type: none;
    padding-left: 0;
    margin-top: 12px
}

.consultation__item {
    margin-bottom: 12px;
    display: flex;
    align-items: center
}

.consultation__item:before {
    content: "";
    background-repeat: no-repeat;
    min-width: 40px;
    height: 40px;
    margin-right: 12px;
    display: inline-block
}

.consultation__item:last-child {
    margin-bottom: 0
}

.consultation__item--1:before {
    background-image: url(/cyborg/images/svg/list/Edit.svg)
}

.consultation__item--2:before {
    background-image: url(/cyborg/images/svg/list/Phone.svg)
}

.consultation__item--3:before {
    background-image: url(/cyborg/images/svg/list/File.svg)
}

.consultation__form {
    margin-top: 40px
}

.consultation__form .col {
    padding-left: 0;
}

.consultation__form form {
    display: block
}

.consultation__form form input:first-child {
    margin-bottom: 24px
}

/* .consultation__form form input:nth-child(2) {
      margin-bottom: 0
  } */

.consultation__form form .btn {
    margin-top: 32px;
    display: block
}

.content__link {
    color: #000;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 31px
}

.content__link:before {
    content: "";
    height: 42px;
    width: 54px;
    background: url(/cyborg/images/svg/Upload.svg) no-repeat;
    display: inline-block;
    margin-right: 12px
}

.content__link:hover {
    color: #e70202
}

.content__block {
    margin-top: 39px;
    max-width: 981px;
    margin-left: auto;
    margin-right: auto
}

.content-card__header {
    background-color: #343a40;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 15px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin: 0 0 2px;
}

.content-card__header:before {
    content: "";
    height: 20px;
    min-width: 20px;
    background: url(/cyborg/images/svg/plus.svg) no-repeat;
    background-size: 20px 20px;
    display: inline-block;
    margin-right: 43px
}

.content-card__body {
    padding: 24px
}

.design {
    margin-top: 60px
}

.design__title {
    padding-bottom: 40px;
    border-bottom: 2px solid #c4c4c4
}

.design-card {
    margin-top: 60px;
    display: flex;
    align-items: center;
    max-height: 300px;
    overflow: hidden;
}

.design-card .design-card__title {
    margin-bottom: 10px;
    text-align: left;
}

.design-card:first-child {
    margin-top: 46px
}

.design-card__img {
    position: relative;
    width: 50%;
}

.design-card__img img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.design-card__label {
    background-color: rgba(52, 58, 64, .8);
    color: #fff;
    padding: 16px 22px;
    max-width: 320px;
    position: absolute;
    bottom: 0;
    left: 0
}

.design-card__text {
    margin-left: 74px;
    max-width: calc(50% - 80px);
}

.design-card__list {
    margin-top: 30px
}

.design-card__btn {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center
}

.design-card:nth-child(2n) {
    flex-direction: row-reverse
}

.design-card:nth-child(2n) .design-card__text {
    margin-left: 0;
    margin-right: auto
}

.design .list {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0
}

.design .list li {
    margin-bottom: 14px;
    display: flex;
    align-items: center
}

.design .list li:last-child {
    margin-bottom: 0
}

.design .list li:before {
    content: "";
    background: url(/cyborg/images/svg/pin.svg) no-repeat;
    height: 17px;
    width: 8px;
    display: inline-block;
    margin-right: 12px
}

.design__link {
    color: #bdbdbd;
    text-decoration: underline;
    font-weight: 600;
    font-size: 18px;
    line-height: 23px;
    margin-top: 80px;
    display: block;
    text-align: center
}

.design__subtitle {
    margin-top: 60px;
    text-align: left
}

.table-responsive .table_mobile {
    display: none
}

.header__text-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    margin: 0 -15px
}

.header__text-wrap .header__text_desc {
    font-size: 20px;
    margin-top: 15px;
}

.header__text-wrap .header__btn {
    margin: 0;
    margin-left: 50px;
}

.bg_grey {
    background-color: #000;
    position: relative;
    top: -1px;
}

/* таблица сравнения  */

.pdf {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sravnitelnaya-tablica-title {
    margin: 50px 0 30px;
    font-size: 35px;
    font-weight: 400;
    text-align: center;
    font-weight: 700;
}

.table.table-price.sravnitelnaya-tablica {
    max-width: 100%;
    width: 100%;
    margin: auto;
}

.table.table-price.sravnitelnaya-tablica th,
.table.table-price.sravnitelnaya-tablica td {
    clip-path: polygon(10px 0%, calc(100% - 10px) 0%, 100% 0px, 100% calc(100% - 10px), calc(100% - 10px) 100%, 10px 100%, 0px 100%, 0% 10px);
}

.table.table-price.sravnitelnaya-tablica span {
    clip-path: polygon(5px 0%, calc(100% - 5px) 0%, 100% 0px, 100% calc(100% - 5px), calc(100% - 5px) 100%, 5px 100%, 0px 100%, 0% 5px);
    margin: 5px;
    width: 100%;
    font-size: 14px;
}

.table.table-price.sravnitelnaya-tablica * {
    border: none;
    font-family: 'PT Sans Reg';
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
}

.table.table-price.sravnitelnaya-tablica td {
    background: #eee;
    color: #3C3C3C;
    padding: 5px 10px;
    margin-right: 10px;
}

.table.table-price.sravnitelnaya-tablica th {
    margin-right: 10px;
}

.table.table-price.sravnitelnaya-tablica thead tr {
    display: grid;
    grid-template-columns: 50% minmax(300px, 40%) minmax(75px, 10%);
    margin-bottom: 15px;
}

.table.table2.table-price.sravnitelnaya-tablica thead tr {
    grid-template-columns: 65% 30%;
}

.table.table-price.sravnitelnaya-tablica tbody tr {
    display: grid;
    grid-template-columns: 50% minmax(75px, 10%) minmax(75px, 10%) minmax(75px, 10%) minmax(75px, 10%) minmax(75px, 10%);
    margin-bottom: 10px;
}

.table.table2.table-price.sravnitelnaya-tablica tbody tr {
    grid-template-columns: 65% minmax(75px, 10%) minmax(75px, 10%) minmax(75px, 10%);
}

.table.table-price.sravnitelnaya-tablica thead tr th:last-child {
    padding-left: 0;
    padding-right: 0;
    margin-right: 0;
}

.table.table-price.sravnitelnaya-tablica tbody tr td:last-child {
    margin-right: 0;
}

.table.table-price.sravnitelnaya-tablica thead th:nth-child(1) {
    background: #6F6F6F;
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    display: flex;
    align-items: flex-end;
    justify-content: start;
}

.table.table-price.sravnitelnaya-tablica thead th:nth-child(2) {
    background: #B2B2B2;
    color: #1D1D1B;
}

.table.table-price.sravnitelnaya-tablica thead th:nth-child(3) {
    background: #B2B2B2;
    color: #1D1D1B;
}

.table.table-price.sravnitelnaya-tablica thead th:nth-child(2) div:nth-child(1),
.table.table-price.sravnitelnaya-tablica thead th:nth-child(3) div:nth-child(1) {
    font-size: 20px;
    font-weight: 700;
}

.table.table-price.sravnitelnaya-tablica thead th:nth-child(2) div:nth-child(2) {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 -20px
}

.table.table-price.sravnitelnaya-tablica thead th:nth-child(3) div:nth-child(2) {
    margin-top: 10px
}

.table.table-price.sravnitelnaya-tablica thead th:nth-child(3) div:nth-child(2) span {
    margin: 0;
    width: 100%;
    display: block;
    font-size: 16px;
}

.table.table-price.sravnitelnaya-tablica thead th:nth-child(2) span:nth-child(1) {
    background: #6F6F6F;
    color: #fff;
}

.table.table-price.sravnitelnaya-tablica thead th:nth-child(2) span:nth-child(2) {
    background: #545454;
    color: #fff;
}

.table.table-price.sravnitelnaya-tablica thead th:nth-child(2) span:nth-child(3) {
    background: #3C3C3C;
    color: #fff;
}

.table.table-price.sravnitelnaya-tablica thead th:nth-child(2) span:nth-child(4) {
    background: #1D1D1B;
    color: #fff;
}

.table.table-price.sravnitelnaya-tablica .on {
    position: relative;
}

.table.table-price.sravnitelnaya-tablica .off {
    position: relative;
}

.table.table-price.sravnitelnaya-tablica .on_black {
    position: relative;
}

.table.table-price.sravnitelnaya-tablica tr td:nth-child(2).on {
    background: #6F6F6F;
}

.table.table-price.sravnitelnaya-tablica tr td:nth-child(3).on {
    background: #545454;
}

.table.table-price.sravnitelnaya-tablica tr td:nth-child(4).on {
    background: #3C3C3C;
}

.table.table-price.sravnitelnaya-tablica tr td:nth-child(5).on {
    background: #1D1D1B;
}

.table.table-price.sravnitelnaya-tablica tr td:nth-child(n).on_black {
    background: #B2B2B2;
}

.table.table-price.sravnitelnaya-tablica .on::before {
    content: url(../images/on.svg);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.table.table-price.sravnitelnaya-tablica .on_black::before {
    content: url(../images/on_black.svg);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.table.table-price.sravnitelnaya-tablica .off::before {
    content: url(../images/off.svg);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg)
}

.table.table-price.sravnitelnaya-tablica td {
    margin-right: 10px;
    margin-bottom: 10px;
}

#ouibounce-modal {
    z-index: 100
}

#ouibounce-modal[style="display: block;"] .modal {
    display: block;
}

.table.table-price.sravnitelnaya-tablica .color_red {
    color: #E70202;
    font-weight: 700;
    font-size: 20px;
    display: inline-block;
    width: max-content;
    margin: 0;
}

.color_red_small {
    color: #E70202;
}

/* кнопки под таблицей */

.btn-wrapper {
    display: flex;
    justify-content: flex-end;
}

.btn-wrapper .content__link {
    margin-right: 20px;
}

.btn-wrapper .content__link:last-child {
    margin-right: 0;
}

/* popup */

#ouibounce-modal .modal {
    max-width: 1000px;
    width: 90%;
    height: max-content
}

#ouibounce-modal .modal-body {
    display: grid;
    grid-template-columns: 250px 1fr;
    gap: 30px;
}

#ouibounce-modal .modal__image-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

#ouibounce-modal .modal__image-wrapper img {
    display: block;
    max-width: 200px;
}

#ouibounce-modal .modal__description-wrapper .modal__row:first-child p {
    font-size: 30px;
    line-height: 1.2;
    color: #3d3d3d;
}

#ouibounce-modal .modal__description-wrapper .modal__row:last-child p {
    font-size: 20px;
    line-height: 1.2;
    color: #3d3d3d;
}

#ouibounce-modal .modal__description-wrapper .modal__row:last-child form {
    margin-top: 0;
    display: flex;
}

#ouibounce-modal form input[type=text],
#ouibounce-modal form input[type=phone] {
    max-width: 30%;
    margin-right: 20px;
    width: 100%;
}

#ouibounce-modal .btn--dark {
    max-width: 30%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

/* beforeafter */

.beforeaftert__title {
    margin: 50px 0;
}

.beforeafter {
    max-width: 1024px;
    height: 576px;
    width: 95%;
    margin: auto;
    position: relative
}

.beforeafter__image {
    width: 100%;
    height: 100%
}

.beforeafter__before {
    width: 50%;
    height: 100%;
    border-right: 4px solid #fff;
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden
}

.beforeafter__before > .beforeafter__image {
    width: 1024px
}

.beforeafter__range {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    height: 100px;
    z-index: 3;
    border: none;
    outline: none;
    opacity: 0
}

.beforeafter__renge-icon {
    display: inline-block;
    vertical-align: top;
    width: 80px;
    height: 80px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-image: url(../images/beforeafter-img.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: 2;
    cursor: pointer;
}

.design-box {
    display: flex;
    /* justify-content:space-between */
    flex-direction: column;
    margin-top: 50px;
    max-width: 900px;
    margin: auto;
    padding: 0 50px;
}

.video_popup {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .8);
    z-index: 9999;
    display: none;
}

.video_popup.active {
    display: block;
}

.popup__content {
    position: relative;
    margin: auto;
    width: 90%;
    height: 0;
    padding-bottom: 56.25%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.popup__content iframe {
    margin-top: 100px;
    position: absolute;
    top: 300px;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    max-width: 900px;
    max-height: 600px;
}

.popup__content .popup__close {
    position: absolute;
    top: 50px;
    right: 0;
    width: 50px;
    height: 50px;
    cursor: pointer;
}

.popup__content .popup__close::before {
    content: '';
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%) rotate(45deg);
    pointer-events: none;
}

.popup__content .popup__close::after {
    content: '';
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%) rotate(-45deg);
    pointer-events: none;
}

.design-box__header {
    margin-top: 20px
}

.design-box__list {
    margin-top: 34px
}

.design-box__text {
    /* max-width:480px; */
}

.scrollOff {
    overflow: hidden;
}

.buttons-wrp {
    display: flex;
    flex-direction: column;
    margin-left: 20px;
}

.design .design-box__text {
    display: flex;
    justify-content: space-between;
}

.slider-for .slick-list {
    width: 100%;
    margin: auto
}

.slider-for .slick-slide {
    width: 100%
}

/* .slider-for .slick-list,
.slider-for .slick-track {
    max-height: 500px
} */

.design-box__slider .slick-arrow {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    transform: translateY(-50%);
    cursor: pointer;
}

.design-box__slider .slick-prev {
    left: -50px;
}

.design-box__slider .slick-prev::before {
    content: '';
    width: 30px;
    height: 30px;
    border-bottom: 3px solid #3d3d3d;
    border-left: 3px solid #3d3d3d;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}

.design-box__slider .slick-next {
    right: -50px;
}

.design-box__slider .slick-next::before {
    content: '';
    width: 30px;
    height: 30px;
    border-bottom: 3px solid #3d3d3d;
    border-right: 3px solid #3d3d3d;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
}

.design-box__btn {
    margin-bottom: 20px;
    width: auto
}

.design-box__slider {
    max-width: 100%;
    width: 100%;
    margin-top: 30px
}

.design-box__slider .slider-for img {
    /* max-width: 1000px; */
    max-width: 100%;
    width: 100%;
    /* height: 100%; */
    /* max-height: 500px; */
    object-fit: contain;
    display: block;
    margin: auto;
    object-position: center;
}

/* .design-box__slider .slider-for a.item-slick {
    height: 100%;
    max-height: 500px;
}

.design-box__slider .slider-for .slick-track {
    max-height: 500px;
} */
.design-box__slider .slider-for .slick-slide {
    /* padding: 20px 15px; */
    border: .5px solid #6c757d;
    display: block;
    margin: auto;
}

.design-box__slider .slider-nav {
    /* width: 90%; */
    margin: 20px -10px 0;
}

.design-box__slider .slider-nav .slick-slide {
    margin-right: 10px;
    margin-left: 10px;
    /* padding: 10px 5px; */
    border: .5px solid #6c757d;
}

.design-box__slider .slider-nav img {
    /* max-width: 188px; */
    width: 100%;
    max-height: 118px;
    height: 100%;
    object-fit: cover;
    margin: auto;
    display: block;
    /* margin-right: 24px */
}

.article {
    margin-top: 72px
}

.article-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 60px
}

.article-card__img img {
    max-width: 400px;
    width: 100%;
    height: auto
}

.article-card__text {
    max-width: 635px
}

.article-card__title {
    text-align: left
}

.article-card__desc {
    margin-top: 24px
}

.article-card__btn {
    margin-top: 20px
}

.article-card__btn,
.article-pagination {
    display: flex;
    align-items: center;
    justify-content: center
}

.article-pagination {
    margin-top: 72px
}

.article-pagination .nav-links {
    display: flex;
    align-items: center
}

.article-pagination .page-numbers {
    font-weight: 300;
    font-size: 18px;
    line-height: 23px;
    color: #343a40;
    width: 40px;
    height: 40px;
    border-width: 1px 0 1px 1px;
    border-color: #343a40;
    border-style: solid;
    display: flex;
    align-items: center;
    justify-content: center
}

.article-pagination .page-numbers:last-child {
    background: #343a40;
    border-color: #343a40;
    border-radius: 0 4px 4px 0;
    color: #fff
}

.article-pagination .page-numbers.current {
    background-color: #e70202;
    color: #fff;
    border-radius: 4px;
    border-color: #e70202;
    border-width: 1px;
    position: relative;
    z-index: 3;
    width: 41px;
    height: 42px;
    right: -1px
}

.article-pagination .nav-arrow {
    color: #343a40
}

.article-pagination .nav-arrow:hover {
    color: #e70202
}

.article-pagination .nav-arrow.prev {
    margin-right: 24px
}

.article-pagination .nav-arrow.prev:before {
    content: "";
    width: 11px;
    height: 11px;
    background: url(/cyborg/images/svg/Arrow-left.svg) no-repeat;
    display: inline-block;
    margin-right: 5px
}

.article-pagination .nav-arrow.next {
    margin-left: 24px
}

.article-pagination .nav-arrow.next:after {
    content: "";
    width: 11px;
    height: 11px;
    background: url(/cyborg/images/svg/Arrow-left.svg) no-repeat;
    display: inline-block;
    margin-left: 5px;
    transform: rotate(180deg)
}

.article h1,
.article h2 {
    margin-bottom: 24px;
    text-align: left
}

.article h2 {
    margin-top: 60px
}

.article ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 36px;
    margin-top: 40px
}

.article ul li {
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    font-weight: 300;
    font-size: 18px;
    line-height: 23px
}

.article ul li:last-child {
    margin-bottom: 0
}

.article ul li:before {
    content: "";
    background: url(/cyborg/images/svg/pin.svg) no-repeat;
    height: 17px;
    width: 8px;
    display: inline-block;
    margin-right: 12px
}

.article__img {
    float: left
}

.article__img img {
    max-width: 505px;
    width: 100%;
    height: auto;
    margin: 0 76px 56px 0
}

.header__banner--about .header__text {
    max-width: 1010px;
    text-align: center;
    margin-left: auto;
    margin-right: auto
}

.header__banner--about .header__title {
    max-width: 100%;
    text-transform: uppercase
}

.header__banner--about .header__desc {
    max-width: 715px;
    margin-left: auto;
    margin-right: auto;
    font-size: 25px;
}

.header__banner--about .header__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 71px
}

.header__banner--about .header__list li {
    flex-basis: 35%
}

.info--other {
    max-width: 845px
}

.about-quote {
    background-color: #343a40;
    color: #fff
}

.about-quote > .container {
    display: flex;
    align-items: center;
    justify-content: space-around
}

.about-quote__img img {
    max-width: 200px;
    width: 100%;
    height: auto
}

.about-quote__text {
    max-width: 645px
}

.about-quote__desc {
    font-style: italic;
    font-weight: 300;
    font-size: 24px;
    line-height: 28px;
    max-width: 617px
}

.about-quote__author {
    margin-top: 20px;
    max-width: 474px;
    margin-left: auto
}

.result__body {
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: space-around
}

.result__list {
    padding-left: 0;
    list-style-type: none
}

.result__item {
    margin-bottom: 18px;
    display: flex;
    align-items: center
}

.result__item:last-child {
    margin-bottom: 0
}

.result__item:before {
    content: "";
    min-width: 50px;
    height: 50px;
    display: inline-block;
    background-repeat: no-repeat;
    margin-right: 20px
}

.result__item--1:before {
    background-image: url(/cyborg/images/svg/list/Security.svg)
}

.result__item--2:before {
    background-image: url(/cyborg/images/svg/list/User1.svg)
}

.result__item--3:before {
    background-image: url(/cyborg/images/svg/list/Star.svg)
}

.result__item--4:before {
    background-image: url(/cyborg/images/svg/list/Portmone.svg)
}

.result__item--5:before {
    background-image: url(/cyborg/images/svg/list/List.svg)
}

.result__img img {
    max-width: 354px;
    width: 100%;
    height: auto
}

.consultation--other {
    margin-top: 174px
}

.section {
    overflow: hidden
}

.section > .container {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.section__text {
    margin-top: 30px;
    min-width: 272px
}

.section__title {
    text-transform: uppercase;
    margin: 32px 0 24px
}

.section__body a {
    color: #000;
    display: block
}

.section__body a:hover {
    color: #e70202
}

.section__body a,
.section__body p {
    margin-top: 24px
}

.section__map {
    margin-top: 30px;
    position: relative;
    right: -100px
}

.section__map iframe {
    width: 964px
}

.comment {
    margin-top: 28px
}

.comment__title {
    border-bottom: 2px solid #343a40;
    padding-bottom: 34px
}

.comment-card {
    margin-top: 60px;
    padding-bottom: 34px;
    border-bottom: 1px solid #000;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.comment-card__photo {
    margin-left: 60px;
    width: 165px;
    height: 165px;
}

.comment-card__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%
}

.comment-card__author {
    margin-top: 24px
}

.comment-card-wrap {
    margin-top: 20px;
    max-width: 70%;
}

.comment-card__document {
    max-width: 25%
}

.comment-card__title {
    max-width: 630px
}

.comment-card__desc {
    margin-top: 18px;
    max-width: 804px
}

.comment-card__document img {
    width: 100%;
    height: auto
}

#cf-popup {
    background-color: #343a40;
    max-width: 566px;
    height: 365px;
    display: flex;
    align-items: center;
}

#cf-popup .request__form {
    margin-top: 0;
}

#cf-popup .request__form input:first-child {
    margin-bottom: 24px;
}

#cf-popup .request__form .btn {
    margin-top: 48px;
}

.slick-arrow {
    position: absolute;
    top: 40%;
    z-index: 3;
    cursor: pointer;
}

.slick-arrow-next {
    right: 0;
}

.socials .footer__title {
    margin-top: 20px;
    margin-bottom: 6px;
}

.socials .footer__title:before {
    display: none;
}

.socials a {
    display: inline;
    padding-right: 10px;
}

.thumb-wrap {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.thumb-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-width: 0;
    outline-width: 0;
}

@media (min-width:992px) {
    .header__nav li.menu-item-has-children:hover ul {
        display: inline-block
    }
}

body.show {
    overflow: hidden;
}

@media (max-width:1240px) {

    /* .design-box__slider{width:60%} */
    .article-card__img {
        width: 40%
    }

    .article-card__text {
        width: 55%
    }
}

@media (max-width:1200px) {
    .steps-card__text {
        width: 55%
    }

    .consultation__img::before {
        bottom: 32%;
        right: 50px;
    }

    .steps-card__img {
        width: 40%
    }

    .steps-card__desc {
        margin-left: 40px
    }

    .certificate__text {
        width: 55%
    }

    .certificate__img img {
        padding-left: 20px;
        padding-right: 20px
    }

    .package-block {
        flex-wrap: wrap
    }

    .header__icons,
    .package-block {
        justify-content: space-around
    }
}

@media (max-width:1132px) {
    .header-tel {
        display: none
    }

    .action-card__img {
        width: 40%
    }

    .action-card__text {
        width: 55%
    }

    .causes-card {
        width: 32%;
        margin-bottom: 40px
    }

    .request__form form {
        flex-direction: column;
        align-items: center
    }

    .request__form input {
        margin-bottom: 24px
    }

    .content__desc p {
        width: 45%
    }
}

@media (max-width:1088px) {
    .request--other {
        padding-bottom: 20px
    }

    .request--other .request__form form {
        width: 50%
    }

    .request--other .request__form .btn,
    .request__form textarea {
        margin-top: 24px
    }

    .request--other .request__form input,
    .request__form textarea {
        width: 350px;
        min-width: auto;
        display: block
    }

    .request--other .request__form .btn {
        display: block;
        margin-left: auto;
        margin-right: auto
    }

    .request__form .row {
        flex-direction: column;
        margin-top: 24px
    }

    .process-block {
        flex-wrap: wrap
    }

    .process-card__wrap {
        width: 30%
    }

    .process-card__wrap:nth-child(3n) {
        margin-right: 0
    }

    .consultation__text {
        width: 60%;
        padding: 45px 0 32px
    }

    .consultation__img {
        width: 35%
    }

    .consultation > .container {
        max-height: none
    }

    .section__map {
        position: static
    }

    .section__map iframe {
        width: 500px
    }

    .subtitle,
    h2 {
        font-size: 24px;
        line-height: 31px
    }

    .consultation {
        margin-top: 60px;
        margin-bottom: 60px
    }
}

@media (max-width:992px) {
    .burger {
        display: block
    }

    .header {
        position: relative
    }

    .header__nav-wrap {
        display: none
    }

    .consultation__img::before {
        width: 50px;
        height: 50px;
        bottom: 32%;
        right: 40px;
        font-size: 20px;
    }

    .header__nav-wrap.show {
        display: block;
        position: absolute;
        top: 100px;
        z-index: 9999;
        background-color: #fff;
        left: 0;
        width: 100%;
        right: 0;
        padding: 40px;
        height: 100vh;
        overflow: scroll;
        padding-bottom: 100px;
    }

    .header__menu.header-fixed .header__nav-wrap.show {
        top: 49px
    }

    .header__nav {
        flex-direction: column
    }

    .header__nav li {
        margin-bottom: 20px
    }

    .mobile__tel {
        display: block
    }

    .certificate__text {
        font-size: 20px
    }

    .certificate__img {
        width: 40%
    }

    .certificate__img img {
        width: 100%;
        height: auto
    }

    .offers > .container {
        flex-wrap: wrap;
        justify-content: space-around
    }

    .offers-card {
        width: 46%
    }

    .project > .container {
        flex-wrap: wrap;
        justify-content: space-around
    }

    .project-card {
        width: 45%
    }

    .header__nav li > ul.active {
        display: block;
        position: static;
        padding-top: 20px;
        padding-bottom: 0;
        min-width: auto;
        margin-bottom: 0;
    }

    .header__banner--about .header__list {
        max-width: 350px;
        margin-left: auto;
        margin-right: auto
    }

    .header__banner--about .header__list li {
        flex-basis: 100%
    }

    .comment-card-wrap {
        align-items: center
    }

    .comment-card__document {
        width: 25%;
        text-align: center
    }
}

@media (max-width:902px) {
    .footer__title {
        text-align: center;
    }

    .causes-card {
        width: 50%
    }

    .footer-el {
        width: 50%;
        text-align: center
    }

    .stuff__list li {
        flex-basis: 50%
    }

    .stuff__list li:nth-child(2n) {
        flex-basis: 45%
    }
}

@media (max-width:830px) {
    #ouibounce-modal .modal-body {
        grid-template-columns: 150px 1fr;
    }

    .consultation__img::before {
        bottom: 37%;
    }

    .mfp-inline-holder .mfp-content iframe {
        width: 400px;
        height: 300px;
    }

    .section__map iframe {
        width: 400px
    }
}

@media (max-width:768px) {
    #ouibounce-modal .modal-body {
        grid-template-columns: 100%;
    }

    .beforeafter {
        height: 400px
    }

    .design-box {
        margin-top: 20px;
    }

    .design .design-box__text {
        flex-direction: column
    }

    .buttons-wrp {
        margin-left: 0;
        flex-direction: row;
        justify-content: space-around;
        flex-wrap: wrap;
        margin-top: 30px
    }

    .reviews__slider .thumb {
        min-height: 113px;
        min-width: 200px;
    }

    .steps-card {
        flex-wrap: wrap
    }

    .steps-card__img,
    .steps-card__text {
        width: 100%
    }

    .steps-card__img {
        margin-top: 40px;
        text-align: right
    }

    .steps-card:nth-child(2n) .steps-card__img {
        text-align: left
    }

    .request--other .request__form img {
        display: none
    }

    .request--other .request__form form {
        width: 100%
    }

    .pause__block,
    .pause__name,
    .request--other .request__form .col {
        text-align: center
    }

    .content__video iframe {
        height: 400px
    }

    .consultation > .container {
        flex-wrap: wrap
    }

    .consultation__img,
    .consultation__text {
        width: 100%
    }

    .consultation__img {
        text-align: right;
        padding-bottom: 32px
    }

    .consultation__img img {
        max-width: 300px
    }

    .design-box {
        flex-wrap: wrap
    }

    .design-box__slider {
        width: 100%
    }

    .design-card,
    .design-card:nth-child(2n) {
        flex-wrap: wrap;
        flex-direction: column-reverse;
        align-items: flex-start
    }

    .design-card__img {
        margin-left: auto;
        margin-top: 40px
    }

    .design-card__text {
        margin-left: 20px
    }

    .article-card {
        flex-wrap: wrap
    }

    .article-card__img {
        width: 100%;
        text-align: center
    }

    .article-card__text {
        width: 100%;
        margin-top: 40px
    }

    .objects__slider .video-block video {
        margin: 0 auto;
        display: block;
        padding: 0;
        width: 100%;
        max-height: 300px;
        max-width: 320px
    }

    .pause__img {
        display: none
    }

    .pause__block {
        width: 100%
    }

    .pause__form {
        margin-left: auto;
        margin-right: auto
    }

    .header-item {
        width: 48%
    }
}

@media (max-width:676px) {
    .package-card__details-mob {
        display: block;
        margin-top: 6px;
        color: #e70202;
    }

    .header__banner {
        padding-bottom: 20px;
    }

    .project-card {
        height: auto;
    }

    .project-card__text {
        height: 100%;
    }

    .offers-card__text {
        min-height: 350px
    }

    .offers-card__title {
        min-height: 250px;
        font-size: 19px;
        line-height: 1.5;
        padding: 20px 0;
    }

    .offers-card {
        height: max-content;
        min-height: 160px;
    }

    .header__banner > .container {
        min-height: auto;
    }

    .title,
    h1 {
        font-size: 23px;
        line-height: 27px
    }

    .text,
    p {
        font-size: 14px;
        line-height: 18px
    }

    .header-item {
        margin-top: 16px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-direction: row;
        width: 100%
    }

    .header-item:first-child {
        margin-top: 32px
    }

    .header-item__img {
        margin-right: 30px
    }

    .header-item__img img {
        width: 35px
    }

    .header-item__text {
        margin-top: 0;
        text-align: left
    }

    .causes-block,
    .causes__video,
    .completed .carousel,
    .mt,
    .reviews__slider,
    .scheme__list,
    .seo__content {
        margin-top: 20px
    }

    .causes-card .ico-n-1,
    .causes-card .ico-n-2,
    .causes-card .ico-n-3,
    .causes-card .ico-n-4,
    .causes-card .ico-n-5,
    .causes-card .ico-n-6 {
        padding-left: 1rem;
        padding-right: 1rem;
        width: 30px;
        height: 50px;
        min-width: auto
    }

    .causes-card {
        margin-bottom: 8px;
        font-size: 14px;
        line-height: 18px
    }

    .package-card {
        height: 174px;
        margin-top: 28px;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 8px;
    }

    .package-card__more {
        text-transform: uppercase;
    }

    .package-card__label {
        display: none;
    }

    .package-card__desc,
    .package-card__more,
    .package-card__btn {
        margin-top: 6px;
    }

    .process-card__wrap {
        width: 45%;
    }

    .process-card__wrap:nth-child(n) {
        margin-right: 10px;
    }
}

@media (max-width:720px) {
    .about-quote__img {
        display: none
    }

    .about-quote {
        padding: 20px 0
    }

    .result__img {
        display: none
    }

    .section > .container {
        flex-wrap: wrap
    }

    .section__map,
    .section__map iframe {
        width: 100%
    }

    .objects .video-block video {
        width: 100%;
        height: auto
    }
}

@media (max-width:680px) {

    #ouibounce-modal form input[type="text"],
    #ouibounce-modal form input[type="phone"],
    #ouibounce-modal .btn--dark {
        margin-right: 0;
        max-width: 300px;
        width: 100%;
        margin-bottom: 5px;
    }

    #ouibounce-modal .modal__description-wrapper .modal__row:last-child form {
        flex-direction: column;
        align-items: center;
    }

    .certificate > .container {
        flex-wrap: wrap;
        height: auto;
        padding-top: 20px;
        padding-bottom: 20px
    }

    .certificate__img,
    .certificate__text {
        width: 100%
    }

    .certificate__img {
        margin-top: 40px
    }

    .certificate__img img {
        padding: 20px
    }

    .action-card {
        flex-wrap: wrap
    }

    .action-card,
    .action-card:nth-child(2n) {
        flex-direction: column-reverse
    }

    .action-card__img {
        margin-top: 40px;
        text-align: center
    }

    .action-card__img,
    .action-card__text {
        width: 100%
    }

    .quote__photo {
        display: none
    }

    .quote > .container {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .causes-card {
        width: 100%;
        max-width: none
    }

    .offers-card,
    .project-card {
        width: 100%
    }

    .article-pagination {
        flex-direction: column
    }

    .article-pagination .nav-arrow.prev {
        margin-right: 0;
        margin-bottom: 24px
    }

    .article-pagination .nav-arrow.next {
        margin-left: 0;
        margin-top: 24px
    }

    .causes__item {
        min-height: 400px
    }

    .content__desc {
        justify-content: center
    }

    .content__desc p {
        width: 100%
    }

    .comment-card {
        flex-direction: column;
    }

    .comment-card-wrap {
        max-width: 100%;
    }

    .comment-card__document {
        max-width: 400px;
        width: 100%;
    }
}

@media (max-width:560px) {
    .design-box {
        padding: 0 30px;
    }

    .design-box__slider .slick-arrow {
        width: 30px;
        height: 30px
    }

    .design-box__slider .slick-prev {
        left: -30px;
    }

    .design-box__slider .slick-next {
        right: -30px;
    }

    .design-box__slider .slick-next::before {
        width: 20px;
        height: 20px
    }

    .design-box__slider .slick-prev::before {
        width: 20px;
        height: 20px
    }

    .mfp-inline-holder .mfp-content iframe {
        width: 300px;
        height: 200px;
    }

    .mfp-inline-holder .mfp-content button.mfp-close {
        right: 0;
    }

    .footer-el {
        width: 100%
    }

    .stuff__list li,
    .stuff__list li:nth-child(2n) {
        flex-basis: 100%
    }

    .comment-card-wrap {
        flex-direction: column;
        align-items: flex-start
    }

    .comment-card__document,
    .comment-card__text {
        width: 100%
    }

    .comment-card__document {
        margin-top: 40px;
        text-align: center
    }

    .comment-card__document img {
        max-width: 200px
    }
}

@media (max-width:425px) {
    .steps-card__desc {
        margin-left: 10px
    }

    .request--other .request__form input,
    .request__form input,
    .request__form textarea {
        width: 320px;
        min-width: auto
    }

    .content__video iframe {
        height: 240px
    }

    .package {
        overflow: hidden
    }

    .consultation__img {
        text-align: center
    }

    .causes__item {
        min-height: 300px
    }

    .design-card__img {
        margin-left: 0
    }
}

@media (max-width:410px) {
    .header-item {
        width: 100%
    }
}

@media (max-width:374px) {
    .design-box__slider .slick-next::before {
        width: 15px;
        height: 15px;
        left: auto;
        right: 0;
        transform: translateY(-50%) rotate(-45deg);
    }

    .design-box__slider .slick-prev::before {
        width: 15px;
        height: 15px;
        left: 0;
        transform: translateY(-50%) rotate(45deg);
    }

    .header__banner--about .header__list li {
        align-items: flex-start;
        text-align: left
    }
}

@media (max-width:340px) {

    .request--other .request__form input,
    .request__form input,
    .request__form textarea {
        width: 280px
    }

    .causes__item {
        min-height: 200px
    }

    .design-card__label {
        font-size: 16px
    }
}

@media (max-width:320px) {
    body {
        min-width: 320px
    }
}

.nav-link {
    display: block;
    padding: 0.5rem 0.3rem;
}

.founder {
    background-color: #343A40;
    color: #fff;
    margin-top: 84px;
}

.founder__img img {
    max-width: 391px;
    width: 100%;
    height: auto;
}

.founder > .container {
    display: flex;
    align-items: center;
}

.founder__text {
    margin-left: 48px;
    padding: 20px 0;
}

.founder__title {
    text-align: left;
}

.founder__list {
    margin-top: 32px;
    max-width: 360px;
    padding-left: 0;
}

.founder__list li {
    display: flex;
    align-items: center;
    margin-bottom: 18px;
}

.founder__list li:before {
    content: '';
    min-width: 25px;
    height: 2px;
    background-color: #E70202;
    margin-right: 8px;
}

.mainbanner-slider {
    width: 100%;
    position: relative;
}

.mainbanner-slider .slick-arrow {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    transform: translateY(-50%);
    cursor: pointer;
}

.mainbanner-slider .slick-prev {
    left: 0;
}

.mainbanner-slider .slick-prev::before {
    content: '';
    width: 30px;
    height: 30px;
    border-bottom: 3px solid #fff;
    border-left: 3px solid #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}

.mainbanner-slider .slick-next {
    right: 0;
}

.mainbanner-slider .slick-next::before {
    content: '';
    width: 30px;
    height: 30px;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
}

.mainbanner-slider .slick-dots {
    display: flex;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    list-style: none;
    padding: 0;
    margin: 0;
}

.mainbanner-slider .slick-dots li button {
    font-size: 0;
    border: none;
    background: #fff;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.mainbanner-slider .slick-dots li.slick-active button {
    background: #000;
}

.mainbanner-slider .slick-dots li:not(:last-child) {
    margin-right: 5px;
}

@media(max-width: 686px) {
    .founder__img {
        display: none;
    }

    .founder__list {
        max-width: none;
    }

    .founder__text {
        margin-left: 0;
    }
}

.table-price {
    margin-top: 100px;
}

.table-price tbody tr > td {
    text-align: center;
}

.table-price tbody tr > td:first-child {
    text-align: left;
}

.table-price tbody tr > td > span {
    font-size: 12px;
    display: block;
}

.table.table-price thead th {
    vertical-align: middle;
}

.table.table-price thead th > span {
    display: block;
}

.table-responsive--other {
    margin-top: 100px;
}

.table-responsive--other .small-title {
    text-align: center;
}

.table-responsive--other .table-price {
    margin-top: 40px;
}

.copyright {
    margin: 40px auto 0 auto;
}

.copyright a {
    display: inline-block;
}

.header__price--big {
    font-size: 26px;
    padding: 28px 14px;
    margin-bottom: 20px;
    max-width: 282px;
}

.content__block--other {
    margin-bottom: 39px;
}

.header__banner.header__banner--home {
    background: none;
}

.header__banner--home .header__banner-wrap {
    background-color: transparent;
}

.header__banner--home > .container {
    min-height: auto;
}

.header__banner.header__banner--home img {
    width: 100%;
    height: auto;
}

@media(max-width: 540px) {
    .header__banner.header__banner--home > .container {
        overflow-x: hidden;
    }

    /* .header__banner.header__banner--home img {
          width: 150%;
          transform: translateX(-28%);
      } */
}

body {
    color: #000;
    font-family: "PT Sans Reg", sans-serif
}

.title,
h1 {
    font-family: "PT Sans Bold", sans-serif;
    font-size: 36px;
    line-height: 43px
}

.subtitle,
h2 {
    font-family: "PT Sans Reg", sans-serif;
    font-size: 28px;
    line-height: 36px;
    text-align: center
}

.third-heading,
h3 {
    font-family: "PT Sans Reg", sans-serif;
    font-size: 20px;
    line-height: 26px
}

.text,
p {
    font-family: "PT Sans Reg", sans-serif;
    font-size: 16px;
    line-height: 23px
}

.btn-text {
    font-family: "PT Sans Bold", sans-serif;
    font-size: 16px;
    line-height: 23px
}

.menu-text {
    font-size: 14px;
    line-height: 9px;
    font-family: "PT Sans Reg", sans-serif;
    color: #000
}

.price-font {
    font-family: "PT Sans Bold", sans-serif;
    font-size: 18px;
    line-height: 2px
}

.mt {
    margin-top: 70px;
    padding: 20px;
}

a:hover {
    text-decoration: none;
    color: #E70202
}

.tel {
    display: flex;
    align-items: center
}

.tel:before {
    content: '';
    background: url(../images/svg/phone.svg) no-repeat;
    width: 24px;
    height: 24px;
    display: inline-block;
    margin-right: 12px
}

.btn {
    width: 244px;
    min-height: 52px;
    border-radius: 0
}

.btn--dark {
    background-color: #E70202;
    color: #fff
}

.btn--dark:hover {
    box-shadow: 0 0 20px #E70202;
    color: #fff
}

.list {
    list-style-type: none;
    padding-left: 0
}

.list li {
    margin-bottom: 18px
}

.list li:before {
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 12px
}

.list--light li:before {
    background-color: #E70202
}

.list--dark {
    margin-bottom: 0
}

.list--dark li {
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    font-weight: 300;
    font-size: 16px;
    line-height: 23px
}

.list--dark li:last-child {
    margin-bottom: 0
}

.list--dark li::before {
    content: '';
    background: url(../images/svg/pin.svg) no-repeat;
    background-size: 70%;
    height: 30px;
    width: 20px;
    display: inline-block;
    margin-right: 12px
}

.breadcrumbs {
    margin: 14px 0
}

.breadcrumbs a,
.breadcrumbs span {
    font-weight: 300;
    font-size: 16px;
    line-height: 23px;
    color: #000
}

.breadcrumbs span a:after {
    content: '';
    background: url(../images/svg/Arrow.svg) no-repeat;
    width: 36px;
    height: 10px;
    display: inline-block;
    margin: 0 14px
}

.breadcrumbs span a:hover {
    color: #E70202
}

.clearfix {
    clear: both
}

.pearl {
    padding-bottom: 108px
}

.pearl__title {
    width: 100%;
    padding-bottom: 40px;
    margin-bottom: 22px;
    position: relative
}

.pearl__title::before {
    content: '';
    width: 100%;
    height: 2px;
    background-color: #343A40;
    border-radius: 8px;
    position: absolute;
    left: 0;
    bottom: 0
}

.pearl__desc {
    margin-bottom: 60px
}

.pearl__text {
    margin-bottom: 22px
}

.pearl__text:last-child {
    margin-bottom: 0
}

.pearl__image {
    max-width: 616px;
    max-height: 515px;
    margin-right: 38px;
    margin-bottom: 26px;
    float: left
}

.pearl__subtitle {
    margin-top: 55px;
    margin-bottom: 11px;
    text-align: left
}

.pearl__third-heading {
    margin-bottom: 22px
}

.pearl__btn {
    padding: 14px 5px;
    text-decoration: none;
    display: block;
    margin: auto;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.stages__wrapper {
    display: flex;
    padding-bottom: 70px
}

.stages__date {
    max-width: 450px;
    position: relative
}

.stages__gallery-wrapper {
    padding-left: 55px;
    max-width: 643px
}

.stages__gallery {
    margin-bottom: 22px
}

.date__list {
    padding: 100px 50px 100px 100px;
    margin: 0;
    background-color: rgba(52, 58, 64, 0.1);
    position: -webkit-sticky;
    position: sticky;
    top: 0
}

.date__item {
    list-style: none;
    height: 36px;
    padding-bottom: 16px;
    position: relative;
    cursor: pointer
}

.date__item::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: -54px;
    border-radius: 50%;
    background: #E70202;
    width: 25px;
    height: 25px;
    transform: scale(0.75);
    box-shadow: 0 0 0 1px #E70202 inset, 0 0 0 15px #fff inset;
    transition: box-shadow 0.4s ease 0s, transform 0.4s ease 0.2s;
    cursor: pointer
}

.date__item:hover::before {
    box-shadow: 0 0 0 2px #E70202 inset, 0 0 0 15px #fff inset
}

.date__item_active {
    list-style: none;
    height: 36px;
    padding-bottom: 16px;
    position: relative
}

.date__item_active::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: -54px;
    border-radius: 50%;
    background: #E70202;
    transform: scale(1);
    box-shadow: 0 0 0 2px #E70202 inset, 0 0 0 10px #fff inset;
    transition: box-shadow 0.4s ease 0s, transform 0.4s ease 0s
}

.date__item_active:hover::before {
    box-shadow: 0 0 0 2px #E70202 inset, 0 0 0 10px #fff inset
}

.date__item-wrapper {
    position: relative
}

.date__item-wrapper::before {
    content: '';
    display: block;
    height: 100%;
    width: 1px;
    background-color: #E70202;
    position: absolute;
    top: 20px;
    left: -42px
}

.date__item-wrapper:last-child::before {
    display: none
}

.date__stage {
    color: #E70202;
    list-style-type: disc;
    margin-bottom: 12px
}

.date__stage_black {
    color: #000
}

.date__stages {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease
}

.date__stages_active {
    max-height: 300px
}

.gallery__title {
    margin-bottom: 24px;
    text-align: left
}

.gallery__photos {
    display: flex;
    flex-wrap: wrap;
    position: relative
}

.gallery__image {
    margin-bottom: 32px;
    width: 188px;
    height: 118px
}

.gallery a {
    margin-right: 12px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

.gallery a:nth-child(3n) {
    margin-right: 0
}

.gallery a_active {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.gallery a:hover {
    transform: scale(1.6) translate(0, -25px)
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-content .mfp-close {
    cursor: pointer
}

@media screen and (max-width: 1200px) {
    .pearl__image {
        max-width: 40%
    }

    .stages__date {
        max-width: 40%
    }

    .stages__gallery-wrapper {
        padding-left: 40px
    }

    .date__list {
        padding: 50px 30px 50px 75px
    }

    .date__stages {
        padding-left: 15px
    }

    .gallery__photos a:nth-child(3n) {
        margin-right: 12px
    }
}

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

    .design-card,
    .design-card:nth-child(2n) {
        display: block;
        max-height: max-content;
    }

    .design-card__img {
        width: 100%
    }

    .design-card__label {
        bottom: auto;
        padding: 0;
        top: 0;
        left: 0px;
        max-height: 250px;
        overflow-y: scroll;
    }

    .design-card__label::-webkit-scrollbar {
        width: 0px;
        background: rgba(255, 255, 255, 0.0)
    }

    .design-card__label > p {
        margin: 15px 20px
    }

    .design-card__text {
        max-width: 100%;
        margin: 0;
        margin-top: 20px;
    }

    .design-card__img img {
        max-height: 250px;
    }

    .table.table-price.sravnitelnaya-tablica {
        max-width: 100%;
    }

    .stages__wrapper {
        flex-direction: column
    }

    .stages__date {
        max-width: 100%
    }

    .stages__gallery-wrapper {
        padding-left: 0;
        max-width: 100%
    }

    .gallery__photo {
        padding-left: 12px
    }

    .gallery__photos a {
        display: inline-block;
        width: calc(50% - 6px)
    }

    .gallery__photos a:nth-child(2n) {
        margin-right: 0
    }

    .gallery__image {
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }
}

@media screen and (max-width: 480px) {
    .sravnitelnaya-tablica-title {
        margin-bottom: 15px;
    }

    .catalog__inner .catalog-tabs {
        margin-top: 15px;
        flex-direction: column;
        align-items: center;
    }

    .table2-title {
        display: none;
    }

    .popup__content iframe {
        top: 150px;
    }

    .beforeafter {
        height: 300px
    }

    .design-box__slider .slider-nav {
        display: none;
    }

    .pearl {
        padding-bottom: 70px
    }

    .pearl__image {
        max-width: 100%;
        margin: 0 0 20px 0
    }

    .gallery a:hover {
        transform: none
    }

    .table-responsive .table {
        display: none;
    }

    .table-responsive .table_mobile {
        display: block;
    }

    .table_mobile img {
        display: block;
        width: 100%;
        margin-bottom: 20px
    }

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

    .btn-wrapper .content__link {
        margin: 0;
        max-width: 160px;
        display: block;
        padding-left: 35px;
        position: relative;
    }

    .content__link::before {
        width: 35px;
        height: 25px;
        background-size: contain;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
    }

    .btn-wrapper {
        justify-content: center;
    }

    .header__text-wrap {
        padding: 10px 20px;
    }
}

* {
    box-sizing: border-box
}

body {
    font-family: 'PT Sans Reg'
}

.request.request--other.mt {
    display: none
}

#ouibounce-modal .modal-footer.btn-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    cursor: pointer;
    padding: 0;
    margin: 5px;
    border: none;
}

#ouibounce-modal .modal-footer.btn-close::before,
#ouibounce-modal .modal-footer.btn-close::after {
    content: '';
    width: 100%;
    height: 2px;
    background: #3d3d3d;
    position: absolute;
    top: 50%;
    left: 50%;
}

#ouibounce-modal .modal-footer.btn-close::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.modal-footer.btn-close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.section-box .section__title {
    margin-bottom: 5px;
}

.section-box .section__body p,
.section-box .section__body a {
    margin: 0;
}

.table2-title {
    margin-bottom: 15px;
    font-size: 20px;
}

.table2-title_flex {
    display: flex;
}

.table2-title_flex span:nth-of-type(1) {
    font-weight: 600;
    margin-right: 5px;
}

.color_red {
    color: #E70202;
}

.table.table2.table-price.sravnitelnaya-tablica span {
    padding: 5px;
    font-weight: 700;
}

.table.table2.table-price.sravnitelnaya-tablica thead th:nth-child(2) div:nth-child(2) {
    margin: 0;
    margin-top: 12px;
}

/* tabs */

.catalog-tabs {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    /* margin-top: 70px; */
}

.catalog-tab {
    background: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .04), 0 2px 6px rgba(0, 0, 0, .04), 0 0 1px rgba(0, 0, 0, .04);
    border-radius: 5px;
    padding: 14px 26px;
    color: #3d3d3d;
    margin-right: 20px;
    margin-bottom: 10px;
    cursor: pointer
}

.catalog-tab:last-of-type {
    margin-right: 0
}

.catalog-tab:first-of-type {
    margin-left: 0
}

.catalog-tab.current {
    background-color: #ef233c;
    color: #fff
}

.catalog-tab__content {
    display: none;
}

.catalog-tab__content.current {
    display: block
}

.table.table2 + .btn-wrapper {
    padding-right: 70px;
}

.main-table-border {
    border: 1px solid #ccc;
}
