html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
.header_phone {
	margin-right: 24px;
	display: inline-block;
}
table.variations {
	width: 100%;
}
.reset_variations {
	font-family: Manrope;
	display: inline-block;
	font-size: 14px;
	margin-top: 15px;
	text-decoration: none;
}
table.variations tr {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.characteristics__item:nth-child(even) {
	background: #C7DCF6;
}
.characteristics__item:nth-child(odd) {
	background: #F8F9FC;
}
.characteristics__item {
	display: flex;
	padding: 10px;
	font-family: "Manrope";
	align-items: center;
	justify-content: space-between;
}
.variable-items-wrapper [data-inwptooltip]:before, .variable-items-wrapper .inwp-has-image-tooltip:before {
	font-family: Manrope;
}
.woocommerce-variation-add-to-cart.variations_button {
	display: none;
}
table.variations tr:not(:last-child) {
	margin-bottom: 20px;
}
.veb-selected-variation-item-name {
	display: none;
}
html body .variations .veb-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item):hover, html body .variations .veb-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected:hover {
	box-shadow: none !important;
	background-color: #C7DCF6 !important;
}
.veb-variation-swatches.inwp-style-squared .variable-items-wrapper .variable-item.button-variable-item {
	background: #EBEBEB !important;
	box-shadow: none !important;
	border-radius: 16px;
	padding: 4px 8px;
}
.veb-variation-swatches.inwp-style-squared .variable-items-wrapper .variable-item.button-variable-item span {
	font-family: Manrope;
	font-size: 13px;
	font-style: normal;
	color: #191919;
	font-weight: 500;
	line-height: 150%; /* 19.5px */
}
ul.page-numbers {
	display: flex !important;
	list-style-type: none;
	align-items: center;
	grid-gap: 10px !important;
	justify-content: center;
}
ul.page-numbers li span {
	color: #003577;
    padding: 7px 16px;
	font-family: Manrope;
	justify-content: ceneter;
	width: 40px;
	line-height: 25px;
	display: flex;
	background: #C7DCF6;
    border-radius: 12px;
}
ul.page-numbers li span.current {
	background: #689fe4;
}
ul.page-numbers li a {
	color: #003577;
	align-items: center;
	display: flex;
    background: #C7DCF6;
	line-height: 25px;
    padding: 7px 16px;
	font-family: Manrope;
	text-decoration: none;
    border-radius: 12px;
}
table.variations tr th label {
	font-family: Manrope;
	font-size: 12px;
	color: #7D7D7D;
	display: block;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 18px */
	margin-bottom: 8px;
	text-transform: uppercase;
}
.wpc-filters-widget-top-container:before {
	display: none !important;
}
.wpc-filters-widget-top-container {
	border-bottom:0 !important;
}
.wpc-posts-found {
	display: none;
}
.wpc-term-item.wpc-term-count-0 {
	pointer-events: none;
}
.wpc-filter-chip.wpc-chip-reset-all {
	display: none;
}
.burger-menu {
	display: none;
}
* {
    box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
.modal {
    display: none;
}
.modal.fancybox__content {
    max-width: 450px;
    border-radius: 16px;
}
.carousel{position:relative;box-sizing:border-box}.carousel *,.carousel *:before,.carousel *:after{box-sizing:inherit}.carousel.is-draggable{cursor:move;cursor:grab}.carousel.is-dragging{cursor:move;cursor:grabbing}.carousel__viewport{position:relative;overflow:hidden;max-width:100%;max-height:100%}.carousel__track{display:flex}.carousel__slide{flex:0 0 auto;width:var(--carousel-slide-width,60%);max-width:100%;padding:1rem;position:relative;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain}.has-dots{margin-bottom:calc(0.5rem + 22px)}.carousel__dots{margin:0 auto;padding:0;position:absolute;top:calc(100% + 0.5rem);left:0;right:0;display:flex;justify-content:center;list-style:none;user-select:none}.carousel__dots .carousel__dot{margin:0;padding:0;display:block;position:relative;width:22px;height:22px;cursor:pointer}.carousel__dots .carousel__dot:after{content:"";width:8px;height:8px;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-color:currentColor;opacity:.25;transition:opacity .15s ease-in-out}.carousel__dots .carousel__dot.is-selected:after{opacity:1}.carousel__button{width:var(--carousel-button-width,48px);height:var(--carousel-button-height,48px);padding:0;border:0;display:flex;justify-content:center;align-items:center;pointer-events:all;cursor:pointer;color:var(--carousel-button-color,currentColor);background:var(--carousel-button-bg,transparent);border-radius:var(--carousel-button-border-radius,50%);box-shadow:var(--carousel-button-shadow,none);transition:opacity .15s ease}.carousel__button.is-prev,.carousel__button.is-next{position:absolute;top:50%;transform:translateY(-50%)}.carousel__button.is-prev{left:10px}.carousel__button.is-next{right:10px}.carousel__button[disabled]{cursor:default;opacity:.3}.carousel__button svg{width:var(--carousel-button-svg-width,50%);height:var(--carousel-button-svg-height,50%);fill:none;stroke:currentColor;stroke-width:var(--carousel-button-svg-stroke-width,1.5);stroke-linejoin:bevel;stroke-linecap:round;filter:var(--carousel-button-svg-filter,none);pointer-events:none}html.with-fancybox{scroll-behavior:auto}body.compensate-for-scrollbar{overflow:hidden!important;touch-action:none}.fancybox__container{position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;margin:0;padding:env(safe-area-inset-top,0) env(safe-area-inset-right,0) env(safe-area-inset-bottom,0) env(safe-area-inset-left,0);box-sizing:border-box;display:flex;flex-direction:column;color:var(--fancybox-color,#fff);-webkit-tap-highlight-color:rgba(0,0,0,0);overflow:hidden;z-index:1050;outline:none;transform-origin:top left;--carousel-button-width:48px;--carousel-button-height:48px;--carousel-button-svg-width:24px;--carousel-button-svg-height:24px;--carousel-button-svg-stroke-width:2.5;--carousel-button-svg-filter:drop-shadow(1px 1px 1px rgba(0,0,0,.4))}.fancybox__container *,.fancybox__container *::before,.fancybox__container *::after{box-sizing:inherit}.fancybox__container :focus{outline:none}body:not(.is-using-mouse) .fancybox__container :focus{box-shadow:0 0 0 1px #fff,0 0 0 2px var(--fancybox-accent-color,rgba(1,210,232,.94))}@media all and (min-width:1024px){.fancybox__container{--carousel-button-width:48px;--carousel-button-height:48px;--carousel-button-svg-width:27px;--carousel-button-svg-height:27px}}.fancybox__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:var(--fancybox-bg,rgba(24,24,27,.92))}.fancybox__carousel{position:relative;flex:1 1 auto;min-height:0;height:100%;z-index:10}.fancybox__carousel.has-dots{margin-bottom:calc(0.5rem + 22px)}.fancybox__viewport{position:relative;width:100%;height:100%;overflow:visible;cursor:default}.fancybox__track{display:flex;height:100%}.fancybox__slide{flex:0 0 auto;width:100%;max-width:100%;margin:0;padding:48px 8px 8px 8px;position:relative;overscroll-behavior:contain;display:flex;flex-direction:column;outline:0;overflow:auto;--carousel-button-width:36px;--carousel-button-height:36px;--carousel-button-svg-width:22px;--carousel-button-svg-height:22px}.fancybox__slide::before,.fancybox__slide::after{content:"";flex:0 0 0%;margin:auto}@media all and (min-width:1024px){.fancybox__slide{padding:64px 100px}}.fancybox__content{margin:0 env(safe-area-inset-right,0) 0 env(safe-area-inset-left,0);padding:36px;color:var(--fancybox-content-color,#374151);background:var(--fancybox-content-bg,#fff);position:relative;align-self:center;display:flex;flex-direction:column;z-index:20}.fancybox__content :focus:not(.carousel__button.is-close){outline:thin dotted;box-shadow:none}.fancybox__caption{align-self:center;max-width:100%;margin:0;padding:1rem 0 0 0;line-height:1.375;color:var(--fancybox-color,currentColor);visibility:visible;cursor:auto;flex-shrink:0;overflow-wrap:anywhere}.is-loading .fancybox__caption{visibility:hidden}.fancybox__container>.carousel__dots{top:100%;color:var(--fancybox-color,#fff)}.fancybox__nav .carousel__button{z-index:40}.fancybox__nav .carousel__button.is-next{right:8px}@media all and (min-width:1024px){.fancybox__nav .carousel__button.is-next{right:40px}}.fancybox__nav .carousel__button.is-prev{left:8px}@media all and (min-width:1024px){.fancybox__nav .carousel__button.is-prev{left:40px}}.carousel__button.is-close{position:absolute;top:8px;right:8px;top:calc(env(safe-area-inset-top, 0px) + 8px);right:calc(env(safe-area-inset-right, 0px) + 8px);z-index:40}@media all and (min-width:1024px){.carousel__button.is-close{right:40px}}.fancybox__content>.carousel__button.is-close{position:absolute;top:-40px;right:0;color:var(--fancybox-color,#fff)}.fancybox__no-click,.fancybox__no-click button{pointer-events:none}.fancybox__spinner{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:50px;height:50px;color:var(--fancybox-color,currentColor)}.fancybox__slide .fancybox__spinner{cursor:pointer;z-index:1053}.fancybox__spinner svg{animation:fancybox-rotate 2s linear infinite;transform-origin:center center;position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:100%;height:100%}.fancybox__spinner svg circle{fill:none;stroke-width:2.75;stroke-miterlimit:10;stroke-dasharray:1,200;stroke-dashoffset:0;animation:fancybox-dash 1.5s ease-in-out infinite;stroke-linecap:round;stroke:currentColor}@keyframes fancybox-rotate{100%{transform:rotate(360deg)}}@keyframes fancybox-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}100%{stroke-dasharray:89,200;stroke-dashoffset:-124px}}.fancybox__backdrop,.fancybox__caption,.fancybox__nav,.carousel__dots,.carousel__button.is-close{opacity:var(--fancybox-opacity,1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop,.fancybox__container.is-animated[aria-hidden=false] .fancybox__caption,.fancybox__container.is-animated[aria-hidden=false] .fancybox__nav,.fancybox__container.is-animated[aria-hidden=false] .carousel__dots,.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close{animation:.15s ease backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__backdrop,.fancybox__container.is-animated.is-closing .fancybox__caption,.fancybox__container.is-animated.is-closing .fancybox__nav,.fancybox__container.is-animated.is-closing .carousel__dots,.fancybox__container.is-animated.is-closing .carousel__button.is-close{animation:.15s ease both fancybox-fadeOut}.fancybox-fadeIn{animation:.15s ease both fancybox-fadeIn}.fancybox-fadeOut{animation:.1s ease both fancybox-fadeOut}.fancybox-zoomInUp{animation:.2s ease both fancybox-zoomInUp}.fancybox-zoomOutDown{animation:.15s ease both fancybox-zoomOutDown}.fancybox-throwOutUp{animation:.15s ease both fancybox-throwOutUp}.fancybox-throwOutDown{animation:.15s ease both fancybox-throwOutDown}@keyframes fancybox-fadeIn{from{opacity:0}to{opacity:1}}@keyframes fancybox-fadeOut{to{opacity:0}}@keyframes fancybox-zoomInUp{from{transform:scale(.97) translate3d(0,16px,0);opacity:0}to{transform:scale(1) translate3d(0,0,0);opacity:1}}@keyframes fancybox-zoomOutDown{to{transform:scale(.97) translate3d(0,16px,0);opacity:0}}@keyframes fancybox-throwOutUp{to{transform:translate3d(0,-30%,0);opacity:0}}@keyframes fancybox-throwOutDown{to{transform:translate3d(0,30%,0);opacity:0}}.fancybox__carousel .carousel__slide{scrollbar-width:thin;scrollbar-color:#ccc rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar{width:8px;height:8px}.fancybox__carousel .carousel__slide::-webkit-scrollbar-track{background-color:rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:2px;box-shadow:inset 0 0 4px rgba(0,0,0,.2)}.fancybox__carousel.is-draggable .fancybox__slide,.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel.is-dragging .fancybox__slide,.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content{cursor:move;cursor:grabbing}.fancybox__carousel .fancybox__slide .fancybox__content{cursor:auto}.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content{cursor:zoom-in}.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content{cursor:zoom-out}.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__image{transform-origin:0 0;user-select:none;transition:none}.has-image .fancybox__content{padding:0;background:rgba(0,0,0,0);min-height:1px}.is-closing .has-image .fancybox__content{overflow:visible}.has-image[data-image-fit=contain]{overflow:visible;touch-action:none}.has-image[data-image-fit=contain] .fancybox__content{flex-direction:row;flex-wrap:wrap}.has-image[data-image-fit=contain] .fancybox__image{max-width:100%;max-height:100%;object-fit:contain}.has-image[data-image-fit=contain-w]{overflow-x:hidden;overflow-y:auto}.has-image[data-image-fit=contain-w] .fancybox__content{min-height:auto}.has-image[data-image-fit=contain-w] .fancybox__image{max-width:100%;height:auto}.has-image[data-image-fit=cover]{overflow:visible;touch-action:none}.has-image[data-image-fit=cover] .fancybox__content{width:100%;height:100%}.has-image[data-image-fit=cover] .fancybox__image{width:100%;height:100%;object-fit:cover}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{max-width:100%;flex-shrink:1;min-height:1px;overflow:visible}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content{width:100%;height:80%}.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{padding:0;background:rgba(24,24,27,.9);color:#fff}.fancybox__carousel .fancybox__slide.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:rgba(0,0,0,0)}.fancybox-placeholder{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.fancybox__thumbs{flex:0 0 auto;position:relative;padding:0 3px;opacity:var(--fancybox-opacity,1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs{animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__thumbs{opacity:0}.fancybox__thumbs .carousel__slide{flex:0 0 auto;width:var(--fancybox-thumbs-width,96px);margin:0;padding:8px 3px;box-sizing:content-box;display:flex;align-items:center;justify-content:center;overflow:visible;cursor:pointer}.fancybox__thumbs .carousel__slide .fancybox__thumb::after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-width:5px;border-style:solid;border-color:var(--fancybox-accent-color,rgba(34,213,233,.96));opacity:0;transition:opacity .15s ease;border-radius:var(--fancybox-thumbs-border-radius,4px)}.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after{opacity:.92}.fancybox__thumbs .carousel__slide>*{pointer-events:none;user-select:none}.fancybox__thumb{position:relative;width:100%;padding-top:calc(100%/(var(--fancybox-thumbs-ratio, 1.5)));background-size:cover;background-position:center center;background-color:rgba(255,255,255,.1);background-repeat:no-repeat;border-radius:var(--fancybox-thumbs-border-radius,4px)}.fancybox__toolbar{position:absolute;top:0;right:0;left:0;z-index:20;background:linear-gradient(to top,hsla(0deg,0%,0%,0) 0%,hsla(0deg,0%,0%,.006) 8.1%,hsla(0deg,0%,0%,.021) 15.5%,hsla(0deg,0%,0%,.046) 22.5%,hsla(0deg,0%,0%,.077) 29%,hsla(0deg,0%,0%,.114) 35.3%,hsla(0deg,0%,0%,.155) 41.2%,hsla(0deg,0%,0%,.198) 47.1%,hsla(0deg,0%,0%,.242) 52.9%,hsla(0deg,0%,0%,.285) 58.8%,hsla(0deg,0%,0%,.326) 64.7%,hsla(0deg,0%,0%,.363) 71%,hsla(0deg,0%,0%,.394) 77.5%,hsla(0deg,0%,0%,.419) 84.5%,hsla(0deg,0%,0%,.434) 91.9%,hsla(0deg,0%,0%,.44) 100%);padding:0;touch-action:none;display:flex;justify-content:space-between;--carousel-button-svg-width:20px;--carousel-button-svg-height:20px;opacity:var(--fancybox-opacity,1);text-shadow:var(--fancybox-toolbar-text-shadow,1px 1px 1px rgba(0,0,0,.4))}@media all and (min-width:1024px){.fancybox__toolbar{padding:8px}}.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar{animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__toolbar{opacity:0}.fancybox__toolbar__items{display:flex}.fancybox__toolbar__items--left{margin-right:auto}.fancybox__toolbar__items--center{position:absolute;left:50%;transform:translateX(-50%)}.fancybox__toolbar__items--right{margin-left:auto}@media(max-width:640px){.fancybox__toolbar__items--center:not(:last-child){display:none}}.fancybox__counter{min-width:72px;padding:0 10px;line-height:var(--carousel-button-height,48px);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased}.fancybox__progress{background:var(--fancybox-accent-color,rgba(34,213,233,.96));height:3px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:30;user-select:none}.fancybox__container:fullscreen::backdrop{opacity:0}.fancybox__button--fullscreen g:nth-child(2){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2){display:block}.fancybox__button--slideshow g:nth-child(2){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2){display:block}
.modal {
    display: none;
}
.modal__title {
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 5px;
    color: #000000;
    line-height: 150%; /* 36px */
}
.wpcf7-form br {
    display: none !important;
}
.wpcf7-form textarea {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: 0;
    resize: none;
    height: 70px;
    font-family: Manrope;
    margin-bottom: 20px;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 19.5px */
    width: 100%;
    border-radius: 10px;
    margin-top: 6px;
    padding: 10px 12px;
    background: #F4F4F4;
}
.wpcf7-form input.wpcf7-submit {
    margin: 0 !important;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border-radius: 20px;
    padding: 12px 20px;
    font-family: Manrope;
    font-size: 15px;
    font-style: normal;
    color: #003577;
    font-weight: 600;
    cursor: pointer;
    line-height: normal;
    text-align: center;
    background: #C7DCF6;
}
.wpcf7-spinner {
    margin: 10px auto !important;
    display: block !important;
}
.form__bottom p {
    font-family: Manrope;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    color: #003577;
    line-height: 150%;
}
.wpcf7-response-output {
    margin: 15px 0 0 0 !important;
    border-color: #C7DCF6 !important;
    border-width: 1px !important;
    font-family: Manrope;
    font-size: 13px;
    font-style: normal;
    color: #646464;
    font-weight: 500;
    line-height: 150%;
}
.wpcf7-not-valid-tip {
    position: absolute;
    font-size: 12px !important;
    top: 26px;
}
.wpcf7-form select {
    appearance: none;
    margin-bottom: 20px;
    -moz-appearance: none;
    background:#F4F4F4;
    padding: 10px 12px;
    background-image: url('../assets/images/chevron-down.svg');
    background-repeat: no-repeat;
    background-position: 95%;
    background-color: #F4F4F4;
    border-radius: 10px;
    -webkit-appearance: none;
    border: 0;
    outline: none;
    width: 100%;
    margin-top: 6px;
}
.carousel__button.is-close {
    top: 15px !important;
    right: 15px !important;
}
.carousel__button.is-close svg {
    display: none;
}
.carousel__button.is-close {
    background: url(../assets/images/close.svg) no-repeat center;
}
.wpcf7-form label {
    font-family: Manrope;
    font-size: 13px;
    font-style: normal;
    color: #646464;
    font-weight: 500;
    line-height: 150%; /* 19.5px */
}
.fancybox__content :focus:not(.carousel__button.is-close) {
	outline: none !important;
}
.wpcf7-form input {
    border-radius: 10px;
    outline: none;
    margin-top: 6px;
    border: 0;
    margin-bottom: 20px;
    appearance: none;
    width: 100%;
    -moz-appearance: none;
    -webkit-appearance: none;
    background:#F4F4F4;
    padding: 10px 12px;
}
.wpc-filters-widget-top-container {
	background: transparent !important;
}
.wpc-term-count {
	font-size: 12px;
}
.wpc-term-item-content-wrapper label a {
	font-family: Manrope;
	font-size: 13px;
	font-style: normal;
	font-weight: 500;
	color: #000000;
	line-height: 150%; /* 19.5px */
}
.wpc-filters-section:not(:last-child) {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ffffff;
}
.widget-title.wpc-filter-title {
	font-family: Manrope;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	color: #7D7D7D;
	margin-bottom: 10px;
	line-height: 150%; /* 18px */
	text-transform: uppercase;
}
.wpc-filter-set-widget-title h2 {
	font-family: Montserrat;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 27px */
	margin-bottom: 13px;
	color: #000000;
}
.modal__text {
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 24px;
    color: #323232;
    line-height: 150%; /* 21px */
}
ul.products li.product {
	width: 100% !important;
}
.container {
    max-width: 1164px;
    padding: 0 20px;
    width: 100%;
    margin: 0 auto;
}
.header_phone {
    display: flex;
    align-items: center;
    font-size: 12px;
    font-family: Manrope;
    font-style: normal;
    color: #003577;
    font-weight: 500;
    text-decoration: none;
    line-height: 150%;
}
.header__top_col {
    display: flex;
    align-items: center;
}
.header_phone svg {
    margin-right: 4px;
}
.header__info {
    font-size: 12px;
    font-family: Manrope;
    font-style: normal;
    font-weight: 500;
	margin-right: 24px;
    line-height: 150%;
    color: #4B4B4B;
}
.header__top {
    padding: 5px;
    background: #F8F9FC;
}
.header__top .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.lang ul {
    list-style-type: none;
}
.lang li a {
    text-decoration: none;
}
.lang {
    display: flex;
    align-items: center;
    font-size: 12px;
    font-family: Manrope;
    color: #4B4B4B;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}
.lang li a {
    font-size: 12px;
    font-family: Manrope;
    color: #4B4B4B;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}
.header_lang svg {
    margin-left: 5px;
}
.recommended_products__wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-gap: 24px;
}
.recommended_products__options {
    margin-top: 16px;
    margin-bottom: 20px;
}
.recommended_products__input input {
    width: 100%;
}
.universal_template__content {
	padding-bottom: 50px;
}
.recommended_products__input {
    padding: 8px 12px;
    border-radius: 10px;
    background: #F4F4F4;
}
.recommended_products__counts {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 16px;
    margin-bottom: 13px;
    align-items: center;
	margin-top: 13px;
}
.btn.ico {
    display: flex;
    width: fit-content;
    align-items: center;
    justify-content: center;
}
.slick_arr span:first-child {
    margin-right: 8px;
}
.slick_arr span {
    padding: 12px;
    transition: all .3s linear;
    border-radius: 100%;
    width: 48px;
    max-width: 48px;
    cursor: pointer;
    max-height: 48px;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.10);
    justify-content: center;
}
.slick_arr span:hover {
    background: #C7DCF6;
}
.slick_arr span svg path {
    transition: all .3s linear;
}
.slick_arr span:hover svg path {
    stroke: #003577;
}
.title_2.arrow {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.slick_arr {
    display: flex;
    align-items: center;
}
.recommended_products {
    margin-bottom: 60px;
}
.about_company__wrapper {
    background-color: #F8F9FC;
    display: flex;
    background-image: url(../assets/images/re.svg);
    padding: 50px;
    border-radius: 16px;
    background-repeat: no-repeat;
    align-items: center;
}
.btn.ico svg {
    margin-right: 8px;
    margin-left: 8px;
}
.about_company__item:first-child {
    margin-left: 60px;
}
.about_company__item:last-child {
    margin-left: 50px;
}
.recommended_products__input input {
    appearance: none;
    -moz-appearance: none;
    text-align: center;
    background: transparent;
    -webkit-appearance: none;
    outline: none;
    font-family: Manrope;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 19.5px */
    border: 0;
}
.recommended_products__price {
    font-family: Manrope;
    font-size: 15px;
    font-style: normal;
    color: #000000;
    font-weight: 600;
    line-height: normal;
}
.recommended_products__top {
    font-family: Manrope;
    font-size: 13px;
    color: #646464;
    font-style: normal;
    margin-bottom: 3px;
    font-weight: 500;
    line-height: 150%; /* 19.5px */
}
.recommended_products__input button {
    appearance: none;
    -moz-appearance: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    padding: 0;
    background: transparent;
    outline: none;
    -webkit-appearance: none;
    cursor: pointer;
}
.first-screen {
    margin-top: 20px;
}
.recommended_products__input {
    display: flex;
    align-items: center;
}
.first-screen__item {
    min-height: 500px;
    border-radius: 16px;
    display: flex;
    align-items: flex-start;
	position: relative;
    justify-content: center;
    flex-direction: column;
	overflow: hidden;
    padding: 60px 50px;
    background: url('/wp-content/uploads/2024/09/0_3.webp');
}
.first-screen__item * {
	position: relative;
}
.first-screen__item:before {
	position: absolute;
	content: '';
	top: 0;
	display:block;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0, .5);
}
.first-screen__item h1 {
    font-family: Montserrat;
    font-size: 42px;
    display: block;
    margin-bottom: 6px;
    font-style: normal;
    color: #ffffff;
    font-weight: 700;
    line-height: 120%; /* 50.4px */
}
.first-screen__item p {
    font-family: Manrope;
    font-size: 15px;
    font-style: normal;
    color: #ffffff;
    max-width: 620px;
    font-weight: 400;
    line-height: 180%; /* 27px */
}

.header__city span {
    display: flex;
    align-items: center;
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    color: #000000;
    line-height: 150%; /* 21px */
}
.header__city svg {
    margin-left: 5px;
    display: flex;
    align-items: center;
}
.header__city {
    margin-right: 30px;
    margin-left: 30px;
    padding: 5px 12px;
    border-radius: 20px;
    border: 1px solid #DBDBDB;
}
.wrapper__buttons {
    margin-top: 24px;
    display: flex;
    align-items: center;
}
.header__menu ul {
    display: flex;
    align-items: center;
    list-style-type: none;
}
.header__menu ul li a {
    text-decoration: none;
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    color: #000000;
    font-weight: 500;
    line-height: 150%; /* 21px */
}
.header__menu ul li:not(:last-child) {
    margin-right: 24px;
}
.header__main__col {
    display: flex;
    margin-top: 15px;
    align-items: center;
}
.header__menu {
	margin-left: 50px;
}
.about_com__wrapper img {
    display: block;
    border-radius: 16px;
    width: 100%;
    margin-bottom: 42px;
    object-fit: cover;
}
.about_com_items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
}
.btn {
    padding: 12px 20px;
    font-family: Manrope;
    font-size: 15px;
    font-style: normal;
    display: inline-block;
    text-decoration: none;
    font-weight: 600;
    cursor: pointer;
    transition: all .3s linear;
    line-height: normal;
    transition: all .3s linear;
    border-radius: 20px;
    border: 1px solid transparent;
}
.about_com__item__title {
    font-family: Montserrat;
    font-size: 16px;
    text-align: center;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 12px;
    line-height: 150%; /* 24px */
}
.about_com__item__text {
    font-family: Manrope;
    font-size: 14px;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
}
.our_team {
    display: grid;
    margin: 30px 0;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 24px;
}
.our_team__text {
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
}
.our_team__title {
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 4px;
    line-height: 150%; /* 24px */
}
.about_com__item svg {
    margin: 0 auto;
    margin-bottom: 15px;
    display: block;
}
.btn:hover {
    opacity: .9;
}
.our_team__item img {
    margin-bottom: 16px;
}
body.page-template-blog .template_services__wrapper {
	display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 24px;
}

.template_services .title_2 {
    margin-bottom: 20px;
}
.single-post .template_services__wrapper {
    margin-bottom: 50px;
}
.template_services__image img {
    width: 100%;
    border-radius: 16px;
    min-height: 190px;
	max-height: 190px;
    object-fit: cover;
    display: block;
}
.template_services__top {
    display: flex;
    align-items: center;
}
.template_services.blog .template_services__title {
    margin-top: 8px;
    margin-bottom: 8px;
}
.seo_block p {
    font-family: Manrope;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 22.5px */
    margin: 12px 0;
}
.seo_block h2 {
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 36px */
    color: #000000;
    margin: 12px 0;
}
.seo_block li {
    font-family: Manrope;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 22.5px */
    color: #323232;
}
.seo_block li:not(:last-child) {
    margin-bottom: 4px;
}
.seo_block ol {
    list-style-position: inside;
    margin: 25px 0;
    padding-left: 15px;
}
.seo_block ul {
    list-style-position: inside;
    margin: 25px 0;
    padding-left: 15px;
}
.seo_block h3 {
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    color: #000000;
    font-weight: 700;
    line-height: 150%; /* 27px */
}
.seo_block h1 {
    font-family: Montserrat;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 48px */
    color: #000000;
    display: block;
    margin: 12px 0;
}
.sub_block__wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    background: #F8F9FC;
    grid-gap: 15px;
    padding: 24px;
    margin-top: -10px;
    border-radius: 0 0 16px 16px;
}
.template_services__description {
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
}
.template_services__top {
    margin-top: 24px;
    margin-bottom: 8px;
}
.template_services__author {
    font-family: Manrope;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}
.template_services__author a {
    text-decoration: none;
    color: #003577;
}
.template_services__date {
    font-family: Manrope;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    margin-right: 12px;
    line-height: 150%; /* 19.5px */
}
.template_services {
    margin: 50px 0;
}
.about_company__item p {
    font-family: Manrope;
    font-size: 15px;
    margin-bottom: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%; /* 27px */
}
.about_company {
    margin-bottom: 60px;
}

.template_services__title {
    margin-top: 15px;
    font-family: Manrope;
    display: block;
    font-size: 18px;
    font-style: normal;
    text-decoration: none;
    color: #000000;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 8px;
}
.page-template-blog .template_services__title {
    margin-top: 8px;
}
.about_company__item .title_2 {
    margin-bottom: 16px;
}
.recommended_products .title_2 {
    margin-bottom: 20px;
}
.sub_block {
    margin-bottom: 50px;
}
.recommended_products__image img {
    width: 100%;
	min-height: 259px;
	border-radius: 16px;
    display: block;
    max-width: 100%;
	max-height: 259px;
    margin: 0 auto;
}
.recommended_products__image {
	margin-bottom: 10px;
}
.sub_block__item {
    display: flex;
    align-items: center;
}
.recommended_products__options table tr td {
    width: 50%;
    padding-bottom: 4px;
}
.recommended_products__options table tr td:first-child {
    font-family: Manrope;
    font-size: 13px;
    font-style: normal;
    color: #646464;
    font-weight: 500;
    line-height: 150%; /* 19.5px */
}
.recommended_products__options table tr td:last-child {
    font-family: Manrope;
    font-size: 13px;
    font-style: normal;
    color: #191919;
    font-weight: 500;
    line-height: 150%; /* 19.5px */
}
.title_2 {
    font-family: Montserrat;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}
.title_2 a {
    color: #003577;
    text-decoration: none;
}
.recommended_products_title {
    font-family: Montserrat;
	display: block;
	min-height: 46px;
	width: 100%;
	margin-bottom: 10px;
    text-decoration: none;
    font-size: 15px;
    font-style: normal;
    color: #003577;
    font-weight: 700;
    line-height: 150%; /* 24px */
}
.recommended_products__code {
    margin-top: 10px;
    margin-bottom: 8px;
    font-family: Manrope;
    font-size: 13px;
    color: #646464;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 19.5px */
}
.sub_block__item svg {
    min-width: 38px;
    margin-right: 16px;
}
.sub_block__item__text {
    font-family: Manrope;
    font-size: 14px;
    color: #191919;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
}
.header__main .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sub_block__item__title {
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    margin-bottom: 4px;
    font-weight: 700;
    line-height: 150%; /* 24px */
}
.btn.btn__v3 {
    color: #003577;
    background: #C7DCF6;
}
.btn.btn__v4 {
    color: #000000;
    background: #EBEBEB;
}
.wrapper__buttons .btn:not(:last-child){
    margin-right: 12px;
}
.btn.btn__v1 {
    background: #003577;
    color: #ffffff;
}
.btn.btn__v2 {
    background: transparent;
    color: #C7DCF6;
    border-color: #DBDBDB;
}
.footer__wrapper_items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 12px;
}
.footer__wrapper {
    background: #191919;
    padding: 60px 0;
}
.footer__title {
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    color: #7D7D7D;
    margin-bottom: 16px;
    font-weight: 700;
    line-height: 150%; /* 24px */
}
.footer__wrapper__item ul {
    list-style-type: none;
}
.footer__wrapper__item ul li a {
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    text-decoration: none;
    color: #DBDBDB;
    font-weight: 400;
    line-height: 150%; /* 21px */
}
.footer__wrapper__item ul li:not(:last-child) {
     margin-bottom: 8px;
}
.footer__subtitle {
    font-family: Manrope;
    font-size: 12px;
    margin-bottom: 8px;
    color: #646464;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 18px */
    text-transform: uppercase;
}
.footer__info span {
    font-family: Manrope;
    font-size: 14px;
    color: #AFAFAF;
    font-style: normal;
    display: block;
    font-weight: 400;
    line-height: 150%; /* 21px */
}
.footer__info span:not(:last-child) {
    margin-bottom: 8px;
}
.footer__info span > span, .footer__info span > a {
    font-family: Manrope;
    font-size: 14px;
    color: #FFFFFF;
    font-style: normal;
    text-decoration: none;
    font-weight: 400;
    line-height: 150%;
}
.footer__socials__wrapper {
    display: flex;
	flex-wrap: wrap;
    align-items: center;
}
.footer__socials__wrapper a:not(:last-child) {
    margin-right: 19px;
}
.footer__socials {
    margin-top: 16px;
}
.footer__description {
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    color: #AFAFAF;
    margin: 16px 0;
    font-weight: 400;
    line-height: 150%; /* 21px */
}
.footer__copy {
    font-family: Manrope;
    font-size: 12px;
    font-style: normal;
    color: #646464;
    margin-top: 16px;
    font-weight: 500;
    line-height: 150%; /* 18px */
    text-transform: uppercase;
}
.breadcrumbs {
    margin-top: 12px;
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}
.breadcrumbs span, .breadcrumbs a {
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    text-decoration: none;
    font-weight: 500;
    color: #000000;
    line-height: normal;
}
.breadcrumbs > span:not(:last-child):after {
    content: url('../assets/images/chevron-right.svg');
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px;
    height: 18px;
}
.breadcrumbs span > span {
    color: #969696;
}
.breadcrumbs svg {
    margin: 0 15px;
}
.main__wrapper {
    padding-bottom: 60px;
}
h1 {
    display: block;
    font-family: Montserrat;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 48px */
    color: #000000;
    margin-bottom: 12px;
}
.catalog__text {
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    color: #323232;
    font-weight: 500;
    line-height: 150%; /* 21px */
    margin-bottom: 24px;
}
.catalog__text a {
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    color: #003577;
    display: inline-block;
    text-decoration: none;
    line-height: 150%; /* 21px */
}
.catalog__text a svg {
    vertical-align: middle;
}
.catalog__items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 24px;
}
.catalog__item img {
    display: block;
    margin: 0 auto 12px auto;
}
.catalog__item ul {
    list-style-type: none;
}
.catalog__item ul li a {
    font-family: Manrope;
    font-size: 13px;
    text-decoration: none;
    font-style: normal;
    color: #003577;
    font-weight: 500;
    line-height: 150%; /* 19.5px */
}
.catalog__item ul li:not(:last-child) {
    margin-bottom: 6px;
}
.catalog__item ul li.has_children ul {
    padding-left: 15px;
    margin: 6px 0;
}
.catalog__title {
    text-decoration: none;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    color: #000000;
    display: block;
    margin-bottom: 12px;
    font-weight: 700;
    line-height: 150%; /* 27px */
}
.catalog__products {
    display: grid;
    grid-template-columns: 273px auto;
    grid-gap: 24px;
}

