/*
Theme name: Kellerman Consulting
Description: Custom Theme
*/

/*
	Source SCSS styles are located in resources/scss/
	The compiled bundle is saved to `dist/index.${fingerprint}.css`
	(dist/manifest.json provides the exact path mapping).

	The DEVELOPMENT.md file contains instructions how to get the build
	process up & running.

	If you need to make a quick fix, feel free to add CSS
	below this comment -- it's loaded after the compiled bundle.
*/
.skip-link {
    position: absolute;
    top: -40px;
    left: 0;
    background: #000;
    color: #fff;
    padding: 5px;
    z-index: 9999;
}

.skip-link:focus,
.skip-link:hover {
    top: 0;
}

.skip-link:focus {
    background: #fff;
    color: #000;
}

.skip-link:active {
    position: static;
}



.header.sticky {
	position: fixed;
	background: white;
	padding-bottom: 20px;
}

.contacts-line {
	display: none;
}

.modal {
	position:fixed;
	width:100vw;
	height:100vh;
	opacity:0;
	visibility:hidden;
	transition:all .3s ease;
	top:0;
	left:0;
	display:flex;
	align-items:center;
	justify-content:center;
	z-index: 10000;
}

.modal.open {
	visibility:visible;
	opacity:1;
	transition-delay:0s
}

.modal-bg {
	position:absolute;
	background:rgba(0,0,0,.5);
	width:100%;
	height:100%
}

.modal-container {
	background: #fff;
	position: relative;
	padding: 30px;
	max-width: 900px;
	border-radius: 5px;
	max-height: 90%;
	overflow-y: auto;
}

.modal-close {
	position:absolute;
	right:15px;
	top:22px;
	outline:none;
	appearance:none;
	background:0 0;
	border:0;
	font-weight:700;
	cursor:pointer
}

.modal-content h2 {
	font-family: 'Mulish';
	font-weight: 800;
	font-size: 24px;
	line-height: 30px;
	text-transform: uppercase;
	color: #1A2859;
}

section.fullwidth {
	margin: 80px 0;
	text-align: center;
}

.fullwidth h2 {
	text-transform: capitalize;
	color: #1A2859;
}

.fullwidth p {
	color: #2E2E38;
	opacity: 0.8;
}

.fullwidth .gform_wrapper {
	margin-top: 50px;
}

.fullwidth .gform_wrapper {
	max-width: 516px;
	margin: 50px auto 0;
}

.modal-content input,
.pum-theme-2365 input,
.modal-content textarea,
.pum-theme-2365 textarea,
.modal-content select,
.pum-theme-2365 select,
.fullwidth input,
.fullwidth textarea,
.fullwidth select  {
	background: #F2F2F1!important;
	border-radius: 5px;
}

.pum-theme-2365 .pum-close.popmake-close,
.pum-theme-2365 .pum-close.popmake-close:hover {
	background-image: url("data:image/svg+xml,%0A%3Csvg width='20' height='19' viewBox='0 0 20 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='0.646447' y1='18.6464' x2='18.3241' y2='0.968777' stroke='white'/%3E%3Cline x1='1.35355' y1='0.646447' x2='19.0312' y2='18.3241' stroke='white'/%3E%3C/svg%3E%0A")!important;
	background-repeat: no-repeat!important;
	background-position: center!important;
}

.modal-content input:-webkit-autofill,
.modal-content input:-webkit-autofill:hover,
.modal-content input:-webkit-autofill:focus,
.modal-content textarea:-webkit-autofill,
.modal-content textarea:-webkit-autofill:hover,
.modal-content textarea:-webkit-autofill:focus,
.modal-content select:-webkit-autofill,
.modal-content select:-webkit-autofill:hover,
.modal-content select:-webkit-autofill:focus,
.pum-theme-2365 input:-webkit-autofill,
.pum-theme-2365 input:-webkit-autofill:hover,
.pum-theme-2365 input:-webkit-autofill:focus,
.pum-theme-2365 textarea:-webkit-autofill,
.pum-theme-2365 textarea:-webkit-autofill:hover,
.pum-theme-2365 textarea:-webkit-autofill:focus,
.pum-theme-2365 select:-webkit-autofill,
.pum-theme-2365 select:-webkit-autofill:hover,
.pum-theme-2365 select:-webkit-autofill:focus {
  border: 1px solid #F2F2F1;
  -webkit-text-fill-color: #2e2e38;
  -webkit-box-shadow: 0 0 0px 1000px #F2F2F1 inset;
  transition: background-color 5000s ease-in-out 0s;
}

