

/* Start:/local/templates/main/components/bitrix/news/services/style.css?1739973558828*/
.wrapper .section-flip {
    padding-bottom: 0;
    margin-bottom: 30px;
}

.wrapper .section-flip .section:last-child {
    padding-bottom: 0;
    margin-bottom: 30px;
}

.wrapper .section {
    padding-bottom: 0;
    margin-bottom: 65px;
}
@media (max-width: 900px) {
    .wrapper .section-flip {
        margin-bottom: 20px;
        margin-top: -20px;
    }

    .wrapper .section-flip .section:last-child {
        margin-bottom: 20px;
    }
    .wrapper .section {
        margin-bottom: 30px;
    }
}

.wrapper .price {
    max-width: 1820px;
    margin: 0 auto;
}
@media (max-width: 1880px) {
    .wrapper .price {
        max-width: 1720px;
    }
}
@media (max-width: 1700px) {
    .wrapper .price {
        max-width: 1480px;
    }
}
@media (max-width: 1536px) {
    .wrapper .price {
        max-width: 1310px;
    }
}
/* End */


/* Start:/local/templates/main/components/bitrix/news.list/service-group/style.css?17399736055013*/
.services .services__head{
    margin-bottom: 30px;
}
.services__text{
    font-size: 24px;
}
.services__list{
    margin-top: 60px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
}
.section + .section .services__list{
    margin-top: 0;
}
.section + .section.services{
    padding-top: 0;
}
.services__item{
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    border-radius: 20px;
    background: #FFF;
}
.services__item-img{
    display: block;
    width: 100%;
}
.services__item-img img{
    width: 100%;
    height: auto;
}
.services__item-name{
    font-size: 20px;
    font-weight: 700;
    line-height: 140%;
}
.services__item-btn{
    border-radius: 50px;
    background: var(--accent);
    padding: 20px 20px 21px;
    text-align: center;
    width: 100%;
    border: 2px solid var(--accent);
    font-size: 18px;
    font-weight: 700;
    line-height: 140%;
    color: #fff;
    transition: 0.2s;
}
.services__item-btn:hover{
    background: #fff;
    color: var(--accent);
}
.videoblog__list{
    margin-top: 73px;
    overflow: hidden;
    padding: 0 79px;
    position: relative;
}
.videoblog__list-prev,
.videoblog__list-next{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.videoblog__list-prev{
    left: 0;
}
.videoblog__list-next{
    right: 0;
}
.videoblog__list-swiper{
    overflow: hidden;
}
.videoblog__list-pagination{
    display: none;
}
.videoblog__item{
    display: flex;
}
.videoblog__item-video-wrap{
    margin-right: 40px;
    width: 100%;
    flex-shrink: 0;
}
.videoblog__item-video-poster{
    background: #000;
    position: relative;
    height: 749px;
}
.videoblog__item-video-name{
    position: absolute;
    left: 35px;
    top: 35px;
    color: #fff;
    font-size: 16px;
}
.videoblog__item-video-play{
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
.videoblog__item-video-line{
    position: absolute;
    left: 35px;
    right: 35px;
    bottom: 28px;
    width: calc(100% - 70px);
    height: 2px;
    background: #fff;
}
.videoblog__item-video-poster img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 1;
}
.videoblog__item-video-iframe{
    background: #000;
    height: 749px;
}
.section.storytell{
    margin-bottom: 0;
}
@media (max-width: 1800px) {
    .services__list {
        grid-template-columns: 1fr 1fr 1fr ;
    }
}
@media (max-width: 1200px) {
    .services__list {
        grid-template-columns: 1fr 1fr ;
    }
    .videoblog__item-video-iframe{
        background: #000;
    }
    .videoblog__item-video-poster,
    .videoblog__item-video-iframe{
        height: 549px;
    }
}
@media (max-width: 900px) {
    .services__list {
        grid-template-columns: 1fr 1fr;
    }
    .services__item-name {
        font-size: 16px;
    }
    .videoblog__item-video-iframe{
        background: #000;
    }
    .videoblog__item-video-poster,
    .videoblog__item-video-iframe{
        height: 349px;
    }
}
@media (max-width: 767px) {
    .services__text{
        font-size: 20px;
        text-align: center;
    }
    .section-flip.section-flip-services{
        border-radius: 0;
    }
    .services .services__head{
        justify-content: center;
    }
    .services__list{
        gap: 20px;
    }
    .services__list {
        grid-template-columns: 1fr;
    }
    .services__item{
        gap: 15px;
    }
    .videoblog__list{
        margin-top: 20px;
        padding: 0;
    }

    .videoblog__list-prev,
    .videoblog__list-next{
        display: none;
    }
    .videoblog__list-pagination{
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 21px;
        position: static;
    }
    .videoblog__list-pagination .swiper-pagination-bullet{
        width: 11px;
        height: 11px;
        background: var(--accent);
        border: 2px solid #ffffff;
        opacity: 1;
        margin: 0;
        padding: 0;
    }
    .videoblog__list-pagination .swiper-pagination-bullet-active{
        background: #fff;
        border-color: var(--accent);
    }
    .videoblog__item{
        flex-direction: column;
    }
    .videoblog__item-video-wrap{
        width: 100%;
        margin-bottom: 20px;
    }
    .videoblog__item-name{
        font-size: 20px;
    }
    .videoblog__item-video-poster,
    .videoblog__item-video-iframe{
        height: 260px;
        max-width: 100%;
    }
    .videoblog__item-video-play{
        transform: translateY(-50%) scale(0.5);
    }
    .videoblog__item-video-name {
        left: 16px;
        top: 16px;
        font-size: 12px;
    }
    .videoblog__item-video-line {
        left: 16px;
        right: 16px;
        bottom: 13px;
        width: calc(100% - 32px);
        height: 1px;
    }
    .hero__container .hero-info{
        padding-bottom: 0;
    }
    .hero.hero--has-breadcrumbs .hero__thumb{
        padding-bottom: 46px;
    }
}
/* End */


/* Start:/local/templates/main/components/bitrix/news.list/projects_gallery/style.css?1725867981401*/
.gallery-carousel .swiper-gallery__slide{
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
@media (max-width: 480px) {
    .gallery-carousel .swiper-grid > .swiper-wrapper{
        display: block;
    }
    .gallery-carousel .swiper-gallery__slide{
        margin-top: 20px;
    }
    .gallery .gallery__head{
        margin-bottom: 30px;
    }
}

/* End */


/* Start:/local/templates/main/components/bitrix/news.list/prices/style.css?17399061033759*/
.section__anchor_links {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.section__anchor_item {
    margin-bottom: 10px;
}

.section__anchor_item a {
    border-radius: 3em;
    padding: 8px 18px;
}

.section__anchor_item span {
    font-family: 'Gotham Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    color: var(--accent);
    border-bottom: 1px dashed;
}

.section__anchor_item a:hover,
.section__anchor_item a.active{
    background: var(--accent);
}

.section__anchor_item a:hover > span,
.section__anchor_item a.active > span{
    color: #fff;
}
.section__anchor_item a.active > span{
    border-color: transparent;
}

.t-prices-title{
    font-size: 64px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 30px;
}
.t-prices{
    border-radius: 30px;
    background: #F0F2F5;
    padding: 59px 71px 59px 72px;
}
.t-prices__title{
    font-size: 36px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 30px;
}
.t-prices__section + .t-prices__section{
    margin-top: 30px;
}
.t-prices-table{
}
.t-prices-table__row{
    display: grid;
    grid-template-columns: 1fr 1fr max-content max-content max-content;
    padding: 53px 0 30px;
    align-items: center;
    gap: 20px;
}
.t-prices-table__row + .t-prices-table__row{
    border-top: 1px solid #DFDFDF;
}
.t-prices-table__item{
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
}
.t-prices-table__item-name{
    display: block;
    font-size: 16px;
    margin-bottom: 5px;
    margin-top: -23px;
}
.t-prices-table__item-value,
.t-prices-table__item-input{
    border-radius: 20px;
    border: 1px solid #D8D8D8;
    padding: 22px 29px;
    width: 226px;
}
.t-prices-table__item-input{
    background: #FFF;
    -moz-appearance: textfield;
}
.t-prices-table__item-input::-webkit-outer-spin-button,
.t-prices-table__item-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.t-prices-table__btn,
.t-prices-table__show-all{
    border-radius: 50px;
    background: linear-gradient(180deg, #8ecbfa 0%, #008eff 100%);
    padding: 19px 60px 20px;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 140%;
    transition: 0.2s;
}
.t-prices-table__btn:hover{
    opacity: 0.8;
}
.t-prices-table__show-all{
    display: none;
}
@media (min-width: 901px) and (max-width: 1540px) {
    .t-prices-table__row{
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        padding: 53px 0 30px;
        align-items: center;
        gap: 40px 20px;
    }
    .t-prices-table__item:nth-of-type(1) {
        grid-column-start: 1;
        grid-column-end: 3;
    }
}
@media (max-width: 900px) {
    .t-prices-table__row-mobile-hidden{
        display: none;
    }
    .t-prices-title{
        font-size: 30px;
    }
    .t-prices{
        padding: 46px 22px 26px 26px;
    }
    .t-prices__title{
        margin-bottom: 20px;
        font-size: 24px;
    }
    .t-prices__section + .t-prices__section{
        margin-top: 20px;
    }
    .t-prices-table__row{
        grid-template-columns: 1fr;
        padding: 20px 0 36px;
        gap: 20px;
    }
    .t-prices-table__item-name{
        margin-top: 0;
        margin-bottom: 7px;
    }
    .t-prices-table__item-value,
    .t-prices-table__item-input,
    .t-prices-table__btn{
        width: 100%;
    }
    .t-prices-table__show-all{
        display: block;
        width: 100%;
        max-width: 450px;
        background: #fff;
        color: #5486E5;
        margin: 0 auto;
    }
    .t-prices-table__item--grid{
        display: grid;
        grid-template-columns: 1fr 1.2fr;
        gap: 15px;
        align-items: center;
    }
}
/* End */


/* Start:/local/templates/main/components/bitrix/news.list/reviews/style.css?1688072400150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/templates/main/components/bitrix/news.detail/consulting_form/style.css?17752200216607*/
.section-shifter {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
    /*background-image: url(/local/templates/main/images/city.webp);*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.consultation__container {
    padding: 120px 150px !important;
    display: block;
    overflow: hidden;
    background: var(--accent-gradient) !important;
}
.consultation__inner {
    background-color: #ffffff;
    border-radius: 27px;
    position: relative;
    height: 500px;
    padding: 75px 55px;
    background-image: url(/local/templates/main/images/page-contacts/contacts-form-bg.svg);
    background-repeat: no-repeat;
    background-position: right bottom -1px;
    background-size: 50%;
}
.contacts__bg-line {
    width: 50%;
}
.contacts__bg-line {
    width: 50%;
    bottom: -2px;
    position: absolute;
    right: 0;
    z-index: 0;
}
.consultation__heading {
    font-weight: 700;
    font-size: 65px;
    line-height: 100%;
    color: #002C42;
}
.consultation__subtitle {
    font-weight: 400;
    font-size: 43px;
    line-height: 166%;
    margin-bottom: 20px;
}
.form-cons {
    display: flex;
    margin-bottom: 50px;
}
.form-image {
    position: absolute;
    bottom: 0;
    right: -90px;
    z-index: 1;
    width: 57%;
    max-width: 780px;
}
.form-text-bg {
    position: absolute;
    bottom: 0;
    right: 0;
    border-bottom-right-radius: 27px;
    z-index: 2;
}
.consultation__inner .form__agree {
    font-size: 14px;
}
.position {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #ffffff;
    position: absolute;
    bottom: 20px;
    right: 50px;
    z-index: 3;
}
.position span {
    font-weight: 700;
    font-size: 19px;
    line-height: 22px;
}
.consultation__inner .input__field {
    width: 350px;
    font-size: 27px;
    padding: 16px 20px;
    border-radius: 0;
    height: 68px;
    margin-right: 40px;
}
.consultation__inner .gradient-btn {
    font-weight: 700;
    font-size: 27px;
    line-height: 100%;
    text-transform: uppercase;
    color: #fff;
    background: linear-gradient(180deg, #FFC179 0%, #FF6200 100%);
    display: flex;
    width: 516px;
    text-align: center;
    height: 107px;
    align-items: center;
    justify-content: center;
    border-width: 4px;
    border-radius: 5px;
    position: relative;
    box-shadow: 0px 10px 25px 0px #FF6200;
    margin-top: 5px;
}
.consultation__inner .gradient-btn:before {
    content: "";
    position: absolute;
    inset: calc(0px - 4px);
    border-radius: 10px;
    padding: 4px;
    background: linear-gradient(180deg, #FFDBA6, #BC3B00);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
}
.consultation__inner .gradient-btn:hover {
    box-shadow: 0px 3px 10px 0px #FF6200;
}
label.input-tel {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
label.input-tel span{
    font-weight: 400;
    font-size: 19px;
    line-height: 100%;
    color: #A9A9A9;
}
@media only screen and (max-width:1700px) {
    .consultation__container {
        padding: 85px 110px;
    }
    .consultation__inner {
        border-radius: 20px;
        height: 366px;
        padding: 50px 40px 0;
        background-size: 547px;
    }
    .consultation__heading {
        font-size: 48px;
    }
    .consultation__subtitle {
        font-size: 32px;
    }
    label.input-tel span {
        font-size: 14px;
    }
    .consultation__inner .input__field {
        width: 270px;
        font-size: 20px;
        padding: 13px 14px;
        height: 50px;
        margin-right: 30px;
    }
    .consultation__inner .gradient-btn {
        width: 380px;
        height: 80px;
        font-size: 20px;
    }
    .consultation__inner .gradient-btn:before {
        inset: calc(0px - 3px);
        border-radius: 8px;
        padding: 3px;
    }
    .form-image {
        width: 57%;
    }
    .form-cons {
        margin-bottom: 36px;
    }
    .consultation__inner .form-image {
        width: auto;
        right: -35px;
        height: 450px;
    }
    .form-text-bg {
        width: 300px;
        border-bottom-right-radius: 20px;
    }
    .position {
        font-size: 12px;
        line-height: 16px;
    }
    .position span {
        font-size: 14px;
        line-height: 16px;
    }
}
@media only screen and (max-width:1310px) {
    .form-cons {
        margin-bottom: 24px;
        flex-direction: column;
        gap: 18px;
    }
    .consultation__heading {
        font-size: 32px;
    }
    .consultation__subtitle {
        font-size: 20px;
        margin-bottom: 13px;
    }
    .consultation__inner .gradient-btn {
        width: 352px;
        height: 56px;
        border-radius: 3px;
    }
    .consultation__inner .gradient-btn:before {
        inset: calc(0px - 2px);
        border-radius: 6px;
        padding: 2px;
    }
    .consultation__inner .form__agree {
        max-width: 260px;
        width: 100%;
        display: block;
        text-align: left;
    }
    .consultation__inner .form-text-bg {
        width: 256px;
    }
    .position {
        right: 34px;
        bottom: 16px;
    }
}
@media only screen and (max-width:1010px) {
    .consultation__container {
        padding: 85px 20px;
    }
    .consultation__inner .form-image {
        height: 412px;
    }
}
@media only screen and (max-width:780px) {
    .consultation__inner .form-image,
    .consultation__inner .form-text-bg,
    .position {
        display: none;
    }
    .consultation__container {
        padding: 25px 10px 60px;
    }
    .consultation__inner {
        background-image: none;
        height: auto;
        padding: 40px 20px 50px;
    }
    .consultation__heading {
        font-size: 20px;
        margin-bottom: 5px;
        text-align: center;
    }
    .consultation__subtitle {
        font-size: 16px;
        margin-bottom: 16px;
        text-align: center;
    }
    .form-cons {
        margin: 0 auto 30px;
        width: 315px;
    }
    .consultation__inner .input__field {
        margin-right: 0;
        width: 311px;
    }
    .form-cons {
        margin-bottom: 30px;
    }
    .consultation__inner .form__agree {
        text-align: center;
        margin: auto;
    }
    .consultation__inner .gradient-btn {
        width: 311px;
        height: 56px;
        font-size: 18px;
    }
}
@media only screen and (max-width:390px) {
    .form-cons {
        width: 100%;
    }
    .consultation__inner .input__field {
        width: 100%;
    }
    .consultation__inner .gradient-btn {
        width: 100%;
    }
}
/* End */
/* /local/templates/main/components/bitrix/news/services/style.css?1739973558828 */
/* /local/templates/main/components/bitrix/news.list/service-group/style.css?17399736055013 */
/* /local/templates/main/components/bitrix/news.list/projects_gallery/style.css?1725867981401 */
/* /local/templates/main/components/bitrix/news.list/prices/style.css?17399061033759 */
/* /local/templates/main/components/bitrix/news.list/reviews/style.css?1688072400150 */
/* /local/templates/main/components/bitrix/news.detail/consulting_form/style.css?17752200216607 */
