/* Variables
---------------------------------------- */
:root {
--primary: #f9b233;
    --secondary: #8e8d8a;
    --dark: #f59d00;
    --light: #f5ead5;
    --border: #eae7dc;
    --color-heading: #474b4f;
    --font-text: "Roboto", sans-serif;
    --font-heading: "Roboto", sans-serif;
    --shadow: 0 0 10px 4px var(--border);
    --shadow2: 0 0 4px 2px var(--border);
}
a {
    text-decoration: none;
    color: var(--primary);
}
a:hover {
    color: #fff;
}
.header-right ul{
	display: flex;
	    flex-direction: row;
    list-style: none;
}
.header-right ul li{
	    padding: 10px;
}
.region--dark-background {
    background-color: var(--border);
}
.region--light-typography {
    color: #000;
}
.region--dark-background.header:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.region--dark-background.header:before {
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 104, 36, 0.1) 50%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 104, 36, 0.1) 50%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 104, 36, 0.1) 50%, rgba(255, 255, 255, 0) 100%);
}

.banner {
    position: relative;
    padding: 30px 0 100px;
    min-height: 270px;
}
.banner:after {
    position: absolute;
    background-image: url(/themes/mric/img/banner-separator.svg);
    background-repeat: repeat-x;
    background-position: center bottom;
    height: 100px;
    width: 100%;
    bottom: 0;
    top: auto;
    z-index: 0;
    background: url(/themes/mric/img/banner-separator.svg) repeat-x center top, -webkit-linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100px, rgba(255, 255, 255, 1) 100px, rgba(255, 255, 255, 1) 100%);
    background: url(/themes/mric/img/banner-separator.svg) repeat-x center top, -o-linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100px, rgba(255, 255, 255, 1) 100px, rgba(255, 255, 255, 1) 100%);
    background: url(/themes/mric/img/banner-separator.svg) repeat-x center top, linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100px, rgba(255, 255, 255, 1) 100px, rgba(255, 255, 255, 1) 100%);
}
.region--dark-background {
    background-color: var(--border);
}
.region--dark-background.banner:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.region--dark-background.banner:before {
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 104, 36, 0.1) 50%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 104, 36, 0.1) 50%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 104, 36, 0.1) 50%, rgba(255, 255, 255, 0) 100%);
}
.frontpage-cover-block__section {
    position: relative;
    padding: 20px 0 30px;
    overflow: hidden;
    margin: 0 15px;
}
.hff-49 h1, .hff-49 h2, .hff-49 h3, .hff-49 h4, .hff-49 h5, .hff-49 h6, .hff-49 .tp-caption__title, .hff-49 .tp-caption__subtitle, .hff-49 .field--name-field-mt-highlight-title, .sff-49 .site-name, .slff-49 .site-slogan, .hff-49 .nav-tab__title, .hff-49 .views-field-field-mt-price {
    font-family: 'Barlow', Helvetica Neue, Arial, sans-serif;
}
.region--light-typography h1, .region--light-typography h2, .region--light-typography h3, .region--light-typography h4, .region--light-typography h5, .region--light-typography h6 {
    color: #000;
}
.frontpage-cover-block__section h1 {
    text-transform: uppercase;
}

p.extra-large {
    font-size: 24px;
    line-height: 1.30;
}
.region--light-typography a, .region--light-typography a.link--dark, .region--light-typography .link--dark a {
    color: #000;
	    font-weight: 600;
}
.cta-button {
    font-size: 16px;
    font-weight: 400;
    padding: 5px 60px 5px 5px;
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
    line-height: 1;
    border-width: 2px;
    border-style: solid;
    border-color: transparent;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    margin: 10px 0;
    text-align: center;
    position: relative;
}
.cta-button {
    background-color: var(--secondary);
}
.cta-button span {
    display: inline-block;
    padding: 10px 20px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    text-transform: uppercase;
    margin-right: 20px;
}
.cta-button span {
    background: #f8304a;
    background: -webkit-linear-gradient(left, #f8304a 0%, #ff6824 100%);
    background: -o-linear-gradient(left, #f8304a 0%, #ff6824 100%);
    background: linear-gradient(to right, #f8304a 0%, #ff6824 100%);
}


#block-mric-webform{
    padding: 30px;
    background-color: #ffffffa1;
    border-radius: 13px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    max-width: 600px;
}
#block-mric-webform .webform-actions{
    display: flex;
    justify-content: center;
}
#block-mric-webform .block-title{
    color: var(--primary);
    font-weight: 900;
    font-size: 24px;
}
#block-mric-webform .form-item input{
    border-radius: 3px;
    border: none;
    background: #ffffffd6;
    font-size: 18px;
    width: 100%;
    font-weight: 500;
    height: 50px;
}
#block-mric-webform .form-submit{
    background: #f9b233cc;
    border: 3px solid var(--primary);
    color: #fff;
}
.banner__block{
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
#block-mric-baner{
    max-width: 500px;
}
.webform-confirmation__back{
    background: #f9b233cc;
    border: 3px solid var(--primary);
    color: #fff;
    padding: 5px;
    text-align: center;
}
.webform-confirmation__back a {
    color: #fff;
}
.banner-form{
	padding: 30px;
    background-color: #ffffffa1;
    border-radius: 13px;
}
.banner-form-content{
display: flex;
    flex-direction: column;
    align-items: center;	
}
.banner-form-content{
color: var(--primary);
    font-weight: 900;
    font-size: 24px;	
}
.wrap-btn {
	display: flex;
    justify-content: center;
}
.wrap-btn .btn{
	    background: #f9b233cc;
    border: 3px solid var(--primary);
    color: #fff;
}
.ml-xl-auto, .mx-xl-auto {
    margin-left: auto !important;
}
.wrap-field input{
	border-radius: 3px;
    border: none;
    background: #ffffffd6;
    font-size: 18px;
    width: 100%;
    font-weight: 500;
    margin-bottom: 0.8rem;

}
.banner-form-content form{
	width: 100%;
}
.menu--main li a{
	position: relative;
	padding-bottom: 8px;
	    color: #000;
    font-weight: 600;
}
.menu--main li a:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 23px;
    height: 3px;
    background: var(--primary);
    transition: width 0.3s ease;

}
.menu--main > li:hover a::after {
    width: 100%;
}
.social-icons{
display: flex;	
}
.social-icons li{
	position: relative;
    list-style: none;
    display: flex;
    gap: 10px;
    margin: 0;
    padding: 0 5px;
}
.social-icons li a {
    color: var(--secondary);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    border: 2px solid var(--secondary);
    border-radius: 6px;
    transition: all 0.4s ease;
}
.social-icons li a:hover {
    background-color: var(--light);
}
.site-footer {
    background-color: var(--border);
	    position: relative;
}

.site-footer:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.site-footer:before {
background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 104, 36, 0.1) 50%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 104, 36, 0.1) 50%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 104, 36, 0.1) 50%, rgba(255, 255, 255, 0) 100%);
	}
.footer-bottom-container {
    border-top: 1px solid var(--secondary);
}
.block-content-footer p{
	position:relative;
	padding-bottom:5px;
}
.block-content-footer p::before, .block-content-footer p::after {
    position: absolute;
    content: "";
    bottom: 0;
    height: 2px;
}
.block-content-footer p:before{
	    left: 0;
    width: 10px;
    background-color: var(--dark);
}
.block-content-footer p::after {
    left: 16px;
    width: 30px;
    background-color: var(--dark);
}
.block-content-footer p a{
	color:var(--color-text);
}
.footer .footer-one .block-content .field--text{
	font-size:16px;
}
.page-container .uslugi-slider{
	display: grid;
    gap: calc(var(--grid-gutter-y)* 4 / 3) calc(var(--grid-gutter-x)* 4 / 3);
    grid-template-columns: 1fr 1fr 1fr;
}
.page-container .uslugi-slider a{
background: var(--border);
    border-radius: 5px;
    padding: 1.5em;
   /* transition: 3s;*/
    width: auto;
    margin: 10px;
    box-shadow: -9px 6px 8px 0px #dbdbdb;
	position:relative;
}
.uslugi-slider h2{
	    font-size: 28px;
    color: var(--color-heading);;
}
.uslugi-slider .tile__description{
	color: var(--color-heading);
    font-size: 16px;
}
.uslugi-slider .tile__price{
	font-size: 20px;
    font-weight: 700;
}
.wide-block{
    margin: 0 15px;
margin-top: 20px;	
margin-bottom: 50px;
}
.block-title h2{
	    text-align: center;
    margin-bottom: 35px;
    text-transform: uppercase;
}
.page-container .uslugi-slider a .tile__icon{
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 10px;
	
}
.page-container .uslugi-slider a:hover{
box-shadow: 0px 35px 50px rgba(0, 0, 0, 0.1);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
	border-top: 8px solid var(--dark);
}
.wrap-btn .btn:hover{
	background:var(--dark);
}
.steps__container h2{
	text-align: center;
	padding-bottom: 40px;
}