.products__items ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 24px;
}
.catalog__products__fitler {
    border-radius: 16px;
    background: #F8F9FC;
    padding: 24px 20px;
    font-family: 'Montserrat';
	height: fit-content;
}
.full_screen {
    padding: 0 24px 50px 24px;
}
.catalog_pagination {
    margin: 32px auto;
    text-align: center;
}
.catalog__banner {
    background-image: url(../assets/images/banner_2.png);
    background-repeat: no-repeat;
    background-position: right;
    background-color: #F8F9FC;
    border-radius: 16px;
    margin-bottom: 50px;
    padding: 25px 30px;
}
.catalog__banner a {
    display: inline-block;
    text-decoration: none;
}
.catalog__banner__title {
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    color: #000000;
    margin-bottom: 8px;
    font-weight: 700;
    line-height: 150%; /* 36px */
}
.catalog__banner__text {
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    color: #000000;
    margin-bottom: 20px;
    line-height: 150%; /* 21px */
}
.single__wrapper {
    display: grid;
    grid-template-columns: auto 273px;
    grid-gap: 24px;
}
.calc_title {
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 5px;
    color: #000000;
    line-height: 150%; /* 27px */
}
.calc__info {
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    color: #323232;
    border-bottom: 1px solid #ffffff;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    line-height: 150%; /* 21px */
}
.calc__info__select {
    display: inline-block;
    padding: 2px 10px;
    margin-left: 8px;
    border-radius: 20px;
    border: 1px solid #DBDBDB;
    cursor: pointer;
}
.calc__info__select svg {
    vertical-align: middle;
    margin-left: 5px;
}
.single__sidebar {
    background: #F8F9FC;
    border-radius: 16px;
    height: fit-content;
    position: sticky;
    top: 20px;
}
.calc_title {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
}
.calc_discount_title {
    font-family: Manrope;
    font-size: 12px;
    color: #7D7D7D;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 18px */
    text-transform: uppercase;
    margin-bottom: 7px;
}
.calc_discount {
    padding-left: 20px;
    padding-right: 20px;
    border-bottom: 1px solid #ffffff;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.calc_discount table tr td {
    padding-right: 8px;
}
.calc_discount table tr td:first-child {
    font-family: Manrope;
    font-size: 13px;
    font-style: normal;
    color: #646464;
    font-weight: 500;
    line-height: 150%; /* 19.5px */
}
.calc_discount table tr td:last-child {
    font-family: Manrope;
    font-size: 13px;
    color: #191919;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 19.5px */
}
.calc_inputs {
    padding-left: 20px;
    padding-right: 20px;
}
.calc__bottom {
    margin-top: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
}
.calc__bottom__text {
    font-family: Manrope;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 3px;
    color: #646464;
    line-height: 150%; /* 19.5px */
}
.calc__bottom__price {
    font-family: Montserrat;
    font-size: 18px;
    color: #B2251C;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 3px;
    line-height: 150%; /* 27px */
}
.calc__bottom__sale__price {
    font-family: Manrope;
    font-size: 13px;
    font-style: normal;
    color: #7D7D7D;
    font-weight: 500;
    line-height: 150%; /* 19.5px */
    margin-bottom: 3px;
    text-decoration-line: line-through;
}
.calc__bottom__eco__price {
    font-family: Manrope;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 19.5px */
    margin-bottom: 20px;
    color: #219653;
}
.calc_inputs .recommended_products__input {
    background: #ffffff;
}
.single__product {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    grid-gap: 24px;
}
.single__product__col .cart {
	display: none;
}
.single__product__col__item__title {
    font-family: Manrope;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 8px;
    color: #7D7D7D;
    line-height: 150%; /* 18px */
    text-transform: uppercase;
}
.single__product__col__items > span {
    border-radius: 16px;
    background: #EBEBEB;
    font-family: Manrope;
    font-size: 13px;
    font-style: normal;
    color: #191919;
    font-weight: 500;
    line-height: 150%; /* 19.5px */
    padding: 4px 8px;
    margin-right: 4px;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 4px;
}
.single__product__col__items > span.active {
    background: #C7DCF6;
}
.single__product__col__items.colors > span > span {
    width: 12px;
    margin-right: 8px;
    border-radius: 100%;
    vertical-align: middle;
    height: 12px;
    display: inline-block;
}
.single__product__col__items.colors > span > span.blue {
    background: blue;
}
.single__product__col__items.colors > span > span.red {
    background: red;
}
.single__product__col__items.colors > span > span.yellow {
    background: yellow;
}
.single__product__col__item:not(:last-child) {
    margin-bottom: 20px;
}
.single__product__main_image > img {
    display: block;
    width: 100%;
    margin: 0 auto;
    min-height: 270px;
    object-fit: contain;
    max-width: 372px;
	min-height: 372px;
}
.single__product__mini {
    margin-top: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.single__product__mini > img:not(:last-child) {
    margin-right: 8px;
}
.single__product__mini > img {
    border-radius: 4px;
    cursor: pointer;
    border: 1px solid #DBDBDB;
}
.single__product__mini > img.active {
    border: 1px solid #AFAFAF;
}
.single__product__options {
    margin-top: 40px;
}
.single__products__tabs ul {
    list-style-type: none;
    display: flex;
    align-items: center;
}
.single__products__tabs ul li {
    font-family: Manrope;
    font-size: 15px;
    font-style: normal;
    border-bottom: 2px solid #EBEBEB;
    font-weight: 500;
    color: #646464;
    line-height: 150%; /* 22.5px */
    padding-bottom: 16px;
    text-transform: uppercase;
}
.single__products__tabs ul li:not(:last-child) {
    margin-right: 24px;
}
.single__products__tabs ul li.active {
    color: #003577;
    border-color: #003577;   
}
.single__products__tabs {
    margin-bottom: 24px;
}
.single__products__title {
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    color: #000000;
    margin-bottom: 8px;
    line-height: 150%; /* 24px */
}
.single__products__item {
    width: 100%;
    display: flex;
    align-items: center;
    border-bottom: 1px dashed #969696;
    justify-content: space-between;
}
.single__products__item > div {
    z-index: 1;
    position: relative;
    background: #ffffff;
    font-family: Manrope;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    color: #323232;
    line-height: 150%; /* 22.5px */
    bottom: -2px;
}
.single__products__item:not(:last-child) {
    margin-bottom: 8px;
}
.single__products__left {
    padding-right: 10px;
}
.single__products__right {
    padding-left: 10px;
}
.single__products__descriptions {
    margin-bottom: 24px;
}
.single__products__descriptions p {
    font-family: Manrope;
    font-size: 15px;
    font-style: normal;
    color: #323232;
    font-weight: 400;
    line-height: 150%; /* 22.5px */
}
.single__products__descriptions.list ul {
    list-style-type: none;
    padding-left: 5px;
}
.single__products__descriptions.list ul li a {
    font-family: Manrope;
    font-size: 15px;
    text-decoration: none;
    position: relative;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 22.5px */
    color: #003577;
}
.single__products__descriptions.list ul li a:before {
    width: 4px;
    height: 4px;
    content: '';
    vertical-align: middle;
    display: inline-block;
    margin-right: 10px;
    background: #003577;
    border-radius: 100%;
}
.cities__wrapper a {
    font-family: Manrope;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    text-decoration: none;
    line-height: 150%; /* 22.5px */ 
    color: #003577;
}
.cities__text {
    font-family: Manrope;
    font-size: 13px;
    font-style: normal;
    color: #646464;
    font-weight: 500;
    line-height: 150%;
    margin-top: 8px;
}
.cities__text a {
    color: #003577;
    text-decoration: none;
}
.calc__bottom .btn {
    width: 100%;
}
.single__read_also .container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 24px;
}
.single__read_also__item__code {
    font-family: Manrope;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 8px;
    color: #646464;
    line-height: 150%; /* 19.5px */
}
.single__read_also__item a {
    font-family: Montserrat;
    font-size: 16px;
    text-decoration: none;
    font-style: normal;
    font-weight: 700;
    color: #003577;
    line-height: 150%; /* 24px */
}
.single__read_also__item img {
    display: block;
    width: 100%;
    object-fit: contain;
}
.single__read_also {
    padding-bottom: 50px;
}
h1 a {
    text-decoration: none;
    color: #003577;
}
.services__item {
    display: flex;
    flex-direction: column;
}
.services__wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 24px;
}
.services__title {
    margin-top: 24px;
    display: inline-block;
    margin-bottom: 8px;
    text-decoration: none;
    font-family: Manrope;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: #000000;
}
.services__item > img {
    display: block;
    width: 100%;
	border-radius: 12px;
	min-height: 160px;
}
.services__item__list {
    list-style-type: none;
}
.services__item__list a {
    font-family: Manrope;
    font-size: 13px;
    text-decoration: none;
    font-style: normal;
    color: #003577;
    font-weight: 500;
    line-height: 150%; /* 19.5px */
}
.services__item__list li:not(:last-child) {
    margin-bottom: 6px;
}
.services__single__banner__container {
    min-height: 400px;
    display: flex;
    margin-bottom: 40px;
    align-items: flex-start;
    padding: 60px;
    height: 100%;
    justify-content: center;
    flex-direction: column;
    max-height: 400px;
    background-image: url(../assets/images/banner_2.jpg);
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 16px;
    background-size: cover;
}
.services__single__banner h1 {
    font-family: Montserrat;
    font-size: 32px;
    margin-bottom: 6px;
    display: inline-block;
    font-style: normal;
    color: #ffffff;
    font-weight: 700;
    line-height: 150%; /* 48px */
}
.services__single__banner_descr {
    max-width: 500px;
    font-family: Manrope;
    font-size: 15px;
    font-style: normal;
    color: #ffffff;
    font-weight: 400;
    line-height: 180%; /* 27px */
}
.services__single__banner_tag {
    font-family: Manrope;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    border-radius: 20px;
    background: #000000;
    display: inline-block;
    margin-bottom: 6px;
    padding: 8px 16px;
    color: #ffffff;
    line-height: normal;
}
.sevices__single_col__items {
    display: grid;
    grid-gap: 12px;
    margin-bottom: 32px;
    grid-template-columns: 1fr 1fr 1fr;
}
.sevices__single_col_title {
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    margin-bottom: 16px;
    color: #000000;
    font-weight: 700;
    line-height: 150%; /* 27px */
}
.sevices__single_col__item {
    display: flex;
    align-items: center;
    text-decoration: none;
    transition: all .3s linear;
    border-radius: 16px;
    background: #F8F9FC;
    padding: 16px 18px;
    justify-content: space-between;
}
.sevices__single_col__item:hover {
    background: #DEE9F8;
}
.sevices__single_col__item > span {
    max-width: 225px;
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    color: #003577;
    font-weight: 500;
    line-height: 150%; /* 21px */
}
.seo_text h2 {
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    color: #000000;
    margin: 12px 0;
    display: block;
    line-height: 150%; /* 36px */
}
.seo_text p {
    font-family: Manrope;
    font-size: 15px;
    font-style: normal;
    color: #000000;
    margin: 20px 0;
    font-weight: 400;
    line-height: 150%; /* 22.5px */
}
.seo_text ul {
    list-style-position: inside;
    padding-left: 10px;
    margin: 12px 0;
}
.seo_text ul li {
    font-family: Manrope;
    font-size: 15px;
    font-style: normal;
    color: #000000;
    font-weight: 400;
    line-height: 150%; /* 22.5px */
}
.seo_text h3 {
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    color: #000000;
    margin: 15px 0;
    font-weight: 700;
    line-height: 150%; /* 27px */
}
.seo_text h4 {
    margin: 12px 0;
    font-family: Manrope;
    font-size: 15px;
    color: #000000;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.seo_text ol {
    list-style-position: inside;
    margin: 30px 0;
}
.seo_text ol li {
    font-family: Manrope;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 22.5px */
}
ul.custom_ul {
    list-style-type: none;
    padding-left: 0;
    margin: 33px 0;
}
ul.custom_ul li {
    padding-left:40px;
    background-image: url(../assets/images/checkbox-circle.svg);
    background-repeat: no-repeat;
    background-position: contain;
    background-position: left;
}
ul.custom_ul li:not(:last-child) {
    margin-bottom: 15px;
}
.price_table table {
    width: 100%;
    padding: 0;
    margin: 0;
    border: 2px solid #F8F9FC;
    margin-bottom: 12px;
    overflow: hidden;
    border-radius: 16px;
}
.price_table table thead tr td {
    font-family: Manrope;
    font-size: 15px;
    font-style: normal;
    background: #F4F4F4;
    font-weight: 600;
    padding: 20px 12px;
    color: #000000;
    line-height: normal;
}
.price_table table tbody tr td  {
    font-family: Manrope;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    padding: 12px;
    color: #000000;
    line-height: 150%; /* 22.5px */
}
.price_table table tbody tr:not(:last-child) td {
    border-bottom: 1px solid #EBEBEB;
}
.price_table_description {
    font-family: Manrope;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    color: #4B4B4B;
    line-height: 150%; /* 22.5px */
}
.interested_blog.col-3 .template_services__wrapper {
    grid-template-columns: 1fr 1fr 1fr;
}
.form_v1 {
    margin: 50px 0;
}
h2.title {
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 36px */
    margin-bottom: 24px;
}
.interested_blog {
    margin: 42px 0;
}
.interested_products.col-3 .recommended_products__wrapper {
    grid-template-columns: 1fr 1fr 1fr;
}
.recommended_products__item .btn {
    width: 100%;
}
.recommended_products .recommended_products__item, body:not(.page-template-blog) .template_services__item  {
    margin: 0 12px;
}
.services__single  {
    display: grid;
    grid-template-columns: auto 273px;
    grid-gap: 24px;
}
.services__single > div:last-child {
    height: fit-content;
    border-radius: 16px;
    background: #F8F9FC;
    position: sticky;
    top: 15px;
    padding-top: 25px;
    padding-left: 25px;
    padding-right: 25px;
}
.services_single_sidebar__title {
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    margin-bottom: 12px;
    text-align: center;
    color: #000000;
    font-weight: 700;
    line-height: 150%; /* 27px */
}
.services_single_sidebar__text {
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    text-align: center;
    margin-bottom: 24px;
    color: #000000;
    font-weight: 500;
    line-height: 150%; /* 21px */
}
.services_single_sidebar .btn {
    width: 100%;
    margin-bottom: 13px;
    text-align: center;
}
.blog__tags {
    margin-bottom: 30px;
}
.blog__tags ul li:not(:last-child) {
    margin-right: 5px;
}
.blog__tags ul {
    display: flex;
    list-style-type: none;
    align-items: center;
}
.template_services__item {
    display: block;
}
.blog__tags a {
    text-decoration: none;
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    color: #000000;
    padding: 4px 8px;
    font-weight: 500;
    display: inline-block;
    border-radius: 16px;
    background: #EBEBEB;
    line-height: 150%; /* 21px */
}
.blog__tags .current-menu-item a{
    background: #C7DCF6;
}
.single_blog_col:last-child {
    height: fit-content;
    border-radius: 16px;
    background: #F8F9FC;
    padding: 32px 20px;
    position: sticky;
    top: 15px;
}
.single_blog_wrapper {
    display: grid;
    grid-gap: 24px;
    grid-template-columns: auto 273px;
}
.single_blog_col svg {
    margin: 0 auto;
    display: block;
}
.single_blog_col__title {
    text-align: center;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 12px;
    line-height: 150%; /* 27px */
}
.single_blog_col__text {
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    margin-bottom: 24px;
    font-weight: 500;
    text-align: center;
    color: #000000;
    line-height: 150%; /* 21px */
}
.single_blog_col .btn.btn__v3 {
    width: fit-content;
    text-align: center;
    margin: 0 auto;
    display: block;
}
.single_blog_col > img {
    border-radius: 16px;
    display: block;
    margin-bottom: 30px;
    width: 100%;
    object-fit: cover;
}
.single_blog__top {
    display: flex;
    margin-bottom: 12px;
    align-items: center;
}
.single_blog__top > div:first-child {
    margin-right: 12px;
}
.single_blog__top > div {
    font-family: Manrope;
    font-size: 13px;
    font-style: normal;
    color: #646464;
    font-weight: 500;
    line-height: 150%; /* 19.5px */
}
.single_blog__top a {
    color: #003577;
    text-decoration: none;
}




