/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 29 2023 | 19:48:30 */
@media (min-width: 1920px){
.elementor-section.elementor-section-boxed > .elementor-container, .container {
    max-width: 1800px;
}
	.adv_block_top .elementor-container {
    max-width: calc(1800px - 100px) !important;
    position: relative;
    left: -50px;
}
	.adv_block_bottom .elementor-container {
    max-width: calc(1900px - 100px) !important;
    position: relative;
    left: 250px;
}
	.adv_block_bottom .elementor-container {
    max-width: calc(1900px - 100px) !important;
    position: relative;
    left: 250px;
}
}
@media (min-width: 1600px) and (max-width: 1919px){
.elementor-section.elementor-section-boxed > .elementor-container, .container {
    max-width: 1500px;
}
	.adv_block_top .elementor-container {
    max-width: calc(1500px - 100px) !important;
    position: relative;
    left: -50px;
}
	.adv_block_bottom .elementor-container {
    max-width: calc(1500px - 100px) !important;
    position: relative;
    left: 160px;
}
}
@media (min-width: 1366px) and (max-width: 1599px){
.elementor-section.elementor-section-boxed > .elementor-container, .container {
    max-width: 1300px;
}
	.adv_block_top .elementor-container {
    max-width: calc(1300px - 100px) !important;
    position: relative;
    left: -50px;
}
	.adv_block_bottom .elementor-container {
    max-width: calc(1300px - 100px) !important;
    position: relative;
    left: 90px;
}
}
@media (min-width: 1200px) and (max-width: 1365px){
.elementor-section.elementor-section-boxed > .elementor-container, .container {
    max-width: 1100px;
}
	.adv_block_top .elementor-container {
    max-width: calc(1100px - 60px) !important;
    position: relative;
    left: -30px;
}
	.adv_block_bottom .elementor-container {
    max-width: calc(1100px - 100px) !important;
    position: relative;
    left: 60px;
}
}
@media (min-width: 993px) and (max-width: 1199px){
.elementor-section.elementor-section-boxed > .elementor-container, .container {
    max-width: 900px;
}
	.adv_block_top .elementor-container {
    max-width: calc(900px - 60px) !important;
    position: relative;
    left: -30px;
}
	.adv_block_bottom .elementor-container {
    max-width: calc(900px - 100px) !important;
    position: relative;
    left: 30px;
}
}
@media (max-width: 992px){
.elementor-section > .elementor-container {
    max-width: 95vw !important;
}
}