.steps .steps__wrapper--desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 7px;
	flex-direction: row;
}
.steps .steps__wrapper--desktop .steps__point {
    width: calc((538 / 1256)* 100%);
}
.steps .steps__wrapper--desktop .steps__point ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
	list-style: none;
}
.steps__wrapper--desktop .steps__point-item {
    width: 100%;
    height: 50px;
    margin: 0;
    background-color: transparent;
    border-radius: 0;
    opacity: 1;
	min-height: 52px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.steps .steps__wrapper--desktop .steps__point .steps__point-item .bullet-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    min-height: 52px;
    margin-bottom: 0;
    padding-left: 35px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.steps .steps__wrapper--desktop .steps__point .steps__point-item .bullet-wrapper span {
    width: 22px;
    font-size: 16px;
    line-height: 19px;
    color: var(--primary);;
}
.steps .steps__wrapper--desktop .steps__point .steps__point-item .bullet-wrapper p {
    width: 90%;
    margin: 0;
    margin-left: 22px;
    font-size: 16px;
    line-height: 19px;
    color: var(--color-text);
}
.steps .steps__wrapper--desktop .steps__description {
    z-index: 1;
    width: 52%;
        height: 460px;
    overflow: hidden;
    position: relative;
}
.steps .steps__wrapper--desktop .steps__description::before {
    content: "";
    position: absolute;
    top: -40px;
    z-index: 10;
    width: 100%;
    height: 100px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(35.42%, var(--border)), to(rgba(247, 247, 247, 0)));
    background: linear-gradient(180deg, var(--border) 35.42%, rgba(247, 247, 247, 0) 100%);
}
.steps .steps__wrapper--desktop .steps__description ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: -webkit-transform linear 0.3s;
    transition: -webkit-transform linear 0.3s;
    transition: transform linear 0.3s;
    transition: transform linear 0.3s, -webkit-transform linear 0.3s;
}
.steps .steps__wrapper--desktop .steps__description li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 40px;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
	margin-bottom: 28px;
    min-height: 133px;
}
.steps .steps__wrapper--desktop .steps__description .steps__description-pic {
    position: relative;
    left: 0;
    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;
    width: 108px;
    height: 108px;
    background-color: #ffffff;
    border-radius: 50%;
    -webkit-box-shadow: 0 12px 30px rgba(43, 43, 43, 0.17);
    box-shadow: 0 12px 30px rgba(43, 43, 43, 0.17);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.steps .steps__wrapper--desktop .steps__description .steps__description-pic svg {
    opacity: 0.5;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    fill: transparent;
    stroke: #2b2b2b;
	    width: 58px;
    height: auto;
}
.steps .steps__wrapper--desktop p {
    width: 75%;
    margin: 0;
    font-size: 25px;
    line-height: 40px;
    color: #727173;
}
.steps .steps__wrapper--desktop .steps__description p {
    position: relative;
    display: block;
    max-width: 78%;
    padding-left: 47px;
    font-size: 16px;
    line-height: 30px;
    opacity: 0.5;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.steps .steps__wrapper--desktop .steps__description li::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 92px;
    z-index: -1;
    width: 1px;
    height: calc(100% + 20px);
    background-image: url(/themes/mric/img/dashed.svg);
}
.steps .steps__wrapper--desktop .steps__description::after {
    content: "";
    position: absolute;
    bottom: -40px;
    z-index: 10;
    width: 100%;
    height: 100px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(35.42%, var(--border)), to(rgba(247, 247, 247, 0)));
    background: linear-gradient(180deg, var(--border) 35.42%, rgba(247, 247, 247, 0) 100%);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.steps .steps__wrapper--desktop .steps__point .steps__point-item--active {
    height: 100%;
    padding-top: 14px;
    padding-bottom: 16px;
    cursor: pointer;
}
.steps .steps__wrapper--desktop .steps__point .steps__point-item--active .bullet-wrapper {
    min-height: 56px;
    color: var(--dark);
    background-color: #ffffff;
    border-radius: 4px;
    -webkit-box-shadow: 0 12px 30px rgba(43, 43, 43, 0.17);
    box-shadow: 0 12px 30px rgba(43, 43, 43, 0.17);
}
.steps .steps__wrapper--desktop .steps__point .steps__point-item--active .bullet-wrapper p, .steps .steps__wrapper--desktop .steps__point .steps__point-item--active .bullet-wrapper span {
    color: var(--dark);
}
 .steps .steps__wrapper--desktop .steps__point .steps__point-item--active .bullet-wrapper p, .steps .steps__wrapper--desktop .steps__point .steps__point-item--active .bullet-wrapper span {
    color: var(--dark);
}
.steps .steps__wrapper--desktop .steps__description-item--active .steps__description-pic {
    position: relative;
    background-color: var(--dark);
}
.steps .steps__wrapper--desktop .steps__description-item--active .steps__description-pic::before {
    content: "";
    position: absolute;
    width: 170px;
    height: 170px;
    background-image: url(/themes/mric/img/ellipse.svg);
    background-size: contain;
}
.steps .steps__wrapper--desktop .steps__description-item--active .steps__description-pic svg {
    opacity: 1;
    fill: transparent;
    stroke: #ffffff;
}
.steps .steps__wrapper--desktop .steps__description-item--active p {
    color: #2b2b2b;
    opacity: 1;
}
.steps .steps__wrapper--desktop .steps__description li:first-of-type::after {
    height: 100%;
    bottom: -50px;
}

.block-preimusch-content{
	display: grid;
    gap: calc(var(--grid-gutter-y)* 4 / 3) calc(var(--grid-gutter-x)* 4 / 3);
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.block-preimusch-container{
margin: 50px 15px; 	
}
.portfolio-container {
    margin: 15px;
}
.block-preimusch-title{
	    text-align: center;
    padding-bottom: 40px;
}
.preimusch-image-box-wrapper{
	     display: flex;
    align-items: center;
    flex-direction: column;
    border: 1px solid var(--primary);
    margin: 10px;
    border-radius: 30px;
	    padding: 10px;
    text-align: center;
}
.header_fixed {
  position: fixed;
  top: 0;
  width: 100%;
      z-index: 100;
}
.steps__container{
	    display: flex;
    flex-direction: column;
    align-items: center;
}
.steps__btn{
	margin: 50px 0;
    background: #f9b233cc;
    border: 3px solid var(--primary);
    color: #fff;
}
.steps__btn:hover {
    background: var(--dark);
	color: #fff;
    font-weight: 600;
}
.preimusch-image-box-img:hover {
    animation: rubberBand 0.6s ease-in-out alternate;
    transform: rotate(360deg);
    transition: all .55s cubic-bezier(.645,.045,.355,1);
}
.preimusch-image-box-wrapper:hover {
    animation: rubberBand 0.6s ease-in-out alternate;
    transform: rotate(360deg);
    transition: all .55s cubic-bezier(.645,.045,.355,1);
    background: var(--primary);
    color: #ffffff;
    font-weight: 500;
}
@keyframes rubberBand {
0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
}
40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
}
50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
}
65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
}
75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
}
100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
}
.back-call-block{
display: flex;
    padding: 30px 0;	
	margin: 0 15px;
    padding-top: 90px;
    max-width: fit-content;
}
.back-call-block .back-call-block-title p{
	    max-width: 60%;
		    margin-top: 20px;
}
.back-call-block-content{
	display: flex;
    flex-direction: column;
    align-items: center;
	    background: #ffffff6b;
    padding: 15px;
    border-radius: 15px;
}
.back-call-block-content input{
	    border: 1px solid rgb(195, 195, 195);
    background-color: #ffffffbf;
    border-radius: 10px;
    font-weight: 400;
    margin: 8px 0;
    min-width: 250px;
}
.back-call-block-content .back-call-btn{
	margin: 10px 0;
    background: #f9b233cc;
    border: 3px solid var(--primary);
    color: #fff;
	    width: 100%;
    border-radius: 10px;
}
.back-call-container{
	position:relative;
}
.back-call-container:before {
    content: "";
    position: absolute;
    background-image: url(/themes/mric/img/banner-separator.svg);
    background-repeat: repeat-x;
    background-position: center bottom;
    height: 100px;
    width: 100%;
    /* bottom: 0; */
    top: 0;
    transform: rotate(180deg);
    z-index: 0;
    background: url(/themes/mric/img/banner-separator.svg) repeat-x center top, -webkit-linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100px, rgba(255, 255, 255, 1) 100px, rgba(255, 255, 255, 1) 100%);
    background: url(/themes/mric/img/banner-separator.svg) repeat-x center top, -o-linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100px, rgba(255, 255, 255, 1) 100px, rgba(255, 255, 255, 1) 100%);
    background: url(/themes/mric/img/banner-separator.svg) repeat-x center top, linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100px, rgba(255, 255, 255, 1) 100px, rgba(255, 255, 255, 1) 100%);
}
.portfolio-item{
	
    max-width: 400px;
    min-height: 300px;
    background-size: cover;
    border-radius: 20px;
	    -webkit-box-shadow: 15px 15px 30px rgba(0,0,0,.25), -15px -15px 30px rgba(0,0,0,.25);
    box-shadow: 15px 15px 30px rgba(0,0,0,.25), -15px -15px 30px rgba(0,0,0,.25);
	    margin: 10px;
}
.portfolio-item-content{
	height: 100%;
    display:none;
    width: auto;
    
    flex-direction: column;
    justify-content: space-around;
    min-height: 300px;
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    border-radius: 20px;
    align-items: center;
}
.portfolio-item:hover .portfolio-item-content{
	
	display:flex;
	    justify-content: flex-end;
    animation: portfolio-animation 0.6s cubic-bezier(0.470, 0.000, 0.745, 0.715) both;

}
.portfolio-item .portfolio-item-content .opis-item{
	padding: 15px 0;
    background: linear-gradient(180deg, #f9b23321 0%, #f9b233cf 40.1%, #f9b233e8 100%);
    width: 100%;
    border-radius: 0px 0px 20px 20px;
	    display: flex;
    flex-direction: column;
	align-items: center;
	font-size: 18px;
}
.card-portfolio{
	color: #fff;
    border: 2px solid var(--border);
    max-width: 170px;
    border-radius: 15px;
    padding: 0 8px;
}
.card-portfolio:hover{
	background: #f9b23396;
	color:#fff;
}
.portfolio-block-content{
padding: 40px 0;	
    display: grid;
    gap: calc(var(--grid-gutter-y)* 4 / 3) calc(var(--grid-gutter-x)* 4 / 3);
    grid-template-columns: 1fr 1fr 1fr;
}
.portfolio-block-title{
	text-align: center;
    margin: 15px 0;
    margin-top: 30px;
    
}
.portfolio-item .portfolio-item-content .opis-item span{
    text-shadow: #474747 1px 0 10px;
}
.portfolio-item .portfolio-item-content .card-portfolio span{
    text-shadow: #474747 1px 0 10px;
}
.portfolio-block-title h3{
	font-size: 1.9rem;
}
.portfolio-block{
	text-align:center;
}
.portfolio-btn {
	padding: 10px 40px;
    margin-bottom: 40px;
    border: 2px solid var(--primary);
    border-radius: 30px;
    color: var(--primary);
}
.portfolio-btn:hover{
	    background: var(--dark);
		color:#fff;
}
@keyframes portfolio-animation {
0% {
    filter: blur(4px);
    opacity: 0;
}
100% {
    filter: blur(0px);
    opacity: 1;
}
}
.uslugi-slider h2:hover:before {
    color: #FECC2F;
    z-index: -1;
    top: 0;
    left: 0;
	animation: glitch .3s cubic-bezier(.25,.46,.45,.94) both 5;
	    display: block;
    content: attr(data-glitch);
    text-transform: uppercase;
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: .9;
}
@keyframes glitch {
0%, 100% {
    transform: translate(0);
}
20% {
    transform: translate(-5px, 5px);
}
40% {
    transform: translate(-5px, -5px);
}
60% {
    transform: translate(5px, 5px);
}
80% {
    transform: translate(5px, -5px);
}
}
.back-call-btn:hover{
	    background: var(--dark);
    color: #fff;
    font-weight: 600;
}
.block__text{
	display:none;
	color: var(--secondary);
    margin-top: 15px;
}
.block__title{
	position:relative;
	font-size: 20px;
    font-weight: 700;
}
.faq__item-title_icon{
	    width: 24px;
    margin-left: 24px;
    height: 24px;
}
.faq__item-title_icon:before, .faq__item-title_icon:after {
    width: 2px;
    content: "";
    position: absolute;
    background: var(--primary);
    display: block;
    transition: all 0.5s;
	height: 18px;
    border-radius: 1px;
    right: 11px;
    top: 3px;
}
.faq__item-title_icon:after {
    transform: rotate(90deg);
}
.block__item-faq{
border-bottom: 1px solid var(--secondary);
    padding: 15px;
    background: var(--border);
    border-radius: 15px;	
	    margin-bottom: 15px;
		position: relative;
}
.block__item-faq:before{
	    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 104, 36, 0.1) 50%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 104, 36, 0.1) 50%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 104, 36, 0.1) 50%, rgba(255, 255, 255, 0) 100%);
}
.faq-container{
	padding: 50px 0;
	position:relative;
    margin: 0 15px;
}
.active-faq .block__text{
	display:block;
}

