

/* Start:/local/templates/o2/assets/css/sergey.css?177909609921924*/
body.freeze {
    overflow: hidden;
}
.fast-filters-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    gap: 10px;
}
.fast-filters-wrapper a {
    font: 500 16px/26px 'Onest', sans-serif;
    color: #1a1a1a;
    display: inline-block;
    padding: 7px 20px;
    border: 2px solid #208BD933;
    border-radius: 8px;
    cursor: pointer;
    transition: .4s ease;
	order: 2;
}
.fast-filters-wrapper .reset-fast-filter {
	order: 1;
	height: auto;
}
.fast-filters-wrapper a.active,
.fast-filters-wrapper a:hover {
    background: rgb(32, 139, 217);
    color: white;
}
.catalog-section-wrapper .sort-wrapper {
    display: flex;
    align-items: center;
    gap: 8px 25px;
    flex-wrap: wrap;
    margin: 20px 0 30px;
}
.catalog-section-wrapper .sort-wrapper .title {
    font: 500 16px/26px 'Onest', sans-serif;
    color: #1a1a1a;
}
.catalog-section-wrapper .sort-wrapper a {
    color: #208BD9;
    transition: .4s ease;
    cursor: pointer;
    text-decoration: underline 1px dashed;
    text-underline-offset: 3px;
    display: inline-block;
    font: 400 16px/26px 'Onest', sans-serif;
}
.catalog-section-wrapper .sort-wrapper a.active {
    padding: 1.5px 10px;
    background: #208BD91A;
    border-radius: 8px;
    text-decoration: none;
    color: #1F1F1F;
}
.catalog-section-wrapper .sort-wrapper a:hover {
    opacity: .8;
}
.product-form {
  padding: 6px;
}
.product-form h3 {
  font: 500 26px/36px 'Onest', sans-serif;
  text-align: center;
  color: #1f1f1f;
}
.product-form .product-block {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin: 0 60px 30px;
}
.product-form .product-block .pic-wrapper {
  width: 54px;
  border: 1px solid #0000001A;
  border-radius: 8px;
}
.product-form .product-block .pic-wrapper img {
  width: 100%;
  border-radius: 8px;
}
.product-form .product-block .name {
  font: 500 16px/26px 'Onest', sans-serif;
  color: #1f1f1f;
}
.product-form .form-group input {
    padding: 17px 25px !important;
    font: normal 16px/26px 'Onest', sans-serif;
    color: #1f1f1f !important;
    width: 100%;
    border-radius: 4px;
}
.product-form .form-group input::-moz-placeholder,
.product-form .form-group input::-webkit-input-placeholder
.product-form .form-group input::placeholder,
.product-form .form-group-SIMPLE_QUESTION_516 textarea::-moz-placeholder,
.product-form .form-group-SIMPLE_QUESTION_516 textarea::-webkit-input-placeholder,
.product-form .form-group-SIMPLE_QUESTION_516 textarea::placeholder {
    color: #444 !important
}
.product-form .form-body {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    margin: 20px 0;
}
.fancybox-content:has(.product-form) {
    max-width: 654px;
}
.product-form .form-group-SIMPLE_QUESTION_232 {
    flex-basis: 100%;
}
.product-form .form-group-SIMPLE_QUESTION_302,
.product-form .form-group-SIMPLE_QUESTION_420 {
    flex-basis: calc(50% - 10px);
}
.product-form .form-group-SIMPLE_QUESTION_420 {
    display: flex;
    padding: 17px;
    border: 1px solid #0000004D;
    align-items: center;
    gap: 5px;
    font: normal 16px/26px 'Onest', sans-serif;
    color: #1f1f1f !important;
    border-radius: 4px;
    height: 60px;
	justify-content: start;
}
.product-form .form-group-SIMPLE_QUESTION_420 > div,
.product-form .form-group-SIMPLE_QUESTION_420 select {
	width: 100%;
}
.product-form .form-group-SIMPLE_QUESTION_420 select {
    font: normal 16px/26px 'Onest', sans-serif;
    color: #1f1f1f !important;
}
.product-form .form-group-SIMPLE_QUESTION_516 textarea {
    padding: 17px 25px;
    border: 1px solid #0000004D;
    font: normal 16px/26px 'Onest', sans-serif;
    color: #1f1f1f !important;
    resize: none;
    width: 100%;
    border-radius: 4px;
}
.product-form .form-group-SIMPLE_QUESTION_516,
.product-form .form-group-SIMPLE_QUESTION_748 {
    flex-basis: 100%;
}
.product-form .form-group-SIMPLE_QUESTION_748 {display: none}
.product-form .form-group-SIMPLE_QUESTION_454 .mf-name input[type="checkbox"] {
  display: none;
}
.product-form .form-group-SIMPLE_QUESTION_454 input[type="checkbox"] + label {
	display: flex;
	align-items: center;
}
.product-form .form-group-SIMPLE_QUESTION_454 .mf-name input[type="checkbox"] + label::before {
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.3);
  vertical-align: text-bottom;
  margin-right: 15px;
  color: #fff;
  flex-shrink: 0;
  cursor: pointer;
  border-radius: 4px;
}
.product-form .form-group-SIMPLE_QUESTION_454 .mf-name input[type="checkbox"]:checked + label::before {
  background: url(/local/templates/o2/ico/check-input.svg) center center no-repeat;
  border: 2px solid rgba(32, 139, 217, 1);
}
.product-form .form-group-SIMPLE_QUESTION_454 {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: center;
    flex-basis: 100%;
}
.product-form .form-button {
    display: flex;
    justify-content: center;
}
.product-form .form-result {background: url(/local/templates/o2/ico/result.svg) top center no-repeat;padding-top: 100px;font-size: 26px;color: rgba(31, 31, 31, 1);text-align: center;font-weight: 500;line-height: 1.3;width: 160px;margin: 0 auto 30px;}
@media (max-width: 1024px) {
    .product-form h3 {
        font: 500 20px/30px 'Onest', sans-serif;
    }
}
@media (max-width: 610px) {
    .product-form .form-group-SIMPLE_QUESTION_302, .product-form .form-group-SIMPLE_QUESTION_420 {
        flex-basis: 100%;
    }
    .fancybox-content:has(.product-form) {
        padding: 20px 30px;
    }
    .product-form {
        padding: 0;
    }
    .product-form h3 {
        font: 500 18px/28px 'Onest', sans-serif;
        margin-bottom: 20px;
    }
    .product-form .product-block {
        margin: 0 0 30px;
    }
}
#reviews-main {
	padding: 130px 0 30px;
}
.d-flex {
	display: flex;
}
.align-c {
	align-items: center;
}
.align-s {
	align-items: start;
}
#reviews-main h2 {
	font: 600 36px/46px "Onest", sans-serif;
	margin: 0 0 5px;
	text-align: center;
	color: #1F1F1F;
}
#reviews-main .total-count-reviews {
	font: 600 30px/40px "Onest", sans-serif;
	margin-bottom: 5px;
	text-align: center;
	color: #208BD9;
}
#reviews-main .component-desc {
	font: 500 20px/30px "Onest", sans-serif;
	text-align: center;
	color: #1F1F1F;
}
#reviews-main .reviews-stats-row {
	gap: 39px;
	margin-top: 60px;
}
#reviews-main .reviews-stats-item {
	padding: 30px 40px;
	background: #F8F8F8; 
	flex-basis: calc(50% - 19.5px);
}
#reviews-main .reviews-stats-item .left {
	box-sizing: border-box;
	padding-right: 33px;
	border-right: 1px solid #0000001A;
	margin-right: 30px;
}
#reviews-main .reviews-stats-item.avito .left {
	min-width: 266px;
}
#reviews-main .reviews-stats-item.ymaps .left {
	min-width: 302px;
	padding-right: 25px;
}
#reviews-main .reviews-stats-item .left .head {
	gap: 7px;
	font: 500 20px/30px "Onest", sans-serif;
	margin-bottom: 7px;
	color: #1a1a1a;
}
#reviews-main .reviews-stats-item .left .head a {display: flex;align-items: center;}
#reviews-main .reviews-stats-item .body {
	gap: 15px;
}
#reviews-main .reviews-stats-item .body a {
	font: normal 16px/26px "Onest", sans-serif;
	display: inline-block;
	margin-top: 2px;
}
#reviews-main .reviews-stats-item .body .rate {
	font: 600 44px/1 "Onest", sans-serif;
	color: #1F1F1F;
}
#reviews-main .reviews-stats-item .body .stars-wrapper,
.review-item .top-row .stars-wrapper {
	margin-bottom: 2px;
	gap: 5px;
}
#reviews-main .reviews-stats-item .right .since {
	font: normal 18px/28px "Onest", sans-serif;
	color: #444;
	margin-bottom: 15px;
}
#reviews-main .reviews-stats-item.avito .advantages-item {
	gap: 10px;
	font: normal 14px/20px "Onest", sans-serif;
	color: #444;
}
#reviews-main .reviews-stats-item.avito .advantages-wrapper {
	gap: 15px;
}
#reviews-main .reviews-stats-item.avito .advantages-item::before {
	display: block;
	content: "";
	width: 22px;
	aspect-ratio: 1/1;
	flex-shrink: 0;
	background: url(/local/templates/o2/components/bitrix/news.list/reviews-list-main/img/check-mark.svg) center/cover no-repeat;
}
#reviews-main .reviews-stats-item.ymaps .advantages-wrapper {
	gap: 15px 43px;
	flex-wrap: wrap;
}
#reviews-main .reviews-stats-item.ymaps .advantages-item {
	gap: 8px;
	font: normal 14px/20px "Onest", sans-serif;
	color: #1F1F1F;
	flex-basis: calc(50% - 21.5px);
}
#reviews-main .reviews-stats-item.ymaps .advantages-item .title {
	max-width: 63px;
}
#reviews-main .reviews-stats-item.ymaps .advantages-item .rate {
	color: #208BD9;
	font-weight: 600;
}
#reviews-main .reviews-carousel {
	margin-top: 40px;
}
#reviews-main .review-item {
	padding: 40px;
	background: #FFFFFF;
	border: 1px solid #0000001A;
	border-radius: 8px;
	height: 100%;
	display: block !important;
}
#reviews-main .owl-carousel .owl-stage {
	margin-left: 0;
}
#reviews-main .owl-carousel .owl-stage .owl-item {
	width: 100% !important;
	margin-left: 0;
}
.review-item .top-row {
	justify-content: space-between;
	margin-bottom: 20px;
	flex-wrap: wrap;
	gap: 15px;
}
.review-item .top-row .left,
.review-item .top-row .left .text-part {
	gap: 21px;
}
.review-item .top-row > img {
	width: auto !important;
}
.review-item .top-row .left > img {
	border-radius: 100%;
	max-width: 50px;
}
.review-item .product {
	font: 600 16px/26px "Onest", sans-serif;
	color: #1F1F1F;
	transition: .4s ease;
	cursor: pointer;
	margin-bottom: 10px;
	display: inline-block;
}
.review-item .product:hover {
	color: #208BD9
}
.review-item .review-detail {
	font: normal 16px/26px "Onest", sans-serif;
	color: #444;
}
.review-item.fancybox-content .review-detail,
.review-item.fancybox-content .review-show-more {
	display: none
}
#reviews-main .full-review-text {
	display: none;
}
#reviews-main .review-show-more {
	font: normal 14px/20px "Onest", sans-serif;
	color: #208BD9;
	transition: .4s ease;
	text-decoration: underline dashed 1px;
	text-underline-offset: 3px;
	margin-top: 10px;
	cursor: pointer;
}
#reviews-main .review-show-more:hover {
	opacity: .8;
}
#reviews-main .owl-dots {
	width: auto !important;
	left: 50%;
	transform: translateX(-50%);
}
#reviews-main .owl-nav {
	margin: 50px auto 0;
}
.full-review-text.fancybox-content {
	max-width: 600px;
}
.header__top .phones .time {
	position: relative;
}
.working-schedule-status {
	display: inline-block;
	width: 7px;
	position: absolute;
	right: -12px;
	top: calc(50% - 3.5px);
	height: 7px;
	border-radius: 100%;
	background: #cf4545;
}
#mobileheader .schedule {
	position: relative;
}
@keyframes pulseAnimation {
	0% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.2);
	}
	100% {
		transform: scale(1);
	}
}
.working-schedule-status.enable {
	background: #26b326;
	animation: infinite ease pulseAnimation 1s;
}
#message-form-popup .form-group-SIMPLE_QUESTION_136 .mf-name label,
#callback-form-popup .form-group-SIMPLE_QUESTION_110 .mf-name label {
	display: flex;
	align-items: center;
}
#message-form-popup.fancybox-content .form-body .form-group-SIMPLE_QUESTION_136 .mf-name label::before {
	flex-shrink: 0;
}
div.search-page input.search-button {
	font-size: 16px;
    font-weight: 500;
    color: rgb(32, 139, 217);
    border: 2px solid rgb(32, 139, 217);
    border-radius: 8px;
    padding: 0 30px;
	height: 60px;
	cursor: pointer;
	transition: .5s ease;
	background: none;
}
div.search-page input.search-button:hover {
	background: rgb(32, 139, 217);
    color: #fff;
}
.contacts-page-map.show-mobile {
	margin-top: 2em;
}
.reviews-page #reviews-main h2 {
	display: none;
}
.terms-page #advantages_block {
	position: static;
	margin-top: 2em;
	height: auto;
	font-size: 20px;
	text-align: center;
}
.terms-page #reviews-main {
	padding-top: 60px;
}
.terms-page .advantages-list {
	display: flex;
    gap: 20px;
    justify-content: center;
}
.terms-page .advantages-list .advantages-item {
	width: calc(16.666% - 20px);
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
}
.terms-page .advantages-list .advantages-item .advantages-ico img {
	max-width: 70px;
}
.terms-page .advantages-list .advantages-item .advantages-info {
    text-align: center;
    font-size: 18px;
    color: rgba(31, 31, 31, 1);
}
.terms-page .advantages-txt {
    margin: 50px auto 0;
    display: flex;
    align-items: stretch;
    justify-content: center;
}
.terms-page .advantages-txt::before {
    content: ' ';
    width: 26px;
    background: url(/local/templates/o2/ico/rt.svg) 0 0 no-repeat;
    transform: rotate(180deg);
    background-size: contain;
}
.terms-page .advantages-txt .advantages-txt-wrap {
    font-size: 20px;
    color: rgba(31, 31, 31, 1);
    padding: 22px;
    box-sizing: border-box;
    background: rgba(248, 248, 248, 1);
    max-width: 907px;
}
.terms-page .advantages-txt::after {
    content: ' ';
    background: url(/local/templates/o2/ico/rt.svg) 0 0 no-repeat;
    width: 26px;
    background-size: contain;
}
.mb-0 {
	margin-bottom: 0 !important;
}
.terms-page .centered {
	display: flex;
	justify-content: center;
}
.cookie-block {
	display: none;
	position: fixed;
	z-index: 100000;
	bottom: 20px;
	left: 50%;
	width: calc(100% - 40px);
	transform: translateX(-50%);
	align-items: center;
	gap: 10px 30px;
	justify-content: space-between;
	background: white;
	padding: 20px;
	border-radius: 20px;
	box-shadow: 1px 1px 6px 2px #ddd;
}
.cookie-block.active {
	display: flex;
}
body.main h1 {
	display: none;
}
form .form-group-error:has(input[type='text']) input {
	border-color: red !important;
	color: red;
}
form .form-group-error:has(input[type='checkbox']) label * {
	color: red !important;
}
form .form-group-error:has(input[type='text']) input::placeholder {
	color: red;
}
.form-required-note {
	margin: 10px 0;
	font-size: 14px;
}
#bx_incl_area_13_3,
#bx_incl_area_13_4 {
	display: inline;
}
.form-required-note {
	display: none;
}
form .error-list li {
	color: initial;
}
@media (max-width: 1600px) {
	#reviews-main .reviews-stats-item {
		flex-direction: column;
	}
	#reviews-main .reviews-stats-item.avito .left,
	#reviews-main .reviews-stats-item.ymaps .left,
	#reviews-main .reviews-stats-item .right {
		min-width: unset;
		width: 100%;
	}
	#reviews-main .reviews-stats-item .left {
		margin: 0 0 20px 0;
		padding: 0 0 20px 0;
		border-right: none;
		border-bottom: 1px solid #0000001A;
	}
	#reviews-main .reviews-stats-item.avito .advantages-wrapper {
		justify-content: space-between;
	}
	#reviews-main .reviews-stats-item.avito .advantages-item {
		max-width: 103px;
	}
	#reviews-main .reviews-stats-item.ymaps .left {
		padding-right: 0;
	}
	#reviews-main .reviews-stats-item .right .since {
		margin-bottom: 10px;
	}
	#reviews-main .reviews-stats-item.avito .advantages-item {
		max-width: 127px;
	}
}
@media (max-width: 1280px) {
	.terms-page .advantages-list .advantages-item .advantages-info {
        font-size: 16px;
    }
	#reviews-main .reviews-stats-item .left {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 20px;
	}
	#reviews-main .reviews-stats-item.ymaps .advantages-item .title {
		max-width: none;
		width: 100%;
	}
	#reviews-main .reviews-stats-item.ymaps .advantages-item {
		flex-wrap: wrap;
		gap: 3px;
	}
	#reviews-main .reviews-stats-item.ymaps .advantages-wrapper {
		align-items: start;
		gap: 5px;
		justify-content: space-between;
	}
	#reviews-main .reviews-stats-item.ymaps .advantages-item:nth-child(1),
	#reviews-main .reviews-stats-item.ymaps .advantages-item:nth-child(2) {
		flex-basis: 67px;
	}
	#reviews-main .reviews-stats-item.ymaps .advantages-item:nth-child(3),
	#reviews-main .reviews-stats-item.ymaps .advantages-item:nth-child(4) {
		flex-basis: 130px;
	}
	#reviews-main .reviews-stats-item .left .head {
		flex-wrap: wrap;
	}
	#reviews-main .reviews-stats-item .left {
		padding: 0 0 10px 0;
		margin: 0 0 10px 0;
	}
	#reviews-main .reviews-stats-row {
		align-items: stretch
	}
	.review-item .top-row .left .text-part {
		flex-direction: column;
		gap: 0 21px;
		align-items: start;
	}
}
@media (max-width: 1024px) {
	#reviews-main .reviews-stats-item .left .head { 
		gap: 5px;
	}
	#reviews-main .reviews-stats-item.ymaps .advantages-item {
		flex-wrap: nowrap;
		gap: 8px;
	}
	#reviews-main .reviews-stats-item.ymaps .advantages-wrapper {
		gap: 5px 30px;
		justify-content: start;
	}
	#reviews-main .reviews-stats-item.ymaps .advantages-item .title {
		white-space: nowrap;
	}
	#reviews-main .reviews-stats-item {
		padding: 30px;
		flex-basis: 50%;
	}
	#reviews-main .reviews-stats-row {
		gap: 20px;
	}
	.terms-page .advantages-list {
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 30px;
    }
	.terms-page .advantages-list .advantages-item {
        width: calc(33% - 15px);
        flex-direction: inherit;
    }
	.terms-page .advantages-list .advantages-item .advantages-info {
        text-align: left;
    }
	.terms-page .advantages-list .advantages-item .advantages-ico img {
        max-width: 50px;
    }
	.terms-page .advantages-txt .advantages-txt-wrap {
        font-size: 16px;
        padding: 4px 10px;
        text-align: center;
        height: 60px;
        display: flex;
        align-items: center;
    }
	.terms-page .advantages-txt::before, .terms-page .advantages-txt::after {
        width: 40px;
    }
}
@media (max-width: 920px) {
	#reviews-main .reviews-stats-row {
		flex-wrap: wrap;
	}
	#reviews-main .reviews-stats-item {
		flex-basis: 100%;
	}
	#reviews-main .reviews-stats-item .left {
		justify-content: start;
		flex-wrap: wrap;
		gap: 5px 105px;
		margin-bottom: 19px;
	}
	#reviews-main .reviews-stats-item.avito .advantages-item {
		max-width: none;
	}
	#reviews-main .reviews-stats-item.avito .advantages-wrapper {
		flex-wrap: wrap;
		gap: 10px;
	}
	.working-schedule-status {
		top: inherit;bottom: 6px;
	}
	#headerfixed .header__top .phones {
		padding-right: 10px;
	}
}
@media (min-width: 767px) {
	.contacts-page-map.show-mobile {
		display: none;
	}
	.contacts-page-map.show-desktop {
		display: block;
	}
}
@media (max-width: 767px) {
	#reviews-main .owl-dots {
		flex-wrap: wrap;
		overflow: unset !important;
	}
	.contacts-page-map.show-desktop {
		display: none;
	}
	.contacts-page-map.show-mobile {
		display: block;
	}
	.terms-page .advantages-list .advantages-item {
        width: calc(50% - 10px);
    }
	.terms-page .advantages-txt .advantages-txt-wrap {
        height: 68px;
    }
	.terms-page #advantages_block {
		text-align: center;
	}
	.terms-page #advantages_block p span {
		display: block;
	}
	.cookie-block {
		flex-direction: column;
		align-items: center;
	}
	.terms-page #advantages_block {
		font-size: 14px;
	}
}
@media (max-width: 650px) {
	.product-form .form-group-SIMPLE_QUESTION_302, .product-form .form-group-SIMPLE_QUESTION_420,
	.product-form .form-group-SIMPLE_QUESTION_769 {
		flex-basis: 100%;
	}
}
@media (max-width: 600px) {
	.terms-page .advantages-list .advantages-item {
        flex-direction: column;
        gap: 10px;
    }
	.terms-page .advantages-list .advantages-item .advantages-info {
        text-align: center;
        font-size: 14px;
        line-height: 20px;
    }
	.terms-page .advantages-txt::before, .terms-page .advantages-txt::after {
        height: 68px;
        flex-shrink: 0;
    }
	.terms-page .advantages-txt .advantages-txt-wrap {
        font-size: 14px;
        line-height: 20px;
        padding: 0px;
    }
}
@media (max-width: 450px) {
	#reviews-main .reviews-stats-item .left {
		padding-bottom: 15px;
		margin-bottom: 20px;
	}
	#reviews-main .reviews-stats-item {
		padding: 30px 17px 30px 20px;
	}
}