.k-scroll-block {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.filter-block-typical1-item-children {
    position: absolute;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    top: calc(100% - 1px);
    left: -1px;
    width: calc(100% + 2px);
    background: #fff;
    border: 1px solid #CDCDCD;
    opacity: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: -1;
    padding: 13px 27px;
    cursor: default;
}
.filter-block-typical1-item-children.scroll_h {
    height: 300px;
}

.filter-block-typical1-item {
    height: calc(40px + (100vw - 320px) * 0.00813);
    background: #fff;
    position: relative;
    border: 1px solid #878787;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 3px;
    cursor: pointer;
}
.filter-block-typical1-item.active .filter-block-typical1-item-children {
    opacity: 1;
    z-index: 5;
}
.filter-block-typical1-item.mark {
    width: 195px;
}
.filter-block-typical1-item__text {
    font-size: calc(14px + (100vw - 320px) * 0.00125);
    line-height: calc(22px + (100vw - 320px) * 0.00125);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-left: 20px;
}
.filter-block-typical1-item-arrow {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: calc(40px + (100vw - 320px) * 0.01125);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.filter-block-typical1-item-arrow__icon {
    -webkit-transition: fill .3s, -webkit-transform .3s;
    transition: fill .3s, -webkit-transform .3s;
    transition: transform .3s, fill .3s;
    transition: transform .3s, fill .3s, -webkit-transform .3s;
    width: calc(16px + (100vw - 320px) * 0.0025);
    height: calc(16px + (100vw - 320px) * 0.0025);
    fill: #333;
}
.filter-block-typical1-item.active .filter-block-typical1-item-arrow__icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    fill: #ED1847;
}
.k-scroll-track {
    width: 100%;
    padding-right: 0;
    overflow-y: scroll;
}
.k-scroll-bar {
    width: 5px;
    margin-top: 5px;
    height: calc(100% - 10px);
    background: #F9F9F9;
    border-radius: 9px;
    position: relative;
}
.k-scroll-bar-slider {
    left: 0;
    top: 0;
    position: absolute;
    width: 5px;
    background: #0054A6;
    border-radius: 9px;
}


.k-scroll-track::-webkit-scrollbar {
    width: 5px;
    margin-top: 5px;
    height: calc(100% - 10px);
    background: #F9F9F9;
    border-radius: 9px !important;
    position: relative;
}
 
.k-scroll-track::-webkit-scrollbar-track {
/*     -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); */
	background:#F9F9F9
}
 
.k-scroll-track::-webkit-scrollbar-thumb {
  
	width: 5px;
    background: #0054A6;
    border-radius: 9px;
}
.k-scroll-block {
    padding-right: 15px;
}
.filter-block-item-children__item:hover {
    color: #ED1847;
}
p.filter-block-typical1-item__text, .filter-block-typical1-item-arrow  {
    pointer-events: none;
}
.filter-block p {
    margin-bottom: 0;
}
.filter-block.model {
    width: 200px;
}
.filter-block-typical1-item.disabled {
    opacity: .6;
    pointer-events: none;
}
.filter-wrapper {
    display: flex;
}
.filter-block.year {
    width: 200px;
}
.filter-block.glass {
    width: 200px;
}
.filter-block-typical1-item-children.default {
    display: block;
}
.filter-wrapper button {
    width: 20%;
}
.filter-wrapper > div {
    width: 18% !important;
}
.filter-wrapper {
    display: flex;
    justify-content: space-between;
}
.podbor_block {
    padding: calc(20px + (100vw - 320px) * 0.01125) calc(24px + (100vw - 320px) * 0.01) calc(30px + (100vw - 320px) * 0.01125) calc(14px + (100vw - 320px) * 0.0125);
    background: #fff;
    border-radius: 3px;
    border: 1px solid #0054A6;
    align-items: center;
}
.eael-filterable-gallery-item-wrap {
    width: calc(25% - 30px) !important;
    position: static !important;
}
.eael-gallery-grid-item {
    margin: 0;
}
.eael-filter-gallery-container {
    text-align: justify;
    font-size: .1px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	    grid-gap: 30px;
	    margin-bottom: 40px;
	min-height: 220px;
}
.index-advantages-item__icon {
    height: calc(40px + (100vw - 320px) * 0.0225);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(40px + (100vw - 320px) * 0.0225);
    fill: none;
}
.index-advantages-item__repair .index-advantages-item__icon {
    margin-right: calc(19px + (100vw - 320px) * 0.01438);
}
.index-advantages-item__icon:last-child {
    display: none;
}
.index-advantages-item__repair {
    max-width: 292px;
}
.index-advantages-item {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-style: italic;
    font-weight: 500;
    font-size: calc(15px + (100vw - 768px) * 0.0026);
    line-height: calc(22px + (100vw - 768px) * 0.00174);
}
.index-advantages-item:hover .index-advantages-item__icon:first-child {
    display: none;
}
.index-advantages-item:hover .index-advantages-item__icon:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.index-advantages-item__cost .index-advantages-item__icon {
    margin-right: calc(19px + (100vw - 320px) * 0.00625);
}
.index-advantages-item__cert .index-advantages-item__icon {
    margin-right: calc(19px + (100vw - 320px) * 0.00668);
}
.index-advantages-item__guar .index-advantages-item__icon {
    margin-right: calc(19px + (100vw - 320px) * 0.01125);
}
.index-advantages-item__time .index-advantages-item__icon {
    margin-right: calc(19px + (100vw - 320px) * 0.00438);
}
.index-advantages-item__stock .index-advantages-item__icon {
    margin-right: calc(19px + (100vw - 320px) * 0.00187);
}
.index-advantages-item__cost {
    max-width: 261px;
}
.index-advantages-item__cert {
    max-width: 359px;
}
.index-advantages-item__guar {
    max-width: 235px;
}
.index-advantages-item__stock {
    max-width: 293px;
}
.index-advantages-item__time {
    max-width: 291px;
}
.step_hotspot:hover .step_hotspot_content, .step_hotspot_always_open .step_hotspot_content {
    visibility: visible;
    opacity: 1;
}

.step_hotspot_pulse {
    transform: translateZ(0);
/*     animation-name: cz_hotspot_pulsate; */
    animation-duration: inherit;
    animation-timing-function: linear;
    animation-iteration-count: infinite
}

@keyframes cz_hotspot_pulsate {
    0% {
        transform: scale(.9);
        opacity: .5
    }

    50% {
        opacity: 1
    }

    100% {
        transform: scale(1.1);
        opacity: .5
    }
}
.step_hotspot_circle {
    font-size: 20px;
    color: #76d9d4;
    animation-duration: 1s;
    transform: scale(1.2,1.2);
}
.step_hotspot_circle {
    position: relative;
    text-align: center;
    cursor: pointer;
    border-radius: 100%;
    padding: 10px;
    font-size: 20px;
    background: #111;
    color: #fff;
}
#step-2 {
    left: 13.280575539568346%;
    top: 14.173228346456693%;
}
.step_hotspot {
    position: absolute;
    z-index: 90;
}
.step_hotspot_circle i {
    display: block;
    width: 1em;
    height: 1em;
    line-height: 1em;
}
.step_hotspot_top {
    top: 0;
    left: 50%;
    transform: translate(-50%,calc(-100% - 14px));
}
.step_hotspot_content {
    position: absolute;
    padding: 20px;
    visibility: hidden;
    width: 200px;
    opacity: 0;
    z-index: 2;
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 0 35px rgba(50,50,93,.01), 0 5px 15px rgba(0,0,0,.05);
    transition: all .2s ease-in-out;
	box-sizing: content-box;
}
.step_hotspot_circle {
    font-size: 20px;
    color: #76d9d4;
    animation-duration: 1s;
    transform: scale(1.2,1.2);
}
.step_hotspot_content {
    top: 0;
    left: 50%;
    transform: translate(-50%,calc(-100% - 14px));
}
div#step-4 {
    left: 61.27338129496403%;
    top: 45.511811023622045%;
}
div#step-3 {
    left: 37.343075539568346%;
    top: 11.496062992125983%;
}
div#step-1 {
    left: 39.36690647482014%;
    top: 80.31496062992126%;
}
.step_acc_child i:first-child {
    text-align: center;
    vertical-align: middle;
    margin: 0 10px 0 0;
}