.active-faq .faq__item-title_icon:before {
    transform: rotate(90deg);
}
.block-faq .h3{
    text-align: center;
    margin-bottom: 40px;	
}
.scrolltop {
	display: none;
    border-radius: 10px;
    background: none;
    color: var(--secondary);
    border: 2px solid var(--secondary);
}
.scrolltop:hover {
    border: 2px solid var(--primary);
    color: var(--primary);
	background: #f9b23396;
}

.nd-question-dev-background {
    font-size: 300px;
    font-weight: 700;
    opacity: 0.1;
    right: 110px;
    top: 0px;
    color: #373c4075;
    line-height: 300px;
    position: absolute;
    z-index: -1;
}
.nd-question-dev-background2{
    font-size: 250px;
    font-weight: 700;
    opacity: 0.1;
    right: 280px;
    bottom: 0px;
    color: #373c4075;
    line-height: 250px;
    position: absolute;
    z-index: -1;
}
.nd-question-dev-background3{
    font-size: 350px;
    font-weight: 700;
    opacity: 0.1;
    left: 280px;
    bottom: 0px;
    color: #373c4075;
    line-height: 350px;
    position: absolute;
    z-index: -1;
}
.nd-question-dev-background4{
    font-size: 450px;
    font-weight: 700;
    opacity: 0.1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0px;
    color: #373c4075;
    line-height: 400px;
    position: absolute;
    z-index: -1;
}
.block-content-footer .field-item a:hover{
color: var(--dark);
    font-weight: 500;	
}
.block__item-faq:hover {
    box-shadow: 0px 35px 50px rgba(0, 0, 0, 0.1);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
}
.animate__zoomIn:hover .tile__price{
color: var(--dark);	
}
.animate__zoomIn:hover .tile__price svg path{
stroke: var(--dark);
}
.animate__zoomIn:hover .tile__title{
	color: var(--dark);
}
.steps__description-pic img{
    opacity: 0.8;
}
.site-logo img {
    max-width: 150px !important;
}

.block-map iframe{
    width: 100%;
    border-radius: 20px;
}
.contacts__items {
    display: flex;
    justify-content: space-between;
}
.contacts__item{
    border-radius: 20px;
    border: none;
    box-shadow: 0px 20px 55px rgb(0 0 0 / 12%);
    padding: 20px;
    margin: 35px 0;
}
.contacts__block{
    margin: 50px 0;
}
.thumbnail{
    background-color: var(--border);
    padding: 15px;
    border-radius: 20px;
    border: none;
    box-shadow: 0px 20px 55px rgb(0 0 0 / 12%);
    margin: 25px 0;
    margin-bottom: 55px;
}
.thumbnail .full_name{
    text-align: end;
    padding: 10px;
    margin-bottom: 10px;
}
.thumbnail p{
    margin-bottom: 10px;
}
.administration-text{
    padding: 10px;
}
.contacts__item-phone{
    color: var(--color-text);
}
.contacts__item-label, .contacts__item-label, .contacts__item-label, .contacts__item-label{

    font-weight: 800;
    font-size: 20px;
}
@keyframes circle-to-square{
    0% {
        width: 50px;
        height: 50px;
    }
    50% {
        width: 100%;
        height: 50px;
    }
    100% {
        width: 100%;
        height: 100%;
    }
    }
   


.body-hover{
    display: flex;
    flex-direction: column;
z-index: 2;
position: relative;
justify-content: space-between;
}
.uslugi-tile__item:hover .body-hover{
    display: flex;
    flex-direction: column;
}
.uslugi-tile__item:hover .body-item{
    display: none;
}
.uslugi-tile__item{
transition: 1s;
background: var(--border);
border-radius: 10px;
padding: 1.5em;
width: auto;
margin: 10px;
box-shadow: -9px 6px 8px 0px #dbdbdb;
position: relative;
display: grid;
    gap: calc(var(--grid-gutter-y)* 4 / 3) calc(var(--grid-gutter-x)* 4 / 3);
    grid-template-columns: 1fr;
}