/*anim*/
/**/
._anim_down_to_up_slow{
    transform: translate(0px, 120%);
    opacity: 0;
    transition: all 1s ease 0s;
}

._anim_down_to_up_slow._active{
    transform: translate(0px, 0px);
    opacity: 1;
}

._anim_up_to_down_slow{
    transform: translate(0px, -120%);
    opacity: 0;
    transition: all 0.5s ease 0s;
}

._anim_up_to_down_slow._active{
    transform: translate(0px, 0px);
    opacity: 1;
}

._anim_down_to_up_fast{
    transform: translate(0px, 120%);
    opacity: 0;
    transition: all 0.5s ease 0s;
}

._anim_down_to_up_fast._active{
    transform: translate(0px, 0px);
    opacity: 1;
}

._anim_left_to_right_fast{
    transform: translate(-120%, 0px);
    opacity: 0;
    transition: all 1.5s ease 0s;
}

._anim_left_to_right_fast._active{
    transform: translate(0px, 0px);
    opacity: 1;
}

._anim_right_to_left_fast{
    transform: translate(120%, 0px);
    opacity: 0;
    transition: all 1.5s ease 0s;
}

._anim_right_to_left_fast._active{
    transform: translate(0px, 0px);
    opacity: 1;
}

._anim_fade_in_fast{	
    opacity: 0;
    transition: all 1s ease 0s;
}

._anim_fade_in_fast._active{	
    opacity: 1;
}

._anim_fade_in_slow{	
    opacity: 0;
    transition: all 2s ease 0s;
}

._anim_fade_in_slow._active{	
    opacity: 1;
}

._anim_rotate_45{
    opacity: 0;
    transform: rotate(45deg);
    transition: all 1s ease 0s;
}

._anim_rotate_45._active{
    transform: rotate(0deg);
    opacity: 1;
}

._anim_big_to_small{
    opacity: 0;
    transform: scale(10);
    transition: all 2s ease 0s;
}

._anim_big_to_small._active{
    transform: scale(1);
    opacity: 1;
}
					
			
._anim-items.tzr1{
	transition: all 0.3s ease 0s;
}	

._anim-items.tzr2{
	transition: all 0.5s ease 0s;
}

._anim-items.tzr3{
	transition: all 0.7s ease 0s;
}

._anim-items.tzr4{
	transition: all 0.9s ease 0s;
}

._anim-items.tzr5{
	transition: all 1.1s ease 0s;
}

._anim-items.tzr6{
	transition: all 1.3s ease 0s;
}

._anim-items.tzr7{
	transition: all 1.5s ease 0s;
}	

._anim-items.tzr8{
	transition: all 1.7s ease 0s;
}	
	
._anim-items.tzr9{
	transition: all 1.9s ease 0s;
}

._anim-items.tzr10{
	transition: all 2.1s ease 0s;
}

._anim-items.tzr11{
	transition: all 2.2s ease 0s;
}

._anim-items.tzr12{
	transition: all 2.4s ease 0s;
}	

._anim_overhide{
	max-width: 100%; 
	overflow: hidden;
}

/*anim*/

/* End */


