

/* Start:/local/templates/idx_2022/template_styles.css?176676157317999*/
a.phone:hover, a.email:hover {
	color: #0eb365!important;
	text-decoration: underline!important;
}

#page-blog .blog-list .item .picture img {
	width: 300px;
	height: 150px;
}

@media (max-width: 576px) {
	#page-blog .blog-list .item .picture img {
		height: unset;
	}
}

/* Top button */

.top-button{
	position:fixed;
	z-index: 100;
	right: 40px;
	bottom: 40px;
	height: 48px;
	width: 48px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	cursor: pointer;
	display: none;
}
.top-button:hover .top-button--hover {
	fill: #0eb365;
}

.top-button:hover .top-button--hover-stroke {
	stroke: #0eb365;
}

@media screen and (max-width: 768px)  {
	.top-button{
		right: 16px;
		bottom: 16px;
	}
}

/* Slider arrows */

.rewiews-list .slick-next:before, .rewiews-list .slick-prev:before,
.clients-list .slick-next:before, .clients-list .slick-prev:before {
	/*content: '→';*/
	content: unset;
}

.rewiews-list .slick-next, .rewiews-list .slick-prev,
.clients-list .slick-next, .clients-list .slick-prev {
	font-size: 50px!important;
	color: #273540!important;
	top: 75%!important;
	z-index: 1;
}

.rewiews-list .slick-next,
.rewiews-list .slick-prev {
	top: 103%!important;
}

.rewiews-list .slick-next,
.clients-list .slick-next {
	right: 50px!important;
}

.rewiews-list .slick-prev,
.clients-list .slick-prev {
	top: calc(75% - 7px)!important;
	left: 50px!important;
	transform: rotateY(180deg)!important;
}

.rewiews-list .slick-prev {
	top: calc(103% - 7px)!important;
}

.rewiews-list .slick-next:hover, .rewiews-list .slick-prev:hover,
.clients-list .slick-next:hover, .clients-list .slick-prev:hover {
	color: #0eb365!important;
}

@media screen and (max-width: 576px){
	.rewiews-list .slick-next:before, .rewiews-list .slick-prev:before,
	.clients-list .slick-next:before, .clients-list .slick-prev:before {
		content: unset;
	}
}

/* START (bugfix: service pages layout) */

#page-verify #heading .content .description {
    width: calc(100% - (300px + 40px));
}

#page-verify #heading .content .description .text {
    max-width: calc(100% - 80px);
}

@media (max-width: 1026px) {
    /*
    Лучше задать самому "#page-verify" паддинг сверху,
    но это влияет на другие страницы, где этот отступ частично компенсирован иначе.

    50px это высота ".header-mobile" компонента.
    */
    #page-verify #welcome {
        margin-top: 50px;
    }

    #page-verify #heading .content .description .text {
        max-width: 100%;
    }
}

@media (max-width: 960px) {
    #page-verify #heading .content .description {
        width: 100%;
    }
}

/* FINISH (bugfix: service pages layout) */

/* START (update: welcome section buttons) */

.buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

#page-verify #welcome .brief .buttons {
    margin-top: 50px;
}

#page-verify #welcome .brief .buttons .button {
    margin-top: 0;
}

#page-verify #welcome .brief .buttons .button:nth-child(2) {
    background-color: #ffffff;
    color: #000000;
}

@media (max-width: 576px) {
    #page-verify #welcome .brief .buttons {
        margin-top: 30px;
    }
    #page-verify #welcome .brief .buttons > div {
        width: 100%;
    }
    #page-verify #welcome .brief .buttons .button {
        width: 100%;
    }
}

/* FINISH (update: welcome section buttons) */


/* START (update: /uslugi/complex/ buttons) */
#page-complex #include .content .picture .button {
    min-width: 56%;
    left: 50% !important;
    transform: translate(-50%, 0);
    white-space: nowrap;
}
#page-complex #include .content .picture .link {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    color: #000000;
    text-decoration: underline;
    text-underline-offset: 0.2em;
    font-size: 1rem;
    white-space: nowrap;
}
@media (max-width: 576px) {
    #page-complex #include .content .picture {
        height: 0 !important;
        padding-bottom: 120%;
        margin-bottom: 16px !important;
    }
}
/* FINISH (update: /uslugi/complex/ buttons) */

.news-detail-description {
    font-style: italic;
    padding: .5em 1.5em;
    background-color: rgba(255, 255, 255, .5);
    margin-bottom: 1em;
    border-radius: 8px;
}

/* START (add author's block) */

.author-2 {
  display: flex;
  align-items: center;
  gap: 14px;
}
.author-2__photo {
  display: block;
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  flex: 0 0 auto;
}
.author-2__name {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 0.8em;
  color: #000000;
}
.author-2__name:last-child {
  margin-bottom: 0;
}
.author-2__job-title {
  font-size: 11px;
  color: #424C56;
}
#page-blog .blog-wrapper .blog .author-2 {
  margin-top: 45px;
}