.uslugi-tile__item:after {
    position: absolute;
    content: "";
    z-index: 1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 0;
    height: 100%;
    transition: .5s;
    border-radius: 10px;
    
}
.uslugi-tile__item:hover:after {
    animation: circle-to-square 1.2s ease-in-out alternate;
    transition: all .55s cubic-bezier(.645,.045,.355,1);
    background: var(--primary);
    animation-fill-mode: both;
}
.uslugi-block{
    display: grid;
    gap: calc(var(--grid-gutter-y)* 4 / 3) calc(var(--grid-gutter-x)* 4 / 3);
    grid-template-columns: 1fr 1fr 1fr;
}
.uslugi-tile__item .uslugi-tile__icon{
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 10px;
}
.uslugi-tile__item .uslugi-tile__title {
    font-size: 28px;
    color: var(--dark);
    margin-bottom: 15px;
}

  
  @keyframes slidein {
    from {
      margin-left: 20%;
      width: 150%;
    }
  
    to {
      margin-left: 0%;
      width: 100%;
    }
  }
.uslugi-tile__item:hover .uslugi-tile__title {
    color: var(--color-heading);
    animation-duration: 1.4s;
    animation-name: slidein;
    animation-fill-mode: both;
}
.uslugi-tile__item .uslugi-tile__description {
    color: var(--color-heading);
    font-size: 16px;
}
.body-hover ul{
    padding: 0;
    list-style: none;
    color: var(--color-heading);
    font-size: 17px;
}
.uslugi-tile__item:hover .body-hover ul{
color: #fff;
animation: portfolio-animation 1.4s cubic-bezier(0.470, 0.000, 0.745, 0.715) both;
}
.uslugi-hover-item .li-icon{
    color: var(--color-text);
    fill: var(--color-text);
}
.uslugi-tile__price{

    margin: 15px 0;
    text-align: center;
    background: #f9b233cc;
    border: 3px solid var(--primary);
    color: #fff;
    padding: 8px;
    width: max-content;
    font-weight: 600;
}
.uslugi-tile__price svg path{
    stroke:#fff;
}
.uslugi-tile__price-block{
    display: flex;
    justify-content: flex-end;
}