/* Start:/local/templates/o2/assets/css/main.css?177944257375706*/
/*обнуление дефолтных стилей браузера старт*/
 *{
	padding: 0;
	margin: 0;
	border: 0;
}
*,*:before,*:after{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
:focus,:active{outline: none;}
a:focus,a:active{outline: none;}
a:focus-visible {
  outline: none;
}
a[href*="tel:"] {display:inline-block;}

nav,footer,header,aside{display: block;}

html,body{
	height: 100%;
	width: 100%;
	font-size: 100%;
	line-height: 26px;
	font-size: 16px;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
input,button,textarea{font-family:inherit;}

input::-ms-clear{display: none;}
input[type="number"] {
  -moz-appearance: textfield;
appearance: textfield;}
button{cursor: pointer;}
button::-moz-focus-inner {padding:0;border:0;}
a, a:visited{text-decoration: none;}
a:hover{text-decoration: none;color: rgba(31, 31, 31, 1);}
ul li{list-style: none;}
img{vertical-align: top;}

h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight: 400;line-height:1.3;}
/*обнуление дефолтных стилей браузера конец*/

body {
	font-family: "Onest", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	overflow-x: hidden;
	color:rgba(68, 68, 68, 1);
}
a {color:rgba(32, 139, 217, 1);transition: color 0.5s ease-in-out;}
.container .bx-breadcrumb .bx-breadcrumb-item span {font-family: "Onest", sans-serif;color:rgba(118, 118, 118, 1);font-size:14px;}
.btn {font-size: 16px;
  font-weight: 500;
  color: rgb(32, 139, 217);
  border: 2px solid rgb(32, 139, 217);
  border-radius: 8px;
  padding: 0 25px;
  text-align: center;
  box-sizing: border-box;
  height: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background 0.5s ease-in-out;
  cursor:pointer;
}
.btn.fs-18 {font-size: 18px;}
.btn.h-60 {height: 60px;}
.btn-anim {position:relative;}
.btn-anim::before {
    content: ""; /* отображает псевдоэлемент */
    position: absolute; /* абсолютное позиционирование */
    top: 0; /* верхняя координата */
    left: 0; /* левая координата */
    width: 20%; /* относительная ширина */
    height: 100%; /* высота как у оригинала */
    background-color: rgba(255, 255, 255, 0.1); /* белый цвет с полупрозрачностью */
	transform: translateX(-120%) skewX(-35deg); 
}
.btn-anim:hover::before {transform: translateX(-120%) skewX(-35deg);}
.btn-anim:hover::before {
    animation: moveLight 0.5s;
}

         @keyframes moveLight {
from {
    transform: translateX(-120%) skewX(-35deg);
}
to {
    transform: translateX(20em) skewX(-35deg);
}
}
      
      

  
h1 {font-size:56px;color:rgba(31, 31, 31, 1);font-weight:600;margin:60px 0 50px;}
h2 {font-size:36px;color:rgba(31, 31, 31, 1);font-weight:600;margin:60px 0 50px;}
h3 {font-size:30px;color:rgba(31, 31, 31, 1);font-weight:600;line-height:1.3;}
h4 {font-size:22px;color:rgba(31, 31, 31, 1);font-weight:500;line-height:1.3;margin:0 0 20px;}
h5 {font-size:18px;color:rgba(31, 31, 31, 1);font-weight:500;line-height:1.3;margin:0 0 20px;}
p {margin-bottom:25px; line-height: 1.6;}
input[type="text"]:not(.form-checkbox__input):not(.btn),input[type="tel"],textarea {
	border: 1px solid rgba(0, 0, 0, 0.3);
	border-radius:4px;color:rgba(141, 141, 141, 1);
	height: 60px;
	line-height: 60px;
	padding: 0 10px;
	font-size: 16px;
}
textarea {resize: none;height:110px;line-height: 1.6;padding: 10px;}
input:-moz-placeholder {
  color: rgba(141, 141, 141, 1);
}
input::-moz-placeholder {
  color: rgba(141, 141, 141, 1);
}
input:-ms-input-placeholder {
  color: rgba(141, 141, 141, 1);
}
input::-webkit-input-placeholder {
  color: rgba(141, 141, 141, 1);
}
input:focus::-webkit-input-placeholder{color:transparent}
input:focus:-moz-placeholder{color:transparent}
input:focus::-moz-placeholder{color:transparent}
input:focus:-ms-input-placeholder{color:transparent}
input:focus:placeholder{color:transparent}
textarea:focus::-webkit-input-placeholder{color:transparent}
textarea:focus:-moz-placeholder{color:transparent}
textarea:focus::-moz-placeholder{color:transparent}
textarea:focus:-ms-input-placeholder{color:transparent}
textarea:focus:placeholder{color:transparent}

.licence_block input[type="checkbox"] {
  display: none;
}
.licence_block label {display: flex;align-items: center;}
.licence_block label span {line-height:20px;}
.dotted {border-bottom:dashed rgba(32, 139, 217, 1);border-width: 1px;}
.flex-column {flex-direction: column;}
.text-center {text-align: center;}
.text-left, .catalog .text-left {text-align: left;}
.text-white {color:rgba(255, 255, 255, 1);}
.container.content {padding-bottom:50px;min-height:70%;}
.main .container.content {padding-bottom:0;}
.flexbox {
	display: flex;
	flex-direction: column;
}
.gap-10 {gap:10px;}
.gap-20 {gap:20px;}
.flex-1 {flex: 1;}
.justify-beetwen {justify-content: space-between;}
.justify-end {justify-content: end;}
.justify-center {justify-content: center;}
.w100 {width:100%;}
.align-c {align-items: center;}
.d-none {display:none;}
.mt-0 {margin-top:0;}
.container .bx-breadcrumb {margin:30px 0 20px;}
.bx-breadcrumb .bx-breadcrumb-item {line-height: 1.3!important;}
.product-form .form-group-SIMPLE_QUESTION_420 select {
	padding: 10px 5px;
	background-color: white;
	cursor: pointer;
}
.search-page .search-result .adm-navigation .navigation-title {display: none;}
.search-page .search-result .adm-navigation .adm-nav-pages-block {display: flex;gap: 10px;align-items: center;margin-bottom: 10px;}
.search-page .search-result .adm-navigation .adm-nav-page {width: 30px;height: 30px;font-size: 14px;border-radius: 8px;border: 2px solid rgba(32, 139, 217, 0.2) !important;transition: background 0.5s ease-in-out;display: flex;align-items: center;justify-content: center;}
.search-page .search-result .adm-nav-pages-total-block {font-size: 14px;}
.search-page .search-result .adm-navigation .adm-nav-page-active,.search-page .search-result .adm-navigation .adm-nav-page:hover {background: rgba(32, 139, 217, 1) !important;border: 2px solid rgba(32, 139, 217, 1) !important;color:#fff;}
.search-page .search-result .adm-navigation  .adm-nav-page-separator {border-radius: 0;border:0!important;border-bottom: 2px dotted #208bd9 !important;}
.search-page .search-result .adm-navigation  .adm-nav-page-separator:hover {background:none!important;border:0!important;border-bottom: 2px dotted #208bd9 !important;}
.web_niris_wrap {background: rgba(31, 31, 31, 1);}
.web_niris_wrap .web_niris {display: flex;align-items: center;gap: 10px;color: rgba(141, 141, 141, 1);font-size: 13px;line-height: 1.4;margin: 0 auto;width: 310px;}
.web_niris_wrap .web_niris .web {display: flex;align-items: center;gap: 10px;}
.web_niris_wrap .web_niris .web::before {height:20px;width:1px;background:#656668;content:"";}
.web_niris_wrap .web_niris img {width:45px;}
.web_niris_wrap .web_niris a {color: rgba(141, 141, 141, 1)!important;text-decoration:underline;}
.web_niris_wrap .web_niris a:hover {text-decoration:none;}
body.menu-open {
    overflow: hidden;
    width: 100%;
}

.header__top .schedule.mobile {display:none;}
.headers-main .burger {display:none;cursor: pointer;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  flex-shrink: 0;}
.headers-container {background:rgba(248, 248, 248, 1);padding-top:40px;padding-bottom:44px;}
.headers-container.opacity {opacity:0;display:none;transition: opacity ease 10ms;}
.headers-container.opacity.fixed {opacity:1;display:block;}
.headers-container.fixed .burger {display:flex;}
.headers-container.fixed .burger.active {background: rgba(32, 139, 217, 1) url(/local/templates/o2/ico/close.svg) center center no-repeat;z-index: 999;display: flex;}
.headers-container.fixed .burger.active i {display:none;}
.headers-container.fixed .headers-main .header__top {margin-bottom:0;width:100%;}
.headers-container.fixed,.headers-container.main.fixed {transition: all 0.3s ease-in-out;z-index: 999;position: fixed;top: 0;background: #fff;padding: 10px 0;box-shadow: 0 1px 5px rgba(0, 0, 0, 0.136);height: 70px;width: 100%;}
.headers-container.fixed .headers-main .header__top .logo-slogan {align-items: center;}
.headers-container.fixed .headers-main .header__top .logo-slogan .logo {padding-right: 24px;margin-right: 24px;}
.headers-container.fixed .headers-main .header__top .logo-slogan .logo img {width: 126px;}
.headers-container.fixed .headers-main .maxwidth-theme {display: flex;align-items: center;gap: 40px;}
.headers-container.fixed .headers-main .top-menu {opacity: 0;
  visibility: hidden;
  /*transition: opacity 0.3s ease, visibility 0.3s ease;*/
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  background: rgba(255, 255, 255, 1);
  position: absolute;
  top: 72px;
  left: 30px;
  min-width: 279px;height:0px;transition: height 0.3s ease;}
.headers-container.fixed .headers-main .top-menu .navbar-nav {display:flex;flex-direction:column;justify-content: start;align-items: start;gap: 15px;}
.headers-container.fixed .headers-main .top-menu .navbar-nav .hr {display:none;}
.headers-container.fixed .headers-main .top-menu .navbar-nav a {font-size: 16px;font-weight: 400;}
.headers-container.fixed .headers-main .top-menu.active {padding: 30px;opacity: 1;visibility: visible;z-index: 999;max-height: 410px;}

.headers-container .headers-main.active .backgroundmobilemenu {position: fixed;
  background: #000000;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  z-index: 110;
  top: 0;
  left: 0;}


.news-detail img {max-width:100%;border-radius:10px;}

.headers-container.fixed .social .social__items .social__item.telegram a,
.catalog-block-contact .social .social__items .social__item.telegram a,
.contacts-page-address-wrap .social .social__items .social__item.telegram a {background: #24a2df;}

.headers-container.fixed .social .social__items .social__item.telegram svg path,
.catalog-block-contact .social .social__items .social__item.telegram svg path,
.contacts-page-address-wrap .social .social__items .social__item.telegram svg path {fill: #fff;}

.headers-container.fixed .social .social__items .social__item.telegram:hover svg path,
.catalog-block-contact .social .social__items .social__item.telegram:hover svg path,
.contacts-page-address-wrap .social .social__items .social__item.telegram:hover svg path {fill: #2AABEE;}

.headers-container.fixed .social .social__items .social__item.telegram:hover a,
.catalog-block-contact .social .social__items .social__item.telegram:hover a,
.catalog-block-contact .social .social__items .social__item a:hover,
.contacts-page-address-wrap .social .social__items .social__item.telegram a:hover,
.contacts-page-address-wrap .social .social__items .social__item a:hover {background-color: #fff;}

.headers-container.fixed .social .social__items .social__item.max a,
.catalog-block-contact .social .social__items .social__item.max a,
.contacts-page-address-wrap .social .social__items .social__item.max a {background: url(/local/templates/o2/ico/max_h.svg) center center no-repeat;transition: background 0.5s ease-in-out;}

.headers-container.fixed .social .social__items .social__item.max a:hover,
.catalog-block-contact .social .social__items .social__item.max a:hover,
.contacts-page-address-wrap .social .social__items .social__item.max a:hover {background: #fff url(/local/templates/o2/ico/max.svg?1) center center no-repeat;}





#mobileheader {display:none;}
.btn:hover {background:rgb(32, 139, 217);color:#fff;}
.btn.blue {color: rgb(255, 255, 255);background: rgb(32, 139, 217);}
.btn.blue:hover {background:rgba(24, 123, 195, 1);border:2px solid rgba(24, 123, 195, 1);}
.btn.h60 {height:60px;}
.fs-18 {font-size:18px;}
.fw-500 {font-weight:500;}
.maxwidth-theme {padding-left:40px;padding-right:40px;max-width:1600px;margin: 0 auto;}

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

.headers-main .header__top {margin-bottom:35px;}
.header__top .logo-slogan .logo {padding-right: 44px;border-right: 1px solid rgba(0, 0, 0, 0.1);margin-right: 31px;}
.header__top .logo-slogan .slogan {font-size: 13px;color: rgba(68, 68, 68, 1);max-width: 116px;line-height: 17px;}
.header__top .phones a {font-size: 16px;color: rgba(31, 31, 31, 1);font-weight: 600;}
.header__top .phones a:hover {color:rgba(32, 139, 217, 1);}
.header__top .phones .time {line-height: 1.4;font-size: 14px;color: rgba(68, 68, 68, 1);}
.header__top .phones {background: url(/local/templates/o2/ico/phone.svg) 0 0 no-repeat;padding-left: 38px;}
.social .social__items {display: flex;align-items: center;gap: 10px;}
.social .social__items .social__item svg path {transition: fill 0.5s ease-in-out;}
.social .social__items .social__item a {transition: background 0.5s ease-in-out;width:40px;height:40px;border-radius:999px;display: flex;align-items: center;justify-content: center;background:#fff;}
.social .social__items .social__item.telegram:hover svg path {fill:#fff;}
.social .social__items .social__item.telegram:hover a {background: #24a2df;}
.social .social__items .social__item.max a {background: #fff url(/local/templates/o2/ico/max.svg?1) center center no-repeat;}
.social .social__items .social__item.max a:hover {background: url(/local/templates/o2/ico/max_h.svg) center center no-repeat;}

#searchPanel.search-panel {
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    background: #ffffff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: top 0.3s ease;
    z-index: 1000;
	transition: top 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
#searchPanel.search-panel.open {
    top: 0; 
}
#searchPanel .search-panel-inner {
    padding: 20px;
    position: relative;
	align-items: center;
	flex-direction: row-reverse;
	justify-content: center;
	gap: 20px;
}
#searchPanel .search-panel-close {
    background: none;
    border: none;
    font-size: 35px;
    line-height: 1;
    cursor: pointer;
    color: #333;
}
#searchPanel .search-panel-close:hover {
    color: #000;
}
#searchPanel.search-panel .search-form {
    margin: 0;
	max-width: 90%;
}
#searchPanel.search-panel .search-form input[type="text"] {
    width: 100%;
    padding: 12px 20px;
    font-size: 16px;
    border: 1px solid #ddd;
    border-radius: 4px;
	color:rgba(31, 31, 31, 1);
	font-size:18px;
}
.search-panel .search-form input[type="submit"] {
  border: none;
  cursor: pointer;
  width: 50px;
  height: 50px;
  color: transparent;
  font-size: 1px;
  background: url(/local/templates/o2/ico/search-black.svg) center center no-repeat;
}
.search-panel .search-form input[type="submit"]:hover {background: url(/local/templates/o2/ico/search.svg) center center no-repeat;background-size: 22px;}


.header__top .search-callback {display: flex;gap: 10px;}
.header__top .search-callback .search-block {width: 45px;height: 45px;display: flex;align-items: center;justify-content: center;border: 2px solid rgba(32, 139, 217, 0.2);border-radius: 8px;cursor:pointer;}
.header__top .search-callback .callback .popup-callback .mobile-txt {display:none;}
.header__top .search-callback .search-block:hover {box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.05);background: #fff;border: 2px solid #fff;}
#searchPanel .search-form .search-top {align-items: center;}
#searchPanel .search-form .search-top .search-submit {margin-left: -70px;}


.top-menu .navbar-nav {display: flex;justify-content: space-between;}
.top-menu .navbar-nav a {font-size: 18px;color: rgba(31, 31, 31, 1);font-weight: 500;}
.top-menu .navbar-nav a:hover {color:rgb(32, 139, 217);}
.top-menu .navbar-nav .nav-item.active {border-bottom: 2px solid rgba(32, 139, 217, 1);}
.top-menu .navbar-nav .hr {content:'';width:1px;height:18px;background:rgba(0, 0, 0, 0.1);}
.top-menu .navbar-nav .hr:last-child {display:none;}

.headers-container.main {position: absolute;z-index: 1002;background:transparent;width:100%;}
.main .maxwidth-theme.main {max-width: 100%;padding:0;}
.main h2 {text-align:center;}


.main .mainslider .flexslider .slides {padding-bottom:0px;}
#advantages_block {box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.05);position: absolute;bottom: 2px;max-width: calc(1600px - 80px);min-width:calc(1600px - 80px);height: 380px;margin-bottom: 30px;z-index: 99;
background:rgba(255, 255, 255, 1);border-radius:8px;padding: 60px;box-sizing: border-box;}
#advantages_block .advantages-list {display: flex;gap: 20px;justify-content: center;}
#advantages_block .advantages-list .advantages-item {width:calc(16.666% - 20px);display: flex;flex-direction: column;gap: 15px;align-items: center;}
#advantages_block .advantages-list .advantages-item .advantages-ico img {max-width:70px;}
#advantages_block .advantages-list .advantages-item .advantages-info {text-align:center;font-size: 18px;color: rgba(31, 31, 31, 1);}
#advantages_block .advantages-txt {margin: 50px auto 0;display: flex;align-items: stretch;justify-content: center;}
#advantages_block .advantages-txt .advantages-txt-wrap {font-size: 20px;color: rgba(31, 31, 31, 1);padding: 22px;box-sizing: border-box;background: rgba(248, 248, 248, 1);max-width: 907px;}
#advantages_block .advantages-txt::before {content:' ';width: 26px;background: url(/local/templates/o2/ico/rt.svg) 0 0 no-repeat;transform: rotate(180deg);background-size: contain;}
#advantages_block .advantages-txt::after {content:' ';background: url(/local/templates/o2/ico/rt.svg) 0 0 no-repeat;width: 26px;background-size: contain;}

.list-checked {display: flex;gap: 20px;}
.list-checked.col-3 .list-checked__item {width:calc(33% - 15px);}
.list-checked .list-checked__item .list-checked__item_desc {font-size: 18px;color: rgba(31, 31, 31, 1);font-weight: 500;line-height: 1.6;}
.list-checked .list-checked__item .list-checked__item_head {letter-spacing: 2%;color: rgba(32, 139, 217, 1);text-transform: uppercase;font-weight: 600;font-size: 25px;background: url(/local/templates/o2/ico/check.svg) 0 0 no-repeat;padding-left: 36px;background-position: 0 0px;margin-bottom: 10px;}
ul.list-check {display: flex;flex-direction: column;gap: 8px;}
ul.list-check li {display:flex;gap:12px;padding-top: 5px;}
ul.list-check li::before {content:"";background: url(/local/templates/o2/ico/check.svg) 0 0 no-repeat;flex-shrink:0;width: 26px;height: 26px;}
ul.list {display: flex;flex-direction: column;gap: 8px;margin-bottom: 35px;}
ul.list li {display:flex;gap:12px;}
ul.list li::before {content:"";flex-shrink:0;width: 12px;height: 1px;background:rgba(24, 123, 195, 1);margin-top: 10px;}

.block-step-advantages {background: url(/local/templates/o2/ico/bg.png) center bottom no-repeat;background-size: 100% auto;padding:100px 0;margin-bottom:100px;}
#advantages_other .advantages-list {display: flex;justify-content: center;gap: 30px;flex-wrap: wrap;margin-top: 70px;}
#advantages_other .advantages-list .advantages-item {display: flex;align-items: center;gap: 30px;width: calc(33% - 20px);}
#advantages_other .advantages-list .advantages-item .advantages-info {color:rgba(31, 31, 31, 1);font-size:18px;}
#advantages_other .advantages-list .advantages-item .advantages-info span {font-weight:500;}
#advantages_other .advantages-list .advantages-item .advantages-ico {width: 94px;height: 94px;flex-shrink: 0;}

.step {margin-bottom:100px;}
.step .step-list.mobile {display:none;}
.step .step-list .step-list-tr {display: flex;align-items: start;}
.step .step-list .step-list__item {width:480px;display:flex;gap:20px;align-items:center;}
.step .step-list .step-list__item .step-list__item_ico {position: relative;}
.step .step-list .step-list__item .step-number {background: rgba(32, 139, 217, 1);font-size: 45px;font-weight: 600;color: #fff;border-radius: 50%;width: 80px;height: 80px;display: flex;align-items: center;justify-content: center;position: absolute;top: 0;right: 0;}
.step .step-list .step-list__item.one img,
.step .step-list .step-list__item.two img,
.step .step-list .step-list__item.tree img
{width:195px;border: 1px solid rgba(0, 0, 0, 0.1);border-radius:50%;box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.05);}
.step .step-list .step-list__item.ar-down,
.step .step-list .step-list__item.ar-up {width:247px;margin-right: 30px;}
.step .step-list .step-list__item.ar-down img,
.step .step-list .step-list__item.ar-up img {max-width:100%;}
.step .step-list .step-list__item .step-list__item_desc {color: rgba(31, 31, 31, 1);font-size: 18px;line-height: 28px;width: 55%;}
.step .step-list .step-list__item .step-list__item_desc span {color:rgba(141, 141, 141, 1);}
.step .step-list .step-list__item.ar-down {padding-bottom: 40px;margin-left: 10px;}
.step .step-list .step-list__item.ar-up {padding-top:30px;}
.step .step-list .step-list-tr.tr-one {align-items: end;width: 100%;}
.step .step-list .step-list-tr.tr-two {width:auto;justify-content: end;}
.step .step-list .step-list__item.four {width:296px;}
.step .step-list .step-list__item.four img {max-width:100%;}
.step .step-list {display: flex;flex-direction: column;align-items: center;}

#news-block {margin-bottom:100px;}
#news-block .owl-carousel .owl-stage {display: flex!important;gap: 0px;justify-content:space-between;margin-left: -10px;}
#news-block .owl-carousel .owl-stage .owl-item {width:33%!important;margin-left:20px;}
.news-carousel .news-item .news-date {color: rgba(141, 141, 141, 1);font-size: 14px;border-radius: 999px;background: rgba(248, 248, 248, 1);padding: 15px;box-sizing: border-box;display: inline-flex;align-items: center;justify-content: center;margin-bottom: 10px;height: 30px;}
.news-carousel .news-item .link-img {display: block;border-radius: 8px;overflow: hidden;margin-bottom: 20px;height:270px;}
.news-carousel .news-item .link-img img {object-fit: cover;height: 100%;}
.news-carousel .news-item .link-tlt {color:rgba(31, 31, 31, 1);font-size:20px;font-weight:500;margin-bottom:10px;display:block;}
.news-carousel .news-item .link-tlt:hover {color:rgba(32, 139, 217, 1);}

.reviews-carousel .owl-stage,.popular-models-prodazha-carousel .owl-stage, .popular-models-carousel .owl-stage {display: flex!important;}
.reviews-carousel .owl-stage-outer {padding: 0 0.5px!important;}

#faq-block .faq-list {display: flex;flex-direction: column;gap: 5px;}
#faq-block .faq-list .faq-item {display: flex;flex-direction: column;gap: 10px;background: rgba(248, 248, 248, 1) url(/local/templates/o2/ico/plus.svg) calc(100% - 22px) 22px no-repeat;box-sizing: border-box;border-radius:8px;}
#faq-block .faq-list .faq-item:hover {background-color:rgba(241, 241, 240, 1);}
#faq-block .faq-list .faq-item.active {background:rgba(241, 241, 240, 1) url(/local/templates/o2/ico/minus.svg) calc(100% - 22px) 22px no-repeat;}
#faq-block .faq-list .faq-item .faq-question {color: rgba(31, 31, 31, 1);font-size: 18px;font-weight: 500;cursor: pointer;padding: 22px 60px 22px 30px;}
#faq-block .faq-list .faq-item .faq-answer {color:rgba(68, 68, 68, 1);font-size: 16px;padding: 0px 60px 22px 30px;}

#footer {background:rgba(31, 31, 31, 1);font-size:16px; color:rgba(141, 141, 141, 1);padding: 70px 0 30px;}
#footer a {color:rgba(255, 255, 255, 1);}
#footer a:hover {color:rgba(24, 123, 195, 1);}
.warning-txt-foot {background:rgba(31, 31, 31, 1);text-transform: uppercase;color: rgb(91, 91, 91);font-size: 32px;line-height: 1.2;text-align: center;padding-bottom:0px;padding-top: 70px;}
.warning-txt-foot img {max-width:100%;}
.warning-txt-foot .warning-desk {height:32px;background:url(/upload/warning.svg) center/contain no-repeat;}

#footer .footer-wrap {display:flex;gap:40px;}
#footer .footer-menu .navbar-nav {display: flex;column-gap: 40px;row-gap: 12px;flex-wrap:wrap;}
#footer .footer-menu .navbar-nav .nav-item {width:calc(50% - 20px);}
#footer .footer-logo-block {display: flex;flex-direction: column;row-gap: 12px;min-width: 367px;margin-right: 120px;}
#footer .footer-logo-block .foot-logo a {display:block;}
#footer .foot-copy {display: flex;flex-direction: column;row-gap: 12px;line-height: 26px;}
#footer .footer-contacts {flex-shrink: 0;display: flex;flex-direction: column;row-gap: 12px;}
.footer-schedule {font-size:14px;margin-top: 5px;}
.footer-mail a[href^="mailto:"] {background:url(/local/templates/o2/ico/foot-mail.svg) 0 0 no-repeat;padding-left: 38px;display: block;line-height: 26px;}
.footer-phone a[href^="tel:"] {background:url(/local/templates/o2/ico/foot-tel.svg) 0 0 no-repeat;padding-left: 38px;display: block;line-height: 26px;}

.main-doctor-quote {background:url(/local/templates/o2/ico/bg-director.png) 0 0 no-repeat;background-size: 100% auto; background-position:center bottom;padding: 100px 0;}
.doctor-quote-block {border: 2px solid rgba(0, 0, 0, 0.1);border-radius:8px;display: flex;gap: 50px;box-sizing: border-box;padding: 90px 70px;align-items: start;}
.doctor-quote-block img {width:349px;border: 1px solid rgba(0, 0, 0, 0.1);border-radius: 50%;}
.doctor-quote-block h2 {text-align: left;margin-bottom:40px;margin-top: 0;padding-left: 78px;}
.doctor-quote-block .name {color:rgba(141, 141, 141, 1);font-size:16px;margin:20px 0 30px;}
.doctor-quote-block .doctor-quote-txt .doctor-quote-txt-wrap {color:rgba(68, 68, 68, 1);background:url(/local/templates/o2/ico/quotes.svg) 0 0 no-repeat;padding-left:78px;}
.doctor-quote-block .doctor-quote-txt .doctor-quote-txt-wrap .bg-quotes {background:url(/local/templates/o2/ico/quotes-bottom.svg) right bottom no-repeat;padding-right:100px;}
.doctor-quote-block .form-message {text-transform: lowercase;}
.doctor-quote-block .form-message span.mobile-hidden {text-transform: initial;}

.form-required 
{color: red;}

.error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(/local/templates/o2/assets/css/images/icon_warn.gif);
}

form .top-form h3 {font-size:26px;font-weight:500;margin-bottom:15px;}
form .top-form p {font-size: 14px;}
#message-form-popup.fancybox-content .top-form {text-align:center;}
#message-form-popup.fancybox-content {border-radius: 8px;}
#message-form-popup.fancybox-content .form-body .form-group .name-input {display:none;}
#message-form-popup.fancybox-content .form-body .form-group-SIMPLE_QUESTION_110 .name-input,
#message-form-popup.fancybox-content .form-body .form-group-SIMPLE_QUESTION_454 .name-input,
#message-form-popup.fancybox-content .form-body .form-group-SIMPLE_QUESTION_136 .name-input {display:block;}
#message-form-popup.fancybox-content {padding:50px;max-width: 465px;min-width: 465px;}
#message-form-popup.fancybox-content .form-body {display: flex;flex-direction: column;gap: 15px;}
#message-form-popup.fancybox-content .form-body input, #message-form-popup.fancybox-content .form-body textarea {width:100%;}

#message-form-popup.fancybox-content .form-body .form-group-SIMPLE_QUESTION_454,
#message-form-popup.fancybox-content .form-body .form-group-SIMPLE_QUESTION_110,
#message-form-popup.fancybox-content .form-body .form-group-SIMPLE_QUESTION_136
{display: flex;flex-direction: row-reverse;align-items: center;justify-content: start;font-size: 14px;}

#message-form-popup.fancybox-content .form-body .form-group-SIMPLE_QUESTION_454 .mf-name input[type="checkbox"],
#message-form-popup.fancybox-content .form-body .form-group-SIMPLE_QUESTION_110 .mf-name input[type="checkbox"],
#message-form-popup.fancybox-content .form-body .form-group-SIMPLE_QUESTION_136 .mf-name input[type="checkbox"]
{display: none;}
#message-form-popup.fancybox-content .form-body .form-group-SIMPLE_QUESTION_454 .mf-name input[type="checkbox"] + label::before,
#message-form-popup.fancybox-content .form-body .form-group-SIMPLE_QUESTION_136 .mf-name input[type="checkbox"] + label::before,
#message-form-popup.fancybox-content .form-body .form-group-SIMPLE_QUESTION_110 .mf-name input[type="checkbox"] + label::before {
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.3);
  vertical-align: text-bottom;
  margin-right: 15px;
  color: #fff;
  cursor: pointer;
  border-radius: 4px;
  flex-shrink: 0;
}
#message-form-popup.fancybox-content .form-body .form-group-SIMPLE_QUESTION_454 .mf-name input[type="checkbox"]:checked + label::before,
#message-form-popup.fancybox-content .form-body .form-group-SIMPLE_QUESTION_136 .mf-name input[type="checkbox"]:checked + label::before,
#message-form-popup.fancybox-content .form-body .form-group-SIMPLE_QUESTION_110 .mf-name input[type="checkbox"]:checked + label::before {
  background: url(/local/templates/o2/ico/check-input.svg) center center no-repeat;
  border: 2px solid rgba(32, 139, 217, 1);
}
#message-form-popup.fancybox-content .form-button .btn {min-width: 173px;margin: 0 auto;display: block;height: 60px;}
#message-form-popup.fancybox-content .form-result,.block-label .form-result {background: url(/local/templates/o2/ico/result.svg) top center no-repeat;padding-top: 100px;font-size: 26px;color: rgba(31, 31, 31, 1);text-align: center;font-weight: 500;line-height: 1.3;width: 160px;margin: 0 auto;}
.form-errors {
    background: #fff2f0;
    border: 1px solid #ffccc7;
    border-radius: 4px;
    padding: 10px 15px;
    margin-bottom: 20px;
}
.error-title {
    font-weight: bold;
    margin-bottom: 15px;
	line-height: 1.3;
}
.error-list {
    margin: 0;
	display: flex;
  flex-direction: column;
  gap: 10px;
}
.error-list li {
    color: #ff4d4f;
	line-height: 1.3;
	font-size: 14px;
}
.error-item {
    color: #ff4d4f;
    margin-bottom: 5px;
}




#form-main {background:rgba(248, 248, 248, 1);}
#form-main .form.order {box-sizing: border-box;padding: 40px 0;}
.wrap-form {display:flex;box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.05);border-radius:8px;overflow:hidden;}
.wrap-form .block-tlt-form {background:rgba(32, 139, 217, 1);padding:55px 60px;width:50%;color:rgba(255, 255, 255, 1);}
.wrap-form .block-tlt-form .description span {font-weight:600;}
.wrap-form .block-label {padding:80px 60px 55px 60px;width:50%;color:rgba(31, 31, 31, 1);}
.wrap-form .block-tlt-form .title-form {display: flex;gap: 45px;align-items: center;margin-bottom:30px;}
#form-main .block-label .PHONE .form-group label {display:none;}
.wrap-form .block-label .form-footer {display: flex;gap: 30px;margin-bottom: 15px;}
.wrap-form .block-tlt-form .description {line-height:26px;}

#form-main input[type="checkbox"] + label::before {
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.3);
  vertical-align: text-bottom;
  margin-right: 15px;
  color: #fff;
  cursor: pointer;
  border-radius:4px;
  flex-shrink: 0;
}
#form-main input[type="checkbox"] + label::before:hover {border: 2px solid rgba(32, 139, 217, 1);}
#form-main input[type="checkbox"]:checked + label::before {
  background: url(/local/templates/o2/ico/check-input.svg) center center no-repeat;
  border: 2px solid rgba(32, 139, 217, 1);
}

#specialist_block .specialist-text-foto {display: flex;gap: 40px;margin-bottom:50px;}
#specialist_block .specialist-text-foto p:last-child {margin-bottom:0;}
#specialist_block .specialist-text-foto .specialist-txt {width: 55%;flex-shrink: 0;}
#specialist_block .specialist-text-foto .specialist-foto {display: flex;gap: 40px;}
#specialist_block .specialist-text-foto .specialist-foto .specialist-foto__item {text-align: center;}
#specialist_block .specialist-text-foto .specialist-foto .specialist-foto__item img {max-width: 242px;border-radius: 50%;display: block;border: 1px solid rgba(0, 0, 0, 0.1);border-radius: 50%;}
#specialist_block .specialist-text-foto .specialist-foto .specialist-foto__item .specialist-name {display: inline-block;text-align: center;border-radius: 8px;background: #fff;box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.05);padding: 7px 11px;margin: -15px auto 0;}
#specialist_block .specialist-txt.flex {border-top: 1px solid rgba(0, 0, 0, 0.1);padding-top: 50px;}
#specialist_block .specialist-txt.flex {gap:40px;}
#specialist_block .specialist-txt.flex.col-2 .specialist-txt-col {flex: 1 0 calc(50% - 40px);}

.catalog-block-contact {display: flex;gap: 30px;justify-content: space-between;box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.05);padding: 60px;box-sizing: border-box;background: rgba(255, 255, 255, 0.6);border-radius: 8px;margin: 60px 0;align-items: center;}
.catalog-block-contact .catalog-block-contact__item .catalog-block-contact__title {line-height: 1.2;color: rgba(31, 31, 31, 1);font-size: 30px;font-weight: 600;margin-bottom: 10px;}
.catalog-block-contact .catalog-block-contact__item.flex-shrink-0 {flex-shrink: 0;}
.catalog-block-contact .catalog-block-contact__item .input-line a {font-weight:500;color:rgba(31, 31, 31, 1);}
.catalog-block-contact .catalog-block-contact__item .input-line a:hover {color:rgba(32, 139, 217, 1);}
.catalog-block-contact .catalog-block-contact__item.email {background: url(/local/templates/o2/ico/e-mail.svg) left 0 no-repeat;padding-left: 40px;}
.catalog-block-contact .catalog-block-contact__item.phone {background: url(/local/templates/o2/ico/phone.svg) left 0 no-repeat;padding-left: 40px;}
.catalog-block-contact .catalog-block-contact__item.social .social__items {display: flex;align-items: center;gap: 10px;}
.catalog-block-contact .catalog-block-contact__item.button .btn {height: 60px;font-size: 18px;}

