.reviews-slider__item a{
	text-decoration: none;
	color: inherit;
}
.app-header__categories ul li ul li.has-dropdown a{
	display: inline-block;
	width: calc(100% - 9px);
}

.mobile-panel__container  .app-header__categories ul li ul li.has-dropdown a{
	display: inline-block;
	width: 100%;
}
.app-header__categories ul li ul li.has-dropdown > span {
	display: inline-block;
	color: #fff;
	width: 6px;
	height: 6px;
	right: 13px;
	border-style: solid;
	border-width: 0 0 2px 2px;
	transform: translateY(-4px) rotate(-45deg);
	cursor: pointer;
}

.mobile-panel__container  .app-header__categories ul li ul li.has-dropdown > span {
	display:none;
}


.app-header__categories ul li ul li.is-open.has-dropdown > span {
	transform: translateY(-1px) rotate(135deg);
}
.app-header__categories ul li ul li.has-dropdown > a:before{
	display:none;
}
.app-header__categories > ul > li > ul{

	max-height: calc(104vh - 144px);
}

.r-slide .img {
	align-items: center;
	justify-content: center;
	display: flex;
	margin-right: 30px;
}
.r-slide .img img{width: 100%;}
.r-slide .flex{
	display: -ms-flexbox;
	display: flex;
}
@media (max-width: 1020px){
	.r-slide .flex{display: block;}
}
.article-excerpt:last-child{
	margin-bottom: 10px;
}

.app__content.main_page + .m-projects{
	margin-top: -50px;
}

.m-projects__item-container {
	align-items: center;
}
.m-projects__item-title, .m-projects__item-desc{
	text-align:center;
}
.features,.m-b-list {
	margin-bottom:50px;
}
.news-page-img img{ max-width:600px; }
.news-page-img{
	text-align:center;

}

/* .m-text__content ul, .app__content ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.m-text__content ul li, .app__content ul li {
	margin-bottom: 20px;
}

.m-text__content ul li:last-child,.app__content ul li:last-child {
	margin-bottom: 0;
}

.m-text__content ul li:before,.app__content ul li:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin-right: 4px;
	width: 4px;
	height: 4px;
	border-radius: 10px;
	background: #30c3ea;
} */





/* .app__content ol {
	padding: 0;
	margin: 0;
	list-style: none;
	counter-reset: section;
}

.app__content ol li {
	margin-bottom: 25px;
	position: relative;
	padding-left: 35px;
}

.app__content ol li:last-child {
	margin-bottom: 0;
}

.app__content ol li:before {
	position: absolute;
	left: 0;
	top: -4px;
	width: 25px;
	height: 25px;
	line-height: 28px;
	background: #30c3ea;
	text-align: center;
	color: #fff;
	font-size: 16px;
	border-radius: 50px;
	counter-increment: section;
	content: counter(section);
} */

.m-b-list__item{
	text-align: center;
}

.app__content .ya-share2 li:before, .app__content .m-b-list__items-container li:before{
	display: none;
}
.ya-share2{
	margin-top:40px;
}



.m-b-list__item-in{
	height:auto;
}


.article_slider_block {
	display: block;
}
.article_slider_block .article_left{
	float: left;
	width: 27%;
	height: 100%;
background-position: center;
background-size: contain;
background-repeat: no-repeat;

}

.article_slider_block .article_left img{
	width: 100%;
	
}

.article_slider_block .article_right{
	float: right;
	width: 66%;
}

.article_right .r-slide__text p{
	margin-bottom:0;
}

.article_right a:hover{
	text-decoration: underline;
}

.other_services .m-projects__items-container {
	display: block;
	text-align: center;
}

.other_services .s-button{
	white-space: nowrap;
}

.other_services a{
	margin-bottom: 20px;
}

.views_cnt {
	margin-left: 20px;
    background: url(../images/eye.png) no-repeat;
    padding-left: 22px;
    background-position: 0 2px;
}

.news-slide .news-page-img img {
	max-width: 450px;
}

.b-news-reviews .reviews-slider{
	padding: 0 100px;
}

@media (max-width: 768px){
	.b-news-reviews .reviews-slider{
		padding: 0 15px;
	}
}


ul.pages_list {
	list-style-type: square;
	color: #30c3ea;
	padding-left: 15px;
}

p.pages_list_title {
	    font-size: 25px;
    margin-bottom: 10px;
    padding-top: 10px;
    font-weight: 600;
}

.content_news iframe, .content_news img {
	width: 100%;
}