.uslugi-tile__item:hover .uslugi-tile__price {
    background: #474b4fd6;
    border: 3px solid var(--color-heading);
    transition: 3s;

}
.uslugi-block-title{
    text-align: center;
    margin-bottom: 35px;
    text-transform: uppercase;
}
.uslugi-container{
    padding: 70px 0;
    margin: 0 15px;
}
.steps__wrapper--mobile{
    display: none;
}
@media screen and (max-width: 1200px){
.page-container .uslugi-slider, .uslugi-block {
    grid-template-columns: 1fr 1fr;
}
.block-preimusch-content {
    grid-template-columns: 1fr 1fr 1fr;
}
.portfolio-item {
    max-width: 100%;
    min-height: 350px;
}
.portfolio-block-content {
    grid-template-columns: 1fr 1fr;
}
.svg-backcall{
    margin-top: -1px!important;
}
}
@media screen and (max-width: 768px){
    .banner__block {
        flex-direction: column;
    }
.steps__wrapper--mobile{
    display: flex;
}
.steps .steps__wrapper--desktop{
    display: none;
}
}
.steps__point-item-mobile{
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.steps__point-item-mobile .bullet-wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    min-height: 40px;
    margin-bottom: 0;
    padding-left: 18px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.steps__point-item-mobile-count{
    width: 22px;
    font-size: 14px;
    line-height: 16px;
    color: var(--primary);
}
.bullet-wrapper p{
width: 90%;
margin: 0;
margin-left: 7px;
font-size: 14px;
line-height: 16px;
color: var(--color-text);
}
.steps .steps__description-mobile{
    display:none;
}
.steps__description-mobile{
    display: flex;
    justify-content: space-between;
}
.steps__description-mobile p{
    color: var(--color-text);
    position: relative;
    display: block;
    max-width: 78%;
    padding-left: 47px;
    font-size: 16px;
    line-height: 30px;
    opacity: 0.5;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.steps__wrapper--mobile .steps__point-list-mobile .steps__point-item-mobile--active .steps__description-mobile::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 70px;
    z-index: -1;
    width: 1px;
    height: 100%;
    background-image: url(/themes/mric/img/dashed.svg);
}
.steps__point-item-mobile--active {
    min-height: 225px;
    margin-top: 11px;
    margin-bottom: 13px;
    padding: 17px 30px 0 18px;
    overflow: visible;
    background-color: #ffffff;
    border-radius: 4px;
    -webkit-box-shadow: 0 12px 30px rgba(43, 43, 43, 0.17);
    box-shadow: 0 12px 30px rgba(43, 43, 43, 0.17);
}
.steps__point-item-mobile--active .steps__description-mobile {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 35px 0 39px 22px;
}
.steps__point-item-mobile--active .steps__description-mobile .steps__description-pic-mobile::before {
    content: "";
    position: absolute;
    width: 153px;
    height: 153px;
    background-image: url(/themes/mric/img/ellipse.svg);
    background-size: contain;
}
.steps__point-item-mobile--active .steps__description-mobile .steps__description-pic-mobile {
    position: relative;
    left: 0;
    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;
    width: 97px;
    height: 97px;
    background-color: var(--primary);
    border-radius: 50%;
    -webkit-box-shadow: 0 12px 30px rgba(43, 43, 43, 0.17);
    box-shadow: 0 12px 30px rgba(43, 43, 43, 0.17);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
@media screen and (max-width: 650px){
    .back-call-block .back-call-block-title p {
        max-width: 100%;
    }
.page-container .uslugi-slider, .uslugi-block {
    grid-template-columns: 1fr;
}
.block-preimusch-content {
    grid-template-columns: 1fr 1fr;
}
.back-call-block {
    flex-direction: column;
}
.back-call-block-content input {
    min-width: 100%;
}
.portfolio-block-content {
    grid-template-columns: 1fr;
}
.steps__wrapper--mobile .steps__point-list-mobile .steps__point-item-mobile--active .steps__description-mobile::after {
    left: 50px;
}
.steps__point-item-mobile--active .steps__description-mobile .steps__description-pic-mobile{
    width: 54px;
    height: 54px;
    margin-right: 22px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.steps__point-item-mobile--active .steps__description-mobile .steps__description-pic-mobile::before {
    width: 90px;
    height: 90px;
}
.steps__description-mobile p{
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    padding: 0px;
}
}
@media screen and (max-width: 460px){
.nd-question-dev-background3, .nd-question-dev-background4{
display: none;
}
.block-preimusch-content {
    grid-template-columns: 1fr;
}
.uslugi-tile__item .uslugi-tile__title {
    font-size: 26px;
}
.body-hover ul {
    font-size: 16px;
}
h2 {
    font-size: 1.6rem;
}
.uslugi-slider .tile__description {
    font-size: 14px;
    padding: 8px 0;
}
.portfolio-item {
    min-height: 250px;
}
.frontpage-cover-block__section h1{
    font-size: 2.0rem;
}
p.extra-large {
    font-size: 20px;
}
.banner-form-content {
    font-size: 20px;
}
.uslugi-slider h2 {
    font-size: 22px;
}
.uslugi-slider .tile__price {
    font-size: 18px;
}
.uslugi-tile__item {
    padding: 15px;
}
.uslugi-tile__price {
    margin: 10px 0;
}
.uslugi-tile__item .uslugi-tile__title {
    font-size: 22px;
}
}
.contacts__item-phone a{
    color: var(--color-text);
}
.contacts__item-phone a:hover{
    color: var(--primary);
}
.social__items {
display: flex;
}
.social__items a{
    color: var(--color-text);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    border: 2px solid var(--color-text);
    border-radius: 6px;
    transition: all 0.4s ease;
    margin:5px;
    margin-left: 0;
}
.social__items a:hover{
    color: var(--primary);
    border: 2px solid var(--primary);
}
@media screen and (max-width: 1200px){
.contacts__item {
    max-width: 33%;
}
}
@media screen and (max-width: 940px){
.contacts__item {
    max-width: 25%;
}
}
@media screen and (max-width: 768px){
.contacts__item {
    box-shadow: 4px 7px 12px rgb(0 0 0 / 12%);
    padding: 20px;
    margin: 10px 0;
    max-width: 100%;
}
.contacts__items {
    flex-direction: column;
}
}
.inteco-flex{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px 0;
}
.image-item{
    width: 60%;
    border-radius: 30px;
    -webkit-box-shadow: 15px 15px 30px rgba(0,0,0,.25), -15px -15px 30px rgba(0,0,0,.25);
    box-shadow: 15px 15px 30px rgba(0,0,0,.25), -15px -15px 30px rgba(0,0,0,.25);
    min-height: 500px;
}
.description-item{
    padding: 0;
    width: 38%;
}
.description-item .title{
    font-weight: 700;
    font-size: 1.8em;
    margin-bottom: .5em;
}
.btn-container{
    margin-top: 30px;
}
.btn-container a{
    color: var(--primary);
    border: 1px solid var(--primary);
    padding: 15px 20px;
    border-radius: 30px;
}
.container-portfolio{
    margin-bottom: 40px;
}
@media screen and (max-width: 768px){
.image-item {
    width: 100%;
}
.description-item {
    padding: 25px 15px;
    width: 100%;
}
}
@media screen and (max-width: 500px){
.image-item {
    min-height: 350px;
}
}
@media screen and (max-width: 375px){
.image-item {
    min-height: 300px;
}
}

#menu__toggle {
    opacity: 0;
  }
  
  #menu__toggle:checked ~ .menu__btn > span {
    transform: rotate(45deg);
  }
  #menu__toggle:checked ~ .menu__btn > span::before {
    top: 0;
    transform: rotate(0);
  }
  #menu__toggle:checked ~ .menu__btn > span::after {
    top: 0;
    transform: rotate(90deg);
  }
  #menu__toggle:checked ~ .menu__box {
    visibility: visible;
    left: 0;
  }
  
  .menu__btn {
    display: flex;
    align-items: center;
    position: absolute;
    width: 26px;
    height: 26px;
    cursor: pointer;
    z-index: 12;
    right: 0;
  }
  
  .menu__btn > span,
  .menu__btn > span::before,
  .menu__btn > span::after {
    display: block;
    position: absolute;
  
    width: 100%;
    height: 2px;
  
    background-color: #616161;
  
    transition-duration: .25s;
  }
  .menu__btn > span::before {
    content: '';
    top: -8px;
  }
  .menu__btn > span::after {
    content: '';
    top: 8px;
  }
  
  .menu__box {
    display: block;
    position: fixed;
    visibility: hidden;
    top: 0;
    left: -100%;
    width: 300px;
    height: 100%;
    margin: 0;
    padding: 80px 0;
    list-style: none;
    background-color: var(--border);
    box-shadow: 1px 0px 6px rgba(0, 0, 0, .2);
    transition-duration: .25s;
    z-index: 11;
    flex-direction: column!important;
    
  }
  
  .menu__item {
    display: block;
    padding: 12px 24px; 
  
    color: #333;
  
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 600;
  
    text-decoration: none;
  
    transition-duration: .25s;
  }
  .menu__item:hover {
    background-color: #CFD8DC;
  }
  .hamburger-menu{
    position: relative;
    display: none;
  }
  @media screen and (max-width: 768px){
  .hamburger-menu{
  display: flex;
  }
  .region-header-top-right{
    display:none;
  }
}
.menu__box:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 104, 36, 0.1) 50%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 104, 36, 0.1) 50%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 104, 36, 0.1) 50%, rgba(255, 255, 255, 0) 100%);
    z-index: -11;
}
@media screen and (max-width: 500px){
.menu__box {
    width: 100%;
}
}
ul.sf-menu.menu, ul.sf-menu.menu ul, ul.sf-menu.menu li{
    padding: 10px;
}
ul.sf-menu a, ul.sf-menu span.nolink {
    display: block;
    padding: 0em;
    position: relative;
    padding-bottom: 8px;
}
ul.sf-menu a:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 23px;
    height: 3px;
    background: var(--primary);
    transition: width 0.3s ease;
}
ul.sf-menu.menu li:hover a:after{
    width:100%;
}
.services-item-block{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
.services-item{
    margin: 25px 10px;
    display: grid;
    grid-template-columns: 1fr;
}
.services-item-link{
    position: relative;
    background: #fff;
    -webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.15);
    border-radius: 30px;
    padding: 50px 30px 25px 60px;
    cursor: pointer;
    height: 100%;
    -webkit-transition: background ease .2s;
    -o-transition: background ease .2s;
    transition: background ease .2s;
    width: 100%;
    display: flex;
    flex-direction: column;
    z-index: 2;
    position: relative;
    justify-content: space-between;
}
.services-item img{
    position: absolute;
    top: -55px;
    left: -20px;
}
.services-item .services-item__title{
    font-size: 24px;
    font-family: 'MontserratB';
    margin-bottom: 25px;
    margin-left: 40px;
    text-transform: uppercase;
    height: 57px;
    line-height: 1.25;
    -webkit-transition: color ease .2s;
    -o-transition: color ease .2s;
    transition: color ease .2s;
    color: var(--color-heading);
    font-weight: 600;
}
.services-item p{
    margin-bottom: 0;
    line-height: 1.25;
    -webkit-transition: color ease .2s;
    -o-transition: color ease .2s;
    transition: color ease .2s;
    color: var(--color-heading);
    margin-bottom: 20px;
}
.services, .vnutopisanie{
    margin-bottom: 45px;
    padding: 10px;
}
.services-link-btn{
    background: #f9b233cc;
    border: 3px solid var(--primary);
    color: #fff;
    padding: 10px 20px;
    border-radius: 30px;
    text-align: center;
    float: right;
}
.services-link-btn:hover{
    background: var(--dark);
    color:#fff;
}
@media screen and (max-width: 1024px){
.services-item-block {
    grid-template-columns: 1fr 1fr;
}
}
@media screen and (max-width: 700px){
    .services-item-block {
        grid-template-columns: 1fr;
    }
    }
    @media screen and (max-width: 500px){
    .services-item-link {
        padding: 70px 30px 25px 30px;
    }
    .services-item .services-item__title {
        font-size: 22px;
    }
}
.razrabotka-item{
    grid-gap: 35px;
    align-items: center;
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: center; 
}
.razrabotka{
    position: relative;
    margin: 70px 0;
    padding: 15px;
}
.razrabotka-darkfone{
    background-color: var(--border);
    padding: 80px 0;
}
.razrabotka-darkfone .razrabotka-item{
    padding: 40px 0;
}
.razrabotka-darkfone:before {
    content: "";
    position: absolute;
    background-image: url(/themes/mric/img/banner-separator.svg);
    background-repeat: repeat-x;
    background-position: center bottom;
    height: 100px;
    width: 100%;
    /* bottom: 0; */
    top: 0;
    transform: rotate(180deg);
    z-index: 0;
    background: url(/themes/mric/img/banner-separator.svg) repeat-x center top, -webkit-linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100px, rgba(255, 255, 255, 1) 100px, rgba(255, 255, 255, 1) 100%);
    background: url(/themes/mric/img/banner-separator.svg) repeat-x center top, -o-linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100px, rgba(255, 255, 255, 1) 100px, rgba(255, 255, 255, 1) 100%);
    background: url(/themes/mric/img/banner-separator.svg) repeat-x center top, linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100px, rgba(255, 255, 255, 1) 100px, rgba(255, 255, 255, 1) 100%);
}
.razrabotka-darkfone:after{
    content: "";
    position: absolute;
    background-image: url(/themes/mric/img/banner-separator.svg);
    background-repeat: repeat-x;
    background-position: center bottom;
    height: 100px;
    width: 100%;
    bottom: 0;
    top: auto;
    z-index: 0;
    background: url(/themes/mric/img/banner-separator.svg) repeat-x center top, -webkit-linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100px, rgba(255, 255, 255, 1) 100px, rgba(255, 255, 255, 1) 100%);
    background: url(/themes/mric/img/banner-separator.svg) repeat-x center top, -o-linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100px, rgba(255, 255, 255, 1) 100px, rgba(255, 255, 255, 1) 100%);
    background: url(/themes/mric/img/banner-separator.svg) repeat-x center top, linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100px, rgba(255, 255, 255, 1) 100px, rgba(255, 255, 255, 1) 100%);
}
.razrabotka-item-description{
    margin-bottom: 35px;
}
.razrabotka-item-button{
    background: #f9b233cc;
    border: 3px solid var(--primary);
    color: #fff;
    padding: 10px 15px;
}
.razrabotka-item-title{
    margin-bottom:20px;
    position: relative;
    padding-bottom: 10px;
}
.razrabotka-item-title:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 90px;
    height: 5px;
    background: var(--primary);
    transition: width 0.3s ease;
}
.razrabotka-item-content ul{
    list-style: square;
    margin-bottom: 10px;
}
.razrabotka-item-content ul li {
    margin-left: 40px;
}
@media screen and (max-width: 768px){
.razrabotka-item {
    grid-template-columns: 1fr;
}
.razrabotka-item-image-side{
    text-align: center;
}
.razrabotka-item-image-side img{
    max-height: 500px;
}
.razrabotka-item-button-container{
    text-align: center;
}
}
.modalzayvka{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1050;
    opacity: 0;
    transition: opacity 400ms ease-in;
    pointer-events: none;
}
.c-form {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: fit-content;
    background: #ffffff;
    margin: auto;
    height: 460px;
    position: absolute;
    display: flex;
    border-radius: 24px;
    flex-direction: column;
    z-index: 1050;
    justify-content: center;
}
.close{
    z-index: 1111111111;
    float: right;
    right: 0;
    position: absolute;
    margin: 15px;
    top: 0;
    color: #000;
    font-size: 28px;
    font-weight: 900;
}
.c-alerttext{
    padding: 10px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 80%;
}
.modalzayvka.show {
    opacity: 1;
    pointer-events: auto;
    overflow-y: auto;
}
.form-order__text b{
    font-size: 42px;
    line-height: 56px;
}
.form-order__text span{
    color: var(--primary);
}
.form-order__text p{
    width: 80%;
    margin-top: 10px;
    margin-bottom: 40px;
}
.c-form__row{
    display: flex;
    flex-direction: column;
    width: 100%;
}
.c-form__row input{
    border: 1px solid rgb(195, 195, 195);
    background-color: #ffffffbf;
    border-radius: 10px;
    font-weight: 400;
    margin: 8px 0;
}
.c-button--send, .c-button--send2, .c-button--send3{
    background: #f9b233cc;
    border: 3px solid var(--primary);
    color: #fff;
    padding: 10px 15px;
}
.razrabotka-item-button:hover, .c-button--send:hover, .c-button--send2:hover, .c-button--send3:hover {
    background: var(--dark);
    color: #fff;
}
.close:hover{
    color:var(--dark);
}
.c-form__row input:focus{
    border: 1px solid var(--dark);
}
@media screen and (max-width: 610px){
.form-order__text b {
    font-size: 36px;
    line-height: 40px;
}
.c-form {
    width: 90%;
}
}
@media screen and (max-width: 430px){
.form-order__text b {
    font-size: 28px;
    line-height: 32px;
}
.form-order__text p {
    width: 100%;
    margin-bottom: 20px;
}
.c-form {
    height: 500px;
}
}
.why-block h2{
    text-align: center;
    padding-bottom: 20px;
}
.why-items{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.why-block{
    padding: 50px 0;
}
.why-item{
    background: var(--border);
    border-radius: 5px;
    padding: 1.5em;
    width: auto;
    margin: 10px;
    box-shadow: -9px 6px 8px 0px #dbdbdb;
    position: relative;
}
.why-item .title{
    font-weight: 700;
    color: var(--color-heading);
    font-size: 22px;
    padding: 10px 0;
}
.why-item .text{
    font-size: 16px;
}
.zachem-items{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
.zachem-block h2{
    text-align: center;
    padding-bottom: 30px;
}
.zachem-item{
    background: var(--border);
    border-radius: 5px;
    padding: 1.5em;
    /* transition: 3s; */
    width: auto;
    margin: 10px;
    box-shadow: -9px 6px 8px 0px #dbdbdb;
    position: relative;
    transition: all .4s ease-in-out;
}
.zachem-title{
    display: flex;
    font-size: 22px;
    font-weight: 600;
    align-items: flex-start;
}
.zachem-title-number{
    font-weight: 900;
    margin-right: 10px;
    background: var(--primary);
    border-radius: 30px;
    padding: 10px;
}
.zachem-block{
    padding: 30px 10px;
    padding-bottom: 50px;
}
.opis-block{
position: relative;
padding: 140px 0;
}
.opis-block:before {
    content: "";
    position: absolute;
    background-image: url(/themes/mric/img/banner-separator.svg);
    background-repeat: repeat-x;
    background-position: center bottom;
    height: 100px;
    width: 100%;
    /* bottom: 0; */
    top: 0;
    transform: rotate(180deg);
    z-index: 0;
    background: url(/themes/mric/img/banner-separator.svg) repeat-x center top, -webkit-linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100px, rgba(255, 255, 255, 1) 100px, rgba(255, 255, 255, 1) 100%);
    background: url(/themes/mric/img/banner-separator.svg) repeat-x center top, -o-linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100px, rgba(255, 255, 255, 1) 100px, rgba(255, 255, 255, 1) 100%);
    background: url(/themes/mric/img/banner-separator.svg) repeat-x center top, linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100px, rgba(255, 255, 255, 1) 100px, rgba(255, 255, 255, 1) 100%);
}
.opis-block:after {
    content: "";
    position: absolute;
    background-image: url(/themes/mric/img/banner-separator.svg);
    background-repeat: repeat-x;
    background-position: center bottom;
    height: 100px;
    width: 100%;
    bottom: 0;
    top: auto;
    z-index: 0;
    background: url(/themes/mric/img/banner-separator.svg) repeat-x center top, -webkit-linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100px, rgba(255, 255, 255, 1) 100px, rgba(255, 255, 255, 1) 100%);
    background: url(/themes/mric/img/banner-separator.svg) repeat-x center top, -o-linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100px, rgba(255, 255, 255, 1) 100px, rgba(255, 255, 255, 1) 100%);
    background: url(/themes/mric/img/banner-separator.svg) repeat-x center top, linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100px, rgba(255, 255, 255, 1) 100px, rgba(255, 255, 255, 1) 100%);
}
.poluchite-block .title{
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
    font-size: 26px;
    color: var(--color-heading);
    font-weight: 500;
}
.poluchite-block .title:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 90px;
    height: 5px;
    background: var(--primary);
    transition: width 0.3s ease;
}
.poluchite-list{
    list-style: none;
}
.poluchite-list .title-block{
    display: flex;
    font-size: 22px;
    font-weight: 600;
    align-items: center;
}
.poluchite-list .title-number{
    font-weight: 900;
    margin-right: 10px;
    background: var(--primary);
    border-radius: 30px;
    padding: 6px 10px;
}
.poluchite-list li{
    border-bottom: 1px solid var(--secondary);
    margin-bottom: 15px;
    padding-top: 15px;
}

