.fc-steps-box{
  background:#fff;
  border-radius:12px;
  padding:16px;
}
@media (min-width: 992px){
  .fc-steps-box{ padding:24px; }
}

/* ===== Steps number badge ===== */
.step-head{
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  border-radius: 50%;
  background: #7f58ba;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 16px rgba(20,33,61,.15);
}
.step-head .step-num{
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
}

/* Фото рядом со steps */
.fc-steps-photo{
  border-radius: 12px;
}

/* Убираем зазор между колонками блока шагов и фото */
.fc-steps-row{
  --bs-gutter-x: 0;
  align-items: stretch;
}
.fc-steps-row > [class^="col-"],
.fc-steps-row > [class*=" col-"]{
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.fc-steps-col{
  display: flex;
  flex-direction: column;
  justify-content: center;
}
/******************************
INDEX:
    00 - General
    01 - Typography
    02 - Text Color & Background Color
    03 - Background Position & Size
    04 - Helper class
    05 - Social icons
    06 - Header
    07 - Bootstrap Overwrite 
    08 - Swiper 
    09 - Scroll To Top  
    10 - Search Box
******************************/

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap" rel="stylesheet');
@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap" rel="stylesheet');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap');
 :root {
     --pbmit-global-color: #7F58BA;
     --pbmit-secondary-color: #2a2a2a;
     --pbmit-light-color: #f6f6f6;
     --pbmit-light-color-2: #f8f8f8;
     --pbmit-light-color-3: #f3f7fa;
     --pbmit-light-color-rgb: 246,246,246;
     --pbmit-white-color: #ffffff;
     --pbmit-white-color-rgb: 255,255,255;
     --pbmit-blackish-color: #2a2a2a;
     --pbmit-blackish-color-rgb: 64, 50, 38;
     --pbmit-link-color-normal: #2a2a2a;
     --pbmit-link-color-hover: #7F58BA;
     --pbmit-global-color-rgb: 187, 154, 101;
     --pbmit-secondary-color-rgb: 64, 50, 38;
     --pbmit-responsive-breakpoint: 1200px;
     --pbmit-body-typography-font-family:'Montserrat', sans-serif;
     --pbmit-body-typography-variant: 300;
     --pbmit-body-typography-font-size: 16px;
     --pbmit-body-typography-line-height: 1.6;
     --pbmit-body-typography-color: #2a2a2a;
     --pbmit-heading-typography-font-family:"Montserrat", sans-serif;
     --pbmit-heading-color: #2a2a2a;
     --pbmit-heading-font-variant: 600;
     --pbmit-btn-typography-font-family:"Montserrat", sans-serif;
     --pbmit-btn-typography-variant: 600;
     --pbmit-btn-typography-font-size: 16px;
     --pbmit-btn-typography-line-height: 24px;
}