.modal-content .gform_wrapper .gform_footer,
.pum-theme-2365 .gform_wrapper .gform_footer {
	margin-top: 20px !important;
}

.modal-content input[type="submit"],
.pum-theme-2365 input[type="submit"],
.fullwidth input[type="submit"] {
	background: #1A2859 !important;
	border-radius: 5px;
	color: white !important;
}

.modal-content .gform_heading,
.pum-theme-2365 .gform_heading {
	max-width: calc(100% - 30px);
}

.modal-content label,
.pum-theme-2365 label {
	color: #191919;
}

.gform_legacy_markup_wrapper h3.gform_title {
	line-height: 1.5;
	text-transform: uppercase;
	color: #1A2859;
	font-size: 24px;
}

.gform_wrapper input[type="color"],
.gform_wrapper input[type="date"],
.gform_wrapper input[type="datetime-local"],
.gform_wrapper input[type="datetime"],
.gform_wrapper input[type="email"],
.gform_wrapper input[type="month"],
.gform_wrapper input[type="number"],
.gform_wrapper input[type="password"],
.gform_wrapper input[type="search"],
.gform_wrapper input[type="tel"],
.gform_wrapper input[type="text"],
.gform_wrapper input[type="time"],
.gform_wrapper input[type="url"],
.gform_wrapper input[type="week"],
.gform_wrapper select,
.gform_wrapper textarea {
	width: 100%;
	height: 53px;
	padding: 0 15px!important;
	border: none;
	border-radius: 5px;
	font-weight: inherit;
	color: #2e2e38;
	display: block;
	font-size: 15px!important;
	margin-bottom: 0;
	margin-top: 0!important;
}

.gform_wrapper .gchoice {
	position: relative;
	color: #fff;
}

.sr-only,
.gform_wrapper .gfield-choice-input {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0;
}

.gform_wrapper .gfield_checkbox label,
.gform_wrapper .gfield_radio label {
	display: inline-block;
	font-size: 15px!important;
	font-weight: 400!important;
}

.gform_wrapper .gfield_checkbox input:checked + label,
.form_wrapper .gfield_radio input:checked + label {
	font-weight: 400;
}

.gform_wrapper .gfield_checkbox label,
.gform_wrapper .gfield_radio label {
	position: relative;
	max-width: 100%;
	padding-left: 28px!important;
}

.gform_wrapper.gform_wrapper .gfield_checkbox label:before,
.gform_wrapper.gform_wrapper .gfield_radio label:before {
 width:18px;
 height:20px;
 border:1px solid currentColor;
 border-radius:5px
}

.gform_wrapper .gfield_checkbox input:checked+label:after,
.gform_wrapper .gfield_radio input:checked+label:after {
 display:block;
 background:transparent;
 width:9px;
 height:13px;
 top:4px;
 left:4px;
 border-bottom:2px solid currentColor;
 border-right:2px solid currentColor;
 transform-origin:center center;
 transform:rotate(25deg)
}

.gform_wrapper .gform_footer button,
.gform_wrapper .gform_page_footer button,
.gform_wrapper .gform_page_footer input,
.gform_wrapper #field_submit input,
.gform_wrapper .gform_footer input {
	display: inline-block;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	border: 0;
	box-shadow: 0 4px 10px #00000059;
	border-radius: 5px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size: 17px;
	line-height: 1.29;
	font-weight: 700;
	color: #fff;
	padding: 10px 20px;
	min-width: 168px;
	background-color: #1a2859;
	font-family: Open Sans,sans-serif;
	transition: opacity .3s;
}

.gform_wrapper .gfield_checkbox label::before,
.gform_wrapper .gfield_checkbox label::after,
.gform_wrapper .gfield_radio label::before,
.gform_wrapper .gfield_radio label::after {
	content: "";
	position: absolute;
	top: 2px;
	left: 0;
}

.gform_wrapper textarea {
	padding: 15px !important;
}

.card-service::before,
.card-text::before {
	transition: all 0.5s ease;
}

.card-service::before {
	height: 100%;
	background: linear-gradient(180deg,rgba(255,255,255,0) 0%,rgba(255,255,255,.75) 30%,rgba(255,255,255,.95) 100%);
}

.card-text::before {
	background: linear-gradient(180deg,rgba(255,255,255,0) 0%,rgba(255,255,255,.75) 55%,rgba(255,255,255,.95) 100%);
	height: 100%;
	top: 0;
}