.zachem-item:before {
    position: absolute;
    content: "";
    width: 0;
    height: 2px;
    background: linear-gradient(-45deg, var(--dark), var(--primary));
    bottom: -10px;
    right: 0;
    transition: all .4s ease-in-out;
}
.zachem-item:after {
    position: absolute;
    content: "";
    width: 0;
    height: 2px;
    background: linear-gradient(-45deg, var(--dark), var(--primary));
    top: -10px;
    left: 0;
    transition: all .4s ease-in-out;
}
.zachem-item:hover:before, .zachem-item:hover:after {
    width:100%
}
.zachem-item:hover{
    box-shadow: 0 0 18px 5px #f9b23354;
    -moz-box-shadow: 0 0 18px 5px #f9b23354;
    -webkit-box-shadow: 0 0 18px 5px #f9b23354;
    -ms-box-shadow: 0 0 18px 5px #f9b23354;
    -o-box-shadow: 0 0 18px 5px #f9b23354;
}
@media screen and (max-width: 1240px){
.why-items {
    grid-template-columns: 1fr 1fr;
}
.zachem-items {
    grid-template-columns: 1fr 1fr;
}
}
@media screen and (max-width: 768px){
.zachem-items {
    grid-template-columns: 1fr;
}
.why-items {
    grid-template-columns: 1fr;
}
}
.var-obsl-items{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
.var-obsl-item{
    padding: 30px 25px 30px 45px;
    position: relative;
    overflow: hidden;
    background-color: #fff;
    margin: 0 15px;
    margin-bottom: 30px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 3px #dbdbdb;
}
.var-obsl-item-count{
    color: var(--light);
    font-size: 50px;
    font-weight: 800;
    position: absolute;
    z-index: 0;
    top: 11px;
    left: -12px;
}
.var-obsl-item-countone:before{
counter-increment: steps;
content: "01";
}
.var-obsl-item-counttwo:before{
    counter-increment: steps;
    content: "02";
    }
.var-obsl-item-countthree:before{
        counter-increment: steps;
        content: "03";
        }
.var-obsl-item-title{
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 700;
    padding-right: 3rem;
    min-height: 66px;
    padding-left: 20px;
    color: var(--color-heading);
}
.var-obsl-item-desc ul{
    font-size: 16px;
}
.var-obsl h2{
    text-align: center;
    padding-bottom: 40px;
}
.opis-cont:before {
    content: "";
    position: absolute;
    background-image: url(/themes/mric/img/banner-separator.svg);
    background-repeat: repeat-x;
    background-position: center bottom;
    height: 100px;
    width: 100%;
    /* bottom: 0; */
    top: 0;
    transform: rotate(180deg);
    z-index: 0;
    background: url(/themes/mric/img/banner-separator.svg) repeat-x center top, -webkit-linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100px, rgba(255, 255, 255, 1) 100px, rgba(255, 255, 255, 1) 100%);
    background: url(/themes/mric/img/banner-separator.svg) repeat-x center top, -o-linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100px, rgba(255, 255, 255, 1) 100px, rgba(255, 255, 255, 1) 100%);
    background: url(/themes/mric/img/banner-separator.svg) repeat-x center top, linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100px, rgba(255, 255, 255, 1) 100px, rgba(255, 255, 255, 1) 100%);
}
.opis-cont:after {
    content: "";
    position: absolute;
    background-image: url(/themes/mric/img/banner-separator.svg);
    background-repeat: repeat-x;
    background-position: center bottom;
    height: 100px;
    width: 100%;
    bottom: 0;
    top: auto;
    z-index: 0;
    background: url(/themes/mric/img/banner-separator.svg) repeat-x center top, -webkit-linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100px, rgba(255, 255, 255, 1) 100px, rgba(255, 255, 255, 1) 100%);
    background: url(/themes/mric/img/banner-separator.svg) repeat-x center top, -o-linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100px, rgba(255, 255, 255, 1) 100px, rgba(255, 255, 255, 1) 100%);
    background: url(/themes/mric/img/banner-separator.svg) repeat-x center top, linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100px, rgba(255, 255, 255, 1) 100px, rgba(255, 255, 255, 1) 100%);
}
.opis-cont {
    position: relative;
    padding: 140px 0;
}
.zachem-obsl-items{
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.zachem-obsl-item{
    display: flex;
    align-items: center;
    justify-content: space-around;
    border: 1px solid var(--primary);
    margin: 10px;
    border-radius: 30px;
    padding: 10px;
}
.zachem-obsl-item-desc{
    max-width: 70%;
}
.zachem-obsl h2{
    text-align: center;
    padding-bottom: 30px;
}
.zachem-obsl{
    padding: 50px 10px;
}
.zachem-obsl-item-title{
    font-weight: 700;
    color: var(--primary);
    font-size: 24px;
}
.zachem-obsl-item-text{
    font-size: 16px;
}
.zachem-obsl-item:hover {
    animation: rubberBand 0.6s ease-in-out alternate;
    transform: rotate(360deg);
    transition: all .55s cubic-bezier(.645,.045,.355,1);
    background: var(--primary);
    color: #ffffff;
    font-weight: 500;
}
.zachem-obsl-item:hover .zachem-obsl-item-title{
   color: var(--color-text);
}
@media screen and (max-width: 1150px){
.var-obsl-items {
    grid-template-columns: 1fr 1fr;
}
}
@media screen and (max-width: 768px){
.var-obsl-items {
    grid-template-columns: 1fr;
}
.zachem-obsl-items {
    grid-template-columns: 1fr;
}
}
@media screen and (max-width: 500px){
.zachem-obsl-item-title {
    font-size: 20px;
}
.var-obsl-item-title {
    font-size: 20px;
}
.var-obsl-item-desc ul {
    font-size: 14px;
}
}
@media screen and (max-width: 375px){
.zachem-obsl-item {
    flex-direction: column;
}
.zachem-obsl-item-desc {
    max-width: 100%;
    margin-top: 15px;
}
}
.zachnyzen-items{
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.zachnyzen-item{
    background: var(--border);
    border-radius: 5px;
    padding: 25px;
    width: auto;
    margin: 10px;
    box-shadow: -9px 6px 8px 0px #dbdbdb;
    position: relative;
}
.zachnyzen-tile__icon{
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 10px;
}
.zachnyzen-tile__title{
    font-size: 28px;
    color: var(--color-heading);
    font-weight: 600;
    margin-bottom: 15px;
}
.zachnyzen-tile__description{
    font-size: 16px;
    max-width: 90%;
}
.zachnyzen h2{
    text-align: center;
    margin-bottom: 40px;
}
.zachnyzen{
    padding: 50px 10px;
}
.zachnyzen-item:hover .zachnyzen-tile__title {
    color: var(--dark);
}
.zachnyzen-item:hover  {
    box-shadow: 0px 35px 50px rgba(0, 0, 0, 0.1);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
    border-top: 8px solid var(--dark);
}
.audit-opis-block {
    position: relative;
    padding: 140px 0;
    font-size: 16px;
}
.audit-opis-block:before {
    content: "";
    position: absolute;
    background-image: url(/themes/mric/img/banner-separator.svg);
    background-repeat: repeat-x;
    background-position: center bottom;
    height: 100px;
    width: 100%;
    /* bottom: 0; */
    top: 0;
    transform: rotate(180deg);
    z-index: 0;
    background: url(/themes/mric/img/banner-separator.svg) repeat-x center top, -webkit-linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100px, rgba(255, 255, 255, 1) 100px, rgba(255, 255, 255, 1) 100%);
    background: url(/themes/mric/img/banner-separator.svg) repeat-x center top, -o-linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100px, rgba(255, 255, 255, 1) 100px, rgba(255, 255, 255, 1) 100%);
    background: url(/themes/mric/img/banner-separator.svg) repeat-x center top, linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100px, rgba(255, 255, 255, 1) 100px, rgba(255, 255, 255, 1) 100%);
}
.audit-opis-block:after {
    content: "";
    position: absolute;
    background-image: url(/themes/mric/img/banner-separator.svg);
    background-repeat: repeat-x;
    background-position: center bottom;
    height: 100px;
    width: 100%;
    bottom: 0;
    top: auto;
    z-index: 0;
    background: url(/themes/mric/img/banner-separator.svg) repeat-x center top, -webkit-linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100px, rgba(255, 255, 255, 1) 100px, rgba(255, 255, 255, 1) 100%);
    background: url(/themes/mric/img/banner-separator.svg) repeat-x center top, -o-linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100px, rgba(255, 255, 255, 1) 100px, rgba(255, 255, 255, 1) 100%);
    background: url(/themes/mric/img/banner-separator.svg) repeat-x center top, linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100px, rgba(255, 255, 255, 1) 100px, rgba(255, 255, 255, 1) 100%);
}
.audit-opis-block h2, .audit-opis-block h3{
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
    color: var(--color-heading);
    font-weight: 500;
}
.audit-opis-block h2:after, .audit-opis-block h3:after{
content: "";
position: absolute;
left: 0;
bottom: 0;
width: 90px;
height: 5px;
background: var(--primary);
transition: width 0.3s ease;
}
.audit-opis-block ol{
    list-style: none;
}
.audit-opis-block .title-block{
    display: flex;
    align-items: center;
}
.audit-opis-block .title-number{
    font-weight: 900;
    margin-right: 10px;
    background: var(--primary);
    border-radius: 30px;
    padding: 6px 10px;
}
.offer_item{
    padding: 40px 30px;
    background-color: var(--border);
    margin-bottom: 30px;
    height: calc(100% - 30px);
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    transition: 0.2s all;
}
.consultForm_custom-block{
    padding: 30px 30px 40px 30px !important;
    margin-bottom: 30px;
    background: var(--primary);
    color: var(--color-text);
    padding: 40px 30px;
    height: calc(100% - 30px);
    border-radius: 16px;
}
.consultForm_custom-title{
    font-size: 24px;
    font-weight: 700;
}
.consultForm_custom-subTitle {
    margin-bottom: 20px;
    margin-top: 10px;
}
.slForm_block .wrap-field input{
display: block;
width: 100%;
min-height: calc(1.5em + 0.75rem + 2px);
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #495057;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #ced4da;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
border: none;
border-radius: 16px;
height: 54px;
padding: 0 20px;
}
.slForm_block .wrap-btn .btn{
    background: var(--dark);
    border: none;
    box-shadow: none;
    height: 54px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding: 0 26px;
    transition: 0.2s all;
    border-radius: 16px;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 1px;
    cursor: pointer;
    width: 100%;
}
.slForm_block .wrap-btn .btn:hover{
    background: var(--color-heading);
}
@media screen and (max-width: 768px){
.zachnyzen-items {
    grid-template-columns: 1fr;
}
}