/* FINISH (add author's block) */

/* Social button HABR */

.social-link-habr {
	width: 100%;
	max-width: 188px;
}
.button.transparent.social-link-habr {
	color: #ffffff;
	border-color: #ffffff;
}

/* Форма подписки на новости (в футере) */
.form-news-subscription-wrapper {
	padding-top: 36px;
}
.form-news-subscription-wrapper .title {
	padding-bottom: 0px !important;
	margin-bottom: 7px;
}
.form-news-subscription .input-control {
	padding: 0;
	height: 38px;
	background-color: transparent;
	color: #ffffff;
	border-bottom: 1px solid #939a9f;
}
.form-news-subscription .input-control.error {
	border-color: #ff7379;
}
.form-news-subscription .button {
	display: block;
	width: 100%;
} 
.form-news-subscription-response {
	font-size: 14px;
	color: #ffffff;
	margin-bottom: 20px;
}

.news-subscription-block {
	max-width: 714px;
	padding: 75px 75px 65px 45px;
	background: #fff;
	border-radius: 8px;
	margin: 30px auto 100px;
}
.news-subscription-block .title {
    font-weight: 700;
    font-size: 36px;
	margin-bottom: 1em;
}
.news-subscription-block .form-news-subscription-wrapper {
    padding-top: 0;
}
.news-subscription-block .form-news-subscription .form-control {
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.news-subscription-block .form-news-subscription .input-control {
	color: #222222;
}

.news-subscription-block .form-news-subscription .control-checkbox {
	margin-bottom: 18px
}

.news-subscription-block .form-news-subscription-response {
	color: inherit;
}

#page-blog .container .more {
	padding-bottom: 60px;
}

.offer-list .news-subscription-block {
	padding: 25px 25px 25px 25px;
}
.offer-list .news-subscription-block .title {
	font-size: 27px;
}

/* Добавление лого кодекса этики использования данных */

#footer .content .item.flex {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

#footer .content .item .footer-logos {
	margin-top: auto;
}

#footer .content .item .footer-logos__flex {
	display: flex;
	gap: 20px;
}

#footer .content .item .footer-logos .skolkovo {
	position: unset;
	bottom: unset;
	left: unset;
    background-image: url(/images/skolkovo-2.svg);
}

.keid {
	display: block;
    width: 136px;
    height: 65px;
    background-image: url(/images/keid.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.abd-logo {
	display: block;
    width: 158px;
    height: 60px;
    background-image: url(/images/abd-logo-2.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
.rpo-logo {
	display: block;
    width: 188px;
    height: 57px;
    background-image: url(/images/rpo.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
#footer .content .item .footer-logos .rpo-logo {
	margin-bottom: 30px;
}

@media (max-width: 960px) {
    #footer .content .item .footer-logos {
		gap: 10px;
		margin-top: 46px;
	}
    #footer .content .item .footer-logos .skolkovo {
		position: unset;
		bottom: unset;
		left: unset;
        margin-top: 0;
        width: 60px;
	}
    #footer .content .item .footer-logos .keid {
        width: 86px;
        height: 44px;
    }
    #footer .content .item .footer-logos .abd-logo {
        width: 96px;
        height: 40px;
    }
    #footer .content .item .footer-logos .rpo-logo {
        width: 142px;
        height: 43px;
		margin-bottom: 18px;
    }
}

/* Форма оставить заявку **/

.leave-a-request-block {
	max-width: 714px;
	padding: 25px;
	background: #fff;
	border-radius: 8px;
	margin: 0 auto 60px;
}
.leave-a-request-block .title {
    font-weight: 700;
    font-size: 36px;
	margin-bottom: 1em;
}
.offer-list .leave-a-request-block .title {
    font-size: 27px;
}
.leave-a-request-form {
    padding-top: 0;
	color: inherit;
}
.leave-a-request-form .form-control {
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.leave-a-request-form .input-control {
	color: #222222;
}

.leave-a-request-form .control-checkbox {
	margin-bottom: 18px;
}

.leave-a-request-form .button {
	width: 100%;
}

#popup-leave-a-request .leave-a-request-block {
	margin: 0;
	padding: 0;
}

/* скрыть кнопку вторую "попробовать" на странице услуг **/
@media (max-width: 960px) {
    #page-verify #heading .content .actions .button.x-popup-inline {
        display: none;
    }
}

/* Блок продолжение статьи (услуги) **/

.detail-text-2nd-part {
	margin: 80px 0 150px;
}

#page-verify .detail-text-2nd-part .text {
	margin-top: 0;
}

