

/* Start:/bitrix/templates/weg2021/components/bitrix/menu/top/style.css?16816823631771*/
.headerMenuBlock {
    display: flex;
    flex-flow: row wrap;
    list-style: none;
    margin: 0;
    padding: 20px 0;
}

.headerMenuBlock a {
    color: #1F1F1F;
    text-decoration: none;
    font-size: 16px;
    line-height: 19px;
    padding: 9px 10px 7px;
    display: inline-block;
    transition: 0.5s;
}

.headerMenuBlock li {
}

.headerMenuBlock li:hover > a,
.headerMenuBlock li.selected > a{
    color: #005DA4;
}

.headerMenuChild {
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    padding: 0 10px;
}

.headerMenuChild:before {
    content: '';
    height: 2px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
}


.headerTopMenuTwoLevel {
    overflow: hidden;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    top: 100%;
    left: 0;
    background: #fff;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    z-index: -10;
    padding: 6px;
    transition: z-index 10s, opacity 0.5s;
    display: none;
}
.headerMenuChild ul li a {
    color: #1F1F1F;

}
.headerTopMenuTwoLevel a {
    white-space: nowrap;
    padding: 12px 27px 12px 24px;
    display: inline-block;
    color: #1F1F1F;
    width: 100%;
}

.headerTopMenuTwoLevel li {
    list-style: none;
    position: relative;
}

.headerTopMenuTwoLevel li:hover:after {
    opacity: 1;
}

.headerMenuChild ul li a:hover {
    color: #005DA4;
    background: #F9F9FA;
    border-radius: 5px;
}
.headerMenuChild:hover .headerTopMenuTwoLevel {
    visibility: visible;
    opacity: 1;
    z-index: 10;
    display: block;
    padding: 16px 6px;
}

@media (min-width: 768px){

}


/* End */


/* Start:/bitrix/templates/weg2021/components/bitrix/breadcrumb/corp/style.css?1693853833870*/
.bx-breadcrumb{margin:10px 0; display: flex; flex-flow: row wrap;}
.bx-breadcrumb .bx-breadcrumb-item{float:left;margin-bottom:10px;white-space:nowrap;font-size: 12px;
    line-height: 12px;vertical-align:middle;margin-right:7px;display: flex; flex-flow: row wrap;position: relative }