.universal_template {
    display: grid;
    grid-template-columns: 273px auto;
    grid-gap: 24px;
}
.universal_template__sidebar {
    height: fit-content;
    border-radius: 16px;
    background: #F8F9FC;
    padding: 24px;
}
.universal_template__title {
    font-family: Manrope;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 12px;
    line-height: normal;
    color: #000000;
}
.universal_template__sidebar ul li:not(:last-child) {
    margin-bottom: 10px;
}
.universal_template__sidebar ul li a {
    text-decoration: none;
    font-family: Manrope;
    color: #003577;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
}
.universal_template__sidebar ul {
    list-style-type: none;
}
.universal_template__sidebar ul li.current-menu-item a {
    color: #000000;
}
.subtitle {
    margin: 12px 0;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    color: #000000;
    font-weight: 700;
    line-height: 150%; /* 27px */
}
strong {
	font-weight: bold;
}
.faq_answer_item_body {
    display: none;
}
.faq_answer_item_title:before {
    content: "";
    display: block;
    width: 15px;
    background-color: #000000;
    height: 1.5px;
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 1;
}
.faq_answer_item_title:after {
    content: "";
    display: block;
    width: 15px;
    background-color: #000000;
    height: 1.5px;
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 1;
    transform: rotate(90deg);
    transition: transform .3s linear;
}
.faq_answer_item_title {
    font-family: Manrope !important;
    cursor: pointer;
    font-size: 15px !important;
    color: #000000 !important;
    position: relative;
    margin: 0 !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 150% !important; /* 22.5px */
}
.faq_answer_item {
    border-radius: 16px;
    padding: 12px 20px;
    background: #F8F9FC;
    transition: all .3s linear;
}
.faq_answer_item_body p {
    margin: 12px 0 !important;
}
.faq_answer_item_body p a {
    color: #003577;
    text-decoration: none;
}
.faq_answer_item_body p a:hover {
    text-decoration: underline;
}
.faq_answer_item:not(:last-child) {
    margin-bottom: 8px;
}
.faq__items .faq_answer_item:hover .faq_answer_item_title {
    color: #003577 !important;
}
.faq_answer_item.open .faq_answer_item_title:after {
    transform: rotate(180deg);
}
.faq__items .faq_answer_item:hover .faq_answer_item_title:before, .faq__items .faq_answer_item:hover .faq_answer_item_title:after {
    background: #003577;
}
.certificate_wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 8px;
    margin-bottom: 65px;
}
.certificate_item p {margin: 0;}
.certificate_item {
    border-radius: 16px;
    padding: 20px;
    background: #F8F9FC;
    cursor: pointer;
}
.certificate_item img {
    display: block;
    margin: 0 auto;
}
.certificate_item__title {
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    transition: all .3s linear;
    color: #000000;
    font-weight: 400;
    line-height: 150%; /* 21px */
}
.certificate_item_image {
    position: relative;
}
.certificate_item_image > svg {
    position: absolute;
    top: 50%;
    opacity: 0;
    transition: all .3s linear;
    left: 50%;
    margin-left: -28px;
    margin-top: -28px;
}
.certificate_item:hover .certificate_item_image > svg {
    opacity: 1;
}
.certificate_item:hover .certificate_item__title {
    color: #003577;
}
.vacancy__text {
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    color: #7D7D7D;
    margin-bottom: 24px;
    line-height: 150%; /* 21px */
}
.vacancy__item {
    position: relative;
    border-radius: 16px;
    background: #F8F9FC;
    padding: 12px 20px;
    text-decoration: none;
    display: block;
}
.vacancy__item__title {
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    color: #000000;
    margin-bottom: 7px;
    line-height: 150%; /* 24px */
}
.vacancy__item__text {
    font-family: Manrope;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    border-bottom: 1px solid #ffffff;
    color: #4B4B4B;
    padding-bottom: 12px;
    margin-bottom: 12px;
    line-height: 150%; /* 18px */
    text-transform: uppercase;
}
.vacancy__item__description {
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    color: #4B4B4B;
    line-height: 150%; /* 21px */
}
.vacancy__item svg {
    position: absolute;
    right: 20px;
    top: 12px;
}
.vacancy__item:not(:last-child) {
    margin-bottom: 8px;
}
.vacancy__item:hover svg path {
    stroke: #003577;
}
.vacancy__item:hover .vacancy__item__title {
    color: #003577;
}
.vacancy__wrapper {
    margin-bottom: 54px;
}
.contacts__wrapper__item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 24px;
    align-items: center;
    background: #F8F9FC;
    border-radius: 16px;
    overflow: hidden;
}
.contacts__wrapper__item:not(:last-child) {
    margin-bottom: 12px;
}
.contacts__wrapper__title {
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    color: #000000;
    margin-bottom: 14px;
    line-height: 150%; /* 27px */
} 
.contacts__info__item {
    display: flex;
    align-items: center;
}
.contacts__items {
    margin-bottom: 55px;
}
.contacts__info__item svg {
    margin-right: 12px;
}
.contacts__wrapper__col:first-child {
    padding-left: 40px;
}
.contacts__info__item:not(:last-child) {
    margin-bottom: 8px;
}
.contacts__info__item a {
    font-family: Manrope;
    font-size: 15px;
    font-style: normal;
    text-decoration: none;
    font-weight: 400;
    color: #003577;
    line-height: 150%; /* 22.5px */
}
.contacts__info__item span {
    font-family: Manrope;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    color: #191919;
    line-height: 150%; /* 22.5px */
}
.author__subtitle {
    margin-bottom: 16px;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    color: #000000;
    line-height: 150%; /* 36px */
}
.wrapper__author {
    display: flex;
    margin-bottom: 35px;
    align-items: center;
}
.author__image {
    margin-right: 30px;
}
.author__title {
    font-family: Montserrat;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 8px;
    line-height: 150%; /* 48px */
}
.characteristics__item-text {
	width: 100%;
}
.author__text {
    font-family: Manrope;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%; /* 27px */
}
#mobile_button_filter {
    display: none;
}
.header__burger {
    display: none;
}
.header__city.mobile {
    display: none;
}
.show_mobile {
    display: none;
}
.single__sidebar.mobile {
    display: none;
}
.contacts__wrapper__col img {
    width: 100%;
}
.seo_text p a {
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    text-decoration: none;
    color: #003577;
    line-height: 150%; /* 21px */
}
.wrapper__our_works .faq_answer_item_body img {
    width: 100%;
    border-radius: 16px;
}
body .wrapper__our_works .faq_answer_item_title {
    font-family: Manrope !important;
    font-size: 18px !important;
    font-style: normal !important;
    color: #000000 !important;
    font-weight: 600 !important;
    line-height: normal !important;
    margin-bottom: 8px !important;
    margin-top: 8px !important;
}
.wrapper__our_works .faq_answer_item_title:after {
    display: none;
}
.wrapper__our_works .faq_answer_item {
    border-radius: 0;
    padding: 0;
    background: transparent;
}
.wrapper__our_works .faq_answer_item_body {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 12px;
}
.wrapper__our_works .faq_answer_item.open .faq_answer_item_title:before {
    transform: rotate(180deg);
}
.faq__items .faq_answer_item:hover .faq_answer_item_title:before {
/*     background-color: transparent; */
/*     background: none; */
    transition: all .3s linear;
    background-image: url('../assets/images/chevron-up.svg') !important;
}
.wrapper__our_works .faq_answer_item_title:before {
    width: 24px;
    height: 24px;
    background-color: transparent;
    background-image: url('../assets/images/chevron-up.svg');
    background-repeat: no-repeat;
    right: -32px;
    top: 0;
}
.wrapper__our_works .faq_answer_item_title {
    width: fit-content;
}
@media(max-width: 991px) {
    .header__menu {
        display: none;
    }
    .wrapper__our_works .faq_answer_item_body {
        grid-template-columns: repeat(4, 1fr);
    }
    .single__read_also .container {
        grid-template-columns: 1fr 1fr 1fr;
    }
    .single__sidebar {
        position: relative;
    }
    .calc_discount table {
        width: 100%;
    }
    .single__sidebar.mobile {
        display: block;
        margin-top: 25px;
    }
    .single__wrapper {
        grid-template-columns: 1fr;
    }
    .single__wrapper {
        grid-template-columns: 1fr ;
    }
    body.page-template-blog .template_services__wrapper {
        grid-template-columns: 1fr 1fr 1fr;
    }
    .template_services.blog .template_services__wrapper {
        grid-template-columns: 1fr 1fr;
    }
    .footer__wrapper__item:first-child {
        grid-column: 1/6;
    }
    .footer__wrapper__item:nth-child(2) {
        grid-column: 1/3;
    }
    .footer__wrapper__item:nth-child(3) {
        grid-column: 3/6;
    }
    .footer__wrapper__item:nth-child(4) {
        grid-column: 1/3;
    }
    .footer__wrapper__item:nth-child(5) {
        grid-column: 3/6;
    }
    .header__city {
        display: none;
    }
    .header__burger {
        display: block;
    }
    .header__main .container {
        position: relative;
    }
    .header__logo {
        left: 50%;
        position: absolute;
        margin-left: -68px;
    }
    .catalog__items {
        grid-template-columns: 1fr 1fr 1fr;
    }
    .services__wrapper {
        grid-template-columns: 1fr 1fr 1fr;
    }
    .universal_template {
        grid-template-columns: 1fr;
    }
    .universal_template__sidebar {
        display: none;
    }
    .services__single__banner__container {
        padding: 24px;
    }
    .contacts__wrapper__col:first-child {
        padding-left: 0;
    }
    .single_blog_wrapper {
        grid-template-columns: 1fr;
    }
    .single_blog_col:last-child {
        margin-bottom: 25px;
    }
    .services__single {
        grid-template-columns: 1fr;
    }
    .wrapper__breadcrumbs {
        overflow: scroll;
    }
    .wrapper__breadcrumbs > .breadcrumbs {
        width: max-content;
    }
    .interested_blog.col-3 .template_services__wrapper {
        grid-template-columns: 1fr 1fr;
    }
    .single__sidebar:not(.mobile) {
        display: none;
    }
    .products__items ul {
        grid-template-columns: 1fr 1fr 1fr;
    }
    .catalog__products {
        grid-template-columns: 1fr;
    }
}
@media(max-width: 768px) {
    .header__city.mobile {
        display: block;
    }
	.products__items ul {
		grid-template-columns: 1fr;
	}
	.recommended_products__image img {
		max-width: 100% !important;
	}
	.characteristics__item {
		flex-direction: column;
	}
	.characteristics__item-text:first-child {
		margin-bottom: 10px;
		font-weight: bold;
	}
    .header__top .container {
        padding-left: 10px;
        padding-right: 10px;
    }
    .wrapper__our_works .faq_answer_item_body {
        grid-template-columns: repeat(2, 1fr);
    }
    .products__items {
        margin-top: 24px;
    }
    #mobile_button_filter {
        width: 100%;
        display: block;
    }
    .modal.fancybox__content {
        border-radius: 0;
    }
    .products__items {
        grid-template-columns: 1fr;
    }
    .fancybox__slide {
        padding: 0;
    }
    .single__read_also .container {
        grid-template-columns: 1fr;
    }
    .single__products__item {
        width: 88%;
    }
    .header__city.mobile {
        padding: 1px 7px;
    }
    .catalog__banner {
        background-image: none;
    }
    .header__info {
        display: none;
    }
    .contacts__wrapper__item {
        grid-template-columns: 1fr;
    }
    .contacts__wrapper__col:first-child {
        padding: 30px 24px;
    }
    .single__product {
        grid-template-columns: 1fr;
    }
    .sub_block__wrapper {
        grid-template-columns: 1fr;
    }
    .about_company__wrapper {
        flex-direction: column;
        padding: 24px;
        align-items: flex-start;
    }
    .show_mobile {
        display: block;
    }
    .our_team, .about_com_items {
        grid-template-columns: 1fr;
    }
    .about_company__item:first-child, .about_company__item:last-child {
        margin-left: 0;
    }
    .about_company .wrapper__buttons .btn {
        width: 100%;
    }
    .about_company .wrapper__buttons .btn:not(:last-child) {
        margin-right: 0;
        margin-bottom: 12px;
    }
    .template_services__wrapper, .template_services.blog .template_services__wrapper {
        grid-template-columns: 1fr;
    }
    .slick_arr {
        display: none;
    }
    .btn {
        font-size: 13px;
    }
	body.page-template-blog .template_services__wrapper {
		grid-template-columns: 1fr;
	}
    .title_2 {
        font-size: 24px;
    }
    .about_company__item img {
        max-width: 180px;
    }
    .recommended_products__image img {
        margin: 0 auto;
    }
    .first-screen__item h1 {
        font-size: 24px;
    }
    .about_company .wrapper__buttons {
        flex-direction: column;
    }
    .first-screen__item {
        padding: 20px;
    }
    .about_company__item .title_2 {
        margin-bottom: 10px;
        margin-top: 16px;
        font-size: 24px;
    }
    .header__main__col .btn {
        font-size: 0;
        width: 40px;
        height: 40px;
        display: flex;
        padding: 0;
        align-items: center;
        justify-content: center;
    }
    .catalog__items {
        grid-template-columns: 1fr;
    }
    h1 {
        font-size: 24px;
    }
    .services__wrapper {
        grid-template-columns: 1fr;
    }
    .certificate_wrapper {
        grid-template-columns: 1fr;
    }
    .blog__tags {
        overflow: scroll;
    }
    .blog__tags ul {
        width: max-content;
        overflow: scroll;
    }
}