.pochkontekstnay-items{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
.pochkontekstnay-item{
    background: #fff;
    -webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.15);
    border-radius: 30px;
    padding: 50px 30px 25px 60px;
    display: flex;
    flex-direction: column;
    z-index: 2;
    position: relative;
    justify-content: space-between;
    align-items: flex-start;
    margin: 10px;
}
.pochkontekstnay h2{
    text-align: center;
    margin-bottom: 55px;
}
.pochkontekstnay-item img{
    position: absolute;
    top: -40px;
    left: 10px;
}
.pochkontekstnay-item-title{
    font-size: 24px;
    margin-bottom: 25px;
    margin-left: 40px;
    line-height: 1.25;
    color: var(--color-heading);
    font-weight: 700;
}
.pochkontekstnay-item-text{
    line-height: 1.25;
    color: var(--color-heading);
    margin-bottom: 20px;
}
.pochkontekstnay{
    padding: 50px 10px;
}
.steps-kontext {
    position: relative;
    padding: 140px 0;
}
.steps-kontext:before {
    content: "";
    position: absolute;
    background-image: url(/themes/mric/img/banner-separator.svg);
    background-repeat: repeat-x;
    background-position: center bottom;
    height: 100px;
    width: 100%;
    /* bottom: 0; */
    top: 0;
    transform: rotate(180deg);
    z-index: 0;
    background: url(/themes/mric/img/banner-separator.svg) repeat-x center top, -webkit-linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100px, rgba(255, 255, 255, 1) 100px, rgba(255, 255, 255, 1) 100%);
    background: url(/themes/mric/img/banner-separator.svg) repeat-x center top, -o-linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100px, rgba(255, 255, 255, 1) 100px, rgba(255, 255, 255, 1) 100%);
    background: url(/themes/mric/img/banner-separator.svg) repeat-x center top, linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100px, rgba(255, 255, 255, 1) 100px, rgba(255, 255, 255, 1) 100%);
}
.steps-kontext:after {
    content: "";
    position: absolute;
    background-image: url(/themes/mric/img/banner-separator.svg);
    background-repeat: repeat-x;
    background-position: center bottom;
    height: 100px;
    width: 100%;
    bottom: 0;
    top: auto;
    z-index: 0;
    background: url(/themes/mric/img/banner-separator.svg) repeat-x center top, -webkit-linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100px, rgba(255, 255, 255, 1) 100px, rgba(255, 255, 255, 1) 100%);
    background: url(/themes/mric/img/banner-separator.svg) repeat-x center top, -o-linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100px, rgba(255, 255, 255, 1) 100px, rgba(255, 255, 255, 1) 100%);
    background: url(/themes/mric/img/banner-separator.svg) repeat-x center top, linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100px, rgba(255, 255, 255, 1) 100px, rgba(255, 255, 255, 1) 100%);
}
.steps-kontext-item-title{
    display: flex;
    font-size: 22px;
    font-weight: 600;
    align-items: center;
    position: relative;
}
.steps-kontext-item-number{
    font-weight: 900;
    margin-right: 10px;
    background: var(--primary);
    border-radius: 30px;
    padding: 6px 10px;
}
.steps-kontext h2 {
    text-align: center;
    margin-bottom: 55px;
}