#page-verify .detail-text-2nd-part .container .text {
	max-width: unset;
}

#page-verify .detail-text-2nd-part .text .h3 {
	text-align: left;
}


/* compare-tariffs-section **/

.compare-tariffs-section {
  margin: 80px 0;
}
.compare-tariffs-section .h2 {
  padding-bottom: 36px;
  text-align: center;
  font-size: 36px;
  color: #273540;
}
.compare-tariffs-section .table-scroll .table-wrapper {
  width: 100%;
}
.compare-tariffs-section .table-scroll .table-wrapper .tariff-name {
  display: flex;
}
.compare-tariffs-section .table-scroll .table-wrapper .tariff-name .filler {
  flex-grow: 1;
}
.compare-tariffs-section .table-scroll .table-wrapper .tariff-name .th {
  padding: 20px 5px;
  width: 269px;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #e3eaee;
  border-radius: 10px 10px 0 0;
  text-align: center;
  font-size: 16px;
  color: #18c171;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.compare-tariffs-section .table-scroll .table-wrapper .table-data {
  padding: 20px 20px 20px 40px;
  background: #fff;
}
.compare-tariffs-section .table-scroll .table-wrapper .table-data .row {
  display: flex;
  border-bottom: 1px solid #e3eaee;
}
.compare-tariffs-section .table-scroll .table-wrapper .table-data .row .cell {
  padding: 20px 0;
  box-sizing: border-box;
}
.compare-tariffs-section .table-scroll .table-wrapper .table-data .row .cell.title {
  flex-grow: 1;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.15;
}
.compare-tariffs-section .table-scroll .table-wrapper .table-data .row .cell.title.first {
  width: calc(100% - 518px);
}
.compare-tariffs-section .table-scroll .table-wrapper .table-data .row .cell.value_dual {
  width: 518px;
  text-align: center;
  color: #77828e;
}
.compare-tariffs-section .table-scroll .table-wrapper .table-data .row .cell.value {
  width: 269px;
  text-align: center;
}
.compare-tariffs-section .table-scroll .table-wrapper .table-data .row .cell.name {
  width: calc(100% - 538px + 20px);
}
.compare-tariffs-section .more {
  font-size: 16px;
  cursor: pointer;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  margin-top: 20px;
  gap: 10px;
  padding: 20px 40px;
}
.compare-tariffs-section .more::after {
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  background-image: url(/images/icons/arrow_buttom_black.svg);
}
@media (max-width: 1224px) {
  .compare-tariffs-section .table-scroll .table-wrapper .tariff-name .th {
    width: 200px;
  }
  .compare-tariffs-section .table-scroll .table-wrapper .table-data {
    padding-left: 20px;
  }
  .compare-tariffs-section .table-scroll .table-wrapper .table-data .row .cell.title.first {
    width: calc(100% - 380px);
  }
  .compare-tariffs-section .table-scroll .table-wrapper .table-data .row .cell.value_dual {
    width: 380px;
  }
  .compare-tariffs-section .table-scroll .table-wrapper .table-data .row .cell.value {
    width: 200px;
  }
  .compare-tariffs-section .table-scroll .table-wrapper .table-data .row .cell.name {
    width: calc(100% - 400px + 20px);
  }
  .compare-tariffs-section .more {
    padding: 20px;
  }
}
@media (max-width: 1026px) {
  .compare-tariffs-section .table-scroll {
    overflow-x: scroll;
  }
}
@media (max-width: 768px) {
  .compare-tariffs-section .table-scroll .table-wrapper .tariff-name .th {
    width: 130px;
  }
  .compare-tariffs-section .table-scroll .table-wrapper .table-data .row .cell.title.first {
    width: calc(100% - 240px);
  }
  .compare-tariffs-section .table-scroll .table-wrapper .table-data .row .cell.value_dual {
    width: 240px;
  }
  .compare-tariffs-section .table-scroll .table-wrapper .table-data .row .cell.value {
    width: 130px;
  }
  .compare-tariffs-section .table-scroll .table-wrapper .table-data .row .cell.name {
    width: calc(100% - 260px + 20px);
  }
}
@media (max-width: 576px) {
  .compare-tariffs-section .h2 {
    font-size: 24px;
  }
  .compare-tariffs-section .table-scroll .table-wrapper .tariff-name .th {
    width: 50%;
  }
  .compare-tariffs-section .table-scroll .table-wrapper .table-data {
    position: relative;
  }
  .compare-tariffs-section .table-scroll .table-wrapper .table-data .row {
    flex-wrap: wrap;
  }
  .compare-tariffs-section .table-scroll .table-wrapper .table-data .row .cell.title.first {
    width: 100%;
  }
  .compare-tariffs-section .table-scroll .table-wrapper .table-data .row .cell.value_dual {
    position: absolute;
    left: 0;
    top: 10px;
    padding-top: 0;
    padding-bottom: 0;
    width: 100%;
  }
  .compare-tariffs-section .table-scroll .table-wrapper .table-data .row .cell.value {
    width: 50%;
  }
  .compare-tariffs-section .table-scroll .table-wrapper .table-data .row .cell.value:after {
    content: " ₽";
  }
  .compare-tariffs-section .table-scroll .table-wrapper .table-data .row .cell.name {
    padding-bottom: 0;
    width: 100%;
  }
}