.step_acc_child i {
    display: flex;
    align-items: center;
    height: 76px !important;
    justify-content: center;
    width: 76px !important;
}
.step_acc_child {
    position: relative;
    display: block;
    padding: 16px 40px 16px 20px;
    font-size: 20px;
    border: 1px solid rgba(167,167,167,.2);
    margin: 0;
    cursor: pointer;
    font-weight: 500;
    transition: all .2s ease-in-out;
}
.step_acc_child {
    font-size: calc(24px + (100vw - 1170px) * 0.0026);
    color: #223d65;
    font-weight: 900;
    padding: 0 0 10px;
    margin-top: 0;
    margin-bottom: 0;
    border-style: none;
    line-height: calc(28px + (100vw - 1170px) * 0.0026);
}
.step_acc_child > div {
    width: calc(100% - 100px);
}

.step_acc_custom .step-acc-i {
    position: relative;
}
.step_acc_child .step-acc-number, .step_acc_child .step-acc-image {
    margin: 0 20px 0 0;
    width: auto;
    height: auto;
    font-style: normal!important;
}
.step_acc_child i:first-child {
    text-align: center;
    vertical-align: middle;
    margin: 0 10px 0 0;
}
.step-acc-image {
    background-color: #fff;
    width: 56px;
    height: 56px;
    padding: 8px;
    margin-right: 30px;
    border-style: solid;
    border-width: 2px;
    border-color: #e1e1e1;
    border-radius: 100px;
}
.step_acc_child {
    display: flex;
    align-items: center;
}
.step_acc_child img {
    width: 50px;
}
i.step-acc-image.fa.stepico-066-money-4 img {
    width: 35px;
}
i.step-acc-image {
    position: relative;
}
i.step-acc-image::after {
    content: '';
    background: #e1e1e1;
    height: calc(100% + 26px);
    width: 2px;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    z-index: -1;
}
.step_work {
    margin-bottom: 10px;
}
.step_work.steps_work-4 i.step-acc-image::after {
    height: 100%;
}
.step_acc_child_content {
    padding: 0 20px 30px 70px;
    margin: 0 0 -10px 37px;
    border-style: solid;
    border-width: 0 0 0 2px;
    border-color: #e1e1e1;
}
.step_work.steps_work-4 .step_acc_child {
    padding: 0;
}
.active_work i {
    background-color: #fffffe;
    border-style: solid;
    border-color: #fffffe;
}
.active_work i {
    background-color: #fffffe;
    border-style: solid;
    border-color: #fffffe;
}
.block_steps_work {
    margin-top: 50px;
}
.left_uslugi .elementor-element:last-child {
    position: sticky;
    top: 250px;
    max-width: 80%;
}
h3.service_item__title {
    position: absolute;
    left: 0;
    bottom: -43px;
    height: 77px;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
    width: 526px;
    padding: 0 39px 15px;
    background: #0054A6;
    font-weight: 900;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
    line-height: 26px;
    color: #FFFFFF;
    -webkit-mask: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTI1IiBoZWlnaHQ9Ijc1IiB2aWV3Qm94PSIwIDAgNTI1IDc1IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPg0KICAgIDxwYXRoIGQ9Ik0wIDBINTIyLjE5NUM1MjQuMDM2IDAgNTI1LjMxMSAxLjgzODgzIDUyNC42NjQgMy41NjI3Nkw1MDMuNzcyIDU5LjI4ODdDNTAzLjM4NiA2MC4zMTgxIDUwMi40MDIgNjEgNTAxLjMwMyA2MUgwVjBaIiBmaWxsPSIjRUQxODQ3Ii8+DQogICAgPHBhdGggZD0iTTg3IDU3LjVMNTguNSA3NC4zODc1VjQwLjYxMjVMODcgNTcuNVoiIGZpbGw9IiNFRDE4NDciLz4NCjwvc3ZnPg==);
    mask: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTI1IiBoZWlnaHQ9Ijc1IiB2aWV3Qm94PSIwIDAgNTI1IDc1IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPg0KICAgIDxwYXRoIGQ9Ik0wIDBINTIyLjE5NUM1MjQuMDM2IDAgNTI1LjMxMSAxLjgzODgzIDUyNC42NjQgMy41NjI3Nkw1MDMuNzcyIDU5LjI4ODdDNTAzLjM4NiA2MC4zMTgxIDUwMi40MDIgNjEgNTAxLjMwMyA2MUgwVjBaIiBmaWxsPSIjRUQxODQ3Ii8+DQogICAgPHBhdGggZD0iTTg3IDU3LjVMNTguNSA3NC4zODc1VjQwLjYxMjVMODcgNTcuNVoiIGZpbGw9IiNFRDE4NDciLz4NCjwvc3ZnPg==);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
	margin-bottom: 0;
}
a.service_item {
    border-radius: 3px;
    display: block;
    overflow: hidden;
    transition: all .3s;
    background: #EBF2F8;
    margin-top: calc(15px + (100vw - 320px) * 0.00937);
}
a.service_item:hover {
    background: #fff;
    -webkit-box-shadow: 0px 18px 35px rgba(0, 0, 0, 0.06), 0px 17px 34px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 18px 35px rgba(0, 0, 0, 0.06), 0px 17px 34px rgba(0, 0, 0, 0.04);
}
.service_item_image {
    height: calc(150px + (100vw - 320px) * 0.13875);
    width: 100%;
    position: relative;
}
.service_item_image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.service_item_item-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: calc(22px + (100vw - 320px) * 0.005);
}
p.service_item_item-details__text {
    font-weight: bold;
    font-size: calc(11px + (100vw - 320px) * 0.00438);
    line-height: calc(15px + (100vw - 320px) * 0.00562);
    padding: 2px 0;
    margin-right: 12px;
    -webkit-transition: color .3s;
    transition: color .3s;
    color: #0054A6;
    margin-bottom: 0;
}
svg.service_item_item-details__icon {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    height: calc(14px + (100vw - 320px) * 0.00625);
    width: calc(14px + (100vw - 320px) * 0.00625);
    -webkit-transition: fill .3s;
    transition: fill .3s;
    fill: #0054A6;
}
.service_item_item-content {
    padding: 58px 96px 50px 60px;
}
.service_item__description li {
    list-style: disc;
    margin-left: 20px;
}
.service_item__description li, .service_item__description p {
    font-size: calc(13px + (100vw - 320px) * 0.00187);
    line-height: calc(19px + (100vw - 320px) * 0.00313);
    color: #333;
}
a.service_item:hover p.service_item_item-details__text {
    color: #ED1847;
}
a.service_item:hover svg.service_item_item-details__icon {
    fill: #ED1847;
}
.line__block {
    position: absolute;
    height: 100%;
}
.line__block {
    position: absolute;
    height: 100%;
    border-right: 1px dashed #878787;
    width: 80% !important;
}
@media (min-width: 1170px){
.--mobile {
    display: none !important;
}
}