.section-testimonials .video.video--wide {
	aspect-ratio: 516/397;
	aspect-ratio: auto;
	min-height: 397px;
}

.card-service::after {
	opacity: 1;
}

/*.slider-blog.js-slider-blog .actions .swiper-pagination-bullet,
.slider-videos.js-slider-videos  .actions .swiper-pagination-bullet,*/
.swiper-pagination-bullet[data-go] {
	width: auto;
	height: auto;
	background-color: transparent;
	transition: background-color .3s;
}

/*.slider-blog.js-slider-blog .actions .swiper-pagination-bullet.swiper-pagination-bullet-active,
.slider-blog.js-slider-blog .actions .swiper-pagination-bullet:hover,
.slider-videos.js-slider-videos .swiper-pagination-bullet.swiper-pagination-bullet-active,
.slider-videos.js-slider-videos  .swiper-pagination-bullet:hover,*/
.swiper-pagination-bullet.pagination-bullet-active[data-go],
.swiper-pagination-bullet[data-go]:hover {
	background-color: transparent;
	font-weight: 900;
	cursor: pointer;
}

.blog-row {
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
	width: calc(100% + 30px);
}

.blog-row > * {
	max-width: 25%;
	padding: 0 15px;
	margin-bottom: 30px;
}

.videos-row .slider__slide {
	max-width: 33.33%;
	padding: 0 15px;
	margin-bottom: 30px;
}

.blog-row > *:not([data-page="1"]),
.videos-row .slider__slide:not([data-page="1"]) {
	display: none;
}

.slider-videos.videos-row .slider__slides.swiper-wrapper {
	flex-wrap: wrap;
}

.post-password-form ~ :not(.section-contacts) {
	display: none;
}

.post-password-form {
	max-width: 1440px;
	padding-left: 80px;
	padding-right: 80px;
	margin: 100px auto;
	width: 100%;
}

.post-password-form input[type="password"] {
	height: 53px;
	padding: 0 15px;
	border: none;
	border-radius: 5px;
	font-weight: inherit;
	color: #2e2e38;
	background: #F2F2F1 !important;
	margin: 0 15px;
}

input[type="submit"] {
	background: #1A2859 !important;
	color: white !important;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	border: 0;
	box-shadow: 0 4px 10px #00000059;
	border-radius: 5px;
	appearance: none;
	font-size: 17px;
	line-height: 1.29;
	font-weight: 700;
	padding: 10px 20px;
	min-width: 168px;
	font-family: Open Sans,sans-serif;
	transition: opacity .3s;
	height: 53px;
}

#gform_submit_button_27 {
	margin: auto;
}

#gform_wrapper_5.gform_legacy_markup_wrapper li.gfield.gfield_error,
#gform_wrapper_5.gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
	padding-top: 0 !important;
}

#gform_wrapper_5.gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
#gform_wrapper_5.gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
	margin-top: 0;
}

body #gform_wrapper_5.gform_legacy_markup_wrapper .top_label div.ginput_container {
	margin-top: 0;
}

#gform_wrapper_5.gform_wrapper .top_label li.gfield.gf_left_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker):not(.gfield_signature_container),
#gform_wrapper_5.gform_wrapper .top_label li.gfield.gf_right_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker):not(.gfield_signature_container) {
	margin: 0;
}

#gform_27 label {
	color: #191919;
	text-align: left;
}

#modal-2000 .modal-container {
	width: 700px;
	max-width: 90vw;
}

.section-slider .section__actions.button_on_mobile {
	display: none;
}

.slider-overflow .card-text .card__body ol {
	padding: 0;
}

.slider-overflow .card-text .card__body ol li {
	list-style: none;
}

.swiper-slide {
	height: auto;
}

.card-text {
	height: 100%;
}

.slider-thumbs .slider__main {
	margin-left: auto;
}

.slider-overflow,
.slider-overflow .slider__clip {
	height: 100%;
}

.slider-overflow .video,
.slider-overflow .image,
.section-overflow .image,
.section-overflow .video,
.section-expectation .video,
.section-expetation .image {
	height: 100%;
}

.section-overflow .section__aside {
	align-self: stretch;
}

.section__groups-alt .section__aside {
	margin-right: auto;
}

.slider-services .slider__slide {
	margin-bottom: 30px;
}

.slider-services .slider__slides {
	row-gap: 0;
}

