

/* Start:/local/templates/pumpagroup/css/template_styles.css?174492982044612*/
/**
 * Font Face
 */
@font-face {
	font-family: 'Stem';
	src: url("/local/templates/pumpagroup/css/../fonts/Stem-Light.eot");
	src: url("/local/templates/pumpagroup/css/../fonts/Stem-Light.eot?#iefix") format("embedded-opentype"), url("/local/templates/pumpagroup/css/../fonts/Stem-Light.woff2") format("woff2"), url("/local/templates/pumpagroup/css/../fonts/Stem-Light.woff") format("woff"), url("/local/templates/pumpagroup/css/../fonts/Stem-Light.ttf") format("truetype");
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Stem';
	src: url("/local/templates/pumpagroup/css/../fonts/Stem-Medium.eot");
	src: url("/local/templates/pumpagroup/css/../fonts/Stem-Medium.eot?#iefix") format("embedded-opentype"), url("/local/templates/pumpagroup/css/../fonts/Stem-Medium.woff2") format("woff2"), url("/local/templates/pumpagroup/css/../fonts/Stem-Medium.woff") format("woff"), url("/local/templates/pumpagroup/css/../fonts/Stem-Medium.ttf") format("truetype");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Stem';
	src: url("/local/templates/pumpagroup/css/../fonts/Stem-Bold.eot");
	src: url("/local/templates/pumpagroup/css/../fonts/Stem-Bold.eot?#iefix") format("embedded-opentype"), url("/local/templates/pumpagroup/css/../fonts/Stem-Bold.woff2") format("woff2"), url("/local/templates/pumpagroup/css/../fonts/Stem-Bold.woff") format("woff"), url("/local/templates/pumpagroup/css/../fonts/Stem-Bold.ttf") format("truetype");
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Stem';
	src: url("/local/templates/pumpagroup/css/../fonts/Stem-ExtraLight.eot");
	src: url("/local/templates/pumpagroup/css/../fonts/Stem-ExtraLight.eot?#iefix") format("embedded-opentype"), url("/local/templates/pumpagroup/css/../fonts/Stem-ExtraLight.woff2") format("woff2"), url("/local/templates/pumpagroup/css/../fonts/Stem-ExtraLight.woff") format("woff"), url("/local/templates/pumpagroup/css/../fonts/Stem-ExtraLight.ttf") format("truetype");
	font-weight: 200;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Stem';
	src: url("/local/templates/pumpagroup/css/../fonts/Stem-Thin.eot");
	src: url("/local/templates/pumpagroup/css/../fonts/Stem-Thin.eot?#iefix") format("embedded-opentype"), url("/local/templates/pumpagroup/css/../fonts/Stem-Thin.woff2") format("woff2"), url("/local/templates/pumpagroup/css/../fonts/Stem-Thin.woff") format("woff"), url("/local/templates/pumpagroup/css/../fonts/Stem-Thin.ttf") format("truetype");
	font-weight: 100;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Stem';
	src: url("/local/templates/pumpagroup/css/../fonts/Stem-Medium.eot");
	src: url("/local/templates/pumpagroup/css/../fonts/Regular.eot?#iefix") format("embedded-opentype"), url("/local/templates/pumpagroup/css/../fonts/Regular.woff2") format("woff2"), url("/local/templates/pumpagroup/css/../fonts/Regular.woff") format("woff"), url("/local/templates/pumpagroup/css/../fonts/Regular.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
* {
	padding: 0;
    margin: 0;
}
html {
	font-size: 1.25vw;
}

body {
	font-family: 'Stem',sans-serif;
	text-rendering: optimizeLegibility;
	color: #434342;
	overflow-x: hidden;
}
body.bg-F7F7FA {
	background: #F7F7FA;
}
body.bg-F7F7FA .content {
	background: #F7F7FA;	
}
@media (max-width:1024px) {
	body.bg-F7F7FA .content {
		background: linear-gradient(180deg, #EFEFF4 45.77%, #FFF 82.14%);		
	}	
}
.content {
    background: #fff;	
}
@media (max-width:1024px) {
	.content {
		overflow: hidden;		
	}
}
a {
	color: #434342;
	text-decoration: none;
}
a:hover {
	color: #2E5EA4;
}
/*start header*/
#header {
	padding: 25px 3.47vw 0;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	max-width: 1440px;
    margin: 0 auto;
}
@media (max-width:1024px) {
	#header {
		position: fixed;
		background: white;
		top: 0;
	    width: 100%;	
		height: 70px;
		display: flex;
		align-items: center;
		z-index: 10;
		padding: 0;
	}
}
@media (max-width:768px) {
	#header {
		height: 15.63vw;
	}
}
#header .head {
	display: flex;
	align-items: center;
	z-index: 1;
}
@media (max-width:1024px) {
	#header .head {
		width: 100%;
		justify-content: space-between;
		padding: 0 3.47vw;
	}
}
@media (max-width:768px) {
	#header .head {
		padding: 0 2.60vw;
	}
}
@media (max-width:1024px) {
	#header #nav {
		display:none;
	}
}

#header .top-button {
    z-index: 1;
    width: 160px;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    align-items: flex-end;
	background: rgba(255, 255, 255, 0.15);
	box-shadow: 0px 4px 10px 0px rgba(255, 255, 255, 0.25) inset;
	opacity: 0,8;
	border-radius: 10px;
}


@media (max-width:1024px) {
	#header .top-button {
		display: none;
	}
}
#header .top-button a {
	font-size: 16px;
}
#header .top-button .lang a, #header .top-button .lang {
	font-size: 12px;
}
#nav ul a, #nav ul p {
	display: block;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
    line-height: 14px;
	text-transform: uppercase;
	color: #2E2E2E;
    z-index: 9;	
    padding-bottom: 20px;	
}
#nav ul p {
	cursor: default;
}
#nav ul a:hover {
    color: #60B800;
}
.logo {
	width: 138px;
    height: 56px;
    background: url(/local/templates/pumpagroup/css/../img/logo.svg) no-repeat;
    background-size: 100%;
    display: block;
}
@media (max-width:1024px) {
	.logo {
	    background: url(/local/templates/pumpagroup/css/../img/logo.svg) no-repeat;
		background-size: contain;
	}
}
@media (max-width:768px) {
	.logo {
		width: 27.34vw;
		height: 10.68vw;
	}
}
.logo a {
  display: block;
  height: 100%;
}