.index-additional-obs__arrow {
    position: absolute;
    right: -32px;
    top: 50%;
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    height: 35px;
    width: 35px;
    fill: none;
}
.service__in-text {
    max-width: 590px;
}
p.index-additional-obs__title {
    margin-top: -2px;
    font-weight: 900;
    font-size: calc(20px + (100vw - 320px) * 0.00937);
    line-height: calc(26px + (100vw - 320px) * 0.00875);
    color: #333;
    margin-bottom: 15px;
}
.index-additional-obs__title > b {
    color: #ED1847;
}
p.index-additional-obs__description {
    font-size: calc(14px + (100vw - 320px) * 0.00187);
    line-height: calc(21px + (100vw - 320px) * 0.00313);
    color: #878787;
    margin-top: 20px;
    max-width: 594px;
}
.index-additional-obs__btn {
    margin-top: calc(20px + (100vw - 320px) * 0.0125);
    height: calc(40px + (100vw - 320px) * 0.00813);
    width: calc(155px + (100vw - 320px) * 0.05187);
    font-weight: 900;
    font-size: calc(11px + (100vw - 320px) * 0.00313);
    line-height: calc(15px + (100vw - 320px) * 0.00562);
}
.btn-blue {
    background: #fff;
    border: 1px solid #0054A6;
    color: #0054A6;
}
.btn-f {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    border-radius: 3px;
    -webkit-transition: border .3s, color .3s;
    transition: border .3s, color .3s;
}
.step_main_image img {
    width: 78%;
}
div#reviews_slider img {
    max-width: 200px;
}
div#reviews_slider {
    display: flex;
}
/* .first_section::before {
    content: '123';
    position: absolute;
    height: 100%;
    width: 78%;
    background: linear-gradient(90.15deg, #0B2C69 52.9%, rgba(11, 44, 106, 0) 71.77%);
	    top: 0;
} */