#popular-models-prodazha,#popular-models {margin-bottom:100px;}

.company .content.company-page {background: url(/local/templates/o2/ico/bg.png) center bottom no-repeat;background-size: auto;background-size: cover;}
.container.company-page .bx-breadcrumb {margin-top: 0;padding-top: 30px;}

/*catalog*/
.catalog .catalog-page {display: flex;gap:50px;}
.catalog .left_block {width:242px;flex-shrink:0;}
.catalog .catalog-wrap, .catalog-arenda .catalog-wrap {background: url(/local/templates/o2/ico/bg.png) center bottom no-repeat;background-position: bottom center;background-size: 100% auto;padding: 0;}
.company .catalog-wrap {padding:0px 0 100px;}
.catalog .advantages-list {padding-bottom: 100px;}
.catalog-detail .catalog-detail__top-info .detail-gallery-big--vertical a {border: 1px solid rgba(0, 0, 0, 0.1);border-radius: 8px;overflow: hidden;display:block;}
.catalog-detail .catalog-detail__top-info .detail-gallery-big--vertical img {max-width:100%;}


#headerfixed.active .backgroundmobilemenu {
    position: fixed;
    background: #000000;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    z-index: 110;
    top: 0;
    left: 0;
}



.deliveries-step {gap:30px;line-height: 1.5;}
.deliveries-step .deliveries-step__item {gap:25px;}
.deliveries-step .deliveries-step__item .deliveries-step__wrap {gap:15px;}
.deliveries-step .deliveries-step__item .deliveries-step__number {width: 85px;height: 85px;display: flex;flex-shrink: 0;align-items: center;justify-content: center;background: rgba(32, 139, 217, 0.1);border-radius: 50%;font-size: 40px;color: rgba(32, 139, 217, 1);}
.deliveries-step .deliveries-step__item .deliveries-step__title {font-size: 30px;font-weight: 600;color: rgba(31, 31, 31, 1);}
.deliveries-step .deliveries-step__item .deliveries-step__desc {font-size: 18px;}
.deliveries-step .deliveries-step__item .deliveries-col {display: flex;gap: 30px;margin: 20px 0;align-items: start;}
.deliveries-step .deliveries-step__item .deliveries-col .deliveries-col__item {line-height: 1.5;padding: 30px;background: rgba(248, 248, 248, 1);border-radius: 8px;display: flex;flex-direction: column;gap: 10px;width: calc(50% - 30px);}
.deliveries-step .deliveries-step__item .deliveries-col .deliveries-col__item .deliveries-col__tlt {font-size: 22px;font-weight: 500;color: rgba(0, 0, 0, 1);}
.deliveries-step .deliveries-step__item .deliveries-col .deliveries-col__item .t-bold {font-size: 18px;color: rgba(31, 31, 31, 1);font-weight: 500;}
.deliveries-step .deliveries-step__item .deliveries-col .deliveries-col__item p {margin-bottom:0;}
.txt-bg-yellow {font-size: 24px;color: rgba(31, 31, 31, 1);padding: 3px 10px;border-radius: 4px;background: rgba(255, 207, 103, 1);display: inline-block;}
.deliveries-step .light-bold {font-weight:500;}