/*----------------------------------------*/
/* 00 - General 
/*----------------------------------------*/
 html {
     font-family: sans-serif;
     -webkit-text-size-adjust: 100%;
     -ms-text-size-adjust: 100%;
}
 *{
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}
 body {
     margin: 0;
     overflow-x: hidden;
}
 p {
     margin: 0 0 15px;
}
 article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
     display: block;
}
 audio, canvas, progress, video {
     display: inline-block;
     vertical-align: baseline;
}
 audio:not([controls]) {
     display: none;
     height: 0;
}
 [hidden], template {
     display: none;
}
 a {
     background-color: transparent;
}
 abbr[title] {
     border-bottom: 1px dotted;
}
 small {
     font-size: 80%;
}
 sub, sup {
     font-size: 75%;
     line-height: 0;
     position: relative;
     vertical-align: baseline;
}
 sup {
     top: -0.5em;
}
 sub {
     bottom: -0.25em;
}
 img {
     border: 0;
}
 svg:not(:root) {
     overflow: hidden;
}
 figure {
     margin: 0;
}
 hr {
     -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
     box-sizing: content-box;
}
 code, kbd, pre, samp {
     font-size: 1em;
}
 button, input, optgroup, select, textarea {
     color: inherit;
     font: inherit;
     margin: 0;
}
 select {
     text-transform: none;
}
 button {
     overflow: visible;
}
 button, input, select, textarea {
     max-width: 100%;
}
 button, html input[type="button"], input[type="reset"], input[type="submit"] {
     -webkit-appearance: button;
     cursor: pointer;
}
 button[disabled], html input[disabled] {
     cursor: default;
     opacity: .5;
}
 button::-moz-focus-inner, input::-moz-focus-inner {
     border: 0;
     padding: 0;
}
 input[type="checkbox"], input[type="radio"] {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
     margin-right: 0.4375em;
     padding: 0;
}
 input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
     height: auto;
}
 input[type="search"] {
     -webkit-appearance: textfield;
}
 input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
     -webkit-appearance: none;
}
 fieldset {
     border: 1px solid #d1d1d1;
     margin: 0 0 1.75em;
     padding: 0.875em;
}
 fieldset > :last-child {
     margin-bottom: 0;
}
 legend {
     border: 0;
     padding: 0;
}
 textarea {
     overflow: auto;
     vertical-align: top;
}
 optgroup {
     font-weight: bold;
}
 textarea:hover, input:hover, textarea:active, input:active, textarea:focus, input:focus, .form-control:focus {
     outline:0px !important;
     -webkit-appearance:none;
     box-shadow: none !important;
}
 .form-select{
	font-size: 14px;
	font-weight: 500;
     padding: 0 100px 0 30px;
	 height: 50px;
	 border: none;
	 border-radius: 50px;
	 cursor: pointer;
	 color: #666;
	 background-color: var(--pbmit-light-color);
}
 .form-select:focus {
     border-color: #1bbde4;
     outline: 0;
     box-shadow: none;
}
/*----------------------------------------*/
/* 01 - Typography 
/*----------------------------------------*/
 body {
     font-family:var(--pbmit-body-typography-font-family);
     font-weight: var(--pbmit-body-typography-variant);
     color: var(--pbmit-body-typography-color);
     font-size: var(--pbmit-body-typography-font-size);
     line-height: var(--pbmit-body-typography-line-height);
     color: var(--pbmit-body-typography-color);
     text-transform: none;
     font-style: normal;
}
 h1, h2, h3, h4, h5, h6 {
     font-family:var(--pbmit-heading-typography-font-family);
     font-weight: var(--pbmit-heading-font-variant);
     color: var(--pbmit-heading-color);
	 margin-bottom: 20px;
}
 h1 {
     font-size: 46px;
     line-height: 56px;
     letter-spacing: -0.25px;
}
 h2 {
     font-size: 40px;
     line-height: 57px;
     letter-spacing: -0.25px;
}
 h3 {
     font-size: 36px;
     line-height: 46px;
     letter-spacing: -0.25px;
}
 h4 {
     font-size: 30px;
     line-height: 40px;
     letter-spacing: -0.25px;
}
 h5 {
     font-size: 24px;
     line-height: 34px;
     letter-spacing: -0.25px;
}
 h6 {
     font-size: 20px;
     line-height: 30px;
     letter-spacing: -0.25px;
}
 ul {
     margin: 0;
     padding: 0;
     list-style: none;
}
 a {
     transition: all .25s ease-in-out;
     color: var(--pbmit-link-color-normal);
     text-decoration: none;
}
 a:focus {
     text-decoration: none !important;
}
 a:focus, a:hover {
     color: var(--pbmit-link-color-hover);
     text-decoration: none !important;
}
 a.link-btn, .link-btn a{
     font-family: "Montserrat", Arial, Helvetica, sans-serif;
     font-weight: 700;
     text-transform: uppercase;
     font-size: 14px;
     letter-spacing: 1px;
}
 a.link-btn i, .link-btn a i{
     padding-left: 10px;
}
 .pbmit-btn {
	 position: relative;
     display: inline-block;
     text-decoration: none;
	 box-shadow: none;
     font-family: var(--pbmit-btn-typography-font-family);
     font-size: var(--pbmit-btn-typography-font-size);
     font-weight: var(--pbmit-btn-typography-variant);
     line-height: var(--pbmit-btn-typography-line-height);
     letter-spacing: -.25px;
	 font-style: normal;
     padding: 13px 30px;
     border: none;
	 border-radius: 30px;
	 transition: all .3s;
	 z-index: 1;
	 color: var(--pbmit-blackish-color);
	 background-color: var(--pbmit-white-color);
}
.pbmit-btn:after{
	/*content: '\e8eb';*/
    font-family: "pbminfotech-base-icons";
	position: absolute;
    right: -35px;
    left: auto;
    width: 50px;
    height: 50px;
    background-color: var(--pbmit-global-color);
    color: var(--pbmit-white-color);
    top: 0;
    border-radius: 50%;
    line-height: 50px;
    font-size: 12px;
    text-align: center;
    transform: translate3d(0, 0, 0) rotateZ(0);
    transform-style: preserve-3d;
    transition: all .5s ease-in-out;
}
.pbmit-btn .pbmit-button-content-wrapper,
.pbmit-button .pbmit-button-wrapper,
.pbmit-static-btn .pbmit-button-inner .pbmit-button-wrapper{
	display: flex;
	justify-content: center;
	overflow: hidden;
}
.pbmit-btn .pbmit-button-text,
.pbmit-static-btn .pbmit-button-inner .pbmit-button-wrapper span{
	position: relative;
    overflow: hidden;
	text-decoration: inherit;
}
.pbmit-btn:hover .pbmit-button-text,
.pbmit-button:hover .pbmit-button-text,
.pbmit-static-btn .pbmit-button-inner:hover .pbmit-button-wrapper span{
	animation: MoveUpInitial .2s forwards,MoveUpEnd .2s forwards .2s;
}
@keyframes MoveUpInitial{
	0% {
		transform: translate3d(0, 0, 0);
	}
	
	50% {
		transform: translate3d(0, -30%, 0);
	}
	100% {
		transform: translate3d(0, -105%, 0);
	}
}
@keyframes MoveUpEnd {
	0% {
		transform: translate3d(0, 100%, 0);
	}
	
	100% {
		transform: translate3d(0, 0, 0);
	}
}
.pbmit-btn:hover:after,
.pbmit-static-btn .pbmit-button-inner:hover .pbmit-button-wrapper::after{
	transform: translate3d(10px, 0, 0) rotateZ(45deg);
}
.pbmit-btn-outline{
	color: var(--pbmit-global-color);
	background-color: transparent;
	border: 1px solid rgba(var(--pbmit-blackish-color-rgb),.2);
}
.pbmit-btn-outline:hover{
	color: var(--pbmit-blackish-color);
}
.pbmit-btn-wa{
	color: #25D366;
	background-color: transparent;
	border: 1px solid rgb(37 211 102);
}
.pbmit-btn-wa:hover{
	color: #25D366;
}
.pbmit-btn-color-blackish .pbmit-btn{
	color: var(--pbmit-blackish-color);
}
.pbmit-btn-color-blackish .pbmit-btn:hover{
	color: var(--pbmit-global-color);
}
.pbmit-btn-global{
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-global-color);
}
.pbmit-btn-telega{
	color: var(--pbmit-white-color);
	background-color: #229ED9;
}
.pbmit-btn-global:after{
	color: var(--pbmit-global-color);
	background-color: var(--pbmit-white-color);
    border: 1px solid rgba(var(--pbmit-blackish-color-rgb), .2);
}
.pbmit-btn-global:hover{
	color: var(--pbmit-white-color);
}
.pbmit-btn-telega:hover{
	color: var(--pbmit-white-color);
}
.pbmit-btn-hover-white{
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-global-color);
}
.pbmit-btn-hover-white:hover{
	color: var(--pbmit-blackish-color);
	background-color: var(--pbmit-white-color);
}
.pbmit-btn-blackish{
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-blackish-color);
}
.pbmit-btn-blackish:hover{
	color: var(--pbmit-white-color);
}
.pbmit-btn:focus{
	color: var(--pbmit-white-color);
}
/** Divider **/
 .sep-line{
     height: 1px;
     border-top: 1px solid #ebebeb;
     display: block;
     position: relative;
     top: 1px;
     width: 100%;
}