/* @media (max-width:768px){
	.elementor-17 .elementor-element.elementor-element-7d71320 > .elementor-background-overlay {
    background-color: transparent;
    background-image: linear-gradient(91deg, #0B2C69 100%, #0B2C6A00 72%);
    opacity: 1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
} */
.h1_block .p_top {
    font-size: calc(15px + (100vw - 320px) * 0.00187);
    line-height: calc(22px + (100vw - 320px) * 0.0125);
    font-style: italic;
    color: rgba(255, 255, 255, 0.4);
    margin-bottom: 10px;
}
.h1_block h1 {
    font-weight: 900;
    font-size: calc(22px + (100vw - 320px) * 0.01);
    line-height: calc(29px + (100vw - 320px) * 0.00875);
    color: #FFFFFF;
    margin-top: calc(3px + (100vw - 320px) * -0.00187);
    max-width: calc(288px + (100vw - 320px) * 0.27506);
}

.h1_block {
/*     padding: 80px 0; */
	font-family: 'Noto Sans', sans-serif;
}
.popmake.theme-367 input, .popmake.theme-367 textarea {
    width: 100%;
}
.popmake.theme-367 {
    background: #fff;
    padding: 25px;
    border: 1px solid #000;
}


.first_section > .elementor-container {
    background-color: transparent;
    background-image: linear-gradient(91deg, #0B2C69 42%, #0B2C6A00 72%);
    opacity: 1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

/* работа над кнопками */
.btn_zakaz_online {
  display: inline-block;
  background: #ED1847;
  transition: background 0.25s, color 0.25s;
  width: calc(140px + (100vw - 320px) * 0.06438);
	
}
.btn_zakaz_online:hover{
  color: #ffffff;
  background: #2e5aad;
}
/* вторая кнопка */
.btn_zvonok_consult{
  display: inline-block;
  background: #2e5aad;
  transition: background 0.25s, color 0.25s;
	width: calc(140px + (100vw - 320px) * 0.04938);
    margin-left: calc(9px + (100vw - 320px) * 0.00625);
	
}
.btn_zvonok_consult:hover{
    color: #0054A6;
    background: #ffffff;
}

.btn_block{
    display: flex;
    margin-top: calc(24px + (100vw - 320px) * 0.01);
}

.btn_zvonok_consultt{
	color: #0054A6;
	background: #fff;
	width: calc(100% - calc(30px + (100vw - 320px) * 0.01875));
    height: 53px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 900;
    position: absolute;
    bottom: calc(20px + (100vw - 320px) * 0.0125);
    left: calc(15px + (100vw - 320px) * 0.00937);
}
.btn_zvonok_consultt:hover{
    color: #fff;
    background: #0054A6;
}
a {
    color: white;
}
.p_bottom{
	font-size: calc(14px + (100vw - 320px) * 0.00125);
    line-height: calc(21px + (100vw - 320px) * 0.00187);
    color: #ffffff;
    margin-top: calc(15.62px + (100vw - 320px) * 0.00359);
    max-width: calc(290px + (100vw - 320px) * 0.13562);
}
.content-text{
	color: #333;
    font-size: calc(14px + (100vw - 320px) * 0.00125);
    line-height: calc(21px + (100vw - 320px) * 0.00187);
    margin-bottom: 16px;
    width: 100%;
}

.content-text2{
	color:#333
}
.tupical_img{
    width: 100%;
    max-height: 400px;
    object-fit: cover;
}
div#reviews_slider-ow {
    display: grid;
}
div#reviews_slider-ow .tns-nav {
    order: 3;
    text-align: center;
    margin-top: 40px;
}
div#reviews_slider-ow .tns-nav button {
    width: 6px;
    height: 6px;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.29);
    font-size: 0;
    padding: 0;
    margin: 0 2px;
}
div#reviews_slider-ow .tns-nav button.tns-nav-active {
    background: #fff;
}
div#reviews_slider-ow .tns-controls {
    position: absolute;
    top: 50%;
    width: calc(100% + 100px);
    left: -50px;
    transform: translateY(-25px);
}
div#reviews_slider-ow .tns-controls button[data-controls="prev"] {
    left: 0;
    position: absolute;
	-webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