.contacts-page-address {display: flex;gap: 50px;margin:50px 0;}
.contacts-page-map img {max-width:100%;}
.contacts .requisite-block.desk {display:none;}
.contacts-page-address .address-block {background: rgba(248, 248, 248, 1);padding: 50px;border-radius: 8px;width: 70%;flex-shrink: 0;}
.contacts-page-address .address-block .contacts-page-address-wrap {display: flex;gap:20px;column-gap: 50px;flex-wrap: wrap;width: 80%;border-bottom: 1px solid rgba(0, 0, 0, 0.1);padding-bottom: 30px;margin-bottom: 30px;align-items: center;}
.contacts-page-address .address-block .contacts-page-address-wrap .contacts-page-address__item {width: calc(50% - 50px);padding-left: 38px;font-size: 18px;font-weight: 500;color: rgb(31, 31, 31);}
.contacts-page-address .address-block .contacts-page-address-wrap .contacts-page-address__item.address {background: url(/local/templates/o2/ico/location.svg) left 0 no-repeat;}
.contacts-page-address .address-block .contacts-page-address-wrap .contacts-page-address__item.mail{background:url(/local/templates/o2/ico/foot-mail.svg) 0 0 no-repeat;}
.contacts-page-address .address-block .contacts-page-address-wrap .contacts-page-address__item.phone{background:url(/local/templates/o2/ico/foot-tel.svg) 0 0 no-repeat;}
.contacts-page-address .address-block  .contacts-page-address-wrap .contacts-page-address__item .light {color:rgba(68, 68, 68, 1);font-size:14px;display:block;margin-bottom:5px;}
.contacts-page-address .address-block .contacts-page-address-consultation {display: flex;gap: 30px;align-items: end;}
.contacts-page-address .address-block .contacts-page-address-consultation .block-tlt-form {display: flex;gap: 30px;align-items: start;}
.contacts-page-address .address-block .contacts-page-address-consultation .block-tlt-form img {width:62px;}
.contacts-page-address .address-block .contacts-page-address-consultation .block-label {width: 267px;flex-shrink: 0;}



.mainslider .flexslider .slides #slideid_39 {background-size: auto 985px;}

.catalog h2,.company h2 {text-align: center;}

.company #specialist_block {margin-top: 100px;}

.news-detail .scroll-tab {margin-bottom:25px;}
.news-detail table {border-collapse: collapse;margin-bottom:10px;}
.news-detail table tr td {padding:10px;border:1px solid rgb(32, 139, 217);}
.news-detail table thead tr td {font-weight: 500;color: rgba(31, 31, 31, 1); font-size: 18px;background:rgba(32, 139, 217, 0.2);}
.news-detail .doctor-quote-block {padding: 30px 20px 30px;border: 2px solid rgba(32, 139, 217, 0.2);}
.news-detail .doctor-quote-block .doctor-quote-txt .doctor-quote-txt-wrap {background: url(/local/templates/o2/ico/quotes_blue.svg?1) 0 0 no-repeat;}
.news-detail .doctor-quote-block .doctor-quote-txt .doctor-quote-txt-wrap .bg-quotes {background: url(/local/templates/o2/ico/quotes-bottom_blue.svg?1) right bottom no-repeat;font-style: italic;}
.news-detail .doctor-quote-block p:last-child {margin-bottom:0;}
.news-detail h2 {margin: 60px 0 30px;}
.news-detail ul {margin-bottom:30px;}

.news-detail .blog-contents {background: rgba(248, 248, 248, 1);padding: 40px;border-radius: 15px;margin-bottom: 40px;display: flex;gap: 40px;}
.news-detail .blog-contents .name {font-weight: 500;color: rgba(31, 31, 31, 1); font-size: 20px;margin-bottom:15px;}
.news-detail .blog-contents .box {display:flex;flex-direction:column;gap:10px;margin-bottom:0;}
.news-detail .blog-contents .box li {display:flex;gap:7px;}
.news-detail .blog-contents .box li::before {transition: color 0.5s ease-in-out;content:"›";font-size: 36px;color: rgba(32, 139, 217, 1);display: block;margin-top: -3px;}
.news-detail .blog-contents .box li:hover::before {color: rgba(31, 31, 31, 1);}
.news-detail .blog-contents .blog-img img {height: 100%;width: 100%;object-fit: cover;}
.news-detail .blog-contents .blog-img {max-width: 35%;}

.news-detail .table-responsive {overflow-x: auto;}
.social .social__items .mobile-phone {display:none;}



@media screen and (max-width: 1600px) {
	.maxwidth-theme {max-width: 100%;width: 100%;}
	#advantages_block {max-width: calc(100% - 80px);min-width: calc(100% - 80px);}
	.step .step-list {max-width: 80%;margin: 0 auto;min-width: 1140px;overflow: hidden;}
	.step .step-list .step-list__item {width: 372px;}
	.step .step-list .step-list-tr.tr-two {width: 100%;justify-content: start;margin-left: 150px;}
	.step .step-list .step-list__item.one img, .step .step-list .step-list__item.two img, .step .step-list .step-list__item.tree img {width: 153px;}
	.step .step-list .step-list__item.four {width:224px;}
	.step .step-list .step-list__item.ar-down, .step .step-list .step-list__item.ar-up {width:215px;}
	.step .step-list .step-list__item .step-number {width: 62px;height: 62px;font-size: 35px;}
}
@media screen and (max-width: 1580px) {
	.sticker--action,.sticker--hit,.performance {font-size: 14px;padding: 1px 7px;}
}
@media screen and (max-width: 1540px) {
	#headerfixed.fixed .header__top .logo-slogan {margin-left: -100px;}
}
@media screen and (max-width: 1470px) {
	.mainslider .slide .text.left {width: 55%;}
	#headerfixed.fixed .header__top .logo-slogan {margin-left: -50px;}
	#footer .footer-logo-block {min-width: 269px;margin-right: 0px;}
	.contacts-page-address .address-block .contacts-page-address-wrap {width: 100%;}
	.contacts-page-address .address-block .contacts-page-address-wrap .contacts-page-address__item.address {min-width: 295px;}
}

@media screen and (max-width: 1360px) {
	.catalog-block-contact {padding: 35px 40px;}
	.catalog-block-contact .catalog-block-contact__item.button .btn {height: 50px;font-size: 16px;}
	.catalog-block-contact .catalog-block-contact__item .catalog-block-contact__title {font-size: 22px;}
	#headerfixed.fixed .header__top .logo-slogan {margin-left: -20px;}
}
@media screen and (max-width: 1280px) {
	.maxwidth-theme {padding-left: 42px;padding-right: 42px;}
	.header__top .logo-slogan .logo {padding-right: 25px;margin-right: 25px;}
	#advantages_block {padding: 40px 30px;}
	#advantages_block .advantages-list .advantages-item .advantages-info {font-size: 16px;}
	.deliveries-step .deliveries-step__item .deliveries-step__number {width: 64px;height: 64px;font-size: 32px;}
	.deliveries-step .deliveries-step__item .deliveries-step__title {font-size: 22px;}
	.txt-bg-yellow {font-size: 20px;}
	.deliveries-step .deliveries-step__item .deliveries-col .deliveries-col__item .deliveries-col__tlt {font-size: 18px;}
	.deliveries-step .deliveries-step__item .deliveries-col .deliveries-col__item .t-bold {font-size: 16px;}
	.doctor-quote-block {padding: 69px 70px;}
	.doctor-quote-block img {width:289px;}
	.step .step-list {min-width: 962px;}
	.step .step-list .step-list__item.one img, .step .step-list .step-list__item.two img, .step .step-list .step-list__item.tree img {width: 129px;}
	.step .step-list .step-list__item {width: 307px;}
	.step .step-list .step-list__item .step-number {width: 52px;height: 52px;font-size: 29px;}
	.step .step-list .step-list__item.ar-down, .step .step-list .step-list__item.ar-up {width: 156px;}
	.step .step-list .step-list__item.four {width: 200px;}
	.warning-txt-foot .warning-desk {height:26px;}
	#specialist_block .specialist-text-foto .specialist-txt {width: 50%;flex-shrink: inherit;}
	.news-carousel .news-item .link-img {height: 209px;}
	#news-block .news-carousel .owl-item {margin-left: 10px!important;margin-right: 10px!important;}
	
	.container.content.company-page {padding-bottom: 50px;}
	.company #specialist_block {margin-top: 50px;}
	.company .main-doctor-quote {padding: 50px 0;}
	.company #reviews-main {padding: 50px 0 30px;}
	 
}
@media screen and (max-width: 1190px) {
	.maxwidth-theme {padding-left: 30px;padding-right: 30px;}
	.catalog-block-contact {flex-wrap: wrap;column-gap: 60px;justify-content: start;padding:30px;}
	.catalog-block-contact .catalog-block-contact__item.title {width: 100%;display: flex;gap: 15px;align-items: baseline;}
	
	
	.doctor-quote-block {padding: 0 26px 30px;flex-direction: column;align-items: center;gap: 30px;}
	.doctor-quote-block img {width:180px;margin-top:-30px;}
	.doctor-quote-block {text-align:center;}
	.doctor-quote-block h2 {text-align: center;margin-bottom: 30px;margin-top: 0;padding-left: 0;font-size: 26px;}
	.doctor-quote-block .doctor-quote-txt .doctor-quote-txt-wrap {background-size: 36px auto;padding-left: 56px;}
	.doctor-quote-block .doctor-quote-txt .doctor-quote-txt-wrap .bg-quotes {background-size: 36px auto;padding-right: 80px;}
	.doctor-quote-block .name {margin-left: -56px;}
	.doctor-quote-block .callback {margin-left: -56px;}
	
	.header__top .phones .time span {display:block;}
	.working-schedule-status {top: inherit;bottom: 7px;}
	.headers-container {padding-top: 20px;}
	.headers-container.fixed .header__top .phones .time span {display:none;}
	
	.header__top .search-callback .callback .popup-callback .mobile-txt {display:block;}
	.header__top .search-callback .callback .popup-callback .desk-txt {display:none;}
	#advantages_other .advantages-list {gap: 20px;}
	#advantages_other .advantages-list .advantages-item {width: calc(50% - 10px);}
	#mobileheader .schedule {font-size: 12px;line-height: 17px;}
	#mobileheader .logo-slogan {width: 90px;flex-shrink: 0;}
	#mobileheader .logo-slogan img {max-width:100%;}
	#reviews-main .owl-nav {width: 100% !important;}
	#reviews-main .owl-dots {width: 60% !important;overflow: hidden;}
	
	.contacts-page-address .requisite-block {display:none;}
	.contacts-page-address .address-block {width: 100%;padding: 40px;}
	.contacts .requisite-block.desk {display: block;margin: 50px 0;}
	.contacts-page-address .address-block .contacts-page-address-wrap .contacts-page-address__item {width: auto;}
	.contacts-page-address .address-block .contacts-page-address-wrap {row-gap: 30px;}
	
	.news-detail .doctor-quote-block {text-align:left;}
	.news-detail .doctor-quote-block .doctor-quote-txt .doctor-quote-txt-wrap,.news-detail .doctor-quote-block .doctor-quote-txt .doctor-quote-txt-wrap .bg-quotes {background-size: 36px auto !important;}
	
}