#nav ul li {
	margin: 0 15px;
	list-style: none;
	position: relative;
	display: flex;
    justify-content: center;
}
#nav ul.firts-menu {
  margin-top: 3px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#nav ul.firts-menu li ul.submenu {
	position: absolute;
	top: 100%;
	width: max-content;
	z-index: 10;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;	
	background: #fff;
    padding: 1.56vw 0.78vw;	
	opacity: 0;
	display: flex;
    flex-direction: column;
    align-items: flex-start;
}
#nav ul.firts-menu li ul.submenu:before {
    content: '';
    position: absolute;
	background: url(/local/templates/pumpagroup/css/../img/submenu-before.svg) no-repeat;
    content: '';
    display: block;
    width: 37px;
    height: 30px;
    top: -14px;
	left: calc(50% - 19px);
}
#nav ul li:hover .submenu {
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
    padding: 30px 40px;
    border-radius: 0.39vw;	
	opacity: 1;	
	margin-top: -5px;
	box-shadow: 0 0 0.39vw rgba(0,0,0,0.3);
}
#nav ul li .submenu.uslugi {
	width: 869px;
    display: flex;
    flex-direction: row;
	justify-content: space-between;
	margin-left: 380px;
	padding: 40px;
}
#nav ul.firts-menu li ul.submenu.uslugi:before {
	left: calc(30% - 19px);
}
#nav ul li:hover .submenu.uslugi a {
	color: #2E2E2E;
	font-size: 12px;
    text-transform: none;
    padding-bottom: 16px;	
}
#nav ul li:hover .submenu.uslugi a:hover {
	text-decoration: underline;
}
#nav ul li:hover .submenu.uslugi a.title {
	color: #93B658;
	font-size: 14px;
	padding-bottom: 20px;	
}
#nav ul li:hover .submenu.uslugi a.all {
	color: #2E2E2E;
	font-size: 12px;
	padding-bottom: 40px;
	display: flex;
	opacity: 0.6;
	font-weight: 500;
	align-items: center;
	line-height: 8px;
}
#nav ul li:hover .submenu.uslugi a.all:after {
	background: url(/local/templates/pumpagroup/css/../img/ico-big-all.svg) no-repeat;
    background-size: contain;
	width: 5px;
    height: 10px;
    content: '';
    position: relative;
    align-items: center;
    margin-left: 6px;
}
#nav ul li:hover .submenu.uslugi a.all:last-child {
	padding-bottom: 0;
}
#nav ul li:hover .submenu.uslugi > div {
	width: 255px;
}
#nav .submenu li {
	margin: 0;
	position: relative;
	display: flex;
    align-items: center;
    justify-content: flex-start;
	color: #2E2E2E;
}
#nav .submenu li:hover {
    color: #93B658;
}
#nav .submenu li a {
	text-transform: none;
	font-weight: 400;
	border-bottom: none;
    padding: 10px 0;
	line-height: normal;
    letter-spacing: normal;
	color: #2E2E2E;
}
#nav .submenu li a:hover {
	color: #93B658;
}
#header .menu-wrap {
	min-width: 1.30vw;
	z-index: 20;
	display: none;
}
@media (max-width:1024px) {
	#header .menu-wrap {
		display: block;
	}
}
#header .menu-wrap .toggler {
	position: relative;
	z-index: 2;
	cursor: pointer;
	opacity: 0;
	width: 40px;
    height: 25px;
	padding: 0;
	margin: 0;
}
@media (max-width:768px) {
	#header .menu-wrap .toggler {
		width: 7.351vw;
		height: 4.994vw;	
	}
}
#header .menu-wrap .hamburger {
    position: absolute;
    z-index: 1;
	width: 53px;
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
	margin-top: -31px;
}
@media (max-width:768px) {
	#header .menu-wrap .hamburger {
	    width: 6.9vw;
		height: 4.3vw;	
		margin-top: -4.85vw;
	}
}
#header .menu-wrap .hamburger > div {
    position: relative;
    flex: none;
    width: 100%;
    height: 5px;
    background: #434342;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
    border-radius: 12px;
}
@media (max-width:768px) {
	#header .menu-wrap .hamburger > div {
		height: 0.65vw;
		border-radius: 0.65vw;
	}
}
#header .menu-wrap .hamburger > div:before {
	content: '';
	position: absolute;
	z-index: 1;
	top: -13px;
	width: 100%;
	height: 5px;
	background: inherit;
	border-radius: 12px;
}
@media (max-width:768px) {
	#header .menu-wrap .hamburger > div:before {
		top: -1.69vw;
		height: 0.65vw;
		border-radius: 0.65vw;
	}
}
#header .menu-wrap .hamburger > div:after {
	content: '';
	position: absolute;
	z-index: 1;
	top: 13px;
	width: 100%;
	height: 5px;
	background: inherit;
	border-radius: 12px;
	left: 0;
}
@media (max-width:768px) {
	#header .menu-wrap .hamburger > div:after {
		height: 0.65vw;
		top: 1.69vw;
		border-radius: 0.65vw;
	}
}
#header .menu-wrap .toggler:checked + .hamburger > div {
	transform: rotate(135deg);
	background: #C2BFBF;
}
#header .menu-wrap .toggler:checked + .hamburger > div:before,
#header .menu-wrap .toggler:checked + .hamburger > div:after {
	top: 0;
	transform: rotate(90deg);
	left: auto;
}
#header .menu-wrap .toggler:checked:hover + .hamburger > div {
	transform: rotate(225deg);
	background: #C2BFBF;
}
#header .menu-wrap .toggler:checked + .hamburger {
	position: fixed;
    margin: -18px 0px 0 -23px;
    height: 38px;
    width: 38px;
}
@media (max-width:768px) {
	#header .menu-wrap .toggler:checked + .hamburger {
		height: 4.95vw;
		width: 4.95vw;
		margin: -2.60vw 0px 0 -5.2vw;
	}
}
#header .menu-wrap .toggler:checked {
	position: fixed;
    margin: -40px 0px 0 -90%;
    height: 100%;
    width: 100%;
	z-index: 2;
}
@media (max-width:768px) {
	#header .menu-wrap .toggler:checked {	
	}
}
#header .menu-wrap .toggler:checked ~.bg {
	position: absolute;
    background: black;
    width: 100%;
    height: 1000000px;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0.6;
}
#header .menu-wrap .toggler:checked ~ .menu {
	visibility: visible;
}

#header .menu-wrap .toggler:checked ~ .menu > div {
	transform: scale(1);
	transition-duration: var(--menu-speed);
}

#header .menu-wrap .toggler:checked ~ .menu > div > div {
  opacity: 1;
}

#header .menu-wrap .menu {
  position: fixed;
  top: 0;
  left: 0;
  width: calc(100% - 153px);
  height: 100%;
  visibility: hidden;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  z-index: 2;
}
@media (max-width:1024px) {
	#header .menu-wrap .menu {
		overflow-y: scroll;
	}
}
@media (max-width:768px) {
	#header .menu-wrap .menu {
		width: calc(100% - 19.92vw);
	}
}
#header .menu-wrap .menu > div {
  background: var(--overlay-color);
  display: flex;
  flex: none;
  align-items: center;
  justify-content: center;
  transform: scale(0);
  transition: all 0.4s ease;
}
@media (max-width:1024px) {
	#header .menu-wrap .menu > div {
		border-radius: 0;
		height: 100%;
		background: var(--overlay-color);
		display: block;
		text-align: center;
		width: 90%;
	}
}
#header .menu-wrap .menu > div > div {
	text-align: center;
	opacity: 0;
	transition: opacity 0s ease;
}