div#reviews_slider-ow .tns-controls button[data-controls="next"] {
    right: 0;
    position: absolute;
	-webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
div#reviews_slider-ow .tns-controls button {
    width: 48px;
    height: 48px;
    cursor: pointer;
    border: 1px solid #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 0;
	padding: 0;
}
div#reviews_slider-ow .tns-controls button svg {
    width: 30px;
    height: 30px;
    fill: #fff;
}
.index-reviews-arrows-prev__icon {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.index-reviews-arrows-next__icon {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#reviews_slider .item_in {
    height: 100%;
    background: #fff;
    border-radius: 3px;
    padding: 20px calc(20px + (100vw - 320px) * 0.00438) calc(95px + (100vw - 320px) * 0.01125) calc(20px + (100vw - 320px) * 0.01125);
    position: relative;
}
div#reviews_slider-mw {
    width: calc(100% - 100px);
    margin: 0 auto;
}
div#reviews_slider-ow {
    margin: 100px 0;
}
#reviews_slider .item_in img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 100px;
}
#reviews_slider .slide__text-block h3 {
    display: flex;
    grid-gap: 10px;
    margin-bottom: 15px;
    font-weight: 900;
    font-size: 20px;
    line-height: 26px;
    color: #333;
}
#reviews_slider .slide__text-block h3 span.index-reviews-item__date {
    color: #878787;
    margin-left: 10px;
    font-weight: 300;
}
#reviews_slider .slide__text-block p {
    margin-top: 16px;
    font-size: calc(14px + (100vw - 320px) * 0.00125);
    line-height: calc(21px + (100vw - 320px) * 0.00187);
    color: #878787;
	    margin-bottom: 0;
}
div#reviews_slider-ow .tns-controls button:hover svg {
    fill: #0054A6;
}
div#reviews_slider-ow .tns-controls button:hover {
    background: #fff;
}
.contact__info {
    width: 50vw;
    background: #000;
    color: #fff;
}
.contact-text {
    height: 150px;
    resize: none;
}

