

/* Start:/local/components/hercules/price.full/templates/.default/style.css?17436131111259*/
.price-download{
	position:relative;
	max-width:300px;
}
.price-download__progress{
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.8);
	display: none;
}
.price-download__btn{
	border: none;
	background: transparent;
	text-decoration: underline;
	outline: none;
	cursor: pointer;
}
.price-download__btn:hover{
	text-decoration: none;
}
.price-download__info{
	padding:5px 0;
}
.price-download__bar{
	overflow: hidden;
	height: 20px;
	position: absolute;
	left:0;
	bottom:0;
	width:100%;
	display:block;
	background-color: #1861A8;
	background-image: linear-gradient(to bottom, #70A3D4, #1861A8);
	box-shadow:
		inset 0 2px 9px  rgba(255,255,255,0.3),
		inset 0 -2px 6px rgba(0,0,0,0.4);
}
.price-download__bar:after {
	content: "";
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	background-image: linear-gradient(
		-45deg,
		rgba(255, 255, 255, .2) 25%,
		transparent 25%,
		transparent 50%,
		rgba(255, 255, 255, .2) 50%,
		rgba(255, 255, 255, .2) 75%,
		transparent 75%,
		transparent
	);
	z-index: 1;
	background-size: 50px 50px;
	animation: move 2s linear infinite;
	overflow: hidden;
}
@keyframes move {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: 50px 50px;
	}
}

/* End */


/* Start:/local/templates/hercules/components/bitrix/sale.basket.basket.line/zag/style.css?17436131104824*/
.bx-basket {
}

.bx-basket-block {
	position: relative;
	padding-bottom: 5px;
	white-space: nowrap;
	font-size: 14px;
}

.bx-basket-block {
	display: flex;
	align-items: center;
	justify-items: center;
	justify-content: center;
	color: #fff;
}

.bx-basket-block a {
	color: #fff;
}

.bx-basket-block > .fa {
	display: none;
	font-size: 20px;
	width: 14px;
	color: #97a1ab;
}

.bx-basket-block a {
	margin-right: 10px;
}

/*FIXED BASKET*/

@media (min-width: 768px) {
	.bx-basket-block {
		padding-left: 30px;
		color:#333;
		display: block;
	}
	.head-title__basket>div{
		width: auto !important;
	}
	.bx-basket-block a{
		color:#333;
	}

	.bx-basket-block > .fa {
		display: block;
		position: absolute;
		top: 3px;
		left: 0;
	}

	.bx-basket-fixed {
		position: fixed;
		z-index: 998;
		overflow: hidden;
		padding-top: 10px;
		width: 200px;
		border: 1px solid #f0f0f0;
		border-radius: 1px;
		background: #fff;
		box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
	}

	.bx-basket-fixed.top {
		top: 10px
	}

	.bx-basket-fixed.right {
		right: 10px
	}

	.bx-basket-fixed.bottom {
		bottom: 10px
	}

	.bx-basket-fixed.left {
		left: 10px
	}

	.bx-basket-fixed.bx-max-height {
		top: 10px;
		bottom: 10px;
	}
}

@media (max-width: 767px) {
	.bx-basket-fixed {
		position: fixed;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 998;
		overflow: hidden;
		padding-top: 10px;
		border: 1px solid #f0f0f0;
		border-radius: 1px;
		background: #fff;
		box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
	}

	.bx-basket-item-list {
		display: none;
	}

	/*.bx-basket-fixed */
}

.bx-basket-fixed .bx-basket-block {
	margin-left: 10px;
}

.bx-basket-item-list {
	position: relative;
	overflow: hidden;
	padding-bottom: 20px;
	border-top: 1px solid #f7f7f7;
}

.bx-opener .bx-basket-item-list {
	padding-bottom: 75px;
}

.bx-max-height .bx-basket-item-list {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
}

.bx-closed .bx-basket-item-list {
	overflow: hidden;
	height: 20px;
}