#header .menu-wrap .menu ul > li {
	list-style: none;
    text-align: left;
    border-bottom: 1px solid #898989;
    position: relative;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    padding: 32px 0;	
}
@media (max-width:768px) {
	#header .menu-wrap .menu ul > li {
		margin: 0 1.25vw;
		border-bottom: 0.39vw solid #898989;
		font-size: 3.39vw;
		line-height: 5.60vw;
		padding: 2.99vw 0;	
	}
}
#header .menu-wrap .menu .spoiler-content ul > li {
	border-bottom: 0;
    padding: 0;
    line-height: 34px;
    font-weight: 400;
}
@media (max-width:768px) {
	#header .menu-wrap .menu .spoiler-content ul > li {
		line-height: 4.43vw;
		margin: 0;
		padding-bottom: 2.6vw;
	}
}
#header .menu-wrap .menu .spoiler-content > ul > li:first-child {
	margin-top: 10px;
}
@media (max-width:768px) {
	#header .menu-wrap .menu .spoiler-content > ul > li:first-child {
		margin-top: 2.6vw;
	}
}

#header .menu-wrap .menu ul > li.sub {
    font-size: 16px;
    max-width: 70vw;
    border-bottom: none;
    list-style: disc;
    font-weight: 400;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
@media (max-width:768px) {
	#header .menu-wrap .menu ul > li.sub {
		font-size: 3.39vw;
		line-height: 4.43vw;
		max-width: 70vw;
		padding-bottom: 2.6vw;
	}
}
#header .menu-wrap .menu .spoiler-wrap .spoiler-wrap  ul > li.sub {
    padding: 0 0 20px 20px;
	line-height: normal;
}
@media (max-width:768px) {
	#header .menu-wrap .menu .spoiler-wrap .spoiler-wrap  ul > li.sub {
		padding: 0 0 2.60vw 2.60vw;
		line-height: 4.43vw;
	}
}
#header .menu-wrap .menu ul {
	min-width: 28vw;
    margin: 0;
}
#header .menu-wrap .menu .spoiler--open ul {
	padding-top: 1.04vw;
}
#header .menu-wrap .menu .btn-catalog {
	width: 400px;
	height: 60px;
	background: #F3F5F2;
	margin: 0 0 50px 0;
}
#header .menu-wrap .menu .btn-catalog:hover {
	background: #fdfdfd;
}
#header .menu-wrap .menu .btn-fb {
	width: 400px;
	height: 60px;
	font-family: 'Stem',sans-serif;
	background: linear-gradient(273.12deg, #BADD96 0%, #E2ECC7 100%);
	border-radius: 70px;
	border: none;
	color: #5D7738;
	cursor: pointer;
	font-weight: 500;
	margin-top: 50px;
	font-size: 1.25rem;
}
#header .menu-wrap .menu .btn-fb:hover {
	background: linear-gradient(273.12deg, #E2ECC7 0%, #BADD96 100%);
}
#header .menu-wrap .menu .flex {
	display: block;
}

#header .menu-wrap .menu .flex span {
	padding: 0 0 0 80px;
}
#header .menu-wrap .menu .flex span .tel {
	font-size: 35px;
	line-height: 35px;
	display: block;
}
#header .menu-wrap .menu p.lk-title {
	font-size: 15px;
    line-height: 19px;
	margin: 0;	
}
@media (max-width:1024px) {
	#header .menu-wrap .menu p.lk-title {
		padding-top: 11vw;
	}
}
#header .menu-wrap .menu .pril {
	padding: 1vw 0;
}
@media (max-width:1024px) {
	#header .menu-wrap .menu .pril {
		padding: 6vw 0 0;
	}
}
#header .menu-wrap .menu .pril a img {
	width: 130px;
}
@media (max-width:1024px) {
	#header .menu-wrap .menu .pril a img {
		
	}
}

#header .menu-wrap .menu p.vrem {
	color: #9AADA9;
	font-size: 17px;
	line-height: 32px;
	margin: 0.5vw 0;
}
#header .menu-wrap .menu a.mail {
	color: #5D7738;
		font-size: 17px;
	line-height: 32px;
	padding-bottom: 50px;
display: block;
}
#header .menu-wrap .menu p.addr {
	border-top: 1px solid #EFF2ED;
	padding-top: 50px;
	margin: 0;
	font-size: 17px;
	line-height: 32px;
	font-weight: 500;
	font-family: 'Stem',sans-serif;
}
#header .menu-wrap .menu a.link {
	color: #9AADA9;
	font-size: 17px;
	line-height: 32px;
	text-decoration: underline;
	display: grid;
}
#header .menu-wrap .top {
	display: flex;
	justify-content: space-between;
    align-items: center;
	padding: 40px 0;
}
@media (max-width:768px) {
	#header .menu-wrap .top {
		padding: 5.21vw 0;
	}
}
#header .menu-wrap .top .ico {
	width: 68px;
    height: 68px;
    display: block;
}
@media (max-width:768px) {
	#header .menu-wrap .top .ico {
		width: 8.85vw;
		height: 8.85vw;
	}
}
#header .menu-wrap .top .ico img {
	width: 100%;
	height: 100%;
}
#header .menu-wrap .button {
	font-size: 26px;
	font-weight: 500;
    color: #fff;
	padding: 20px 80px;
	border-radius: 5px;
	background: #434342;
}
@media (max-width:768px) {
	#header .menu-wrap .button {
		font-size: 3.39vw;
		padding: 2.60vw 10.42vw;
		border-radius: 0.65vw;
	}
}
#header .menu-wrap .button.bottom {
	width: auto;
	display: block;
	margin: 60px 0;
}
@media (max-width:768px) {
	#header .menu-wrap .button.bottom {
		margin: 7.81vw 0;
	}
}
#header .spoiler-content {
    display: none;
}
#header .spoiler-wrap.spoiler--open > .spoiler-content {
    display: block;
}
#header .menu-wrap .menu .eco {
    font-size: 16px;
    margin: 60px 0 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