.slider-clients .slider__slides {
	row-gap: 0;
}

.slider-clients .slider__slide {
	margin-bottom: 25px;
}

.section-sertifications .section__items {
	row-gap: 0;
}

.section-sertifications .section__item {
	margin-bottom: 30px;
}

/*.gfield--type-captcha {
    display: none;
}*/

.card-service:hover .card__panel {
	max-height: 225px;
}

.section-grocery {
	margin-bottom: 70px;
}

.section-grocery .section__grid {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	grid-gap: 50px 30px;
}

.logo-slider img {
	max-width: 100%!important;
	min-height: 86px;
	width: auto;
}

.subscribe .subscribe__content .gform_title {
	color: #fff;
}

.section-contacts .section__bg img:nth-child(3){
	display: none;
}

.section__map-header {
	padding: 10px;
	font-weight: 600;
	color: #fff;
	background: #1c2858;
	border-radius: 5px 5px 0 0;
}

.section__map img {
	width: 100%;
}

#popmake-3225 {
	padding: 0;
}

#popmake-3225 img {
	padding: 0;
	margin: 0;
}

.video .video__bg img {
	  object-fit: contain !important;
}
.video .video__bg {
	background-color: #0A085D;
}

@media (max-width: 1399px){
	.section-locations .section__map {
		margin-left: -30px!important;
	}
}

@media (min-width: 992px){
	body.scroll-down .btn-fixed {
		opacity: 0;
		visibility: hidden;
	}

	.videos-row .video {
		min-height: 300px
	}

	.section__slider .video {
		min-height: 400px;
	}

	.section-sertifications .card-sertification {
		height: 391px;
	}

	.section-locations .section__map iframe {
		min-height: 400px;
	}


}

@media (max-width: 1023px){
	body {
		font-size: 18px;
		line-height: 1.63;
	}

	.header .header__panel {
		flex-direction: column;
	}

	.header .header__logo-mobile {
		order: 0;
	}

	.header .header__menu {
		order: 1;
	}

	.header .header__main {
		order: 2;
	}

	.header.sticky {
		padding-bottom: 0;
	}

	.blog-row > * {
		max-width: 33.33%;
	}

	.card-legend .card__body {
		font-size: 21px;
	}

	.contacts-line {
		padding: 5px 15px;
		border-bottom: 1px solid rgba(255,255,255,0.3);
		display: flex;
		justify-content: space-between;
		align-items: center;
		font-size: 14px;
		background-color: #1a2859;
		color: #fff;
	}

	.contacts-line p {
		margin-bottom: 0;
	}

	.contacts-line p a{
		font-weight: 600;
		text-decoration: none;
	}

	.section__group .card-text .card__body br {
		display: block;
	}

	.section__group .card-text .card__body{
		max-height: 292px;
		overflow-y: scroll;
	}

	.section-slider .slider__slide {
		height: auto;
	}

	.section-slider .card-text {
		height: 100%;
	}

	.section-grocery .section__grid {
	  grid-template-columns: 1fr 1fr;
	}

	.actions .actions__pagination {
		padding: 0px 55px;
	}
}



@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape){
	.slider-thumbs {
	  display: flex;
	  flex-direction: column;
	}

	/*.section-contacts .section__bg img {
	    display: block!important;
	}*/

	.section-contacts .section__bg img {
	    -o-object-position: top left;
	    object-position: top left;
	    min-width: 100%;
	    object-fit: contain;
	}
	.btn, .gform_wrapper.gform_wrapper.gravity-theme .gform_footer button, 
	.gform_wrapper.gform_wrapper.gravity-theme .gform_page_footer button, 
	.gform_wrapper.gform_wrapper.gravity-theme .gform_page_footer input, 
	.gform_wrapper.gform_wrapper.gravity-theme #field_submit input, 
	.gform_wrapper.gform_wrapper.gravity-theme .gform_footer input, 
	.section-default .wp-block-search__button {
		font-size: 15px;
	}

	.section-locations .section__map {
		margin-left: -20px!important
	}
}

@media (min-width: 768px){
	.section-contacts .section__bg img[width="750"] {
	    z-index: -1;
	}
}

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape){
	.hero .hero__inner {
		margin-top: 30px;
	}
	.section-grocery .section__grid {
	  grid-template-columns: 1fr;
	}

	.section-grocery .tile-media {
		justify-content: center;
	}
	.actions-no-paging-mobile {
    column-gap: 30px;
	}
	.slider-overflow .slider__prev {
		transform: translate(-55px,-50%);
	}
	.slider-overflow .slider__next {
		transform: translate(15px,-50%);
	}

	.slider-thumbs .slider__prev {
		transform: translate(-55px,-50%);
	}

	.slider-thumbs .slider__next {
		transform: translate(15px,-50%);
	}

}