@media screen and (max-width: 1130px) {
	#headerfixed.fixed .header__top .logo-slogan {margin-left: 0px;}
}
@media screen and (max-width: 1080px) {
	.catalog-detail__top-info .product-gallery .gallery-main {width: 420px;}
}

@media screen and (max-width: 1024px) {
	h1 {font-size: 46px;margin: 20px 0 35px;}
	h2 {font-size:26px;margin: 30px 0 20px;}
	.container.content {min-height:inherit;}
	.headers-container {padding-top:20px;padding-bottom:20px;}
	#advantages_block {padding: 40px 30px;}
	#advantages_other .advantages-list {margin-top: 0;}
	#advantages_other .advantages-list .advantages-item .advantages-ico {width: 80px;height: 80px;}
	#advantages_other .advantages-list .advantages-item .advantages-ico img {max-width:100%;}
	#advantages_block .advantages-list .advantages-item .advantages-ico img {max-width: 50px;}
	#advantages_block .advantages-list .advantages-item .advantages-info {font-size: 16px;}
	.deliveries-step .deliveries-step__item .deliveries-col {flex-direction: column;}
	.deliveries-step .deliveries-step__item .deliveries-col .deliveries-col__item {width:100%;}
	#advantages_block {height: 310px;width: auto;left: 30px;right: 30px;max-width: inherit; min-width: inherit;}
	#advantages_block .advantages-list {flex-wrap: wrap;justify-content: space-between;margin-bottom: 30px;}
	#advantages_block .advantages-list .advantages-item {width: calc(33% - 15px);flex-direction: inherit;}
	#advantages_block .advantages-list .advantages-item .advantages-info {text-align: left;}
	#advantages_block .advantages-txt {margin:0 auto;}
	#advantages_block .advantages-txt .advantages-txt-wrap {font-size: 16px;padding: 4px 10px;text-align: center;height: 60px;display:flex;align-items: center;}
	#advantages_block .advantages-txt::before,
	#advantages_block .advantages-txt::after {width: 40px;}
	.mainslider .flexslider .slides > li {padding-bottom: 310px;}
	.step .step-list.mobile {display:flex;}
	.step .step-list.desk {display:none;}
	.step .step-list {min-width: inherit;max-width: 100%;}
	.step .step-list .step-list__item {flex-direction: column;width: 222px;text-align: center;position: relative;}
	.step .step-list .step-list-tr.tr-one {align-items: start;justify-content: space-between;width: auto;gap: 20px;}
	.step .step-list .step-list-tr.tr-two {justify-content: center;margin-left:0;width: auto;}
	.step .step-list .step-list__item .step-list__item_desc {width:100%;font-size: 16px;line-height: 26px;}
	.step .step-list .step-list__item.two .step-list__item_desc br {display:none;}
	.step .step-list .step-list__item .step-list__item_ico {position: relative;z-index: 9;}
	.step {margin-bottom: 50px;}
	.step .step-list .step-list__item.one::after,.step .step-list .step-list__item.two::after {content:'';background:url(/local/templates/o2/ico/ar-up.svg) center/contain no-repeat;width:156px;height:65px;position: absolute;top: 10px;right: -25px;}
	.step .step-list .step-list__item.tree::after {content:'';background:url(/local/templates/o2/ico/ar-down.svg) center/contain no-repeat;width:156px;height:65px;position: absolute;bottom: -85px;transform: rotate(180deg);left: 0;}
	
	#footer {padding: 60px 0 40px;}
	#footer .footer-logo-block {min-width: 214px;}
	.warning-txt-foot .warning-desk {height:63px;background:url(/upload/warning_mob.svg) center/contain no-repeat;}
	.wrap-form .block-tlt-form {padding: 30px;}
	.wrap-form .block-label {padding: 30px;}
	.wrap-form .block-tlt-form .title-form {gap: 25px;}
	.wrap-form .block-tlt-form .title-form img {width:60px;}
	.wrap-form .block-tlt-form .title-form h3 {font-size:22px;}
	.wrap-form .block-label .form-footer {flex-direction: column;}
	.wrap-form .block-label .form-footer input {width:100%;}
	form .top-form h3 {font-size: 20px;}
	.header__top .logo-slogan .logo img {width: 116px;}
	.headers-container:not(.fixed) .headers-main .header__top .logo-slogan {flex-direction: column;gap: 10px;}
	.headers-container.fixed .headers-main .header__top .logo-slogan .logo img {width: 110px;}
	.header__top .phones {padding-left: 0;background: none;}
	.headers-container:not(.fixed) .header__top .logo-slogan .logo {padding-right: 0;margin-right: 0;border-right: 0;}
	.headers-main .burger {display:flex;}
	.headers-container .headers-main .maxwidth-theme {display: flex;align-items: center;gap:30px;}
	.headers-container .headers-main .header__top {width:100%;margin-bottom:0;}
	.headers-container .headers-main .top-menu {
		opacity: 0;
		visibility: hidden;
		transition: opacity 0.3s ease, visibility 0.3s ease;
		border: 1px solid rgba(0, 0, 0, 0.1);
		box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.05);
		padding: 30px;
		border-radius: 8px;
		background: rgba(255, 255, 255, 1);
		position: absolute;
		top: 110px;
		left: 30px;
		min-width: 279px;
		max-height: 500px;
	}
	.headers-container .headers-main .top-menu.active {opacity: 1;visibility: visible;z-index: 999;overflow: scroll;}
	.headers-container .headers-main .top-menu .navbar-nav {display:flex;flex-direction:column;justify-content: start;align-items: start;gap: 15px;}
	.headers-container .headers-main .top-menu .navbar-nav .hr {display:none;}
	.headers-container .headers-main .top-menu .navbar-nav a {font-size: 16px;font-weight: 400;}
	.headers-container .headers-main .top-menu.active {opacity: 1;visibility: visible;z-index: 999;}
	.headers-main .burger.active {background: rgba(32, 139, 217, 1) url(/local/templates/o2/ico/close.svg) center center no-repeat;z-index: 999;}
	.headers-main .burger.active i {display:none;}

	
	#specialist_block .specialist-text-foto {flex-direction: column-reverse;text-align: center;margin-bottom: 30px;}
	#specialist_block .specialist-txt.flex {padding-top: 30px;}
	#specialist_block .specialist-text-foto .specialist-txt {width: 100%;}
	#specialist_block .specialist-text-foto .specialist-foto {justify-content: center;}
	#specialist_block .specialist-txt.flex {flex-direction: column;gap: 0;text-align: center;}
	#specialist_block .specialist-txt.flex.col-2 .specialist-txt-col {flex: 1 0 100%;}
	
	.news-carousel .news-item .link-img {height: 172px;}
	
	
	.catalog-detail__bottom-info .nav {gap: 30px;}
	.catalog-detail__bottom-info .nav li a {font-size: 18px;}
	.catalog-detail .catalog-detail__top-info .detail-gallery-big--vertical .product-gallery {flex-direction: column-reverse;}
	.catalog-detail__top-info .product-gallery .gallery-main {width: 420px;}
	.catalog-detail .catalog-detail__top-info .product-gallery .gallery-thumbs {height: 73px;padding: 0 50px;width: calc( (71px + 10px) * 4 + 90px );}
	.catalog-detail .catalog-detail__top-info .product-gallery .gallery-thumbs .gallery-slider-thumb__container {height: 73px;}
	.thumb-list {flex-direction: row;max-height: inherit;}
	.thumb-item {height: 71px;width:71px;}
	.catalog-detail .catalog-detail__top-info .product-gallery .gallery-thumbs .gallery-slider-thumb__container .thumb-arrow.up {left:0;transform: rotate(270deg);top:12px;}
	.catalog-detail .catalog-detail__top-info .product-gallery .gallery-thumbs .gallery-slider-thumb__container .thumb-arrow.down {right: 0;left: inherit;top:0;transform: rotate(270deg);top:12px;}
	.catalog-detail__top-info .char-side .catalog-detail__price {font-size: 18px;}
	.catalog-detail-price-list-item .price {font-size: 17px;line-height: 1.5;}
	.catalog-detail-price-list-item .time {font-size: 14px;}
	.catalog-detail-price-list-item {padding:12px;}
	
	.sticker--hit,.sticker--action {font-size: 12px;height: 23px;display: flex;align-items: center;justify-content: center;padding: 0 5px;}

    
}

@media screen and (max-width: 980px) {
	.catalog-block-contact .catalog-block-contact__item.button {width: 100%;}
	.catalog-block-contact .catalog-block-contact__item.button .btn {width: 100%;}
	.catalog-block-contact .catalog-block-contact__item .catalog-block-contact__title {flex-shrink:0;margin-bottom: 0;}
	#footer .footer-wrap {flex-wrap: wrap;}
	#footer .footer-logo-block {min-width: inherit;flex-direction: row;gap: 50px;width: 100%;}
	#footer .footer-menu {width: 65%;flex-shrink: 0;}
	#footer .footer-contacts .footer-schedule span {display:block;}
	
	.headers-container.fixed .headers-main .maxwidth-theme {gap: 20px;}
}

@media screen and (max-width: 920px) {
	.catalog-block-contact .catalog-block-contact__item.title {flex-direction: column;gap: 5px;}
	.catalog-block-contact .catalog-block-contact__item .catalog-block-contact__title {font-size:22px;}
	#headerfixed.fixed .header__top .logo-slogan .logo {padding-right: 0;margin-right: 0;}
	#headerfixed .header__top .logo-slogan .slogan {display: none;}
	
	.contacts-page-address .address-block .contacts-page-address-consultation {flex-direction: column;align-items: start;}
	
	.catalog-detail__top-info .char-side .btn-block {flex-direction: column;display: flex;gap: 15px;}
	.catalog-detail__bottom-info .nav {flex-wrap: nowrap;white-space: inherit!important;align-items: start;}
	.catalog-detail__bottom-info .nav li {flex: 0 1;}
	.catalog-detail__bottom-info .nav li a {display: inline-flex;margin-bottom:1px;}
	.catalog-detail__bottom-info .nav li a:hover {margin-bottom:-1px;}
	
	.headers-container .headers-main .maxwidth-theme {gap: 20px;}
	.headers-container.fixed .header__top .logo-slogan .slogan {display:none;}
	.headers-container.fixed .headers-main .header__top .logo-slogan .logo {padding: 0;border: 0;margin: 0;}
	
	.news-detail .blog-contents {flex-direction: column;}
	.news-detail .blog-contents .blog-img {max-width: 100%;}
	.news-detail .blog-contents .blog-img img {height: 350px;}
	
}

@media screen and (max-width: 830px) {
	#headerfixed .header__top .logo-slogan {margin-left: -30px;}
	
	.catalog-detail__top-info {gap: 30px;}
	.catalog-detail-price-list-item {padding: 10px;flex-shrink: 0;}
	.catalog-detail-price-list-item .price {font-size: 16px;}
	.catalog-detail__top-info .char-side .properties .properties__item {font-size: 14px;}
	.catalog-detail__top-info .char-side .properties .properties__item .properties__title {font-size: 15px;}
}
@media screen and (max-width: 768px) {
	
	h2 {font-size:22px;}
	.maxwidth-theme,#headerfixed .maxwidth-theme {padding-left: 20px; padding-right: 20px;}
	
	#advantages_block .advantages-list .advantages-item {width: calc(33% - 20px);}
	#advantages_block .advantages-list {flex-wrap: wrap;}
	.wrap-form {flex-direction: column;}
	.wrap-form .block-tlt-form {width:100%;}
	.wrap-form .block-label {width:100%;}
	#advantages_other .advantages-list .advantages-item {width:100%;gap: 20px;}
	#advantages_other .advantages-list .advantages-item .advantages-ico {width: 60px;height: 60px;}
	#advantages_other .advantages-list .advantages-item .advantages-ico img {max-width:100%;}
	#advantages_other .advantages-list .advantages-item .advantages-info {font-size: 16px;}
	.block-step-advantages {padding: 10px 0 50px;margin-bottom: 50px;background-size: 100% auto;}
	#advantages_other .advantages-list {margin-top: 30px;}
	#advantages_block {padding: 30px 20px;}
	#advantages_block .advantages-list .advantages-item {width: calc(50% - 10px);}
	.warning-txt-foot .warning-desk {height:47px;background:url(/upload/warning_mob.svg) center/contain no-repeat;}
	.wrap-form .block-label,.wrap-form .block-tlt-form {padding: 30px 20px;}
	#headerfixed .header__top .logo-slogan {margin-left: 0;}
	#advantages_block {height: 350px;}
	#advantages_block .advantages-txt .advantages-txt-wrap {height: 68px;}
	
	.catalog-detail__top-info {gap: 30px;}
	.catalog-detail__top-info .product-gallery .gallery-main {width: 344px;margin: 0 auto;}
	.catalog-detail .catalog-detail__top-info .product-gallery .gallery-thumbs {margin: 0 auto;height: 67px;width: calc( (65px + 10px) * 3 + 92px );margin: 0 auto;}
	.catalog-detail .catalog-detail__top-info .product-gallery .gallery-thumbs .gallery-slider-thumb__container {height: 67px;}
	.thumb-item {height: 65px;width:65px;}
	.catalog-detail .catalog-detail__top-info .product-gallery .gallery-thumbs .gallery-slider-thumb__container .thumb-arrow.up,
	.catalog-detail .catalog-detail__top-info .product-gallery .gallery-thumbs .gallery-slider-thumb__container .thumb-arrow.down {top:7px;}
	.catalog-detail__top-info .char-side .properties .properties__item {font-size: 16px;}
	.catalog-detail__top-info .char-side .properties .properties__item .properties__title {font-size: 16px;}
	.contacts-page-map img {width: 100%;height: 300px;object-fit: cover;display: block;}
}