@media (max-width:768px) {
	#header .menu-wrap .menu .eco {
		font-size: 3.39vw;
		line-height: 5.60vw;
		margin: 7.81vw 0 0;
	}
}
#header .menu-wrap .menu .eco a {
    display: flex;
    align-items: center;
    color: #545454;
    padding-bottom: 17px;
}
@media (max-width:768px) {
	#header .menu-wrap .menu .eco a {
	padding-bottom: 3.13vw;
}
}
#header .menu-wrap .menu .eco a:before {
    background: url(/local/templates/pumpagroup/css/../img/burger-logo.svg) no-repeat;
    background-size: contain;
	width: 31px;
    height: 39px;
    content: '';
    position: relative;
    display: inline-flex;
    align-items: center;
    margin-right: 15px;
}
@media (max-width:768px) {
	#header .menu-wrap .menu .eco a:before {
		margin-right: 3.13vw;
		width: 5.86vw;
		height: 7.42vw;
	}
}
#header .menu-wrap .burger-pay {
	display: flex;
    justify-content: space-between;
    height: 50px;
    padding: 60px 0;
}
@media (max-width:768px) {
	#header .menu-wrap .burger-pay {
		height: 6.51vw;
		padding: 7.81vw 0;
	}
}
#header .menu-wrap .menu .spoiler-wrap > .spoiler__btn:before {
    content: "";
    position: absolute;
    background: url(/local/templates/pumpagroup/css/../img/burger-plus.svg) no-repeat;
    background-size: 100%;
    display: block;	
	transition: all 0.4s ease;
	top: 0;
    right: 0;
    width: 24px;
    height: 24px;
    bottom: 0;
    margin: auto;
}
@media (max-width:768px) {
	#header .menu-wrap .menu .spoiler-wrap > .spoiler__btn:before {
		width: 3.13vw;
		height: 3.13vw;
	}
}
#header .menu-wrap .menu .spoiler-wrap .spoiler-wrap > .spoiler__btn:before {
	content: "";
    position: absolute;
    background: url(/local/templates/pumpagroup/css/../img/burger-subplus.svg) no-repeat;
    background-size: 100%;
    display: block;
    transition: all 0.4s ease;
    top: 0;
    right: -1px;
    width: 26px;
    height: 13px;
    bottom: 0;
    margin: auto;
	background-size: contain;
}
@media (max-width:768px) {
	#header .menu-wrap .menu .spoiler-wrap .spoiler-wrap > .spoiler__btn:before {
		width: 3.4vw;
		height: 1.63vw;
		right: -0.1vw;
	}
}
#header .menu-wrap .menu .spoiler-wrap .spoiler-wrap.spoiler--open > .spoiler__btn:before {
    transform: rotate(180deg);
}
#header .menu-wrap .menu .spoiler-wrap .spoiler__btn {
	position: relative;
}
#header .menu-wrap .menu .spoiler-wrap.spoiler--open > .spoiler__btn:before {
	transform: rotate(45deg);
}
#header .wrap-mobile-need {
	display: none;
}
@media (max-width: 1024px) {
	#header .wrap-mobile-need {
		display: flex;
		grid-column-gap: 40px;
		align-items: center;
		}
}
@media (max-width: 768px) {
	#header .wrap-mobile-need {
		grid-column-gap: 6.12vw;
		}
}
#header .wrap-mobile-need > .phone {
	content: "";
    background: url(/local/templates/pumpagroup/css/../img/header-mob-phone.svg) no-repeat;
    display: block;
    width: 36px;
    height: 36px;
	background-size: contain;		
}
@media (max-width: 768px) {
	#header .wrap-mobile-need > .phone {
		width: 4.9vw;
		height: 4.35vw;
	}
}
#header .wrap-mobile-need > .search {
	content: "";
    background: url(/local/templates/pumpagroup/css/../img/header-mob-search.svg) no-repeat;
    display: block;
    width: 36px;
    height: 36px;
	background-size: contain;	
}
@media (max-width: 768px) {
	#header .wrap-mobile-need > .search {
		width: 4.69vw;
		height: 4.69vw;
	}
}
/*end header*/