.steps-kontext-item{
    padding: 25px 0;
    border-bottom: 1px solid var(--secondary);
    margin-bottom: 15px;
}
.steps-kontext-item:first-child {
    border-top: 1px solid var(--secondary);
}
.steps-kontext-item-text{
    color: var(--color-text);
    margin-top: 30px;
}
.podoidet-kontext-zag{
    text-align: center;
    margin-bottom: 55px;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.2;
}
.podoidet-kontext-items{
display: grid;
grid-template-columns: 1fr 1fr 1fr;
}
.podoidet-kontext-item-title{
        font-weight: 600;
        letter-spacing: -.01em;
        margin-bottom: 16px;
        font-size: 30px;
        line-height: 36px;
}
.podoidet-kontext-item{
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transition: background-color .3s;
    z-index: 1;
    background: var(--border);
    padding: 1.5em;
    border-radius: 30px;
    width: auto;
    margin: 10px;
    box-shadow: -9px 6px 8px 0px #dbdbdb;
    position: relative;
    align-items: flex-start;
}
.podoidet-kontext{
    padding: 50px 10px;
}
.podoidet-kontext-item img{
    margin-bottom: 10px;
}
.kontext-item-button{
    background: #f9b233cc;
    border: 3px solid var(--primary);
    color: #fff;
    margin: 20px 0;
}
.kontext-item-button:hover {
    background: var(--dark);
    color:#fff;
}
@media screen and (max-width: 1200px){
.pochkontekstnay-items, .podoidet-kontext-items {
    grid-template-columns: 1fr 1fr;
}
}
@media screen and (max-width: 768px){
    .pochkontekstnay-items, .podoidet-kontext-items {
        grid-template-columns: 1fr;
    }
    }
    @media screen and (max-width: 375px){
    .pochkontekstnay-item-title {
        font-size: 20px;
        margin-top: 10px;
        margin-left: 0px;
    }
    .pochkontekstnay-item {
        padding: 50px 30px 25px 40px;
    }
    .podoidet-kontext-item-title {
        font-size: 22px;
    }
}
.smm-sost{
    padding: 50px 10px;
}
.smm-sost h2{
    text-align: center;
    margin-bottom: 50px;
}
.smm-sost-items{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}
.smm-sost-item{
    border: 1px solid var(--primary);
    box-shadow: 0 0 16px 0 #f9b23321;
    border-radius: 30px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 30px;
    display: flex;
    position: relative;
}
.smm-sost-item-title{
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 20px;
}
.smm-vkl-zag{
    text-align: center;
    margin-bottom: 55px;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.2;
}
.smm-vkl{
    position: relative;
    padding: 140px 0;
}
.smm-vkl:before {
    content: "";
    position: absolute;
    background-image: url(/themes/mric/img/banner-separator.svg);
    background-repeat: repeat-x;
    background-position: center bottom;
    height: 100px;
    width: 100%;
    /* bottom: 0; */
    top: 0;
    transform: rotate(180deg);
    z-index: 0;
    background: url(/themes/mric/img/banner-separator.svg) repeat-x center top, -webkit-linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100px, rgba(255, 255, 255, 1) 100px, rgba(255, 255, 255, 1) 100%);
    background: url(/themes/mric/img/banner-separator.svg) repeat-x center top, -o-linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100px, rgba(255, 255, 255, 1) 100px, rgba(255, 255, 255, 1) 100%);
    background: url(/themes/mric/img/banner-separator.svg) repeat-x center top, linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100px, rgba(255, 255, 255, 1) 100px, rgba(255, 255, 255, 1) 100%);
}
.smm-vkl:after {
    content: "";
    position: absolute;
    background-image: url(/themes/mric/img/banner-separator.svg);
    background-repeat: repeat-x;
    background-position: center bottom;
    height: 100px;
    width: 100%;
    bottom: 0;
    top: auto;
    z-index: 0;
    background: url(/themes/mric/img/banner-separator.svg) repeat-x center top, -webkit-linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100px, rgba(255, 255, 255, 1) 100px, rgba(255, 255, 255, 1) 100%);
    background: url(/themes/mric/img/banner-separator.svg) repeat-x center top, -o-linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100px, rgba(255, 255, 255, 1) 100px, rgba(255, 255, 255, 1) 100%);
    background: url(/themes/mric/img/banner-separator.svg) repeat-x center top, linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100px, rgba(255, 255, 255, 1) 100px, rgba(255, 255, 255, 1) 100%);
}
.smm-vkl-item-title{
    display: flex;
    font-size: 22px;
    font-weight: 600;
    align-items: center;
    position: relative;
    margin-bottom: 15px;
}
.smm-vkl-item-number{
    font-weight: 900;
    margin-right: 10px;
    background: var(--primary);
    border-radius: 30px;
    padding: 6px 10px;
}
.smm-vkl-item{
    border-bottom: 1px solid var(--secondary);
    margin-bottom: 15px;
    padding-top: 25px;
}
.smm-uslugi-items{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}
.smm-uslugi-item{
    display: flex;
    flex-direction: column;
    transition: background-color .3s;
    z-index: 1;
    background: var(--border);
    padding: 70px 40px;
    border-radius: 30px;
    width: auto;
    margin: 10px;
    box-shadow: -9px 6px 8px 0px #dbdbdb;
    position: relative;
    align-items: center;
}
.smm-uslugi-item img{
    width: 90px;
    height: 90px;
    border: 2px solid var(--dark);
    border-radius: 50%;
    background: var(--primary);
    position: absolute;
    top: -45px;
    left: 50%;
    margin-left: -45px;
    overflow: hidden;
}
.smm-uslugi-items-title{
    margin: 0 0 33px;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    text-align: center;
}
.smm-uslugi{
    padding: 50px 10px;
}
.smm-uslugi-items-text{
    font-size: 16px;
    line-height: 22px;
}
.smm-sost-item:hover {
    animation: rubberBand 0.6s ease-in-out alternate;
    transform: rotate(360deg);
    transition: all .55s cubic-bezier(.645,.045,.355,1);
    background: var(--primary);
    color: #ffffff;
    font-weight: 500;
}
@media screen and (max-width: 1200px){
    .smm-uslugi-items {
        grid-template-columns: 1fr 1fr;
    }
}
@media screen and (max-width: 768px){
.smm-sost-items, .smm-uslugi-items {
    grid-template-columns: 1fr;
}
}
@media screen and (max-width: 430px){
.smm-uslugi-item {
    padding: 60px 25px;
}
.smm-uslugi-items-text {
    font-size: 14px;
    line-height: 20px;
}
}



.flower-bed {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    background: url('grass-texture.jpg');
    padding: 50px;
  }
  .flower {
    cursor: pointer;
    transition: transform 0.3s;
  }
  .flower:hover {
    transform: scale(1.1);
  }