@media screen and (max-width: 720px) {
	.headers-container.fixed, .headers-container.main.fixed {height: 66px;}
	
	.step .step-list .step-list-tr.tr-one {flex-direction: column;gap: 30px;}
	.step .step-list .step-list__item {flex-direction: row;width: 100%;text-align: left;gap: 30px;}
	.step .step-list .step-list__item.one::after, .step .step-list .step-list__item.two::after {width: 147px;height: 61px;top: inherit;right: inherit;bottom: 15px;transform: rotate(45deg);}
	 .step .step-list .step-list__item.tree::after {background: url(/local/templates/o2/ico/ar-up.svg) center/contain no-repeat;width: 147px;height: 61px;top: inherit;right: inherit;bottom: -30px;transform: rotate(45deg);}
	.step .step-list .step-list-tr.tr-two {width: 100%;justify-content: start;}
	.step .step-list .step-list__item.four {width: 360px;margin-left: 130px;}
	.step .step-list .step-list__item.four .step-list__item_ico {width:200px;}
	
	.catalog-detail__bottom-info .nav {gap: 20px;}
	.catalog-detail__bottom-info .nav li a {font-size: 16px;}
	
	.wrap-form .block-tlt-form .title-form h3 {font-size: 18px;}
	.wrap-form .block-tlt-form .title-form {margin-bottom: 5px;}
	.wrap-form .block-tlt-form .description {line-height: 20px;font-size: 14px;}
	
	.catalog .advantages-list {padding-bottom: 50px;}
	
	
	#form-main .form.order {padding: 20px 0;}
	
	#footer {padding: 40px 0 20px;}
	#footer .footer-wrap {gap: 20px;}
	#footer .footer-menu {width: 100%;}
	#footer .footer-logo-block {flex-direction: column;gap: 20px;align-items: center;}
	#footer .foot-copy {text-align: center;}
	#footer .footer-contacts {width: 100%;align-items: center;}
	.footer-schedule {text-align: center;}
	
	
	
	
	.catalog-detail .catalog-detail__top-info {flex-direction: column;}
	
	.header__top .logo-slogan .slogan,
	.header__top .phones .time,
	.header__top .search-callback,
	.headers-container .headers-main .top-menu,.headers-container .headers-main .top-menu.active {display:none;}
	#searchPanel{display:none;}
	.headers-main .top-menu {display:none;}
	.header__top .phones .time span {display:block;}
	.header__top .schedule.mobile {display:block;font-size: 12px;line-height: 17px;}
	.header__top .phones {background: none;padding-left: 0;display: none;}
	.social .social__items .mobile-phone {display:block;}
	.catalog-block-contact .social .social__items .mobile-phone {display:none;}
	.contacts-page-address-wrap .social .social__items .mobile-phone {display:none;}
	.social .social__items .mobile-phone a {width: 40px;height: 40px;background: url(/local/templates/o2/ico/phone_mobile.svg) 0 0 no-repeat;display: block;color: transparent;font-size: 1px;background-size: 100% auto;}
	.headers-container {padding-top: 20px;padding-bottom: 00px;height: 86px;}
	#mobileheader {padding: 0px;
		background: rgba(248, 248, 248, 1);
		box-sizing: border-box;
		transition: top 300ms linear;
		z-index: 996;
		display: block;
		position: absolute;
		margin: 0;
		left: 0;
		width: 100%;
		overflow: hidden;
		background-color: #F3F6F6;
		opacity: 0;
		height: 0;
		top: 0;
		border-bottom: 1px solid rgba(217, 217, 217, 0.5);
		transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-webkit-transition: all 0.5s ease;
  
  }
  .headers-container.main #mobileheader {background:#fff;}
  #mobileheader.active {
		padding: 20px 20px 40px;
		margin: 0;
		width: 100%;
		top: 0;
		z-index: 997;
		right: 0;
		left: 0;
		transition: z-index 0.25s ease-in-out;
		box-shadow: 0 1px 5px rgba(0, 0, 0, 0.136);
		overflow: visible;
		opacity: 1;
		top: 86px;
		z-index: 1003;
		overflow-y: auto;
		overflow-x: hidden;
		height: 800px;transition: top 300ms linear;
  }
	.headers-container.fixed #mobileheader {top:66px;}
	#mobileheader.mobile-wrapper {display:flex;}
	
	#mobileheader .mobile-menu {
		width: 100%;
		display: flex;
		flex-direction: column;
		gap: 20px;
	} 

	#mobileheader .mobile-menu .navbar-nav {display: flex;flex-wrap: wrap;gap: 20px;padding-bottom: 20px;border-bottom: 1px solid rgba(0, 0, 0, 0.1);align-items: start;}
	#mobileheader .mobile-menu .navbar-nav>li {width:calc(50% - 15px);}
	#mobileheader .mobile-menu .navbar-nav a {color:rgba(31, 31, 31, 1);}
	#mobileheader .mobile-menu .navbar-nav a:hover {color:rgba(32, 139, 217, 1);}
	#mobileheader .mobile-menu .callback a {width:100%;}
	#mobileheader .mobile-menu .navbar-nav .nav-item:nth-child(1) {order: 5;}
	#mobileheader .mobile-menu .navbar-nav .nav-item:nth-child(2) {order: 1;}
	#mobileheader .mobile-menu .navbar-nav .nav-item:nth-child(3) {order: 3;}
	#mobileheader .mobile-menu .navbar-nav .nav-item:nth-child(4) {order: 7;}
	#mobileheader .mobile-menu .navbar-nav .nav-item:nth-child(5) {order: 9;}
	#mobileheader .mobile-menu .navbar-nav .nav-item:nth-child(6) {order: 2;}
	#mobileheader .mobile-menu .navbar-nav .nav-item:nth-child(7) {order: 4;}
	#mobileheader .mobile-menu .navbar-nav .nav-item:nth-child(8) {order: 6;}
	#mobileheader .mobile-menu .navbar-nav .nav-item:nth-child(9) {order: 8;}
	#mobileheader .mobile-menu .header__top-item.phones {display: flex;flex-direction: column;align-items: center;gap: 10px;text-align: center;}
	#mobileheader .mobile-menu .header__top-item.phones .phone a {font-size: 20px;color: rgba(31, 31, 31, 1);font-weight: 600;}
	#mobileheader .mobile-menu .header__top-item.phones .phone a:hover {color:rgba(32, 139, 217, 1);}
	#mobileheader .mobile-menu .header__top-item.phones .time {font-size: 14px;}
	#mobileheader .mobile-menu .header__top-item.phones .time span {display: block;}
	#mobileheader .mobile-menu .header__top-item.social {justify-content: center;}
	
	#mobileheader .social .social__item.telegram a,
	.headers-container.fixed .social .social__items .social__item.telegram a {background: #24a2df;}
	
	#mobileheader .social .social__item.telegram svg path,
	.headers-container.fixed .social .social__items .social__item.telegram svg path {fill: #fff;}
	
	#mobileheader .social .social__item a:hover,
	.headers-container.fixed .social .social__items .social__item a:hover {background-color: #fff;}
	
	#mobileheader .social .social__item.telegram:hover a,
	.headers-container.fixed .social .social__items .social__item.telegram:hover a {background-color: #fff;}
	
	#mobileheader .social .social__item.telegram:hover svg path,
	.headers-container.fixed .social .social__items .social__item.telegram:hover svg path {fill: #2AABEE;}
	
	#mobileheader .social .social__item.max a,
	.headers-container.fixed .social .social__items .social__item.max a {background: url(/local/templates/o2/ico/max_h.svg) center center no-repeat;transition: background 0.5s ease-in-out;}
	
	#mobileheader .social .social__item.max a:hover,
	.headers-container.fixed .social .social__items .social__item.max a:hover {background: #fff url(/local/templates/o2/ico/max.svg?1) center center no-repeat;}
	
	#mobileheader .mobile-menu .search-panel form input {height: 50px;width: 100%;}
	#mobileheader .mobile-menu .search-panel form .search-submit {position: absolute;right: 0;width: 50px;}
	#mobileheader .mobile-menu .search-panel form.search-top {position: relative;}
	#mobileheader .mobile-menu .callback .btn {margin: 0 auto;width:280px;display: flex;}
	
	.headers-container .header__top .social .social__items .social__item.telegram {display:none;}
	
	/*body.menu-open {overflow: hidden;position: fixed;width: 100%;}*/
	.headers-container .headers-main.active .backgroundmobilemenu {display:none;}
	.working-schedule-status {position: inherit;margin: 0 0 0 10px;}
	#faq-block .faq-list .faq-item {gap:0;}
	#faq-block .faq-list .faq-item .faq-question {font-size: 16px;padding: 17px 60px 17px 22px;}
	#faq-block .faq-list .faq-item .faq-answer {font-size: 14px;padding: 0px 60px 17px 22px;line-height: 20px;}
	
	#popular-models-prodazha, #popular-models {margin-bottom: 50px;}
	#reviews-main {padding: 50px 0 30px;}
	
	
}
	
@media screen and (max-width: 620px) {
	#advantages_block {height: 380px;}
}


@media screen and (max-width: 600px) {
	h1 {font-size: 24px;margin: 10px 0 25px;}
	h2,#reviews-main h2 {font-size: 22px;}
	h3 {font-size: 20px;}
	h4,#reviews-main .total-count-reviews {font-size: 18px;}
	#reviews-main .component-desc {font-size: 16px;}
	#reviews-main .reviews-stats-row {margin-top:30px;}
	.catalog-block-contact {flex-direction: column;align-items: start;padding: 30px 20px;gap: 25px;}
	.catalog-detail__bottom-info .nav li a {font-size: 18px;}
	.maxwidth-theme {padding-left: 20px;padding-right: 20px;max-width: 100%;}
	.headers-container.fixed .headers-main .header__top .logo-slogan .logo img,
	#mobileheader .logo-slogan {width: 90px;}
	
	#mobileheader .social .social__items .social__item a {width: 30px;height: 30px;background-size: 100% auto;}
	.social .social__items {gap:10px;}
	.social .social__items .social__item.telegram svg {width: 17px;height: 14px;}
	.social .social__items .social__item a {width:30px;height:30px;}
	.social .social__items .social__item.max a {background: url(/local/templates/o2/ico/max_h.svg) center center no-repeat;}
	.social .social__items .social__item.max a {background-size: 33px auto!important;}
	.social .social__items .social__item.max a:hover {background: url(/local/templates/o2/ico/max.svg) center center no-repeat;}
	.social .social__items .social__item.max a:hover {background-size: 18px auto !important;}
	#advantages_block {left: 20px;right: 20px;}
	#advantages_block .advantages-txt::before, #advantages_block .advantages-txt::after {height: 68px;flex-shrink: 0;}
	#advantages_other .advantages-list {flex-direction: column;gap: 20px;}
	#advantages_block .advantages-txt .advantages-txt-wrap {font-size: 14px;line-height: 20px;padding: 0px;}
	.deliveries-step .deliveries-step__item {gap: 15px;}
	.deliveries-step .deliveries-step__item .deliveries-step__number {width: 35px;height: 35px;font-size: 22px;}
	.deliveries-step .deliveries-step__item .deliveries-step__title {font-size: 18px;padding-top: 5px;}
	.deliveries-step .deliveries-step__item .deliveries-step__desc {margin-left: -50px;}
	.deliveries-step .deliveries-step__item .deliveries-step__wrap {gap: 20px;}
	.txt-bg-yellow {font-size: 16px;}
	.deliveries-step .deliveries-step__item .deliveries-col .deliveries-col__item {padding:20px;}
	.deliveries-step .deliveries-step__item .deliveries-col .deliveries-col__item .t-bold {margin-top: 5px;}
	.deliveries-step .deliveries-step__item .deliveries-col .deliveries-col__item {gap:5px;}
	.deliveries-step .deliveries-step__item .deliveries-col {gap:20px;}
	.doctor-quote-block {padding: 0 20px 20px;}
	.doctor-quote-block .doctor-quote-txt .doctor-quote-txt-wrap {padding-left: 0;background: none;}
	.doctor-quote-block .doctor-quote-txt .doctor-quote-txt-wrap .bg-quotes {background: none;padding-right: 0;}
	.doctor-quote-block .name,.doctor-quote-block .callback {margin-left: 0;}
	.wrap-form .block-label .form-footer {flex-direction: column;}
	.wrap-form .block-label .form-footer input {width:100%;}
	#advantages_block .advantages-list .advantages-item {flex-direction: column;gap: 10px;}
	#advantages_block .advantages-list .advantages-item .advantages-info {text-align: center;font-size:14px;line-height:20px;}
	#advantages_block {height: 490px;}
	.warning-txt-foot .warning-desk {height:69px;background:url(/upload/warning_mob360.svg) center/contain no-repeat;}
	form .top-form h3 {font-size: 18px;}
	#message-form-popup.fancybox-content,#callback-form-popup.fancybox-content {padding:30px 20px!important;max-width: 100%!important;min-width: inherit!important;}
	
	#specialist_block .specialist-text-foto .specialist-foto .specialist-foto__item img {max-width: 150px;}
	.news-carousel .news-item .link-img {height: 230px;}
	#specialist_block .specialist-text-foto .specialist-foto .specialist-foto__item {position:relative;}
	#specialist_block .specialist-text-foto .specialist-foto .specialist-foto__item .specialist-name {padding:3px 10px;position: absolute;bottom: -25px;left: calc(50% - 39px); right: auto;display: block;font-size: 14px;}
	
	.contacts-page-address {margin: 30px 0;}
	.contacts-page-address .address-block .contacts-page-address-consultation .block-label {width: 100%;}
	.contacts-page-address .address-block .contacts-page-address-consultation .block-label a {width: 100%;}
	.contacts-page-address .address-block {padding: 30px 20px;}
	.contacts-page-address .address-block .contacts-page-address-wrap {row-gap: 20px;flex-direction: column;align-items: start;}
	.contacts-page-address .address-block .contacts-page-address-wrap .contacts-page-address__item {font-size: 16px;}
	
	.header__top .logo-slogan .logo img {width:90px;}
	.headers-container .headers-main .maxwidth-theme {gap:20px;}
	
	
	.news-detail .doctor-quote-block .doctor-quote-txt .doctor-quote-txt-wrap {padding-left: 56px;}
	.news-detail .doctor-quote-block .doctor-quote-txt .doctor-quote-txt-wrap .bg-quotes {padding-right: 56px;}
	.news-detail .scroll-tab {overflow-y: scroll;}
	
	.news-detail .table-responsive, .news-detail .table-responsive thead,.news-detail .table-responsive tbody {display: grid !important;clear: none;}
	.news-detail .table-responsive thead tr {position: static;grid-auto-flow: column;display: grid !important;clear: none;}
	.news-detail .table-responsive tr td:first-child {
      position: sticky !important;
      left: 0;
      top: 0;
	  box-shadow:5px 0px 15px rgba(0, 0, 0, 0.136);
      white-space: normal !important;font-weight: 500;background:rgba(248, 248, 248, 1);
    }
	.news-detail .table-responsive tbody tr {grid-auto-flow: column;display: grid !important;clear: none;}
	.news-detail .table-responsive tbody tr td {}
	.news-detail .table-responsive tr td{display: table-cell !important;min-width: 110px;max-width: 70px;font-size:12px;line-height:20px;word-wrap: initial;}
	.news-detail .blog-contents .blog-img img {height: 250px;}
	
	.warning-txt-foot {padding-top:50px;}
	
	
}

@media screen and (max-width: 460px) {
	.wrap-form .block-tlt-form .title-form {flex-direction: column;text-align: center;}
	.wrap-form .block-tlt-form .description {text-align: center;}
	.doctor-quote-block .form-message {text-transform: inherit;}
	.doctor-quote-block .form-message span.mobile-hidden {display:none;}
	.catalog-detail__top-info .product-gallery .gallery-main {width: auto;max-width: 100%;}
	.contacts-page-address .address-block .contacts-page-address-consultation .block-tlt-form {flex-direction: column;align-items: center;gap: 20px;text-align: center;}
	.catalog .fast-filters-wrapper {gap:5px;}
	.catalog .fast-filters-wrapper a {font-size:14px;padding: 2px 10px;}
	.contacts-page-map img {height: 250px;}
	
	.licence_block label {align-items: start;}
	#form-main input[type="checkbox"] + label::before {margin-top: 3px;}
	.wrap-form .block-label .form-footer {gap: 20px;margin-bottom: 20px;}
	
	.news-detail .blog-contents {padding: 20px;}
	.news-detail .blog-contents .blog-img img {height: 200px;}
	
	.header__top .phones {padding-left: 25px;background-size: 20px auto;background-position: 0 2px;}
	.headers-container .headers-main .maxwidth-theme,
	.headers-container.fixed .headers-main .maxwidth-theme {gap:5px;}
	
	
}
@media screen and (max-width: 420px) {
	#mobileheader .schedule br {display: block;}
	#mobileheader .schedule {flex-shrink: 0;}
	#mobileheader .mobile-wrapper {gap:10px;}
	#mobileheader .mobile-menu .navbar-nav > li {width: 100%;}
	.news-carousel .news-item .link-img {height: 180px;}
	.owl-nav {width: 100%!important;}
	.main-doctor-quote {padding: 70px 0 50px;}
	.contacts-page-map img {height: 200px;}
	.headers-container.fixed .headers-main .maxwidth-theme {gap: 10px;}
	#mobileheader .mobile-menu .navbar-nav .nav-item:nth-child(1) {order: 3;}
	#mobileheader .mobile-menu .navbar-nav .nav-item:nth-child(2) {order: 1;}
	#mobileheader .mobile-menu .navbar-nav .nav-item:nth-child(3) {order: 2;}
	#mobileheader .mobile-menu .navbar-nav .nav-item:nth-child(4) {order: 4;}
	#mobileheader .mobile-menu .navbar-nav .nav-item:nth-child(5) {order: 5;}
	#mobileheader .mobile-menu .navbar-nav .nav-item:nth-child(6) {order: 6;}
	#mobileheader .mobile-menu .navbar-nav .nav-item:nth-child(7) {order: 7;}
	#mobileheader .mobile-menu .navbar-nav .nav-item:nth-child(8) {order: 8;}
	#mobileheader .mobile-menu .navbar-nav .nav-item:nth-child(9) {order: 9;}
	
	.news-detail .doctor-quote-block .doctor-quote-txt .doctor-quote-txt-wrap {padding-left: 35px;background-size: 25px auto !important;}
	.news-detail .doctor-quote-block .doctor-quote-txt .doctor-quote-txt-wrap .bg-quotes {padding-right: 35px;background-size: 25px auto !important;}
	
	.header__top .phones {padding-left: 0;background: none;}
	.header__top .phones a {font-size: 13px;}
}
@media screen and (max-width: 360px) {
	#specialist_block .specialist-text-foto {text-align: left;padding-bottom: 10px;margin-bottom: 30px;}
	#specialist_block .specialist-txt.flex {text-align: left;}
	
	.header__top .schedule.mobile {font-size: 11px;line-height: 15px;}
}
@media screen and (max-width: 350px) {
	.headers-container .headers-main .maxwidth-theme {gap: 5px;padding-left: 10px;padding-right: 10px;}
	.header__top .schedule.mobile {font-size: 10px;line-height: 13px;}
}

/* Блокировка прокрутки страницы */
/*body.menu-open {
    overflow: hidden;
	position: fixed;
    width: 100%;
}*/







/* End */


/* Start:/local/templates/o2/assets/css/nav.css?1776253744231*/
.tabs {
	margin-bottom: 10px;
}
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.tab-content {
  > .tab-pane {
    display: none;
  }
  > .active {
    display: block;
  }
}

/* End */


/* Start:/local/templates/o2/assets/css/owl.css?17769245164369*/

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{padding: 0 3px;position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(/local/templates/o2/assets/css/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}


.owl-carousel {position: relative;}
.owl-dots {display: flex;gap:10px;width: 70px;height:50px;position: absolute;bottom: 0;left: calc(50% - 35px);justify-content: center;}
.owl-dots .owl-dot span {display: inline-block;background: rgba(32, 139, 217, 0.20);width: 6px;height: 6px;border-radius: 999px;}
.owl-dots .owl-dot.active span,.owl-dots .owl-dot:hover span {background: rgba(32, 139, 217, 1);}
.owl-nav {display: flex;gap:20px;width: 198px;justify-content: space-between;margin: 70px auto;}
.owl-nav button {width: 50px;height: 50px;border-radius: 8px;border: 2px solid rgba(32, 139, 217, 0.2)!important;transition: background 0.5s ease-in-out;}
.owl-nav button span {font-size: 36px;color: rgba(32, 139, 217, 1);line-height: 0;margin-top: -3px;display: block;}
.owl-nav button:hover {background:rgba(32, 139, 217, 1)!important;border: 2px solid rgba(32, 139, 217, 1)!important;}
.owl-nav button:hover span {color:#fff;}

@media screen and (max-width: 720px) {
	.owl-nav {margin: 20px auto;}
}
/* End */


/* Start:/local/templates/o2/assets/css/ripple.css?1776839272854*/
.has-ripple {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.ripple {
    display: block;
    position: absolute;
    pointer-events: none;
    border-radius: 50%;

    -webkit-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);

    background: #fff;
    opacity: 1;
}
.ripple-animate {
    -webkit-animation: ripple;
    -o-animation: ripple;
    animation: ripple;
}
@-webkit-keyframes ripple {
    100% {
        opacity: 0;
        -webkit-transform: scale(2);
        transform: scale(2);
    }
}
@-o-keyframes ripple {
    100% {
        opacity: 0;
        -o-transform: scale(2);
        transform: scale(2);
    }
}
@keyframes ripple {
    100% {
        opacity: 0;
        transform: scale(2);
    }
}

/* End */


/* Start:/bitrix/components/bitrix/search.suggest.input/templates/.default/style.css?1770634894501*/
input.search-suggest {}
div.search-popup{border: 1px solid #333333;background: #FFFFFF;padding: 2px;margin: 0px;}
div.search-popup-row, div.search-popup-row-active{position: relative; padding: 2px 4px;margin: 0px;cursor: hand;cursor: pointer;}
div.search-popup-row{background:#FFFFFF;}
div.search-popup-row-active{background:#EEEEEE;}
div.search-popup-el-name, div.search-popup-el-cnt{position: relative; margin:0px;padding:0px;text-align:left;}
div.search-popup-el-cnt{text-align:right; float:right;}
/* End */


/* Start:/local/templates/o2/components/bitrix/menu/mobilemenu/style.css?1776943354903*/
.s_trigger {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(/local/templates/o2/ico/down.svg) no-repeat center;
    background-size: 12px auto;
    cursor: pointer;
	vertical-align: middle;
	-webkit-tap-highlight-color: transparent;
}

.nav-item.open .s_trigger {
    transform: rotate(180deg);
}
.mobile-submenu {
    display: none;
    list-style: none;
    padding-left: 20px;
    margin-top: 10px;
}
.mobile-submenu li {
    margin-bottom: 3px;
}
.mobile-submenu li a {font-size:14px;line-height: 20px;}
.nav-item.open > .nav-link {
    color: rgba(32, 139, 217, 1)!important;
	font-weight: 500;
}

@media screen and (max-width: 420px) {
	.s_trigger {position: absolute;right: 0;top: 0;width: 40%;background-position: right center;}
	#mobileheader .mobile-menu .navbar-nav > li {position: relative;}
	.nav-item.open .s_trigger {background-position: left center;}
}
/* End */


/* Start:/bitrix/components/bitrix/breadcrumb/templates/.default/style.min.css?1770634851467*/
.bx-breadcrumb{margin:10px 0}.bx-breadcrumb i{color:#b5bdc2;line-height:13px;font-size:12px;vertical-align:middle;margin-right:5px}.bx-breadcrumb .bx-breadcrumb-item{float:left;margin-bottom:10px;white-space:nowrap;line-height:13px;vertical-align:middle;margin-right:10px}.bx-breadcrumb .bx-breadcrumb-item span{font-family:"Open Sans",Arial,"Helvetica Neue",Helvetica,sans-serif;font-size:13px;white-space:normal}.bx-breadcrumb .bx-breadcrumb-item a{border-bottom:0}
/* End */


/* Start:/local/templates/o2/components/bitrix/form.result.new/callback/style.css?17766742682847*/
.form-required 
{color: red;}

.error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(/local/templates/o2/components/bitrix/form.result.new/callback/images/icon_warn.gif);
}
form .top-form p {font-size: 14px;}
#callback-form-popup.fancybox-content .top-form {text-align:center;}
#callback-form-popup.fancybox-content {border-radius: 8px;}
#callback-form-popup.fancybox-content .form-body .form-group-SIMPLE_QUESTION_895 .name-input,
#callback-form-popup.fancybox-content .form-body .form-group-SIMPLE_QUESTION_201 .name-input {display:none;}
#callback-form-popup.fancybox-content {padding:50px;max-width: 465px;min-width: 465px;}
#callback-form-popup.fancybox-content .form-body {display: flex;flex-direction: column;gap: 15px;}
#callback-form-popup.fancybox-content .form-body input {width:100%;}

#callback-form-popup.fancybox-content .form-body .form-group-SIMPLE_QUESTION_110 {display: flex;flex-direction: row-reverse;align-items: center;justify-content: start;font-size: 14px;line-height: 18px;}
#callback-form-popup.fancybox-content .form-body .form-group-SIMPLE_QUESTION_110 .mf-name input[type="checkbox"] {
  display: none;
}
#callback-form-popup.fancybox-content .form-body .form-group-SIMPLE_QUESTION_110 .mf-name input[type="checkbox"] + label::before {
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.3);
  vertical-align: text-bottom;
  margin-right: 15px;
  color: #fff;
  cursor: pointer;
  border-radius: 4px;
  flex-shrink: 0;
}

#callback-form-popup.fancybox-content .form-body .form-group-SIMPLE_QUESTION_110 .mf-name input[type="checkbox"]:checked + label::before {
  background: url(/local/templates/o2/ico/check-input.svg) center center no-repeat;
  border: 2px solid rgba(32, 139, 217, 1);
}
#callback-form-popup.fancybox-content .form-button .btn {width: 173px;margin: 0 auto;display: block;height: 60px;}
#callback-form-popup.fancybox-content .form-result,.block-label .form-result {background: url(/local/templates/o2/ico/result.svg) top center no-repeat;padding-top: 100px;font-size: 26px;color: rgba(31, 31, 31, 1);text-align: center;font-weight: 500;line-height: 1.3;width: 160px;margin: 0 auto;}
.form-errors {
    background: #fff2f0;
    border: 1px solid #ffccc7;
    border-radius: 4px;
    padding: 10px 15px;
    margin-bottom: 20px;
}
.error-title {
    font-weight: bold;
    margin-bottom: 15px;
	line-height: 1.3;
}
.error-list {
    margin: 0;
	display: flex;
  flex-direction: column;
  gap: 10px;
}
.error-list li {
    color: #ff4d4f;
	line-height: 1.3;
	font-size: 14px;
}
.error-item {
    color: #ff4d4f;
    margin-bottom: 5px;
}

@media screen and (max-width: 600px) {
	#callback-form-popup.fancybox-content {padding:30px 20px;max-width: 100%;min-width: inherit;}
}
/* End */
/* /local/templates/o2/assets/css/sergey.css?177909609921924 */
/* /local/templates/o2/assets/css/main.css?177944257375706 */
/* /local/templates/o2/assets/css/nav.css?1776253744231 */
/* /local/templates/o2/assets/css/owl.css?17769245164369 */
/* /local/templates/o2/assets/css/ripple.css?1776839272854 */
/* /bitrix/components/bitrix/search.suggest.input/templates/.default/style.css?1770634894501 */
/* /local/templates/o2/components/bitrix/menu/mobilemenu/style.css?1776943354903 */
/* /bitrix/components/bitrix/breadcrumb/templates/.default/style.min.css?1770634851467 */
/* /local/templates/o2/components/bitrix/form.result.new/callback/style.css?17766742682847 */