/*topbar start*/
.topbar { display: none }
@media (min-width: 1023px) {
	.topbar {
		background: #545454;
		color: white;
		position: fixed;
		top: 0; left: 0;
		width: 100%;
		transition: all .3s ease;
		display: flex;
		justify-content: center;
		align-items: center;
		z-index: 2;
	}
}
.topbar.out {
	transform: translateY(-100%);
}
.topbar a {
	color: white;
	margin: 0.25vw 0.7vw;
	font-size: 0.7812vw;
	letter-spacing: 0.06vw;
	padding: 0.34vw 0.73vw;
	text-transform: uppercase;
}
.topbar a.home:hover {
	background: linear-gradient(92.77deg, #105791 -1.43%, #86B24D 31.15%, #EBAC04 64.73%, #E52E25 97.78%);
}
.topbar a.im {
	color: #F0B005;
}
.topbar a.im:hover {
	background-color: #F0B005;
}
.topbar a.cli:hover {
	background-color: #E23B4C;
}
.topbar a.cli {
	color: #E23B4C;
}
.topbar a.edu:hover {
	background-color: #236AA5;
}
.topbar a.edu {
	color: #1177C7;
}
.topbar a.lab:hover {
	background-color: #759E3E;
}
.topbar a.lab {
	color: #759E3E;
}
.topbar a.active {
	font-weight: 500;
	background: linear-gradient(92.77deg, #105791 -1.43%, #86B24D 31.15%, #EBAC04 64.73%, #E52E25 97.78%);
	border-radius: 0.26vw;
	color: #fff;
}
.topbar a:hover {
    padding: 0.34vw 0.73vw;
    border-radius: 0.26vw;
	text-decoration: none;
	color: #fff;
}
/*topbar end*/



/*subheader*/
.subheader {
	padding: 0 3.47vw;
    max-width: 1440px;
    margin: auto;
	overflow: hidden;
}
@media (max-width:1024px) {
	.subheader {
		padding: 150px 3.47vw 0;
	}
}
@media (max-width:768px) {
	.subheader {
		padding: 26.04vw 2.6vw 0;
	}
}
.subheader ul {
	margin: 32px -16px 0;
	display: flex;
	z-index: 2;
	position: relative;
}
@media (max-width:1024px) {
	.subheader ul {
		margin: 0 -30px 0;
		white-space: nowrap;
		overflow-x: auto;
		padding-bottom: 5px;
	}
}
@media (max-width:768px) {
	.subheader ul {
		margin: 0 -3.91vw 0;
		padding-bottom: 1vw;
	}
}
.subheader ul li {
	padding: 0 16px;
	list-style: none;
    border-right: 1px solid #797979;
    line-height: 14px;
	font-size: 14px;
	color: #797979;
	white-space: nowrap;
}
@media (max-width:1024px) {
	.subheader ul li {
		padding: 0 30px;
		line-height: 26px;
		font-size: 26px;
		border-right: 2px solid #797979;
	}
}
@media (max-width:768px) {
	.subheader ul li {
		padding: 0 3.91vw;
		line-height: 3.39vw;
		font-size: 3.39vw;
		border-right: 0.26vw solid #797979;
	}
}
.subheader ul li:last-child {
	border: none;
}
.subheader ul li a {
	color: #797979;
}
.subheader ul li a:hover {
	color: #93B658
}
.subheader h1 {
	padding-top: 32px;
	padding-bottom: 40px;
	color: #2E2E2E;
	font-size: 50px;
	line-height: 60px;
	font-weight: 400;	
}
@media (max-width:1024px) {
	.subheader h1 {
		padding-top: 40px;
		padding-bottom: 40px;
		font-size: 62px;
		line-height: 72px;		
	}
}
@media (max-width:768px) {
	.subheader h1 {
		padding-top: 5.21vw;
		padding-bottom: 5.21vw;
		font-size: 8.07vw;
		line-height: 9.38vw;		
	}
}
/*subheader end*/


















/*footer start*/
footer .subscribe {
	background-color: #FA5C59;
	display: flex;
	height: 157px;
    align-items: center;
    justify-content: center;
}
@media (max-width:1024px) {
	footer .subscribe {
		flex-direction: column;
		height: 220px;
	}
}
@media (max-width:768px) {
	footer .subscribe {
		flex-direction: column;
		height: 36.88vw;
	}
}
footer .subscribe div:first-child {
	font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.03em;
    color: #FFFFFF;
    margin: -30px 47px 0 0;
}
@media (max-width:1024px) {
	footer .subscribe div:first-child {
		font-size: 16px;
		width: auto;
		line-height: 24px;
		text-align: center;
		margin: 0;
	}
}
@media (max-width:768px) {
	footer .subscribe div:first-child {
		font-size: 3.39vw;
		width: auto;
		line-height: 3.91vw;
		text-align: center;
		margin: 0;
	}
}
footer .subscribe form input {
	font-size: 14px;
    font-weight: 400;
    border-radius: 5px;
    padding: 13px;
    line-height: 14px;
    border: 1px solid #fff;
    width: 239px;
    margin-right: 11px;
}
@media (max-width:1024px) {
	footer .subscribe form input {
	    width: 326px;
		line-height: 26px;
		font-size: 14px;
		padding: 8px 22px;
		border-radius: 5px;
		margin: 20px 32px 24px 0;
	}
}
@media (max-width:768px) {
	footer .subscribe form input {
	    width: 46.5vw;
		line-height: 3.44vw;
		font-size: 3.44vw;
		padding: 2.5vw 3.75vw 2.5vw 3.75vw;
		border-radius: 1.25vw;
		margin: 5vw 2.81vw 2.19vw 0;
	}
}
footer .subscribe form.error input {
	border: 1px solid #E23B4C;
}
footer .subscribe form.error input::-webkit-input-placeholder {
	color: #E23B4C;	
}
footer .subscribe form.error input:-moz-placeholder {
	color: #E23B4C;
}
footer .subscribe form button {
	font-size: 14px;
    font-weight: 500;
    text-transform: none;
    width: 133px;
    border-radius: 5px;
    padding: 13px;
    line-height: 14px;
    background: #2E2E2E;
    letter-spacing: normal;
    margin: auto;
    filter: none;
    color: #fff;
    border: 0;
}
footer .subscribe form button:hover {
	cursor: pointer;
}
footer .subscribe form.error button {
	animation: tilt-shaking 0.15s infinite;
	animation-iteration-count: 3;
}
@keyframes tilt-shaking {
  0% { transform: rotate(0deg); }
  25% { transform: rotate(5deg); }
  50% { transform: rotate(0eg); }
  75% { transform: rotate(-5deg); }
  100% { transform: rotate(0deg); }
}
@media (max-width:1024px) {
	footer .subscribe form button {
	    font-size: 14px;
		line-height: 26px;
		width: 178px;
		padding: 8px 22px;
		border-radius: 5px;
	}
}
@media (max-width:768px) {
	footer .subscribe form button {
	    font-size: 3.44vw;
		line-height: 3.44vw;
		width: 30.31vw;
		padding: 2.967vw 4.38vw;
		border-radius: 1.25vw;	
	}
}
footer .subscribe form p {
    font-size: 10px;
    color: #fff;
    opacity: 0.6;
    letter-spacing: 0.8px;
    padding-top: 7px;
}
@media (max-width:1024px) {
	footer .subscribe form p {
		font-size: 14px;
		text-align: center;
		padding: 0;
	}
}
@media (max-width:768px) {
	footer .subscribe form p {
		font-size: 2.19vw;
	}
}
footer .subscribe .ok {
	text-align: center;
	display: none;
	color: #fff;
	letter-spacing: 0.03em;
} 
footer .subscribe .ok img {
	width: 3.13vw;
    height: 3.13vw;
    display: block;
    margin: auto;
	padding-bottom: 1.33vw;
}
footer .subscribe .ok span {
	font-size: 1.25vw;
	font-weight: 500;
	text-transform: uppercase;
}
footer .subscribe .ok p {
	font-size: 0.94vw;
}
footer {
	background-color: #2E2E2E;
	color: #fff;
	overflow: hidden;
	z-index: 1;
    position: relative;
}
footer a {
	color: #fff;
}
footer .black {
    padding: 0 3.47vw;
    max-width: 1440px;
    margin: auto;
}
@media (max-width:1024px) {
	footer .black {
	    padding: 64px 3.47vw 0;
	}
}
@media (max-width:768px) {
	footer .black {
	    padding: 9.38vw 2.6vw 0;
	}
}
footer .black > div {
	display: flex;
    justify-content: space-between;
}
@media (max-width:1024px) {
	footer .black > div {
		flex-direction: column;
	}
}
footer .black .spoiler-wrap {
	padding: 42px 0;
}
@media (max-width:1024px) {
	footer .black .spoiler-wrap {
		padding: 0 0 1.88vw 0;
		border-bottom: 1px solid #7D7D7D;
	}
}
@media (max-width:768px) {
	footer .black .spoiler-wrap {
		padding: 0 0 1.88vw 0;
		border-bottom: 0.31vw solid #7D7D7D;
	}
}
footer .black .pic {
	padding: 42px 0;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
	align-items: flex-end;
}
@media (max-width:1024px) {
	footer .black .pic {
		margin: auto;
		padding: 64px 0 0;
	    align-items: center;
	}
}
@media (max-width:768px) {
	footer .black .pic {
		margin: auto;
		padding: 6.25vw 0 0;
	}
}
footer .black .pic .top {
	width: 140px;
}
@media (max-width:1024px) {
	footer .black .pic .top {
		width: 325px;
	    padding-bottom: 85px;	
	}
}
@media (max-width:768px) {
	footer .black .pic .top {
		width: 42.32vw;
		padding-bottom: 4.69vw;	
	}
}
footer .black .pic .pay {
	position: relative;
    display: flex;
    width: 214px;
    height: 25px;
    justify-content: space-between;
}
@media (max-width:1280px) {
	footer .black .pic .pay {
		width: 16.72vw;
		height: 2.03vw;
	}
}
@media (max-width:1024px) {
	footer .black .pic .pay {
		width: auto;
		height: 73px;
		justify-content: center;
		padding: 45px 0;
		position: relative;
	}
	footer .black .pic .pay:before {
		border-top: 1px solid #7D7D7D;
		content: '';
		width: 1200px;
		display: block;
		position: absolute;
		top: 0;		
	}
}
@media (max-width:768px) {
	footer .black .pic .pay {
		height: 8.07vw;
		justify-content: center;
		padding: 5.86vw 0;
	}
}
footer .black .pic .pay img {
    object-fit: contain;
}
@media (max-width:1024px) {
	footer .black .pic .pay img {
	    margin: 0 10px;	
	}
}
@media (max-width:768px) {
	footer .black .pic .pay img {
	    margin: 0 1vw;
		height: 7.29vw;		
	}
}
footer .black .pic .pay .p-01 {
	width: 52px;
}
@media (max-width:1280px) {
	footer .black .pic .pay .p-01 {
		width: 4.06vw;
	}
}
@media (max-width:1024px) {
	footer .black .pic .pay .p-01 {
		width: 100%;
	}
}
footer .black .pic .pay .p-02 {
	width: 29px;
}
@media (max-width:1280px) {
	footer .black .pic .pay .p-02 {
		width: 2.27vw;
	}
}
@media (max-width:1024px) {
	footer .black .pic .pay .p-02 {
		width: 100%;
	}
}
footer .black .pic .pay .p-03 {
	width: 61px;
}
@media (max-width:1280px) {
	footer .black .pic .pay .p-03 {
		width: 4.77vw;
	}
}
@media (max-width:1024px) {
	footer .black .pic .pay .p-03 {
		width: 100%;
	}
}
footer .black .pic .pay .p-04 {
	width: 43px;
}
@media (max-width:1280px) {
	footer .black .pic .pay .p-04 {
		width: 3.36vw;
	}
}
@media (max-width:1024px) {
	footer .black .pic .pay .p-04 {
		width: 100%;
	}
}
footer .black .podval {
	font-size: 12px;
    border-top: 1px solid #7D7D7D;
    padding: 14px 0;
}
@media (max-width:1024px) {
	footer .black .podval {
		font-size: 16px;
		text-align: center;
		line-height: 31px;
		border-top: 0;
		padding: 0 0 40px 0;
	}
}
@media (max-width:768px) {
	footer .black .podval {
		font-size: 3.13vw;
		text-align: center;
		line-height: 6.25vw;
		padding-top: 0;
	}
}
footer .black .podval img {
	width: 12.42vw;
}
@media (max-width:1024px) {
	footer .black .podval img {
		width: 49.69vw;
		padding-top: 3.13vw;
	}
}
footer .spoiler-wrap > .spoiler__btn {
	cursor: pointer;
	position: relative;
	display: flex;
    align-items: center;
	font-size: 14px;
    font-weight: 500;
    padding-bottom: 10px;
	pointer-events: none;
}
@media (max-width:1024px) {
	footer .spoiler-wrap > .spoiler__btn {
		pointer-events: auto;
		padding: 32px 0vw;
		font-size: 30px;
	}
}
@media (max-width:768px) {
	footer .spoiler-wrap > .spoiler__btn {
		font-size: 3.39vw;
		padding: 3.13vw 0vw;
	}
}
@media (max-width:1024px) {
	footer .spoiler-wrap > .spoiler__btn:before {
		background: url(/local/templates/pumpagroup/css/../img/plus.svg) no-repeat;
		width: 18px;
		height: 18px;
		content: '';
		position: absolute;
		background-size: cover;
		display: block;
		right: 0;
		transform: rotate(135deg);
		filter: invert(0%) sepia(100%) saturate(0%) hue-rotate(-59deg) brightness(200%) contrast(104%);
	}
}
@media (max-width:768px) {
	footer .spoiler-wrap > .spoiler__btn:before {
		width: 3.13vw;
		height: 3.13vw;
	}
}
@media (max-width:1024px) {
	footer .spoiler-wrap.spoiler--open > .spoiler__btn:before {
		background: url(/local/templates/pumpagroup/css/../img/plus.svg) no-repeat;
		width: 18px;
		height: 18px;
		content: '';
		position: absolute;
		background-size: cover;
		display: block;
		right: 0;
		transform: rotate(90deg);
	}
	footer .spoiler-wrap.spoiler--open > .spoiler__btn {
		opacity: 0.7;
	    padding: 32px 0;	
	}
	footer .spoiler-wrap.spoiler--open {
		padding: 0;
	}
}
@media (max-width:768px) {
	footer .spoiler-wrap.spoiler--open > .spoiler__btn {
		opacity: 0.7;
	    padding: 3.13vw 0;
	}
	footer .spoiler-wrap.spoiler--open > .spoiler__btn:before {
		width: 3.13vw;
		height: 3.13vw;
	}
}
footer .spoiler-wrap > .spoiler__btn:after {
	display: none;
}

footer .spoiler-wrap.spoiler--open > .spoiler-content {
  display: block;
}
footer .spoiler-content {
	display: none;
	animation: fadeIn 1s ease;
	font-size: 14px;
}
@media (max-width:1024px) {
	footer .spoiler-content {
		display: block;
		font-size: 16px;
	}
	footer .spoiler-wrap.spoiler--open > .spoiler-content {
		display: none;
	}	
}
@media (max-width:768px) {
	footer .spoiler-content {
		display: block;
		font-size: 3.44vw;
	}
}
@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
footer .spoiler-content ul li {
	list-style-type: none;
	line-height: 26px;
}
@media (max-width:1024px) {
	footer .spoiler-content ul li {
		line-height: 40px;
		font-size: 28px;
	}
}
@media (max-width:768px) {
	footer .spoiler-content ul li {
		line-height: 7.16vw;
		font-size: 3.13vw;
	}
}
footer .black .pic ul {
	display: flex;
	justify-content: space-between;
	padding-top: 10px;
	width: 140px;
}
@media (max-width:1024px) {
	footer .black .pic ul {
		padding-top: 33px;
	    width: 325px;	
	}
}
@media (max-width:768px) {
	footer .black .pic ul {
		padding-top: 4.3vw;
		width: 100%;	
	}
}
footer .black .pic ul li {
	list-style-type: none;
}
footer .black .pic img {
	width: 100%;
}
footer .black .pic ul li img {
	width: 26px;
	transition: transform .8s;
 		-webkit-transition: -webkit-transform .8s ease-in-out;
    	-ms-transition: -ms-transform .8s ease-in-out; 
}
@media (max-width:1024px) {
	footer .black .pic ul li img {
		width: 47px;
	}
}
@media (max-width:768px) {
	footer .black .pic ul li img {
		width: 8.13vw;
	}
}
@media (max-width:1024px) {
	footer .black .podval .one {
		order: 1;
	}
	footer .black .podval .three {
		order: 3;
	}
	footer .black .podval .four {
		order: 2;
	}	
}
footer .black .podval-2 {
	color: rgba(255, 255, 255, 0.30);
    font-size: 18px;
    text-transform: uppercase;
    padding-bottom: 20px;
}
@media (max-width:1024px) {
	footer .black .podval-2 {
		font-size: 16px;
		padding-bottom: 65px;
	    text-align: center;	
	}
}
@media (max-width:768px) {
	footer .black .podval-2 {
		font-size: 2.08vw;
		padding-bottom: 6.51vw;
	}
}
footer .black .spoilers {
	display: flex;
    width: 650px;
    justify-content: space-between;
}
@media (max-width: 1024px) {
	footer .black .spoilers {
		flex-direction: column;
		width: auto;
	}
}


.upbtn {
    z-index: 9999;
	opacity: 0.6;
	width: 32px;
    height: 32px;
    position: fixed;
    right: 3.13vw;
    cursor: pointer;
    transition: all .7s ease-in-out;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(/local/templates/pumpagroup/css/../img/arrow-up.svg);
}
@media (max-width: 768px) {
	.upbtn {
		width: 10vw;
		height: 10vw;
	}
}
.upbtn:hover {
    opacity: 1;
}


#cookie {
	max-width: 345px;
	font-size: 14px;
	line-height: 24px;
	border-radius: 5px;
	align-self: end;
	-webkit-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
	-moz-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
	box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
}
@media (max-width: 1024px) {
	#cookie {
		max-width: 100%;
		font-size: 26px;
		line-height: 36px;
	}
}
@media (max-width: 768px) {
	#cookie {
		font-size: 3.39vw;
		line-height: 4.69vw;
		border-radius: 0.65vw;
		-webkit-box-shadow: 0px 0.65vw 1.30vw 0.26vw rgba(34, 60, 80, 0.2);
		-moz-box-shadow: 0px 0.65vw 1.30vw 0.26vw rgba(34, 60, 80, 0.2);
		box-shadow: 0px 0.65vw 1.30vw 0.26vw rgba(34, 60, 80, 0.2);
		padding: 5.21vw;
	}
}
#cookie span {
	font-size: 16px;
	padding-bottom: 20px;
	font-weight: 500;
	display: block;
}
@media (max-width: 1024px) {
	#cookie span {
		font-size: 28px;
		padding-bottom: 30px;
	}
}
@media (max-width: 768px) {
	#cookie span {
		font-size: 3.65vw;
		padding-bottom: 2.60vw;
	}
}
#cookie p {
	padding-bottom: 40px;
}
@media (max-width: 768px) {
	#cookie p {
		padding-bottom: 5.21vw;
	}
}
#cookie button {
	height: 40px;
	width: 100%;
	font-size: 14px;
	color: #FFF; 
	font-weight: 500;
	background: #9B9B9B; 
	border-radius: 5px;
	border: 0;
	cursor: pointer;
}
@media (max-width: 1024px) {
	#cookie button {
		height: 72px;
		font-size: 26px;
	}
}
@media (max-width: 768px) {
	#cookie button {
		height: 9.38vw;
		font-size: 3.39vw;
		border-radius: 0.65vw;
	}
}
#cookie button:hover {
	background: #c3c3c3; 
}
#cookie .is-close {
	display: none;
}