.content_news .thumb-wrap {
  position: relative;
  padding-bottom: 56.25%; /* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
  height: 0;
  overflow: hidden;
}
.content_news .thumb-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 0;
  outline-width: 0;
}

.content_left > .content_block {
	float:left;
	width: 65%;
	padding-right: 20px;
}

.content_right > .content_block {
	float:right;
	width: 65%;
	padding-left: 20px;
}

.content_left > .outter_wrap {
	float:right;
	width: 35%;
}

.content_right > .outter_wrap {
	float:left;
	width: 35%;
}

.clear_both {
	width: 100%;
	clear: both;
}

.content_news {
	margin-bottom: 10px;
}

.content_left, .content_right {
	margin-bottom: 20px;
}

@media (max-width: 900px){
	.content_left > .outter_wrap, .content_right > .outter_wrap,
	.content_left > .content_block, .content_right > .content_block{
		float: none;
		width: 100%;
		padding: 5px 0;
	} 
}

.new-news-page .page-title{
	    margin-top: 30px;
    margin-bottom: 35px;
}

.new-news-page  .article-excerpt__date{
	margin:-19px 0 39px 0;
}

.title-h1
{
    color: #fff;
}

.main-table-container
{
    width: 100%;
    max-width: 1280px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
}

.how-make-order-button-container
{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    max-width: 695px;
}

.how-make-order-button-container a
{
    margin: 0;
}

.pt20
{
    padding-top: 20px;
}

.pt30
{
    padding-top: 30px;
}

.pt40
{
    padding-top: 40px;
}

.pt50
{
    padding-top: 50px;
}

.pt134
{
    padding-top: 134px;
}

.mb0
{
    margin-bottom: 0;
}

.b-path .last_link:hover
{
	text-decoration: none !important;
}


/*--------------
    Services
--------------*/
.services
{
    padding: 0;
}


.services .row
{
    margin-bottom: -29px;
    margin-left: -29px;

    align-items: stretch;
    align-content: stretch;
}

.services .row > *
{
    width: calc(25% - 29px);
    margin-bottom: 29px;
    margin-left: 29px;
}


.services .service
{
    display: flex;
    flex-direction: column;
}


.services .service .thumb
{
    position: relative;

    overflow: hidden;

    padding-bottom: 57.64%;

    background: #ddd;
}

.services .service .thumb img
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;
}

.services .service .thumb:after
{
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';

    background: linear-gradient(360deg, rgba(0, 0, 0, .78) 0%, rgba(0, 0, 0, 0) 83.73%);
}


.services .service .name
{
    color: #fff;
    font-family: 'Myriad Pro';
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;

    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;

    width: 100%;
    padding: 16px 32px;

    text-align: center;
}


.services .service .info
{
    padding: 21px 21px 17px;

    text-align: center;

    border: 1px solid #dadada;
    border-top: none;
    background: #fff;

    flex: 1 0 auto;
   
    position: relative;
}

.services .service .price
{
    color: #000;
    font-family: 'Myriad Pro';
    font-size: 16px;
    line-height: 19px;
}

.services .service .price + .price
{
    margin-top: 11px;
}

.services .service .price .val
{
    color: #3fb9e4;
    font-family: 'Myriad Pro';
    font-size: 18px;
    font-weight: bold;
    line-height: 22px;

    margin-top: 6px;
}

.services .service .price .val sup
{
    font-size: 12px;
    line-height: 14px;

    display: inline-block;

    vertical-align: top;
}

.services .service .order_btn
{
    color: #fff;
    font-family: 'Myriad Pro';
    font-size: 18px;
    font-weight: bold;
   
    line-height: 22px;

    width: 216px;
    max-width: 100%;
    height: 47px;
    margin-top: 21px;
    padding: 13px 24px 12px;

    background: #3bc3e8;
    border-radius: 31px;
    
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%, 0);
}

.services .service .order_btn:before{
    display: block;
    content: attr(data-text);
}

.services .service .name
{
    text-decoration: none;
}

.color-transparent, .m-b-list__content .services .service .color-transparent
{
    color: transparent;
    opacity: 0;
}

/*-------------------
    First section
-------------------*/
/*.wrap_banner_first_section
{
    position: relative;
    display: flex;
    overflow: hidden;
    flex-direction: column;
    min-width: 320px;
    min-height: 100%;
    background: #fff;
}

.main_banner_first_section
{
    flex: 1 0 auto;
}

.wrap_banner_first_section .main_banner_first_section .cont
{
    width: 100%;
    max-width: 1288px;
    margin: 0 auto;
    padding: 0 24px;
}

.wrap_banner_first_section .main_banner_first_section  .row
{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
}*/

.banner_first_section
{
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: #ddd;
}