@media (max-width:767px){
	.blog-row > *,
	.videos-row .slider__slide {
		max-width: 50%;
	}

	.section-contacts .section__bg {
	 background: #5e7cb8;
	}

	.section-contacts .section__bg img:nth-child(2),
	.section-contacts .section__bg img:nth-child(3) {
	 display:block;
	 object-fit: contain;
	 height: auto;
	 min-width: 100% !important;
	}

	.section-testimonials .slider-thumbs .slider__content {
		max-height: 400px;
		overflow-y: scroll;
	}

	.section-slider .section__actions.button_on_mobile {
		display: block;
	}

	.section-slider .card-text .card__content {
		max-height: 370px;
	}

	.section-slider .card-text {
		aspect-ratio: auto;
	}

	.card-text .card__body ol li:not(:last-child)::after {
		content: ',';
	}

	.slider-overflow .card-text .card__body ol li {
		display: inline-block;
	}


}

@media (max-width: 480px){
	.modal-container {
		max-width: calc(100% - 20px);
	}

	.blog-row > *,
	.videos-row .slider__slide {
		max-width: 100%;
	}

	.logo-slider {
		height: auto!important;
		max-width: 100%!important;
	}

	.logo-slider img {
		object-fit: contain;
		max-width: 100%!important;
		height: auto!important;
	}
}

@media (max-width: 371px){
	.card-legend .card__body {
		font-size: 16px;
	}

	.contacts-line {
		font-size: 13px;
	}
}

.section-previous-webinars{
	margin-top: 70px;
}
.slider-content-image .slider__image{
	max-width: 100%;
}

.section__foot.richtext-entry .gform_wrapper{
	margin-top: 30px;
	max-width: 50%;
}

.section__foot.richtext-entry .gform_wrapper .gform_title{
	color:#1a2859;
}
.section__foot.richtext-entry .gform_wrapper .gform_required_legend{
	display: none;
}
.section__foot.richtext-entry .gform_wrapper input{
	background-color: #F3F3F3 ;
}
.section__foot.richtext-entry .gform_wrapper .gform_footer{
	margin-top: 20px !important;
}
.section__foot.richtext-entry .gform-field-label{
	color:#191919;
}

.section-text .section__aside{
	margin-right: 0;
	align-self: flex-start;
}

@media(max-width:992px){
	.section__foot.richtext-entry .gform_wrapper{
		max-width: 100%;
	}
	.section-contacts .section__form-main {margin-top: 80px;}
}

@media(max-width:370px) {
	.card-text .card__head h3 {
	    font-size: 23px;
	}

	.card-text .card__body {
		margin-top: 15px;
	}
}

.gfield--type-captcha {
	display: block !important;
}

.gform_wrapper.gform_wrapper .gfield_validation_message, .gform_wrapper.gform_wrapper .validation_message {
    display: block !important;
    font-size: 10px;
	position: absolute;
	top: 0;
	right: 0;
	background: red;
	color: white;
	padding: 4px;
	width: auto;
}

.gform_legacy_markup_wrapper li.gfield.gfield_error, .gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning{
	border: none !important;
	background: transparent !important;
	position: relative;
}

/*.tax-app_type .card-client,
.page-id-3527 .card-client,
.page-id-3529 .card-client {
	width: calc(20% - 10px)!important;
}
*/
.tax-app_type .card-client a,
.page-id-3527 .card-client a,
.page-id-3529 .card-client a {
	position: relative;
	text-decoration: unset;
}

.tax-app_type .slider-categories, 
.page-id-3527 .slider-categories, 
.page-id-3529 .slider-categories {
	display: flex;
	grid-gap: 10px;
	justify-content: center;
	flex-wrap: wrap;
}

.tax-app_type .hero.hero--small.hero--centered + .section,
.page-id-3527 .hero.hero--small.hero--centered + .section,
.page-id-3529 .hero.hero--small.hero--centered + .section {
	padding: 70px 0 40px;
}