/*Костыли для куки*/
.fancy-cookies .fancybox__slide::after {
	display: none;
}
.fancy-cookies .fancybox__backdrop {
	display: none;
}

.fancybox__container.fancy-cookies {
	pointer-events: none;
}

.fancy-cookies .fancybox__content {
	pointer-events: auto;
}
/*.fancybox__backdrop {*/
/*	background: none;*/
/*} */





/*feedback*/
.feedback {
	max-width: 844px;
    width: 100%;
	padding: 50px;
	font-size: 14px;
	border-radius: 5px;
	background: #F8F8FB;	
}
@media (max-width:768px) {
	.feedback {
		padding: 11.07vw 5.21vw 5.86vw;
		font-size: 2.60vw;
		border-radius: 0;
	}
}
.feedback .flex {
	display: flex;
	grid-column-gap: 50px;
}
@media (max-width:768px) {
	.feedback .flex {
		grid-column-gap: 0;
		flex-direction: column;
	}
}
.feedback .flex div:nth-child(1) {
	margin: -10px 0;
}
.feedback .title {
	font-size: 30px;
	line-height: 37px;
	color: #2E2E2E;
	padding-bottom: 36px;
}
@media (max-width:768px) {
	.feedback .title {
		font-size: 3.91vw;
		line-height: 4.82vw;
		padding-bottom: 5.47vw;
	}
}
.feedback input {
	width: 100%;
    font-size: 14px;
    margin: 10px 0;
    border: 1px solid #D9D9D9;
    border-radius: 5px;
	padding: 15px;
	color: #797979;
	font-family: 'Stem',sans-serif;
}
@media (max-width:768px) {
	.feedback input {
		margin: 1.6545vw 0;
		font-size: 3.39vw;
		border: 0.13vw solid #D9D9D9;
		border-radius: 0.65vw;
		padding: 3.91vw;
	}
}
.feedback input.error {
	border: 1px solid #EF2E47;
}
@media (max-width:768px) {
	.feedback input.error {
		border: 0.13vw solid #EF2E47;
	}
}
.feedback textarea {
	height: 100%;
    font-size: 14px;
    border: 1px solid #D9D9D9;
    border-radius: 5px;
    padding: 15px;
	resize: none;
	color: #797979;
	font-family: 'Stem',sans-serif;
	max-width: 380px;
}
@media (max-width:870px) {
	.feedback textarea {
		width: 43.68vw;
	}
}
@media (max-width:768px) {
	.feedback textarea {
		width: 100%;
		margin-top: 3.39vw;
		font-size: 3.39vw;
		border: 0.13vw solid #D9D9D9;
		border-radius: 0.65vw;
		padding: 3.91vw;
		max-width: unset;
	}
}
.feedback textarea:focus, .feedback input:focus, .fancybox__content :focus:not(.carousel__button.is-close) {
	outline: none!important;
	box-shadow: none!important;
}
.feedback .pers {
	color: #2E2E2E;
	padding-top: 32px;
	display: block;
}
@media (max-width:768px) {
	.feedback .pers {
		padding-top: 3.91vw;
	}
}
.feedback .vopros button {
	width: 151px;
	height: 40px;
	font-size: 14px;
	display: flex;
	color: #fff;
	font-weight: 500;
	border-radius: 5px;
	background: #93B658;
    align-items: center;
    justify-content: center;
	margin-top: 35px;
	cursor: pointer;
	padding: 0;
	border: none;
}
@media (max-width:768px) {
	.feedback .vopros button {
		width: 39.06vw;
		height: 9.38vw;
		border-radius: 0.65vw;
		margin-top: 4.56vw;
		font-size: 3.39vw;
	}
}
.feedback.fancybox__content>.carousel__button.is-close {
	top: 30px;
    right: 30px;
    color: #797979;
	border: none;
    background: none;
    box-shadow: none;
}
@media (max-width:768px) {
	.feedback.fancybox__content>.carousel__button.is-close {
		top: 4.95vw;
		right: 4.95vw;
	}
}