.bx-basket-item-list-action {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 120;
	padding: 3px 0;
	height: 20px;
	background: #f7f7f7;
	color: #4f4f4f;
	vertical-align: middle;
	text-align: center;
	font-size: 12px;
	line-height: 14px;
	cursor: pointer;
}

.bx-basket-item-list-button-container {
	position: absolute;
	right: 0;
	bottom: 20px;
	left: 0;
	padding: 10px 0;
	border-top: 1px solid #f7f7f7;
	background: #fff;
	text-align: center;
}

.bx-basket-item-list-container {
	overflow-y: auto;
	max-height: 100%
}

.bx-basket-item-list-item {
	position: relative;
	margin-bottom: 15px;
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 10px;
	border-bottom: 1px solid #f7f7f7;
}

.bx-basket-item-list-container .bx-basket-item-list-item:last-child {
	margin-bottom: 0;
	border-bottom: none;
}

.bx-basket-item-list-item-status {
	margin: 0 10px 20px;
	padding: 3px;
	border-radius: 3px;
	background: #ebebeb;
	text-align: center;
	white-space: normal;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
}

.bx-basket-item-list-item-img {
	position: relative;
	padding-bottom: 5px;
	text-align: center;
}

.bx-basket-item-list-item-img img {
	max-width: 90px;
	height: auto;
	border: 1px solid #e6e6e6;
}

.bx-basket-item-list-item-name {
	padding-bottom: 5px;
}

.bx-basket-item-list-item-name a {
	font-size: 13px;
	line-height: 16px;
}

.bx-basket-item-list-item-remove {
	position: absolute;
	top: -7px;
	right: 10px;
	width: 20px;
	height: 20px;
	opacity: .5;
	cursor: pointer;
	transition: 250ms linear all;
}

.bx-basket-item-list-item-remove:after,
.bx-basket-item-list-item-remove:before {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 10px;
	height: 2px;
	border-radius: 1px;
	background-color: #333;
	content: '';
	transform: translate(-50%, -50%);
}

.bx-basket-item-list-item-remove:after {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-moz-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	-o-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}

.bx-basket-item-list-item-remove:before {
	-webkit-transform: translate(-50%, -50%) rotate(135deg);
	-moz-transform: translate(-50%, -50%) rotate(135deg);
	-ms-transform: translate(-50%, -50%) rotate(135deg);
	-o-transform: translate(-50%, -50%) rotate(135deg);
	transform: translate(-50%, -50%) rotate(135deg);
}

.bx-basket-item-list-item-remove:hover {
	opacity: .7;
}

.bx-basket-item-list-item-price-block {
	padding-bottom: 5px;
	font-size: 12px;
}

.bx-basket-item-list-item-price {
	display: inline-block;
	margin-right: 5px;
}

.bx-basket-item-list-item-price-old {
	display: inline-block;
	margin-right: 5px;
	color: #b0b0b0;
	text-decoration: line-through
}

.bx_cart_login_top .bx-hdr-profile {
	line-height: 1.44em;
}
/* End */