/* Tariffs List **/

.tariffs-section.idx-tariffs .tariff-list {
	gap: 40px;
}

.tariffs-section .h2 {
  padding-bottom: 36px;
  text-align: center;
  font-size: 36px;
  color: #273540;
}


@media (max-width: 576px) {
  .tariffs-section .h2 {
    font-size: 24px;
  }
}


/* avatar in feedback section **/

.idx-reviews-wrapper .idx-reviews .rewiews-list-wrapper .rewiews-list .review .author .picture {
	object-fit: cover;
}


.interaction-section {
  margin-bottom: 80px;
  margin-top: 80px;
}

/** Блок на странице услуги, перед футером */

.detail-text-2nd-part__accented-area {
	padding: 35px 45px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 8px;
}

@media (max-width: 1026px) {
  .detail-text-2nd-part__accented-area {
    padding: 25px;
  }
}

/** iframe video */
.iidx-video-iframe {
	width: 100%;
	height: 400px;
}


/** altstyle bugfixes */

#footer .item .button {
  border-color: #ffa807;
}
#footer .item .button:hover {
  border-color: #ffa807;
}

.mobile-menu .header .header-content .contact .email:hover,
.mobile-menu .header .header-content .contact .email:active,
.mobile-menu .header .header-content .contact .email:focus,
.mobile-menu .header .header-content .contact .phone:hover,
.mobile-menu .header .header-content .contact .phone:active,
.mobile-menu .header .header-content .contact .phone:focus,
#footer .content .item .links .link a.email:focus,
#footer .content .item .links .link a.email:active,
#footer .content .item .links .link a.email:hover,
#footer .content .item .links .link a.phone:focus,
#footer .content .item .links .link a.phone:active,
#footer .content .item .links .link a.phone:hover {
  color: #fff !important;
}

#page-verify #verify-groups .group .item {
  background-color: #fafafa !important;
}

#page-verify #verify-groups .group .item .picture .icon.i-snils {
	transform: translateY(10px);
}

#page-verify #verify-groups .group .item .picture .icon.i-person_card {
	transform: translateY(6px);
}

#page-tariff #compare .table-scroll .table-wrapper .table-data,
.compare-tariffs-section .table-scroll .table-wrapper .table-data {
	box-shadow: 0 15px 40px rgba(35, 53, 100, .2);
	border-radius: 8px;
}

.patch-green-square {
	display: none;
}

.top-button:hover .top-button--hover {
	fill: #bb0d0d;
}

.top-button--hover-stroke {
	transition: all ease-in--out 250ms;
}

.top-button:hover .top-button--hover-stroke {
	stroke: #bb0d0d;
}

.blog-table-block {
	margin: 2rem 0;
}
.blog-table-block th {
vertical-align: middle;
}

.table-of-contents {
	background-color: #fafafa;
	padding: 1.25em 1.75em;
	border-radius: 8px;
	font-size: 1em;
	margin: 2em 0;
}

.table-of-contents ul {
	list-style: disc;
	padding-left: 1em;
}

.table-of-contents li {
	list-style: inherit;
	margin-bottom: .3em;
}

.table-of-contents li:last-child {
	margin-bottom: 0;
}

.table-of-contents a {

	display: block;
	width: 100%;
	/*
	padding: .2em .5em;
	border-radius: 8px; 
	background-color: #fafafa; */
	color: inherit;
}

.table-of-contents a:hover {
	text-decoration: underline;
}

.news-detail-description {
	background-color: #fff;
	padding-top: 0;
	padding-bottom: 0;
}

#popup-feedback .input-control,
.leave-a-request-form .input-control {
	background-color: #F4F6F8;
}

#page-blog .blog-wrapper .blog .share,
.news-subscription-block,
.leave-a-request-block {
box-shadow: 0 8px 32px rgba(35, 53, 100, .07);
}

.input-control:placeholder {
  color: #8e8e8b;
	opacity: 1;
}

.input-control {
  color: #273540 !important;
}

.rpo-logo {

}

.header .header-content .contact a.email:hover,
.header .header-content .contact a.phone:hover {
	color: #bb0d0d !important;
}
/* End */
/* /local/templates/idx_2022/template_styles.css?176676157317999 */