.feedback.fancybox__content>.carousel__button.is-close svg {
    display: none;
}
.feedback.fancybox__content>.carousel__button.is-close {
	display: block;
	background: url(/local/templates/pumpagroup/css/../img/icon-close-fancy.svg) no-repeat;
	width: 16px;
    height: 16px;
    top: 18px;
    right: 18px;
}
@media (max-width:768px) {
	.feedback.fancybox__content>.carousel__button.is-close {
		width: 2.08vw;
		height: 2.08vw;
		top: 2.34vw;
		right: 2.34vw;
	}	
}
.feedback .otvet {
	min-height: 470px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
} 
@media (max-width:768px) {
	.feedback .otvet {
		min-height: 65.10vw;
	}
}
.feedback .otvet img {
	width: 40px;
	height: 40px;
	margin-bottom: 40px;
}
@media (max-width:768px) {
	.feedback .otvet img {
		width: 16.67vw;
		height: 16.67vw;
		margin-bottom: 7.29vw;
	}
}
.feedback .otvet .descr {
	font-size: 14px;
	line-height: 20px;
	color: #2E2E2E;
} 
@media (max-width:768px) {
	.feedback .otvet .descr {
		font-size: 2.34vw;
		line-height: 2.60vw;
	} 
}

.error-page {
	background: #F4F4F7 url("/local/templates/pumpagroup/css/../img/404-img.svg") no-repeat top 83px center;
	padding: 390px 0 80px 0; 
	text-align: center; 
}
.error-page h1 {
	color: #2E2E2E;
	font-size: 50px;
	font-weight: 400;
	line-height: 60px;
	letter-spacing: 1.5px;
	margin-bottom: 13px;
}
.error-page p {
	color: #2E2E2E;
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	margin-bottom: 60px;
}
.error-page p .mobile-br {
	display: none;
}
.error-page .back-404 {
	border-radius: 5px;
	background: #9B9B9B;
	padding: 14px 36px;
	text-align: center;
	display: block;
	width: max-content;
	color: #FFF;
	font-size: 14px;
	font-weight: 500;
	line-height: 12px;
	letter-spacing: 0.7px;
	margin: 0 auto;
}
@media (max-width:768px) {
	.error-page {
		background: #F4F4F7 url("/local/templates/pumpagroup/css/../img/404-img.svg") no-repeat top 23.69vw center / 220vw;
		padding: 67.6vw 0 23.4vw 0; 
	}
	.error-page h1 {
		font-size: 7.8vw;
		line-height: 9.1vw;
		letter-spacing: 0.23vw;
		margin-bottom: 4.16vw;
	}
	.error-page p {
		font-size: 3.3vw;
		line-height: 4.6vw;
		margin-bottom: 13.5vw;
	}
	.error-page .back-404 {
		border-radius: 0.65vw;
		padding: 2.3vw 8.9vw;
		font-size: 3.3vw;
		line-height: 4.6vw;
		letter-spacing: 0.16vw;
	}
	.error-page p br {
		display: none;
	}
	.error-page p .mobile-br {
		display: block;
	}
}