.form_block .contact-input, .form_block .contact-text {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #000;
    border-radius: 0;
    margin-bottom: 18px;
    font-weight: 100;
    color: #000;
}
.form_block {
    width: calc(100% - 200px);
}
.form_block {
    width: calc(100% - 30%);
}
.form_block button.btn.send_btn {
    width: 100%;
    font-size: 20px;
    margin-top: 10px;
}
.contact__info {
    padding: 50px;
}

.contact__info p {
    display: grid;
    margin-bottom: 0;
}
.contact__section {
    padding: 150px 0;
}
.contact__section::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 300px;
    top: 0;
    right: 0;
    background: #0054A6;
    opacity: 0.9;
}
.contact__info img {
    width: 50px;
}
.contact__info a {
    display: flex;
    align-items: center;
    grid-gap: 15px;
    margin-bottom: 20px;
}
span.adress_span {
    display: flex;
    align-items: center;
    grid-gap: 15px;
    margin-bottom: 20px;
}
span.time_span span {
    display: block;
}
span.time_span_title {
    display: flex !important;
    grid-gap: 15px;
    align-items: center;
    margin-bottom: 10px;
}
.contact__section p {
}
.contact__section h2, .contact__section p {
    color: #000;
}
span.time_span {
    color: #fff;
}
.contact__info p {
    color: #fff;
}
.section__nav a {
    color: #000;
}
.section__nav {
    position: sticky;
    top: 160px;
    z-index: 2;
    color: #000;
    width: 100% !important;
    -webkit-box-shadow: 0 9px 28px rgba(0, 0, 0, 0.1);
    box-shadow: 0 9px 28px rgba(0, 0, 0, 0.1);
    height: 74px;
    background: #fff;
}
.service__page-nav .row ul {
    display: flex;
    width: 700px;
    justify-content: space-between;
    height: 74px;
    align-items: center;
}
.service__page-nav .row ul li, .service__page-nav .row ul a {
    height: 100%;
    align-items: center;
    display: flex;
}
.service__page-nav .row {
    margin: 0;
}
.about_section .elementor-widget-wrap {
    display: flex;
    flex-wrap: wrap;
}
.about_section .elementor-widget-wrap > .elementor-widget-image:nth-child(2), .about_section .elementor-widget-wrap > .elementor-widget-image:nth-child(3) {
    width: 60%;
}
.about_section .elementor-widget-wrap > .elementor-widget-text-editor:first-child, .about_section .elementor-widget-wrap > .elementor-widget-text-editor:last-child {
    width: 40%;
}
.service__page-nav li.active a {
    color: #0054A6 !important;
}
.service__page-nav .row ul li {
    border-bottom: 3px solid transparent;
    padding: 0 10px;
    transition: all 0.3s;
}
.service__page-nav li.active {
    border-color: #0054A6 !important;
}
.first_img-block img {
    max-height: 450px;
    object-fit: cover;
}
.about__section section {
    padding: 50px 0;
}
.line__bottom::after {
    content: '';
    position: absolute;
    border-bottom: 1px dashed #000;
    height: 1px;
    width: 300vw;
    left: -100vw;
    bottom: 0;
}
.ab_wr_section {
    margin-top: 80px;
	margin-bottom: 20px;
}
.steps__item {
    position: relative;
    margin: 50px 15px;
    background: #FFFFFF;
    -webkit-filter: drop-shadow(0 0 35px rgba(0, 0, 0, 0.08));
    filter: drop-shadow(0 0 35px rgba(0, 0, 0, 0.08));
    -webkit-box-shadow: 0 0 35px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.08);
    border-radius: 3px;
    padding: calc(15px + (100vw - 320px) * 0.00937);
    min-height: 588px;
    -webkit-clip-path: polygon(min(16%, 73px) 0, 100% 0, 100% 20%, 100% 100%, 80% 100%, 20% 100%, 0 100%, 0 min(15%, 68px));
    clip-path: polygon(min(16%, 73px) 0, 100% 0, 100% 20%, 100% 100%, 80% 100%, 20% 100%, 0 100%, 0 min(15%, 68px));
}
.steps__item-top {
    height: 212px;
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
p.steps__item-top-p {
    position: absolute;
    left: -50px;
    bottom: 70px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    color: rgba(0, 84, 166, 0.2);
    font-weight: 900;
    font-size: 52.5px;
    line-height: 21px;
}
img.steps__item-top__img {
    width: calc(100% - 65px);
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 3px;
}
.steps__item-content {
    margin-top: 30px;
}
.steps__item-content {
    margin-top: 30px;
}
p.steps__item-title {
    font-weight: bold;
    font-size: calc(20px + (100vw - 320px) * 0.00187);
    line-height: calc(20px + (100vw - 320px) * 0.00375);
    color: #333333;
    margin-bottom: 0;
}
.steps__item-description {
    margin-top: 25px;
    font-size: calc(17px + (100vw - 320px) * 0.00187);
    line-height: calc(25px + (100vw - 320px) * 0.0025);
    color: #333333;
}
#advantages .index-advantages-item {
    align-items: flex-start;
}
.typical-item-content {
	box-sizing: border-box;
  
}
.typical-item-title {
	font-weight: 900;
    font-size: 20px !important;
    line-height: 26px !important;
    color: #ED1847;
}
.typical-item-description {
/* 	margin-top: calc(15px + (100vw - 320px) * -0.00125); */
    font-size: 16px !important;
    line-height: 24px !important;
    color: #333;
}
.colortext{
	color: 0054a5
}
#advantages .index-advantages-item {
    align-items: flex-start;
    max-width: inherit;
}
.itog_img .steps__item{
	background-color:#2564ae
}
.steps__item-titlee{
	font-weight: bold;
    font-size: calc(20px + (100vw - 320px) * 0.00187);
    line-height: calc(20px + (100vw - 320px) * 0.00375);
    color: #fff;
    margin-bottom: 0;
}
.steps__item-descriptionn{
	margin-top: 25px;
    font-size: calc(17px + (100vw - 320px) * 0.00187);
    line-height: calc(25px + (100vw - 320px) * 0.0025);
    color: #bad1e7;
}
.steps__item-top-pp{
	position: absolute;
    left: -50px;
    bottom: 70px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    color: white;
    font-weight: 900;
    font-size: 52.5px;
    line-height: 21px;
}
.block1{
	margin-right: 90px;
}
.pic1{
	width: 100%;
    margin: 0;
    border-radius: 3px 3px 0 0;
}