.banner_first_section .bg
{
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner_first_section .cont
{
    display: flex;
    min-height: 643px;
    padding-top: 87px;
    padding-bottom: 87px;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
}

.wrap_banner_first_section .banner_first_section .info
{
    color: #fff;
    width: 680px;
    max-width: calc(100% - 426px);
}

.wrap_banner_first_section .banner_first_section .info .title
{
    font-family: 'Myriad Pro';
    font-size: 48px;
    font-weight: bold;
    line-height: 58px;
    color: #fff;
    text-align: left !important;
}

.banner_first_section .info .desc
{
    font-family: 'Myriad Pro';
    font-size: 24px;
    font-weight: 600;
    line-height: 29px;
    margin-top: 52px;
}

.banner_first_section .info .desc > * + *
{
    margin-top: 29px;
}

.banner_first_section form
{
    width: 374px;
    max-width: 100%;
    margin-left: auto;
    padding: 24px 28px 36px;
    border: 5px solid #fff;
    --form_border_color: #fff;
    --form_focus_color: #fff;
    --form_bg_color: none;
    --form_placeholder_color: #fff;
}

.banner_first_section form .title
{
    color: #fff;
    font-family: 'Myriad Pro';
    font-size: 26px;
    font-weight: 900;
    line-height: 31px;
    margin-bottom: 27px;
}

.banner_first_section form ::-webkit-input-placeholder
{
    color: var(--form_placeholder_color);
}

.first_section form :-moz-placeholder
{
    color: var(--form_placeholder_color);
}

.banner_first_section form :-ms-input-placeholder
{
    color: var(--form_placeholder_color);
}


.banner_first_section form .line
{
    margin-bottom: 28px;
}


.banner_first_section form .label
{
    color: #fff;
    font-family: 'Myriad Pro';
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 14px;
}


.banner_first_section form .field
{
    position: relative;
}

.banner_first_section form .field.row
{
    justify-content: space-between;
    align-items: center;
    align-content: center;
}


.banner_first_section form .input
{
    color: #fff;
    font-family: 'Myriad Pro';
    font-size: 16px;
    line-height: 19px;
    display: block;
    width: 100%;
    height: 31px;
    padding: 0 0 10px;
    border: none;
    border-bottom: 2px solid var(--form_border_color);
    border-radius: var(--form_border_radius);
    background: var(--form_bg_color);
}

.banner_first_section form .field.row .input
{
    width: calc(50% - 13px);
}

.banner_first_section form .input:-webkit-autofill
{
    -webkit-box-shadow: inset 0 0 0 50px var(--form_bg_color) !important;
}

.banner_first_section form input[type=checkbox]
{
    display: none;
}

.banner_first_section form input[type=checkbox] + label
{
    color: #fff;
    font-family: 'Myriad Pro';
    font-size: 14px;
    line-height: 15px;
    position: relative;
    display: table-cell;
    height: 22px;
    padding-left: 37px;
    cursor: pointer;
    text-align: left;
    vertical-align: middle;
}

.banner_first_section form input[type=checkbox] + label a
{
    color: #44c3e6;
    text-decoration: none;
}

.banner_first_section form input[type=checkbox] + label:before
{
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 22px;
    height: 22px;
    content: '';
    transition: .2s linear;
    background: #fff;
}

.banner_first_section form input[type=checkbox] + label:after
{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    display: block;
    width: 22px;
    height: 22px;
    content: '';
    transition: opacity .2s linear;
    opacity: 0;
    background: url(../images/ic_check.svg) 50% no-repeat;
}

.banner_first_section form input[type=checkbox]:checked + label:after
{
    opacity: 1;
}

.banner_first_section form .agree
{
    margin-top: -10px;
}

.banner_first_section form .submit
{
    margin-top: -10px;
}

.banner_first_section form .submit_btn
{
    color: #fff;
    font-family: 'Myriad Pro';
    font-size: 23px;
    font-weight: 600;
    line-height: 28px;
    display: block;
    width: 100%;
    padding: 16px 32px;
    border-radius: 31px;
    background: #44c3e6;
}

.our-works-items .our-works-item
{
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 292px;
    
    display: flex;
    flex-direction: column;
}

.our-works-items .our-works-item .m-projects__item-container
{
	position: relative;
	width: 100%;
	height: 100%;
	padding: 0;
	display: flex;
    flex-direction: column;
	padding-top: 47px;
	padding-right: 45px;
	padding-left: 31px;
	padding-bottom: 25px;
}

.our-works-items .our-works-item .m-projects__item-title
{
	
}

.our-works-items .our-works-item .m-projects__desc-button
{
	width: 100%;
	margin-top: auto;
	flex: 1;
	align-items: end;
}

.our-works-items .our-works-item .m-projects__button
{
	display: flex;
	max-height: 57px;
	
}

.app__content.app__content-banner, .app.inner-page .app__content.app__content-banner
{
	margin-top: 0;
}

.app__content.app__content-banner .cont.row
{
	padding-top: 47px;
	min-height: 495px;
	padding-bottom: 34px;
}

.app__content.app__content-banner .banner_first_section form .title
{
	margin-bottom: 17px;
}

.app__content.app__content-banner .banner_first_section form .line
{
	margin-bottom: 18px;
}