/*----------------------------------------*/
/* 02 - Background Color 
/*----------------------------------------*/

.pbmit-globalcolor{
	color: var(--pbmit-global-color);
}
 body .pbmit-bg-color-global{
     background-color: var(--pbmit-global-color);
}
 body .pbmit-bg-color-secondary{
     background-color: var(--pbmit-secondary-color);
}
 body .pbmit-bg-color-light{
   background-color: var(--pbmit-light-color);
}
 body .pbmit-bg-color-light-2{
	background-color: var(--pbmit-light-color-2);
}
 body .pbmit-bg-color-light-3{
	background-color: var(--pbmit-light-color-3);
}
 body .pbmit-bg-color-blackish{
     background-color: var(--pbmit-blackish-color);
}
 body .pbmit-color-global{
     color: var(--pbmit-global-color);
}
body .pbmit-color-blackish{
	color: var(--pbmit-blackish-color);
}
 body .pbmit-bg-color-white{
	 background-color: var(--pbmit-white-color);
 }

/*----------------------------------------*/
/* 03 - Background Position & Size 
/*----------------------------------------*/
 .bg-cover{
    background-size: cover;
}
 .bg-contain{
    background-size: contain;
}
 .bg-pos-l{
    background-position: left;
}
 .bg-pos-r{
    background-position: right;
}
 .bg-pos-rt{
    background-position: right top;
}
 .bg-pos-lt{
    background-position: left top;
}
 .bg-pos-rb{
    background-position: right bottom;
}
 .bg-pos-lb{
    background-position: left bottom;
}