/* блок описания/текст */
.block2{
	line-height: 0,5;
}
.price__table-bloc {
    margin-bottom: 200px;
}

.price__table-bloc caption {
    font-size: 20px;
    font-weight: 700;
}
.price__table-bloc td {
    border-bottom: 1px solid #eee;
    padding-left: 15px;
    padding-bottom: 10px;
    font-size: 18px;
    line-height: 25px;
}
.price__table-bloc {
    height: 100%;
    border: 2px solid #0B94DC;
    padding: 40px 80px;
    margin: 0 auto;
    display: block;
    text-align: left;
    max-width: 1000px;
}
.price__table-bloc td:last-child {
    text-align: right;
    min-width: 320px;
}
.table-price__text {
    width: 900px;
    margin: 0 auto 50px;
}
p.price__str {
    text-align: center;
    margin-bottom: 10px;
    font-size: 20px;
}
span.old__price {
    text-decoration: line-through;
    margin-right: 10px;
    margin-left: 6px;
    font-size: 15px;
}
span.sale__bl_text {
    background: #2564AE;
    color: #fff;
    padding: 3px 15px;
    border-radius: 3px;
}
strong.new__price {
    font-weight: 900;
}
span.sale__text {
    color: red;
    margin-right: 10px;
}
.price__table-bloc {
    margin-bottom: 20px;
}
p.table-price__text {
    text-align: center;
    font-weight: 700;
    font-size: 25px;
    margin-bottom: 200px;
}
.pum-container h3 {
    text-align: center;
}