/* pdf-overlay */

#pdf-overlay {
	width: 527px;
	height: 305px;
	background: url("/local/templates/pumpagroup/css/../img/pdf-overlay-desk.jpg") no-repeat center center / cover;
	padding: 0;
	border-radius: 12px;
}
html.pdf-overlay-open .fancybox__backdrop {
	background: rgba(63, 63, 63, 0.72) !important;
}
#pdf-overlay .carousel__button {
	top: 14px;
	right: 14px;
	width: 10px;
	height: 10px;
}
#pdf-overlay .carousel__button svg {
	filter: none;
}
#pdf-overlay a {
	border-radius: 100px;
	background: #FFF;
	padding: 12px 25px;
	text-align: center;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 13.496px;
	position: absolute;
	bottom: 48px;
}
#pdf-overlay a.pdf-overlay-red {
	color: #FA5C59;
	left: 124px;
}
#pdf-overlay a.pdf-overlay-blue {
	color: #3B6ABE;
	right: 124px;
}

.pdf-overlay-toggle {
	width: 56px;
	position: fixed;
	bottom: 59px;
	right: 29px;
	z-index: 5;
	overflow: hidden;
	padding-bottom: 5px;
	min-height: 56px;
	display: flex;
	align-items: flex-end;
	padding-bottom: 15px;
}
.pdf-overlay-toggle:before {
	content: "";
	z-index: 1;
	width: 54px;
	height: 54px;
	border-radius: 100px;
	border: 1px solid #FA5C59;
	position: absolute;
	bottom: 0px;
	left: 0px;
	transition: .2s;
	background: #fff;
}
.pdf-overlay-toggle .circle {
	width: 46px;
	height: 46px;
	border-radius: 100px;
	background: #FA5C59 url("/local/templates/pumpagroup/css/../img/pdf-overlay-btn.svg") no-repeat bottom left;
	display: block;
	transition: .2s;
	position: relative;
	z-index: 2;
	margin-left: 5px;
	bottom: -10px;
}
.pdf-overlay-toggle span:first-child {
    color: #FA5C59;
    font-size: 14px;
    font-weight: 500;
    line-height: 13.496px;
    position: absolute;
    transform: rotate(-90deg);
    width: 240px;
    bottom: 0px;
    left: -93px;
    z-index: 2;
    transition: .2s;
    opacity: 0;
}
.pdf-overlay-toggle:hover {
	height: 202px;
}
.pdf-overlay-toggle:hover:before {
	width: 46px;
	bottom: 5px;
	left: 4px;
	height: 202px;
}
.pdf-overlay-toggle:hover span:first-child {
	opacity: 1;
	bottom: 173px;
}

@media (max-width:768px) {
	#pdf-overlay {
		width: 93.75vw;
		height: 104.16vw;
		background: url("/local/templates/pumpagroup/css/../img/pdf-overlay-mob.jpg") no-repeat center center / cover;
	}
	#pdf-overlay .carousel__button {
		top: 3.9vw;
		right: 3.9vw;
		width: 3.25vw;
		height: 3.25vw;
	}
	#pdf-overlay a {
		font-size: 2.47vw;
		border-radius: 13vw;
		padding: 1.9vw 4.4vw;
		line-height: 2.34vw;
	}
	#pdf-overlay a.pdf-overlay-red {
		left: 35.54vw;
		top: 39.71vw;
		bottom: auto;
	}
	#pdf-overlay a.pdf-overlay-blue {
		left: 35.54vw;
		top: auto;
		bottom: 5.85vw;
		right: auto;
	}

	.pdf-overlay-toggle {
        width: 7.49vw;
        bottom: 14.29vw;
        right: 4.5vw;
        padding-bottom: 0.65vw;
        min-height: 7.29vw;
        padding-bottom: 1.95vw;
	}
	.pdf-overlay-toggle:before {
		width: 7.03vw;
		height: 7.03vw;
		border-radius: 13.02vw;
		border: 0.13vw solid #FA5C59;
	}
	.pdf-overlay-toggle .circle {
		width: 5.98vw;
		height: 5.98vw;
		border-radius: 13.02vw;
		margin-left: 0.75vw;
		bottom: -1.3vw;
		background-size: 5.46vw;
	}
	.pdf-overlay-toggle span:first-child {
		font-size: 1.82vw;
		line-height: 1.82vw;
		width: 31.25vw;
		bottom: 0;
		left: -12.10vw;
	}
	.pdf-overlay-toggle:hover {
		height: 26.30vw;
	}
	.pdf-overlay-toggle:hover:before {
		width: 5.98vw;
		bottom: 0.65vw;
		left: 0.52vw;
		height: 26.30vw;
	}
	.pdf-overlay-toggle:hover span:first-child {
		bottom: 22.52vw;
	}
}
/* End */
/* /local/templates/pumpagroup/css/template_styles.css?174492982044612 */