.bx-breadcrumb .bx-breadcrumb-item span{font-size: 12px;
    line-height: 12px;white-space:normal; color: #81C5E2;position: relative}
.bx-breadcrumb .bx-breadcrumb-item a{border-bottom:0;
    color: #64696C;font-size: 12px;
    display: flex;
    line-height: 12px;
    padding-left: 9px;
}
.bx-breadcrumb .bx-breadcrumb-item a span {
    color: #64696C;
}
.Point{position: absolute; width: 2px; height: 2px;
    top: calc(50% - 1px);display: inline-block;background: #64696C; left: 0}
@media (max-width: 767px) {
    .bx-breadcrumb {
        display: none;
    }
}
/* End */


/* Start:/bitrix/templates/weg2021/components/bitrix/search.title/bottom/style.css?1681682363544*/
.bx-searchtitle form {
	background: #FFFFFF;
	border-radius: 35px;
	height: 40px;
	position: relative;
	overflow: hidden;
}

.bx-searchtitle form input {
	background: #FFFFFF;
	border-radius: 35px;
	height: 40px;
	width: 100%;
	box-sizing: border-box;
	border: none;
	padding-left: 53px;
}

.bx-searchtitle button {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	left: 3px;
	background: url("/bitrix/templates/weg2021/components/bitrix/search.title/bottom/images/search.svg") center right no-repeat;
	border: none;
	padding: 0;
}

.bx-searchtitle button:hover {
	background-color: transparent;
}
/* End */


/* Start:/bitrix/templates/weg2021/template_styles.css?168168236316496*/
body {
	font-family: Roboto, Arial;
	font-size: 16px;
	line-height: normal;
}

.flex {
	display: flex;
	flex-flow: row wrap;
}

.maxwidth-theme {
	max-width: 1170px;
	padding: 0 15px;
	width: 100%;
	margin: auto;
}

.w-100 {
	width: 100%;
}

.p-0-15 {
	padding: 0 15px;
}

.textCenter {
	text-align: center;
}

h1,
.h1 {
	font-weight: bold;
	font-size: 42px;
	line-height: 120%;
	color: #005DA4;
}

h2,
.h2 {
	font-weight: 500;
	font-size: 48px;
	line-height: 120%;
	color: #1F1F1F;
	margin: 15px 0 45px;
}

.headerLogo {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
}

@keyframes circle {
	0% {
		opacity: 1;
		transform: translateX(0px)translateY(0px)rotate(0deg)scale(1,1);
		animation-timing-function: linear;
	}
	100% {
		opacity: 1;
		transform: translateX(0px)translateY(0px)rotate(360deg)scale(1,1);}
}

.circle {
	animation: circle 25s infinite linear;
}

@keyframes circle2 {
	0% {
		opacity: 1;
		transform: translateX(0px)translateY(0px)rotate(0deg)scale(1,1);
		animation-timing-function: linear;
	}
	100% {
		opacity: 1;
		transform: translateX(0px)translateY(0px)rotate(-360deg)scale(1,1);}
}

.circle2 {
	animation: circle2 25s infinite linear;
}

.blueBtn {
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
	padding: 18px 47px;
	display: inline-block;
	background: #005DA4;
	border-radius: 55px;
	text-decoration: none;
	transition: background 0.3s linear;
	border: none;
}

.blueBtn:hover {
	background: #2483BB;
	color: #fff;
	text-decoration: none;
}

.blackBtn {
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
	padding: 18px 47px;
	display: inline-block;
	background: #1F1F1F;
	border-radius: 55px;
	text-decoration: none;
	transition: background 0.3s linear;
}

.blackBtn:hover {
	background: #2483BB;
	color: #fff;
	text-decoration: none;
}

.whiteBtn {
	text-align: center;
	color: #1F1F1F;
	padding: 18px 11px;
	display: inline-block;
	background: transparent;
	border: 1px solid #1F1F1F;
	border-radius: 55px;
	text-decoration: none;
	font-weight: normal;
	transition: background 0.3s linear;
}

.whiteBtn:hover {
	background: #2483BB;
	border: 1px solid #2483BB;
	color: #fff;
	text-decoration: none;
}
img {
	max-width: 100%;
}

main {
	background: #FFFFFF;
	border-radius: 0px 0px 50px 50px;
	margin-bottom: -50px;
	position: relative;
	padding-bottom: 50px;
}


.error-404-big {
	color: #005DA4;
	letter-spacing: 0.09em;
	font-weight: 500;
	font-size: 215px;
	line-height: 120%;
	padding-bottom: 30%;
	text-align: right;
}

.error-with-img-block {
position: relative;
	width: 50%;
	padding-right: 50px;
}

.error-404 {
	margin: 100px auto;
}

.bx-404-container {
	width: 50%;
}

.error-with-img-block img {
	position: absolute;
	top: 30%;
	left: 30%;
	width: 65%;
}

.error-404 .norow {
	display: flex;
	flex-flow: row wrap;
}

.page-not-found {
	color: #005DA4;
	font-weight: bold;
	font-size: 42px;
	line-height: 120%;
	margin-top: 40px;
	margin-bottom: 20px;
}

.bx-404-text-block {
	color: #64696C;
	font-size: 16px;
	line-height: 180%;
	margin-bottom: 100px;
}

/*-----------------------HEADER ADN FOOTER---------------------*/

.headerName {
	font-size: 24px;
	line-height: 120%;
	text-transform: uppercase;
	color: #005DA4;
}

.headerDescription {
	font-size: 10px;
	line-height: 10px;
	color: #64696C;
	margin-top: 2px;
	/*width: 100%;*/
	padding-left: 7px;
}

.headerLogoImg {
	width: 45px;
	margin-right: 8px;
}

.headerLogo a {
	align-items: center;
}

.headerLogo a:hover {
	text-decoration: none;
}

.headerMenu ul {
	list-style: none;
	padding: 0;
}

.headerPhone a {
	font-weight: bold;
	font-size: 16px;
	line-height: 150%;
	text-align: right;
	color: #1F1F1F;
	padding-left: 20px;
	position: relative;
}

.headerPhone a:before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 15px;
	height: 15px;
	background: url("/bitrix/templates/weg2021/img/phone.svg") center no-repeat;
	background-size: 100%;
}

.headerAsk {
	font-size: 14px;
	line-height: 150%;
	text-decoration-line: underline;
	color: #005DA4;
	margin-top: -2px;
	cursor: pointer;
}

.headerCart > div > a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	background: #000000;
	color: #fff;
	font-size: 20px;
	text-align: center;
	border-radius: 50%;
	position: relative;
}

.headerCart > div > a span {
	position: absolute;
	font-weight: bold;
	font-size: 10px;
	line-height: 150%;
	display: flex;
	align-items: center;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
	width: 16px;
	height: 16px;
	background: #EE3900;
	border-radius: 50%;
	justify-content: center;
	right: -2px;
	top: -4px;
}