/*----------------------------------------*/
/* 04 - Helper Class 
/*----------------------------------------*/
.section-xl{
	padding-top: 60px;
	padding-bottom: 60px;
}
.section-lgt{
	padding-top: 100px;
}
.section-md{
	padding-top: 60px;
	padding-bottom: 60px;
}
.section-lgb{
    padding-bottom:70px;
} 
.section-lgx{
	padding-top: 70px;
	padding-bottom: 90px;
}
.section-lg{
	padding-top: 90px;
	padding-bottom: 80px;
}
/*----------------------------------------*/
/* 05 - Social icons 
/*----------------------------------------*/
 .social-icons {
     list-style: none;
     margin: 0px;
     padding: 0px;
     font-size: 15px;
     padding-top: 2px;
     padding-bottom: 3px;
}
 .pbmit-social-li {
     display: inline-block;
	 vertical-align: top;
}
.pbmit-social-li:not(:last-child){
	padding: 0 11px 0 0;
}
.pbmit-social-li .social-icon-img img{
	width: 18px; height: 18px; display: inline-block; vertical-align: middle; margin-bottom: 4px;
}
/* Brand colors for header social icons */
.pbmit-social-telegram i{ color:#229ED9; font-size:18px; line-height:1; }
.pbmit-social-whatsapp i{ color:#25D366; font-size:18px; line-height:1; }

/*----------------------------------------*/
/* 06 - Header 
/*----------------------------------------*/
 .navbar-brand .navbar-brand-item {
     height: 60px;
     display: block;
     width: auto;
}
 .site-header{
     position: relative;
}
 .site-header .site-branding img {
     max-width: 100%;
     height: auto;
     max-height: 30px;
	 display: inline-block;
     -webkit-transition: all 300ms ease;
     transition: all 300ms ease;
}
 .site-navigation ul.navigation > li > a {
	 font-size: 16px;
	 font-weight: 600;
     position: relative;
     z-index: 1;
	 display: flex;
	 align-items: center;
	 text-transform: none;
     letter-spacing: 0px;
     color: var(--pbmit-blackish-color);
}
.site-navigation ul.navigation > li > a:hover:after{
    color: rgba(255, 255, 255,.8);
}
.main-menu .navigation > li > ul a{
	position: relative;
    display: table-cell;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0px;
	text-transform: none;
    font-style: normal;
    color: var(--pbmit-blackish-color);
    font-family: var(--pbmit-heading-typography-font-family);
}
.main-menu .navigation > li > ul a:after{
	display: none;
}
 .site-navigation ul.navigation a{
     font-family: var(--pbmit-heading-typography-font-family);
     font-weight: normal;
     font-size: 16px;
     font-style: normal;
}
 .main-menu .navigation > li {
     position: relative;
     float: left;
     -webkit-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     transition: all 300ms ease;
}
 .main-menu .navigation > li > ul > li > ul {
     left: 100%;
     top: 0;
}
 .main-menu .navigation > li.dropdown:hover > ul , .main-menu .navigation > li > ul > li.dropdown:hover > ul {
     visibility: visible;
     opacity: 1;
     transform: translate(0,-5px);
     z-index: 999;
}
 .header-button .pbmit-btn{
     padding: 15px 24px;
}
 .header-button .pbmit-btn i{
     font-size: 20px;
}
 .site-header .search-btn{
     margin-right: 15px;
     font-size: 17px;
}
 .site-header .social-icons li > a{
     height: 50px;
     line-height: 50px;
}
 .ipad-view-search{
     display: none;
}
 .pbmit-link li{
     margin: 0 10px;
}
.closepanel, .pbmit-mobile-menu-bg, .site-header .righticon {
    display: none;
}
/** sticky-header **/
 .sticky-header{
     position: fixed !important;
     top: 0px;
     width: 100%;
     background-color: #fff;
     z-index: 999;
     margin: 0;
     box-shadow: 0 2px 5px rgb(0 0 0 / 8%);
     transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -webkit-transition: all 200ms ease;
}
 .site-header-menu.sticky-header .logo-img.stickylogo{
     display: inline-block;
}
/* Pre Header */
 .pbmit-pre-header-wrapper{
    height: 50px;
    line-height: 50px;
}
 .list-unstyled i{
    font-size: 14px;
    color: #666;
}

/*----------------------------------------*/
/* 07 - Bootstrap Overwrite 
/*----------------------------------------*/
 .g-lg-4,.gy-lg-4, .g-4, .gy-4 {
     --bs-gutter-y: 2rem;
}
 .g-lg-4,.gx-lg-4, .g-4, .gx-4 {
     --bs-gutter-x: 2rem;
}
 .row>* {
     padding-right: calc(var(--bs-gutter-x) * .5);
     padding-left: calc(var(--bs-gutter-x) * .5);
}

/*----------------------------------------*/
/* 08 - Swiper 
/*----------------------------------------*/
 .swiper-slider{
     margin-left: auto;
     margin-right: auto;
     position: relative;
     overflow: hidden;
     z-index: 1;
}
 .swiper-pagination-bullet {
    background-color: var(--pbmit-blackish-color);
    outline: none;
    height: 8px;
    width: 8px;
	opacity: 1;
    vertical-align: middle;
	border-radius: 50%;
	margin: 0 9px !important;
	display: inline-block;
}
 .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal,
 .swiper-pagination-custom, .swiper-pagination-fraction {
     bottom: 5px;
     left: 0px;
	 display: flex;
     align-items: center;
     justify-content: center;
}
 .swiper-slider[data-dots="true"] {
     padding-bottom: 50px;
}
 .swiper-pagination-bullet-active{
	outline: 1px solid var(--pbmit-global-color);
    outline-offset: 4px;
}
 .swiper-button-next:after, .swiper-button-prev:after {
	content: "\e814";
    font-family: "pbminfotech-base-icons";
    font-size: 22px;
	line-height: normal;
}
 .swiper-button-prev, .swiper-rtl .swiper-button-next {
    transform: rotate(180deg);
	background-color: var(--pbmit-secondary-color);
}
 .swiper-button-next, .swiper-button-prev{
	position: absolute;
	display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid var(--pbmit-blackish-color);
    color: var(--pbmit-blackish-color);
    transition: all 500ms ease;
}
 .swiper-button-next{
	margin-left: 10px;
}
 .swiper-button-prev{
	left: auto;
 }
 .swiper-button-prev.swiper-button-disabled{
	opacity: 1;
	cursor: pointer;
	pointer-events: auto;
 }
.swiper-button-next:hover, .swiper-button-prev:hover{
	 color: var(--pbmit-white-color);
     background-color: var(--pbmit-blackish-color);
}
.swiper-slider.marquee .swiper-slide {
    display: flex;
    width: auto!important;
}
.swiper-slider.marquee .swiper-wrapper{
    -webkit-transition-timing-function:linear !important; 
    -o-transition-timing-function:linear !important; 
    transition-timing-function:linear !important; 
}
/*----------------------------------------*/
/* 09 - Scroll To Top 
/*----------------------------------------*/
.pbmit-progress-wrap {
    position: fixed;
    right: 50px;
    bottom: 50px;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgb(127 88 186 / 43%);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}
.pbmit-progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.pbmit-progress-wrap::before {
    position: absolute;
    content: '\e812';
    font-family: pbminfotech-base-icons;
    text-align: center;
    line-height: 46px;
    font-size: 24px;
    opacity: 0;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 2;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}
.pbmit-progress-wrap svg.pbmit-progress-circle path {
    stroke: var(--pbmit-global-color);
    stroke-width: 4;
    box-sizing: border-box;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
	fill: rgba(var(--pbmit-global-color-rgb),.2);
}
.pbmit-progress-wrap::after {
    position: absolute;
    content: '\e812';
    font-family: "pbminfotech-base-icons";
    text-align: center;
    line-height: 46px;
    font-size: 24px;
    color: var(--pbmit-global-color);
    left: 2px;
    top: 2px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

/*----------------------------------------*/
/*  10 - Search Box
/*----------------------------------------*/
.pbmit-search-overlay {
    position: fixed;
    top: -500px;
    left: 0;
    width: 100%;
    height: 500px;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.9);
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    -ms-transition: .4s;
    transition: .4s;
}
.pbmit-search-overlay.st-show {
    opacity: 1;
    top: 0;
}
.pbmit-icon-close {
    position: absolute;
    top: 40px;
    right: 40px;
    opacity: 0.8;
    font-size: 30px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    -ms-transition: .4s;
    transition: .4s;
    text-align: center;
    cursor: pointer;
    border-color: var(--pbmit-white-color);
    color: var(--pbmit-white-color);
}
.pbmit-icon-close:hover{
	opacity: 1;
}
@keyframes pbmit-closer-line-draw {
	0%,100% {
		clip-path:inset(-1px 0 -1px 0);
		-webkit-clip-path:inset(-1px 0 -1px 0);
	}
	55% {
		clip-path:inset(-1px 0 -1px 100%);
		-webkit-clip-path:inset(-1px 0 -1px 100%);
	}
	56% {
		clip-path:inset(-1px 100% -1px 0);
		-webkit-clip-path:inset(-1px 100% -1px 0);
	}
}
.pbmit-icon-close svg{
	fill: var(--pbmit-white-color);
}
.pbmit-icon-close svg rect{
	-webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.pbmit-icon-close:hover svg rect,
.closepanel:hover svg rect{
	animation: pbmit-closer-line-draw .6s;
    animation-duration: 0.6s;
    animation-timing-function: ease;
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-play-state: running;
    animation-name: pbmit-closer-line-draw;
}
.pbmit-icon-close:hover svg rect:nth-of-type(2),
.closepanel:hover svg rect:nth-of-type(2){
	animation-delay: .17s;
}
.pbmit-search-outer {
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
	text-align: center;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}
.pbmit-search-overlay .pbmit-site-searchform {
    position: relative;
}
.pbmit-search-overlay .pbmit-site-searchform:before{
	position: absolute;
    bottom: 0;
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #fff;
    -webkit-transform: scale3d(0, 1, 1);
    -ms-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-animation-delay: 0.8s;
    -moz-animation-delay: 0.8s;
    -o-animation-delay: 0.8s;
    animation-delay: 0.8s;
}
.pbmit-search-overlay .pbmit-site-searchform:after{
	font-family: "pbminfotech-base-icons";
    content: '\e80d';
    position: absolute;
    right: 10px;
    top: 15px;
    color: var(--pbmit-white-color);
    font-size: 25px;
    line-height: normal;
}
.pbmit-search-overlay.st-show .pbmit-site-searchform:before{
	-webkit-animation-name: fadeInMove;
    animation-name: fadeInMove;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    visibility: visible;
}
@keyframes fadeInMove {
	0% {
		opacity: 0;
		transform: scale3d(0, 1, 1);
	}
	10% {
		opacity: 1;
		transform: scale3d(0.1, 1, 1);
	}
	100% {
		opacity: 0.14;
		transform: scale3d(1, 1, 1);
	}
}
.pbmit-search-overlay input[type="search"] {
    height: 65px;
    line-height: 65px;
	font-weight: 400;
    font-size: 28px;
    background-color: transparent;
    text-align: left;
    border: none;
    border-bottom: 1px solid #ffffff54;
    padding-left: 0;
    border-radius: 0;
	font-family: inherit;
	color: var(--pbmit-white-color);
}
.pbmit-search-overlay input[type="search"]::placeholder{
	color: var(--pbmit-white-color);
	opacity: .6;
}
.pbmit-search-overlay .pbmit-site-searchform button {
    position: absolute;
    height: 50px;
    width: 50px;
    top: 0;
    right: 0;
    background-color: transparent;
    text-indent: -9999px;
	line-height: 58px;
    font-size: 16px;
	outline: none;
	padding: 0;
    border: none;
    z-index: 1;
    color: var(--pbmit-white-color);
}

/* ===== HERO: Заборы ===== */
.fence-hero{
  position: relative;
  overflow: hidden;
  background: url(/assets/images/ustanovka-zabora.webp) left center / cover no-repeat;
  padding: 130px 0;
}
.fence-hero-title{
  font-size: 40px;
  line-height: 1.2;
  margin-bottom: 16px;
  display: inline-block;
  padding: 6px 12px;

  border-radius: 12px;

}
.fence-hero-subtitle{
  font-size: 18px;
  color: #555;
  margin-bottom: 24px;
}
.fence-hero-form{
  background: #fff;
  border: 1px solid #e8eef5;
  border-radius: 14px;
  padding: 18px 18px 12px;
  max-width: 560px;
  box-shadow: 0 10px 30px rgba(20,33,61,.07);
}
.fence-form-title{
  font-weight: 600;
  margin-bottom: 10px;
}
.fence-form-row{
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}
.fence-input{
  flex: 1 1 220px;
  display: flex;
  align-items: center;
  gap: 8px;
  background: #f8fbff;
  border: 1px solid #e5eef9;
  border-radius: 10px;
  padding: 10px 12px;
}
.fence-input-field{
  border: 0;
  background: transparent;
  outline: none;
  width: 100%;
  font-size: 16px;
}
.fence-hero-note{
  font-size: 12px;
  color: #7a8699;
  margin-top: 10px;
}
.fence-hero-features{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.fence-card{
  background: #fff;
  border: 1px solid #e8eef5;
  border-radius: 14px;
  padding: 16px;
  box-shadow: 0 6px 18px rgba(20,33,61,.06);
}
.fence-card img{
  display: block;
  margin: 0 auto 8px;
  width: 100px;
  height: 100px;
}
.fence-card-title{
  font-weight: 700;
  text-align: center;
  font-size: 20px;
}
@media (max-width: 991.98px){
  .fence-hero-title{ font-size: 34px; }
}
@media (max-width: 575.98px){
  .fence-hero{ padding: 36px 0; }
  .fence-hero-title{ font-size: 28px; }
  .fence-hero-features{ grid-template-columns: 1fr 1fr; }
}
/* ===== /HERO: Заборы ===== */

/* ===== Fix: input-group layout for calculator ===== */
.calc-card .input-group{
  display: flex;
  align-items: stretch;
  width: 100%;
}
.calc-card .input-group > .input-group-text{
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.calc-card .input-group > .form-control{
  flex: 1 1 auto;
  min-width: 0;
}
/* ===== /Fix ===== */

/* ===== Calculator inline rows ===== */
.calc-inline{
  display:flex;
  align-items:center;
  gap:10px;
}
.calc-badge{
  background:#eef3f8;
  border:1px solid #e1e8f0;
  border-radius:8px;
  padding:8px 10px;
  white-space:nowrap;
}
.calc-qty{
  max-width:90px;
  text-align:center;
}
.calc-price{
  background:#f6f8fb;
  border:1px solid #e1e8f0;
  border-radius:8px;
  padding:8px 10px;
  white-space:nowrap;
}
@media (max-width:575.98px){
  .calc-inline{ gap:6px; }
  .calc-qty{ max-width:70px; }
}
/* ===== /Calculator inline rows ===== */


/* ===== Errors block (fc-errors) ===== */
.fc-errors{
  position: relative;
  overflow: hidden;
  /* фон: только картинка на всю ширину/высоту блока */
  background-image: url('/assets/images/zabor-dlay-doma.webp');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  padding-top: 60px;
  padding-bottom: 229px;
}
.fc-errors .fc-errors-bg{
  /* отключаем внутренний img-фон, используем background у секции */
  display: none !important;
}
.fc-errors-cards{
  position: relative;
  z-index: 1;
  margin-top: -95px;
}
/* полукруг: 1-я и 4-я выше, 2-я и 3-я ниже */
.fc-errors-cards > [class^="col-"],
.fc-errors-cards > [class*=" col-"]{ display: flex; }
.fc-errors-cards > [class^="col-"]:nth-child(1),
.fc-errors-cards > [class*=" col-"]:nth-child(1){ margin-top: 0; }
.fc-errors-cards > [class^="col-"]:nth-child(2),
.fc-errors-cards > [class*=" col-"]:nth-child(2){ margin-top: 40px; }
.fc-errors-cards > [class^="col-"]:nth-child(3),
.fc-errors-cards > [class*=" col-"]:nth-child(3){ margin-top: 40px; }
.fc-errors-cards > [class^="col-"]:nth-child(4),
.fc-errors-cards > [class*=" col-"]:nth-child(4){ margin-top: 0; }
/* отступ после заголовка блока с учетом приподнятых карточек */
.fc-errors > .container:first-child{margin-bottom: 148px;}
.fc-error-card{
  position: relative;
  background: #fff;
  border: 1px solid #e8eef5;
  border-radius: 14px;
  padding: 18px;
  box-shadow: 0 10px 30px rgba(20,33,61,.08);
  height: 100%;
}
.fc-error-num{
  position: absolute;
  top: 12px;
  left: 12px;
  width: 34px;
  height: 34px;
  border-radius: 8px;
  background: #f2f0fb;
  color: #7f58ba;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
.fc-error-close{
  position: absolute;
  right: 15px;
  top: 19px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #ff4d4f;
  color: #fff;
  line-height: 24px;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  box-shadow: 0 6px 14px rgba(255,77,79,.35);
}
.fc-error-title{
  font-weight: 700;
  margin: 10px 0 6px;
  padding-top: 18px;
  font-size: 19px;
}
.fc-error-text{ min-height: 54px; }
.fc-error-cons{ margin-top: 10px; }
.fc-error-cons ul{ list-style: disc; margin: 6px 0 0 16px; }
/* заголовок блока последствий */
.fc-cons-title{
  color:#e33b3b; 
  font-weight:700;
  font-size:16px;
  text-transform:uppercase;
  margin-bottom:6px;
}
/* немного уже колонки карт ошибок на широких экранах */
@media (min-width: 992px){
  .fc-errors-cards .fc-col{
    flex: 0 0 22%;
    max-width: 22%;
  }
}

/* Видео‑превью (YouTube) */
.fc-video-wrap{
  position: relative;
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  aspect-ratio: 16/9;
  background: #000;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,.15);
}
.fc-video-thumb{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.fc-video-play{
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.fc-video-play::before{
  content: "";
  width: 86px;
  height: 86px;
  border-radius: 50%;
  background: rgba(255,255,255,.92);
  box-shadow: 0 8px 24px rgba(0,0,0,.25);
}
.fc-video-play::after{
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 26px solid #e33b3b;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  transform: translateX(4px);
}
@media (max-width: 575.98px){
  .fc-video-play::before{ width: 64px; height: 64px; }
  .fc-video-play::after{ border-left-width: 20px; border-top-width: 12px; border-bottom-width: 12px; }
}

/* Sitemap */
.fc-sitemap{
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 18px;
}

.fc-sitemap > li > a,
.fc-sitemap > li > strong > a{
  font-weight: 700;
  font-size: 18px;
  color: inherit;
  text-decoration: none;
}
.fc-sitemap > li > strong > a:hover,
.fc-sitemap > li > a:hover{ color: #e33b3b; }

.fc-sitemap-sub,
.fc-sitemap-sub2{
  list-style: none;
  margin: 10px 0 0;
  padding: 0 0 0 14px;
  border-left: 2px solid #eee;
  display: grid;
  gap: 6px;
}
.fc-sitemap-sub li,
.fc-sitemap-sub2 li{
  position: relative;
  padding-left: 12px;
}
.fc-sitemap-sub li::before,
.fc-sitemap-sub2 li::before{
  content: "";
  position: absolute;
  left: -9px;
  top: 10px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #d0d0d0;
}
.fc-sitemap-sub a,
.fc-sitemap-sub2 a{
  color: #333;
  text-decoration: none;
}
.fc-sitemap-sub a:hover,
.fc-sitemap-sub2 a:hover{
  color: #e33b3b;
  text-decoration: underline;
}

@media (max-width: 1199.98px){
  .fc-errors .fc-errors-bg{ top: 130px; height: 360px; }
  .fc-errors-cards{ margin-top: -60px; }
}
@media (max-width: 991.98px){
  .fc-errors .fc-errors-bg{ top: 140px; height: 300px; }
  .fc-errors-cards{ margin-top: -40px; }
  .fc-errors-cards > [class^="col-"],
  .fc-errors-cards > [class*=" col-"]{ margin-top: 0 !important; }
}
@media (max-width: 575.98px){
  .fc-errors{ padding-top: 30px; }
  .fc-errors .fc-errors-bg{ top: 120px; height: 220px; }
  .fc-errors-cards{ margin-top: -20px; }
  .fc-errors-cards > [class^="col-"],
  .fc-errors-cards > [class*=" col-"]{ margin-top: 0 !important; }
}
.pbmit-bg-color-fon{
    background-image: url(/assets/images/fon.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
}
/* ===== /Errors block (fc-errors) ===== */