.tax-app_type .hero.hero--small.hero--centered + .section h2,
.page-id-3527 .hero.hero--small.hero--centered + .section h2,
.page-id-3529 .hero.hero--small.hero--centered + .section h2 {
	font-size: 44px;
	max-width: 900px;
	margin: auto auto 30px;
	text-align: center;
	text-transform: capitalize;
}

.tax-app_type .hero.hero--small.hero--centered + .section .section__body,
.page-id-3527 .hero.hero--small.hero--centered + .section .section__body,
.page-id-3529 .hero.hero--small.hero--centered + .section .section__body {
	max-width: 1100px;
	text-align: center;
	margin: auto;
	font-size: 22px;
}

.tax-app_type .section-videos,
.page-id-3527 .section-videos,
.page-id-3529 .section-videos {
	text-align: center;
}

.tax-app_type .section-videos .section__content,
.page-id-3527 .section-videos .section__content,
.page-id-3529 .section-videos .section__content {
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

.tax-app_type .card-client .js-video-ajax.active .card__img,
.page-id-3527 .card-client .js-video-ajax.active .card__img,
.page-id-3529 .card-client .js-video-ajax.active .card__img {
	background-color: #1a2859;
}

.tax-app_type .card-client .js-video-ajax.active .card__img img,
.page-id-3527 .card-client .js-video-ajax.active .card__img img,
.page-id-3529 .card-client .js-video-ajax.active .card__img img {
	filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
}

.tax-app_type .card__media.inactive,
.page-id-3527 .card__media.inactive,
.page-id-3529 .card__media.inactive {
	display: none;
}

.tax-app_type .shell[data-id="45"],
.page-id-3527 .shell[data-id="45"],
.page-id-3529 .shell[data-id="45"] {
	display: none;
}

.tax-app_type .section-maintenance,
.page-id-3527 .section-maintenance,
.page-id-3529 .section-maintenance {
	padding: 0;
}

.tax-app_type .section-maintenance .shell,
.page-id-3527 .section-maintenance .shell,
.page-id-3529 .section-maintenance .shell {
	margin: 50px auto 53px;
}
/*
@media (max-width: 991px){
	.tax-app_type .card-client, .page-id-3527 .card-client, .page-id-3529 .card-client {
		width: calc(33% - 10px)!important;
	}
}

@media (max-width: 480px){
	.tax-app_type .card-client, .page-id-3527 .card-client, .page-id-3529 .card-client {
		width: calc(50% - 10px)!important;
	}
}
*/
@media (min-width: 767.02px) {
  .slider-categories.js-slider-categories.js-slider-clients .slider__slides {
    flex-wrap: wrap !important;
    overflow: visible !important;
    row-gap: 25px;
    transform: none !important;
  }

  .slider-categories.js-slider-categories.js-slider-clients .slider__slide {
    width: 50% !important;
    display: flex;
    justify-content: center;
    height: auto;
    padding: 0 50px;
    white-space: unset;
  }
}

@media (min-width: 1023.02px) {
  .slider-categories.js-slider-categories.js-slider-clients .slider__slide {
    width: 33.33% !important;
    white-space: unset;
  }
}


@media (min-width: 1399.02px) {
  .slider-categories.js-slider-categories.js-slider-clients .slider__slide {
    width: 20% !important;
    white-space: unset;
    padding: 0 10px;
  }
}

@media (max-width: 768px) {
	.slider-categories.js-slider-categories.js-slider-clients .slider__slide {
	    width: 100% !important;
	    white-space: unset;
	    margin-right: 30px !important;
	}
}

.slider-categories.js-slider-categories.js-slider-clients .js-video-ajax {
	display: flex;
	flex-direction: column;
}

.slider-categories.js-slider-categories.js-slider-clients .card-client {
	flex-grow: 1;
}

.slider-categories.js-slider-categories.js-slider-clients .card-client .card__body {
	flex-grow: 1;
}

.slider-categories.js-slider-categories.js-slider-clients .card-client > div {
	height: 100%;
}

.slider-categories.js-slider-categories.js-slider-clients .card-client .card__img img {
	max-height: 100%;
}

@media (max-width: 768px){
	.slider-categories.js-slider-categories.js-slider-clients .card-client .card__body {
		flex-grow: unset;
	}
}

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .slider-categories.js-slider-categories.js-slider-clients .actions-no-paging-mobile {
    position: relative;
    bottom: 63px;
  }
}

.slider-categories.js-slider-categories.js-slider-clients .slider__slide {
	padding: 0;
}

.slider-categories.js-slider-categories.js-slider-clients {
	padding: 0;
}