.headerCart {
	width: 40px;
	margin-left: 8px;
}

.headerRight {
	text-align: right;
	display: flex;
	flex-flow: row wrap;
}

header {
	padding: 17px 0;
}

header .maxwidth-theme > div {
	justify-content: space-between;
	align-items: center;
}

footer {
	background: #023A67;
	color: #fff;
	padding: 117px 0 38px;
}

footer a,
footer a:hover {
	color: #fff;
}

.footerLeft,
.footerRight {
	width: 50%;
}

.footerPhone a {
	font-weight: bold;
	font-size: 36px;
	line-height: 120%;
	text-transform: uppercase;
	color: #FFFFFF;
}

.footerPhone {
	margin-bottom: 6px;
}

.footerEmail {
	margin-bottom: 24px;
}

.footerAddress {
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 16px;
}

.footerTime {
	margin-bottom: 55px;
}

.footerInfo {
	color: #81C5E2;
}

.footerInfo a {
	color: #81C5E2;
	font-weight: bold;
}

.footerSearch {
	margin-bottom: 40px;
	width: 100%;
}

.footerRight {
	display: flex;
	flex-flow: row wrap;
}

.footerMenu {
	width: 50%;
}

.footerMenuName {
	font-weight: bold;
	margin-bottom: 19px;
}

.footerMenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.footerMenu ul li {
	margin-bottom: 10px;
}

.footerLightBackground {
	background: #005DA4;
	border-radius: 20px;
	width: 100%;
	margin: 33px 0 29px;
	padding: 17px 33px 17px 37px;
}

.footerBottom {
	font-size: 12px;
	line-height: 14px;
}

#bx-composite-banner .bx-btn-border {
	margin-left: 50px;
}

.footerLinks ul {
	list-style: none;
	display: block;
	margin: 0;
	padding: 0;
}

.footerDeveloper {
	font-weight: 300;
	font-size: 12px;
	line-height: 14px;
	margin-left: auto;
}


.footerDeveloper a {
	display: flex;
	align-items: center;
}

.footerDeveloper a > div {
	width: calc(100% - 30px);
	padding-left: 8px;
}

.footerDeveloper img {
	background: #FFFFFF;
	border-radius: 5px;
	padding: 7px 3px 8px;
	width: 30px;
	height: 30px;
}

/*-----------------/HEADER ADN FOOTER-----------------*/

#toTop {
	display: none!important;
}
.headerBurger {
	display: none;
}
.headerCart {
	position: relative;
}

header .bx-basket-item-list {
	position: absolute;
	width: 395px;
	right: 0;
	left: auto;
	z-index: 10;
	top: 40px;
	padding-top: 10px;
	display: none;
}

.basketProductList {
	background: #FFFFFF;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	text-align: left;
	padding: 25px 15px 19px;
}

.basketProductList .blueBtn {
	width: 100%;
	text-transform: none;
	padding: 15px;
}

.basketProductListName {
	font-weight: normal;
	font-size: 20px;
	line-height: 120%;
	color: #1F1F1F;
	margin-bottom: 19px;
	padding: 0 10px;
}

.basketProductListName span {
	color: #BDBDBD;
}

.basketItemInfo {
	width: calc(100% - 70px);
	padding-left: 14px;
}
header .bx-basket-item-list-item {
	display: flex;
	flex-flow: row wrap;
	border-bottom: 1px solid #F2F2F2;
	padding-bottom: 20px;
	margin-bottom: 20px;
	position: relative;
}
header .bx-basket-item-list-item-img {
	width: 70px;
}

header .bx-basket-item-list-item-name a {
	font-weight: bold;
	font-size: 14px;
	line-height: 120%;
	color: #1F1F1F;
}

header .bx-basket-item-list-item-price-block {
	font-size: 12px;
	line-height: 120%;
	color: #2A82BD;
	margin-bottom: 11px;
}


.basketItemInput {
	border: none;
	width: 32px;
	padding: 0;
	font-weight: bold;
	color: #1F1F1F;
	text-align: center;
}

.basketItemQuantity {
	display: flex;
	align-items: center;
}