/* Start:/local/templates/hercules/components/bitrix/menu/top/style.css?17436131102607*/
.top-menu__item {
  color: #fff; }
.top-menu__menu {
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: -100%;
  height: 100%;
  width: 100%;
  background: #1861A8;
  z-index: 1;
  -webkit-transition: .5s;
  transition: .5s;
  padding: 40px 0; }
.top-menu__item {
  display: block;
  text-decoration: none !important;
  padding: 0 20px;
  height: 40px;
  line-height: 40px; }
  .top-menu__item:hover {
    color: #FFCA7D; }
  .top-menu__item_active {
    background: #FFB74E;
    color: #083B6D !important; }
.top-menu__burger {
  position: absolute;
  display: inline-block;
  width: 24px;
  background: #fff;
  height: 20px;
  border: 1px solid #1861a8;
  border-width: 9px 0;
  box-sizing: border-box;
  -webkit-transition: .5s;
  transition: .5s;
  cursor: pointer;
  z-index: 2;
  top: 9px;
  left: 10px; }
  .top-menu__burger:before {
    content: '';
    position: absolute;
    width: 100%;
    background: #fff;
    height: 2px;
    top: 9px;
    left: 0;
    -webkit-transition: .5s;
    transition: .5s; }
  .top-menu__burger:after {
    content: '';
    position: absolute;
    width: 100%;
    background: #fff;
    height: 2px;
    top: -9px;
    left: 0;
    -webkit-transition: .5s;
    transition: .5s; }
  .top-menu__burger:hover {
    background: #70A3D4; }
    .top-menu__burger:hover:after, .top-menu__burger:hover:before {
      background: #70A3D4; }
.top-menu__checkbox {
  position: absolute;
  top: 0;
  visibility: hidden;
  z-index: 1; }
  .top-menu__checkbox:checked + .top-menu__burger {
    background: transparent;
    position: absolute;
    right: 10px;
    left: auto; }
    .top-menu__checkbox:checked + .top-menu__burger:before {
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
      top: 0; }
    .top-menu__checkbox:checked + .top-menu__burger:after {
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      top: 0; }
    .top-menu__checkbox:checked + .top-menu__burger + .top-menu__menu {
      left: 0; }

@media screen and (min-width: 768px) {
  .top-menu__checkbox, .top-menu__burger {
    display: none; }
  .top-menu__menu {
    display: flex;
    padding: 0;
    position: relative;
    top: auto;
    left: auto;
    height: auto;
    width: auto; }
  .top-menu__item {
    padding: 0 10px;
    display: block;
    height: 40px;
    box-sizing: border-box;
    line-height: 40px;
    text-decoration: none; }
    .top-menu__item:hover {
      border-bottom: 3px solid #FFCA7D; }
    .top-menu__item_active {
      background: #FFB74E;
      color: #083B6D; } }

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/hercules/components/bitrix/search.title/zaglushka/style.css?17436131103323*/
.search-box {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	z-index: 999999;
	box-sizing: border-box;
	box-shadow: 0 0 10px 2px #cecece;
	display: none;
}

.std.search-box__form {
	box-sizing: border-box;
	position: relative;
	padding: 20px 148px 20px 10px;
}

.top-search-form__close {
	width: 30px;
	height: 30px;
	line-height: 30px;
	position: absolute;
	top: 50%;
	margin-top: -15px;
	right: 0;
	font-size: 28px;
	color: #c6c6c6;
	cursor: pointer;
	transition: all 0.4s ease-out;
	text-align: center;
}

.top-search-form__close:hover {
	color: #A63106;
}

.top-search-form__button {
	border: 2px solid #1861A8;
	color: #1861A8;
	background: #fff;
	transition: all 0.4s ease-out;
	height: 40px;
	line-height: 36px;
	width: 100px;
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	right: 40px;
}
.top-search-form__input{
	height: 40px;
	line-height: 36px;
	box-sizing: border-box;
	border: 2px solid #1861A8;
	border-width:0 0 2px 0;
	width:100%;
	display: block;
	outline: none;
	font-size:20px;
}

div.title-search-result {
	border: 1px solid #c6c6c6;
	display: none;
	overflow: hidden;
	z-index: 999998;
	margin-top: -2px;
}

table.title-search-result {
	border-collapse: collapse;
	border: none;
	width: 10%;
}

table.title-search-result th {
	background-color: #F7F7F7;
	border-right: 1px solid #e8e8e8;
	color: #949494;
	font-weight: normal;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 14px;
	padding-right: 12px;
	text-align: right;
	vertical-align: top;
	white-space: nowrap;
	width: 1%;
}

table.title-search-result td {
	background-color: white;
	font-weight: normal;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: left;
	white-space: nowrap;
}

table.title-search-result td.title-search-item {
	padding-left: 8px;
	padding-right: 15px;
}

table.title-search-result td.title-search-item a {
	padding-left: 4px;
	padding-right: 15px;
	vertical-align: top;
	display: block;
}

table.title-search-result td.title-search-item img {
	vertical-align: top;
	margin:0 10px 10px 0
}

table.title-search-result td.title-search-item b {
	color: #cf0000;
	font-weight: normal;
}

table.title-search-result tr.title-search-selected td, table.title-search-result tr.title-search-selected a, table.title-search-result tr.title-search-selected td.title-search-more a {
	background-color: #fff2be;
}

table.title-search-result td.title-search-more {
	font-size: 11px;
	font-weight: normal;
	padding-right: 15px;
	padding-left: 24px;
	padding-top: 0px;
}

table.title-search-result td.title-search-more a {
	padding-left: 12px;
	padding-right: 15px;
	text-decoration: none;
	color: #999999;
}

table.title-search-result td.title-search-all {
	padding-left: 24px;
	padding-right: 15px;
}

table.title-search-result td.title-search-all a {
	padding-left: 4px;
	text-decoration: none;
	color: #808080;
}

table.title-search-result td.title-search-separator, table.title-search-result th.title-search-separator {
	padding-top: 0;
	padding-bottom: 0;
	font-size: 4px;
}

div.title-search-fader {
	display: none;
	background-image: url('/local/templates/hercules/components/bitrix/search.title/zaglushka/images/fader.png');
	background-position: right top;
	background-repeat: repeat-y;
	position: absolute;
}

p.title-search-preview {
	font-size: 12px;
}

div.title-search-result td.title-search-price span {
	font-size: 26px;
}

/* End */


/* Start:/local/templates/hercules/components/bitrix/menu/bottom/style.css?1757688506711*/
.footer__menu {
    display: flex;
    flex-direction: column;
    gap: 24px;
    justify-content: center;
    align-items: center;
}
.footer-menu{
    display: flex;
    flex-direction: column;
    gap:16px;
    padding-bottom: 24px;
}
.footer-menu:first-child {
    display: none
}

.footer-menu__item {
    font-size: 14px;
    padding: 0 10px;
    box-sizing: border-box;
    text-decoration: none
}

.footer-menu__item:hover {
    text-decoration: underline
}

.footer-menu__item_active {
    color: #000
}

@media screen and (min-width: 768px) {
    .footer-menu{
        flex-direction: row;
        gap:8px;
        padding-bottom: 0;
    }
    .footer-menu:first-child {
        display: flex
    }
}


/* End */


/* Start:/local/templates/hercules/components/vasoft/cookie/zag/style.css?1757688506885*/
.vs-cookie-notification {
    position: fixed;
    background-color: rgba(0, 0, 0, .8);
    bottom: 0;
    width: 100%;
    color: white;
    padding: 15px;
    font-size: 13px;
    z-index: 999;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.vs-cookie-notification_body, .vs-cookie-notification_buttons {
    max-width: 1000px;
}

.vs-cookie-notification_body p {
    margin: 5px 10px;
}

.vs-cookie-notification_body p a {
    color: #fff;
    text-decoration: underline;
}
.vs-cookie-notification_body p a:hover {
    text-decoration: none;
}

.vs-cookie-notification_buttons {
    text-align: right;
    padding: 0 30px;
}

.vs-cookie-notification_button {
    cursor: pointer;
    border: none;
    padding: 0 10px;
    font-weight: bold;
    opacity: .8;
    font-size: 14px;
}

.vs-cookie-notification_button:hover {
    opacity: 1;
}
/* End */


/* Start:/local/templates/hercules/styles.css?1743613110152*/
.once-image{text-align:center;margin:20px 0}.once-image:first-child{margin-top:0}.once-image img{max-width:100%}
/*# sourceMappingURL=styles.css.map */

/* End */


/* Start:/local/templates/hercules/template_styles.css?174361311013151*/
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  color: #333;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }

div {
  box-sizing: border-box; }

body {
  margin: 0; }

main {
  display: block; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

pre {
  font-family: monospace, monospace;
  font-size: 1em; }

a {
  background-color: transparent;
  color: #333; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b, strong {
  font-weight: bolder; }

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

button,
input {
  /* 1 */
  overflow: visible; }

button,
select {
  /* 1 */
  text-transform: none; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  padding: 0.35em 0.75em 0.625em; }

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

progress {
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

details {
  display: block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none; }

a {
  color: #1861A8; }

.std {
  padding: 10px; }

h2 a {
  text-decoration: none; }

.sided__side {
  margin: 0 -10px; }

.sided__main {
  margin: 0 -10px; }

.head-title__logo {
  text-align: center; }
  .head-title__logo-link {
    text-decoration: none;
    display: block;
    color: #333; }

.opora {
  width: 242px; }

.head-title__logo-caption {
  font-size: 12px; }

.head-title__contacts {
  margin: 20px 0; }

.head-title__contacts-phone {
  display: block;
  text-align: center;
  margin: 15px 0;
  font-size: 18px;
  text-decoration: none;
  font-weight: bold; }

.head-title__contacts-email {
  display: block;
  text-align: center;
  margin: 15px 0;
  font-size: 16px;
  text-decoration: none; }

.head-title__contacts-email:hover,
.head-title__contacts-phone:hover {
  text-decoration: underline; }

.head-title__contacts-plan {
  display: block;
  text-align: center;
  margin: 15px 0;
  font-size: 16px;
  text-decoration: none; }

.head-title__basket {
  position: fixed;
  bottom: 0;
  left: 0;
  height: 40px;
  overflow: hidden;
  background: #1861A8;
  width: 100%;
  display: flex;
  justify-items: right;
  align-items: center;
  justify-content: end;
  z-index: 10; }
  .head-title__basket > div {
    width: 100%; }

.head-title__basket > div {
  margin-left: auto; }

.head-title__price {
  text-align: center;
  margin: 0 auto; }

.head-title__price-link {
  position: relative;
  vertical-align: middle; }

.head-title__price-link:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  margin-right: 5px;
  position: relative;
  top: 2px; }

.head-title__price-info {
  font-size: 15px;
  display: block;
  margin-top: 5px;
  color: #777; }

.bx-basket-block > .fa {
  color: #FF9F13; }

.icon-search {
  fill: none;
  stroke: #000000;
  stroke-linecap: round;
  stroke-dasharray: none;
  stroke-opacity: 1;
  stroke-miterlimit: 4; }
  .icon-search circle {
    opacity: 1;
    fill-opacity: 1;
    fill-rule: nonzero;
    stroke-width: 6;
    stroke-linejoin: round;
    stroke-dashoffset: 0;
    paint-order: stroke fill markers; }
  .icon-search path {
    fill-rule: evenodd;
    stroke-width: 10;
    stroke-linejoin: miter; }

.nav-bar {
  background: #1861A8;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  height: 40px;
  padding: 0; }
  .nav-bar__box {
    padding: 0 5px;
    display: flex;
    justify-content: space-between; }
  .nav-bar svg.icon-search {
    stroke: #fff !important;
    height: 28px;
    width: 28px;
    padding-top: 6px;
    transition: all 0.4s ease-out;
    cursor: pointer; }
    .nav-bar svg.icon-search:hover {
      transform: scale(1.2, 1.2); }

header {
  padding-bottom: 30px;
  border-bottom: 1px solid #1861A8; }

footer {
  margin-top: 30px;
  padding: 20px 0 40px 0;
  background: #eaeaea; }

.footer {
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end; }
  .footer__copyright {
    text-align: center;
    font-size: 13px; }
    .footer__copyright-name {
      display: block; }
  .footer__phone {
    text-align: center; }

.phones__separator {
  display: none; }
.phones__link {
  font-size: 20px;
  display: block;
  margin: 20px 0; }

.crumb {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
  line-height: 20px; }
  .crumb__item {
    display: none;
    margin-right: 5px; }
    .crumb__item:last-child {
      display: inline-block; }
      .crumb__item:last-child:before {
        display: inline-block;
        content: '';
        width: 8px;
        height: 8px;
        border-top: 1px solid #777;
        border-left: 1px solid #777;
        transform: rotate(-45deg);
        margin-right: 10px; }
  .crumb__link {
    text-decoration: none; }
    .crumb__link:hover {
      text-decoration: underline; }

button {
  cursor: pointer; }

.tab-box {
  margin: 0 -10px 20px -10px; }
  .tab-box__button {
    outline: none;
    display: inline-block;
    background: #fff;
    font-size: 16px;
    border: none;
    padding: 10px 20px;
    border-bottom: 2px solid #cecece;
    margin: 0 10px; }
    .tab-box__button:hover {
      border-color: #083B6D;
      color: #083B6D; }
    .tab-box__button_active {
      border-color: #2D567E; }

.btn {
  outline: none;
  display: inline-block;
  background: #1861A8;
  font-size: 16px;
  border: none;
  padding: 10px 20px;
  margin: 0 10px;
  color: #fff;
  transition: all 0.4s ease-out; }
  .btn:hover {
    background: #083B6D; }

.field {
  display: block; }
  .field__label {
    line-height: 28px; }

.ui-ctl-textarea {
  width: auto; }

.form-order__submit {
  background: #1861A8;
  color: #fff;
  transition: all 0.4s ease-out; }
  .form-order__submit:hover {
    background: #083B6D; }

.ym-counter {
  margin-top: 20px; }

.dinner {
  color: red;
  display: block; }

@media screen and (min-width: 768px) {
  .std {
    width: 767px;
    margin: 0 auto; }

  .sided {
    display: -ms-grid;
    display: grid;
    grid-template-columns: 249px auto;
    -ms-grid-columns: 249px auto;
    grid-template-rows: max-content;
    -ms-grid-rows: max-content;
    margin: 0 -10px; }

  .sided__side {
    grid-column: 1;
    grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-row: 1;
    margin: 0 !important; }

  .sided__main {
    grid-column: 2;
    grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-row: 1;
    margin: 0 0 0 20px !important; }

  .head-title {
    display: -ms-grid;
    display: grid;
    grid-template-columns: 1fr 2fr;
    -ms-grid-columns: 1fr 2fr;
    grid-template-rows: max-content max-content;
    -ms-grid-rows: max-content max-content; }
    .head-title__basket {
      position: relative;
      background: #fff;
      grid-row: 2;
      grid-column: 2;
      -ms-grid-row: 2;
      -ms-grid-column: 2;
      align-self: center; }

  .head-title__price {
    margin-top: 20px;
    grid-row: 2;
    grid-column: 1;
    -ms-grid-row: 2;
    -ms-grid-column: 1; }

  .head-title__logo {
    grid-row: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    text-align: left; }

  .head-title__contacts {
    grid-row: 1;
    grid-column: 2;
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    display: -ms-grid;
    display: grid;
    grid-template-columns: 1fr 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-rows: max-content max-content;
    -ms-grid-rows: max-content max-content;
    margin: 0; }

  .head-title__contacts-phone:nth-child(1) {
    grid-row: 1;
    grid-column: 2;
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    text-align: right;
    margin: 10px 0;
    display: inline; }

  .head-title__contacts-phone:nth-child(2) {
    grid-row: 2;
    grid-column: 2;
    -ms-grid-row: 2;
    -ms-grid-column: 2;
    text-align: right;
    margin: 10px 0;
    display: inline; }

  .head-title__contacts-email {
    grid-row: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    text-align: right;
    margin: 10px 0;
    display: inline; }

  .head-title__contacts-plan {
    grid-row: 2;
    grid-column: 1;
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    text-align: right;
    margin: 10px 0;
    display: inline; }

  .nav-bar {
    position: relative; }

  header {
    padding-bottom: 0;
    border-bottom: none; }

  .footer {
    display: -ms-grid;
    display: grid;
    grid-template-columns: 1fr max-content;
    -ms-grid-columns: 1fr max-content;
    grid-template-rows: max-content max-content;
    -ms-grid-rows: max-content max-content; }
    .footer__menu {
      grid-row: 1;
      grid-column: 1 / 3;
      -ms-grid-row: 1;
      -ms-grid-column-span: 2;
      -ms-grid-column: 1;
      justify-content: center;
      margin-bottom: 40px; }
    .footer__copyright {
      grid-row: 2;
      grid-column: 1;
      -ms-grid-row: 2;
      -ms-grid-column: 1;
      justify-self: left;
      align-self: end;
      text-align: left; }
    .footer__phone {
      grid-row: 2;
      grid-column: 2;
      -ms-grid-row: 2;
      -ms-grid-column: 2;
      text-align: left; }

  .phones__separator {
    display: inline-block; }
  .phones__title {
    font-size: 14px; }
  .phones__link {
    font-size: 14px;
    display: inline-block;
    margin: 0; }

  .crumb__item {
    display: inline-block; }
    .crumb__item:before {
      color: #777;
      content: '\\' !important;
      display: inline-block;
      margin-right: 5px !important;
      border: none !important;
      transform: none !important; }
    .crumb__item:first-child:before {
      display: none; } }
@media screen and (min-width: 1017px) {
  .std {
    width: 1016px;
    margin: 0 auto; }

  .head-title {
    display: -ms-grid;
    display: grid;
    grid-template-columns: 236px 1fr 1fr max-content;
    -ms-grid-columns: 236px 1fr 1fr max-content;
    grid-template-rows: max-content;
    -ms-grid-rows: max-content;
    justify-items: center;
    align-items: center; }

  .head-title__logo {
    text-align: center; }

  .head-title__basket {
    grid-row: 1;
    grid-column: 4;
    -ms-grid-row: 1;
    -ms-grid-column: 4; }

  .head-title__price {
    grid-row: 1;
    grid-column: 3;
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    margin-top: 0; }

  .head-title__contacts {
    grid-column: 2;
    -ms-grid-column: 2;
    display: block;
    width: 210px;
    justify-self: center; }

  .head-title__contacts-phone {
    display: block !important;
    margin: 0 20px;
    justify-self: center; }

  .head-title__contacts-phone:first-child {
    margin-top: 0; }

  .head-title__contacts-email {
    display: block; }

  .head-title__contacts-plan {
    display: block;
    margin-bottom: 0;
    font-size: 13px; }

  .field {
    display: -ms-grid;
    display: grid;
    grid-template-columns: 180px auto;
    -ms-grid-columns: 180px auto;
    grid-template-rows: max-content;
    -ms-grid-rows: max-content;
    margin: 10px 0; }
    .field__label {
      grid-row: 1;
      grid-column: 1;
      -ms-grid-row: 1;
      -ms-grid-column: 1; }
    .field__input {
      grid-row: 1;
      grid-column: 2;
      -ms-grid-row: 1;
      -ms-grid-column: 2; } }
@media screen and (min-width: 1266px) {
  .std {
    width: 1265px;
    margin: 0 auto; }

  .footer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center; }
    .footer__menu {
      margin-bottom: 0; } }
@media screen and (min-width: 1515px) {
  .std {
    width: 1514px;
    margin: 0 auto; } }

/*# sourceMappingURL=template_styles.css.map */

/* End */
/* /local/components/hercules/price.full/templates/.default/style.css?17436131111259 */
/* /local/templates/hercules/components/bitrix/sale.basket.basket.line/zag/style.css?17436131104824 */
/* /local/templates/hercules/components/bitrix/menu/top/style.css?17436131102607 */
/* /local/templates/hercules/components/bitrix/search.title/zaglushka/style.css?17436131103323 */
/* /local/templates/hercules/components/bitrix/menu/bottom/style.css?1757688506711 */
/* /local/templates/hercules/components/vasoft/cookie/zag/style.css?1757688506885 */
/* /local/templates/hercules/styles.css?1743613110152 */
/* /local/templates/hercules/template_styles.css?174361311013151 */