.basketItemMinus,
.basketItemPlus {
	color: #1F1F1F;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #F2F2F2;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

header .bx-basket-item-list-item-remove {
	background: url("/bitrix/templates/weg2021/img/remove.svg") center no-repeat;
	position: absolute;
	width: 10px;
	height: 10px;
	right: 10px;
	top: 40%;
	transform: translateY(-50%);
	cursor: pointer;
}

.headerCart:hover .bx-basket-item-list {
	display: block;
}

header .bx-basket-item-list-container {
	max-height: 420px;
	overflow: auto;
}

header .bx-basket-item-list-container::-webkit-scrollbar {
	width: 4px;
	height: 4px;
	background: #F2F2F2;
	border-radius: 3px;
}
header .bx-basket-item-list-container::-webkit-scrollbar-thumb {
	border-radius: 3px;
	background-color: #BDBDBD;
}

.fixMenu {
	display: none;
}

.basketProductList p {
	color: #828282;
	padding: 0 10px 15px;
}
.catalogItem {
	overflow: hidden;
}
.catalogItemAdd:hover {
	color: #fff;
	background: #005DA4;
}
.catalogItemName {
	display: block;
}
.catalogItemName:hover {
	text-decoration: none;
	color: #2A82BD;
}

.catalogItem:hover {
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.09);
}
.loader-bounce {
	width: 32px;
	margin: auto;
	text-align: center;
}
.loader-bounce > div {
	width: 8px;
	height: 8px;
	background-color: #fff;
	border-radius: 100%;
	display: inline-block;
	animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
}

.loader-bounce > div:nth-child(1) {
	animation-delay: -0.32s;
}
.loader-bounce > div:nth-child(2) {
	animation-delay: calc(-0.32s / 2);
}


@keyframes sk-three-bounce {
	0%, 80%, 100% {
		transform: scale(0);
	}
	40% {
		transform: scale(1.0);
	}
}
.catalogItemAdd.basket {
	color: #fff;
	background: #005DA4;
}
.catalogItemAdd.basket svg {
	background-color: #fff;
}

.mobileMenu {
	display: none;
}
@media (max-width: 1200px){

	header .headerMenuBlock a {
		padding: 9px 2px 7px;
		font-size: 14px;
	}

	header .headerMenuChild {
		padding: 0;
	}
}

@media (max-width: 992px){


	header .headerDescription {
		display: none;
	}
}
@media (max-width: 768px){
	header {
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		z-index: 100;
	}
	main {
		padding-top: 58px;
	}
	.headerLogoImg {
		background: url(/images/logo_white.svg);
		width: 33px;
	}
	.headerLogoImg img {
		opacity: 0;
	}
	h1,
	.h1 {
		font-size: 24px;
		line-height: 120%;
	}

	h2, .h2 {
		font-size: 24px;
		line-height: 120%;
	}

	.headerAsk,
	.headerMenu,
	.headerName,
	.headerDescription {
		display: none;
	}

	.headerCart {
		display: none;
	}

	header {
		background: #005DA4;
	}

	.headerPhone a {
		color: #fff;
	}
	.footerLeft, .footerRight {
		width: 100%;
	}
	.footerPhone a {
		font-size: 24px;
	}

	.footerAddress {
		font-size: 18px;
		line-height: 130%;
	}

	.footerEmail,
	.footerPhone {
		order: 1;
		width: 100%;
	}

	.footerInfo {
		order: 2;
		width: 100%;
		margin-bottom: 34px;
	}
	.footerAddress,
	.footerTime {
		order: 3;
		width: 100%;
	}
	.footerEmail {
		margin-bottom: 14px;
	}
	.footerLeft {
		display: flex;
		flex-flow: row wrap;
	}
	.footerEmail,
	.footerTime ,
	.footerInfo {
		font-size: 14px;

	}
	.footerTime {
		margin-bottom: 0;
	}
	.footerLightBackground {
		padding: 20px;
	}

	.footerLinks {
		font-size: 14px;
		margin-bottom: 5px;
	}
	.footerLinks li {
		margin-bottom: 12px;
	}
	.footerLinks,
	#bx-composite-banner,
	.footerDeveloper {
		width: 100%;
	}
	.footerDeveloper {
		order: 3;
	}
	footer {
		padding: 100px 0 30px;
	}
	.footerRight {
		order: 0;
	}
	.footerLeft,
	.footerLightBackground,
	.footerBottom  {
		order: 1;
	}
	.footerMenu {
		display: none;
	}

	#bx-composite-banner .bx-btn-border {
		margin-left: 0;
		margin-bottom: 24px;
	}

	.headerBurger {
		display: block;
		width: 27px;
		height: 18px;
		position: relative;
	}

	.headerBurger > div {
		position: absolute;
		height: 3px;
		background: #fff;
		left: 0;
		width: 100%;
		top: calc(50% - 1.5px);
	}
	.headerBurger:before {
		content: '';
		position: absolute;
		height: 3px;
		background: #fff;
		left: 0;
		width: 100%;
		top: 0;
	}
	.headerBurger:after {
		content: '';
		position: absolute;
		height: 3px;
		background: #fff;
		left: 0;
		width: 100%;
		bottom: 0;
	}

	main {
		background: #FFFFFF;
		border-radius: 0px 0px 30px 30px;
		margin-bottom: -30px;
	}

	.fixMenu {
		display: flex;
		width: 100%;
		height: 65px;
		background: #FFFFFF;
		box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 100;
		align-items: center;
		text-align: center;
	}

	.fixMenu a {
		width: 25%;
		font-size: 14px;
		line-height: 120%;
	}
	.fixMenu a i {
		font-size: 28px;
	}
	.fixMenuCatalog,
	.fixMenuContacts,
	.fixMenuCart{
		color: #64696C;
	}
	.fixMenu a.color {
		color: #005DA4;
	}

	header .bx-basket-item-list{
		display: none!important;
	}

	.mobileMenu {
		background: rgba(31, 31, 31, 0.4);
		position: fixed;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		z-index: 10000;
	}

	.mobileMenuBlock {
		background: #2A84BD;
		width: calc(100% - 66px);
		margin-left: auto;
		height: 100%;
		color: #fff;
		overflow: auto;
	}

	.mobileMenu.active {
		display: block;
	}

	.mobileMenuBlock__close {
		text-align: right;
		padding: 15px 15px 10px;
	}
	
	.mobileMenuBlock__menu a {
		color: #fff;
	}
	.mobileMenuBlock__menu {
		border-bottom: 1px solid #5DA9DD;
	}
	.mobileMenuBlock__menu ul {
		list-style: none;
	}
	.mobileMenuBlock__menu > ul {
		padding: 0;
		margin: 0;

		padding-bottom: 12px;
	}
	.mobileMenuBlock__menu > ul > li.child > a,
	.mobileMenuBlock__menu > ul > li.child {
		text-transform: uppercase;
		font-weight: bold;
	}
	.mobileMenuBlock__menu > ul > li.child ul a {
		text-transform: none;
		font-weight: normal;
	}
	.mobileMenuBlock__menu > ul li {
		margin-bottom: 10px;
	}
	.mobileMenuBlock__cart {
		padding: 10px 33px;
		border-bottom: 1px solid #5DA9DD;
	}
	.mobileMenuBlock__cart a {
		color: #fff;
		font-weight: bold;
		font-size: 14px;
		line-height: 150%;
		display: flex;
		width: 100%;
		justify-content: left;
		align-items: center;
	}
	.mobileMenuBlock__cart i {
		color: #fff;
		font-size: 20px;
		width: 40px;
		height: 40px;
		padding: 10px;
		border-radius: 50%;
		background: #000000;
		display: inline-block;

		margin-right: 9px;
	}
	.mobileMenuBlock__cart span {
		display: inline-block;
		margin-left: auto;
		font-weight: bold;
		font-size: 14px;
		line-height: 26px;
		background: #EE3900;
		width: 26px;
		height: 26px;
		text-align: center;
		border-radius: 50%;
	}

	body.menu {
		overflow: hidden;
	}

	.mobileMenuBlock__info {
		padding: 19px 33px;
	}
	.mobileMenuBlock__phone {
		margin-bottom: 7px;
	}
	.mobileMenuBlock__phone a {
		font-weight: bold;
		font-size: 14px;
		line-height: 150%;
		color: #FFFFFF;
	}
	.mobileMenuBlock__address br {
		display: none;
	}
	.mobileMenuBlock__address {
		font-size: 12px;
		line-height: 14px;
	}
	.mobileMenuBlock__callBtn {
		margin-top: 16px;
	}
	.mobileMenuBlock__callBtn .whiteBtn {
		background: #FFFFFF;
		border-color: #fff;
		font-weight: bold;
		font-size: 14px;
		line-height: 150%;
		text-transform: uppercase;
		width: 100%;
		padding: 11px;
	}
	.mobileMenuBlock__menu > ul ul {
		padding-left: 15px;
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.mobileMenuBlock__menu {
		padding: 0 33px;
	}

	.error-with-img-block {
		position: relative;
		width: 100%;
		padding-right: 0;
	}

	.error-404 {
		margin: 50px auto;
	}

	.bx-404-container {
		width: 100%;
	}
}
/* End */
/* /bitrix/templates/weg2021/components/bitrix/menu/top/style.css?16816823631771 */
/* /bitrix/templates/weg2021/components/bitrix/breadcrumb/corp/style.css?1693853833870 */
/* /bitrix/templates/weg2021/components/bitrix/search.title/bottom/style.css?1681682363544 */
/* /bitrix/templates/weg2021/template_styles.css?168168236316496 */
