

/* Start:/bitrix/templates/tgsystems/styles.css?17793957324256*/
@font-face {
    font-family: "Roboto";  
    src: url("/bitrix/templates/tgsystems/fonts/Roboto-Thin.ttf") format("truetype"); 
    font-style: normal; 
    font-weight: 100;
}
@font-face {
    font-family: "Roboto";  
    src: url("/bitrix/templates/tgsystems/fonts/Roboto-ThinItalic.ttf") format("truetype"); 
    font-style: italic; 
    font-weight: 100;
}
@font-face {
    font-family: "Roboto";  
    src: url("/bitrix/templates/tgsystems/fonts/Roboto-Light.ttf") format("truetype"); 
    font-style: normal; 
    font-weight: 300;
}
@font-face {
    font-family: "Roboto";  
    src: url("/bitrix/templates/tgsystems/fonts/Roboto-LightItalic.ttf") format("truetype"); 
    font-style: italic; 
    font-weight: 300;
}
@font-face {
    font-family: "Roboto";  
    src: url("/bitrix/templates/tgsystems/fonts/Roboto-Regular.ttf") format("truetype"); 
    font-style: normal; 
    font-weight: 400;
}
@font-face {
    font-family: "Roboto";  
    src: url("/bitrix/templates/tgsystems/fonts/Roboto-Italic.ttf") format("truetype"); 
    font-style: italic; 
    font-weight: 400;
}
@font-face {
    font-family: "Roboto";  
    src: url("/bitrix/templates/tgsystems/fonts/Roboto-Medium.ttf") format("truetype"); 
    font-style: normal; 
    font-weight: 500;
}
@font-face {
    font-family: "Roboto";  
    src: url("/bitrix/templates/tgsystems/fonts/Roboto-MediumItalic.ttf") format("truetype"); 
    font-style: italic; 
    font-weight: 500;
}
@font-face {
    font-family: "Roboto";  
    src: url("/bitrix/templates/tgsystems/fonts/Roboto-Bold.ttf") format("truetype"); 
    font-style: normal; 
    font-weight: 700;
}
@font-face {
    font-family: "Roboto";  
    src: url("/bitrix/templates/tgsystems/fonts/Roboto-BoldItalic.ttf") format("truetype"); 
    font-style: italic; 
    font-weight: 700;
}
@font-face {
    font-family: "Roboto";  
    src: url("/bitrix/templates/tgsystems/fonts/Roboto-Black.ttf") format("truetype"); 
    font-style: normal; 
    font-weight: 900;
}
@font-face {
    font-family: "Roboto";  
    src: url("/bitrix/templates/tgsystems/fonts/Roboto-BlackItalic.ttf") format("truetype"); 
    font-style: italic; 
    font-weight: 900;
}


.news__side {
	min-width: 320px;
	max-width: 320px;
}

/*.news__pic--pk {
	display: block !important;
}
.news__pic--mobile {
	display: none !important;
}*/

.news__item {
	margin-bottom: 2.5rem !important;
}

.news__pic--pk {
	width: 127px;
	height: 127px;
}
.contacts__form-result--success, .support__form-result--success {
	color: green;
}
.contacts__form-result--error, .support__form-result--error {
	color: red;
}
.breadcrumbs {
	flex-wrap: wrap;
}
.breadcrumbs__item {
	margin-bottom: .4rem;
}

.sidemenu {
	max-width: 330px;
}
.products {
	justify-content: flex-start !important;
}
.products__item {
	max-width: 25%; /*210px;*/
}
@media (max-width: 1170px) {
	.products__item {
		max-width: none;
	}
}

.products__info {
	min-height: 8rem;
}

@media (max-width: 992px) {
	.products__pic {
		width: 80px !important;
		/*height: 80px;*/
	}
	.products__info {
		margin-left: 1rem;
		min-height: 5rem;
	}
	.mobile-menu__link--category, .mobile-menu__link--i18n {
		padding-right: 1rem !important;
	}

	.products__item {
		width: 80% !important;
	}
}
@media (min-width: 993px) {
	.products__pic {
		min-width: 200px;
		min-height: 200px;
	}
}

.categories {
	margin-bottom: 7rem;
}

.submenu__link {
    padding-right: 3rem;
}

.bx-newslist {
	margin-top: 5rem;
}

.article__image {
	background-size: 80% !important; /*!*/
}

@media (max-width: 992px) {
	.news__pic--mobile {
		width: auto !important;
	}
}


.categories__pic {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 247px;
  height: 247px;
}

@media (min-width: 993px) {
.products__item-img-cont {
	min-width: 200px;
	min-height: 200px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.products__pic {
	min-width: auto !important;
	min-height: auto !important;
}
}

.carousel__preview {
	display: flex !important;
	align-items: center !important;
	border: 1px solid #EBEBEB;
}
.carousel__image {
	border: none !important;
}
.picture-box {
	display: flex;
	align-items: center;
	min-height: 418px;
}


.main-news__img-cont {
	height: 280px;
	display: flex;
	align-items: center;
}

.main-links {
	flex-direction: column !important;
}
.main-links__right {
	margin-left: 0 !important;
}

@media (min-width: 993px) {
	.news__pic-box {
	  display: flex;
	  justify-content: center;
	  width: 127px;
	  flex-direction: column;
	}
	.news__pic--pk {
	width: inherit !important;
	height: inherit !important;
	}
}
/* End */


/* Start:/bitrix/templates/tgsystems/template_styles.css?177939573225755*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

body {
  font-family: "Roboto", sans-serif;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

.link {
  color: #000;
}
.link:hover {
  color: gray;
}

.container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1200px) {
  .container {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .container--nomargin {
    margin-left: 0;
    margin-right: 0;
  }
}
.top {
  border-bottom: 1px solid #ECECEC;
}

.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1rem;
  margin-bottom: 1rem;
  min-height: 60px;
}

.logo {
  width: 154px;
  height: 56px;
}

.main-menu {
  display: flex;
  flex-direction: row;
  padding: 0;
  margin: 0;
  list-style: none;
}
.main-menu__item {
  margin-right: 2rem;
}
.main-menu__item--dropdown .main-menu__link::after {
  display: inline-block;
  background: url("/bitrix/templates/tgsystems/img/menu_arrow.svg") no-repeat center;
  content: "";
  width: 12px;
  height: 12px;
  margin-left: 0.5rem;
}
.main-menu__link {
  font-size: 1.25em;
}

@media (max-width: 992px) {
  .main-menu {
    display: none;
  }
  .main-menu__link {
    font-size: 0.8rem;
  }
}
.language {
  display: inline-block;
  background: url("/bitrix/templates/tgsystems/img/world.svg") no-repeat center;
  width: 32px;
  height: 32px;
}

@media (max-width: 992px) {
  .language {
    display: none;
  }
}
.lang-box-container {
  position: absolute;
  display: none;
}

.lang-box {
  position: relative;
  top: 0.8rem;
  right: 5rem;
  z-index: 20;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  padding: 1rem 1rem 0;
  border: solid 1px #EBEBEB;
  border-radius: 3px;
}
.lang-box__link {
  margin-bottom: 0.8rem;
  font-size: 1.25em;
}

.submenu-container {
  background-color: white;
  display: none;
  width: 100%;
  position: absolute;
  border-top: 1px solid #EBEBEB;
  border-bottom: 1px solid #EBEBEB;
  z-index: 10;
}

.submenu {
  display: flex;
  flex-direction: row;
}
.submenu__column {
  display: flex;
  flex-direction: column;
  margin-right: 2rem;
  padding: 2rem 0;
  gap: 1rem;
  max-width: 20rem;
}
.submenu__column:not(:first-of-type) {
  max-width: 30rem;
}
.submenu__link {
  font-size: 1.15em;
}
.submenu__link--category {
  background: url("/bitrix/templates/tgsystems/img/menu_submenu_arrow.svg") no-repeat right 0.3rem;
}

.burger {
  display: none;
  width: 32px;
  height: 32px;
  background: url("/bitrix/templates/tgsystems/img/menu.svg") no-repeat;
}
.burger--opened {
  background-image: url("/bitrix/templates/tgsystems/img/menu_close.svg");
}

@media (max-width: 992px) {
  .burger {
    display: block;
  }
}
.mobile-menu {
  position: absolute;
  display: none;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 50;
}
.mobile-menu__list {
  display: flex;
  flex-direction: column;
  margin-top: 1rem;
}
.mobile-menu__link {
  padding: 0.8rem 0;
  border-bottom: 1px solid #EBEBEB;
  font-size: 1.25em;
}
.mobile-menu__link--category, .mobile-menu__link--i18n {
  background: url("/bitrix/templates/tgsystems/img/menu_submenu_arrow.svg") no-repeat right 5px center;
}
.mobile-menu__link--i18n {
  position: relative;
  padding: 0.4rem 0;
}
.mobile-menu__planet {
  margin-top: 0.2rem;
}
.mobile-menu__lang {
  position: absolute;
  top: 1rem;
  right: 1.5rem;
  color: gray;
}

.mobile-back {
  padding-left: 2rem;
  font-size: 1.25em;
  color: gray;
  background: url("/bitrix/templates/tgsystems/img/menu_back.svg") no-repeat left center;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  overflow: hidden;
  max-width: 75%;
}

/**/
.breadcrumbs {
  display: flex;
  flex-direction: row;
  padding: 0;
  margin: 2rem 0;
  list-style: none;
}
.breadcrumbs__item {
  margin-right: 2rem;
}
.breadcrumbs__link {
  font-size: 1em;
  color: #777;
}
.breadcrumbs__link:hover {
  color: #333;
}

.content {
  padding-bottom: 6rem;
}

.caption {
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-size: 40px;
  font-weight: 1000;
  display: flex;
}
.caption--outer {
  display: none;
}
@media (max-width: 992px) {
  .caption--outer {
    display: flex;
  }
  .caption--inner {
    display: none;
  }
}
@media (max-width: 768px) {
  .caption {
    font-size: 9vw;
  }
}
.caption--article {
  margin-bottom: 1rem;
}
.caption--news {
  margin-bottom: 2.5rem;
}
.caption--docs {
  margin-bottom: 0;
}
.caption--contacts {
  margin-bottom: 2.5rem;
}

.bottom {
  padding: 2rem;
  background-color: #F5F5F5;
}
.bottom__inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 992px) {
  .bottom__inner {
    flex-direction: column;
    align-items: center;
  }
  .social {
    margin-top: 2rem;
  }
}
.social--contacts .social__link {
  margin-left: 0;
  margin-right: 1rem;
}
.social__link {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  margin-left: 1rem;
  background-repeat: no-repeat;
  background-position: center;
}
.social__link--twitter {
  background-image: url("/bitrix/templates/tgsystems/img/twitter.svg");
}
.social__link--instagram {
  background-image: url("/bitrix/templates/tgsystems/img/instagram.svg");
}
.social__link--facebook {
  background-image: url("/bitrix/templates/tgsystems/img/facebook.svg");
}
.social__link--youtube {
  background-image: url("/bitrix/templates/tgsystems/img/youtube.svg");
}
.social__link--vk {
  background-image: url("/bitrix/templates/tgsystems/img/vk.svg");
}
.social__link--telegram {
  background-image: url("/bitrix/templates/tgsystems/img/telegram.svg");
}

.page-up {
  display: block;
  width: 22px;
  height: 12px;
  background: url("/bitrix/templates/tgsystems/img/left_bottom_arrow.svg") no-repeat center;
  position: fixed;
  bottom: 8rem;
  right: 5rem;
}

@media (max-width: 992px) {
  .page-up {
    right: 3rem;
  }
}
/**/
.paging-box {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.paging {
  margin-top: 2rem;
  max-width: 20rem;
}
.paging__inner {
  display: flex;
  justify-content: space-between;
}
.paging__item {
  margin: 0 1rem;
  font-size: 1.25em;
}
.paging__item--active {
  color: gray;
}
.paging__item--prev, .paging__item--next {
  display: inline-block;
  width: 10px;
  height: 20px;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
}
.paging__item--prev {
  background-image: url("/bitrix/templates/tgsystems/img/paging_prev.svg");
}
.paging__item--next {
  background-image: url("/bitrix/templates/tgsystems/img/paging_next.svg");
}

.sidenews__list {
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #EBEBEB;
  margin-bottom: 2.5rem;
}
.sidenews__caption {
  font-size: 1.25em;
  font-weight: 1000;
  margin-bottom: 1.5rem;
}
.sidenews__item {
  margin-bottom: 1.5rem;
}
.sidenews__link {
  font-weight: bold;
}
.sidenews__date {
  display: block;
  margin-top: 0.5rem;
}

.tag {
  display: inline-block;
  margin: 0 0.4rem 0.5rem 0;
  color: #333;
  padding: 0.3rem 1rem;
  border: 1px solid #cfcfcf;
  border-radius: 2rem;
}

.control {
  padding: 1rem;
  margin-bottom: 1rem;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 1.2em;
}

.select {
  color: gray;
}

.button {
  width: 100%;
  background-color: #1B6CD0;
  color: white;
  cursor: pointer;
}

.product-above {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

@media (max-width: 992px) {
  .product-above {
    flex-direction: column;
  }
}
.picture {
  display: flex;
  flex-direction: row;
}

.picture-mobile {
  display: none;
}

@media (max-width: 992px) {
  .picture {
    display: none;
  }
  .picture-mobile {
    display: flex;
  }
}
@media (min-width: 992px) {
  .picture-mobile {
    display: none !important;
  }
}
.carousel {
  display: inline-flex;
  flex-direction: column;
  width: 76px;
}
.carousel__up, .carousel__down {
  display: inline-block;
  background: url("/bitrix/templates/tgsystems/img/carousel_arrow.svg") no-repeat center;
  width: 100%;
  height: 20px;
  margin-bottom: 2rem;
}
.carousel__down {
  transform: rotate(180deg);
}
.carousel__pics-container {
  overflow: hidden;
  height: 445px;
}
.carousel__pics {
  display: inline-block;
  position: relative;
  top: 0;
  overflow: hidden;
}
.carousel__preview {
  display: inline-block;
  margin-bottom: 2rem;
  height: 80px;
}
.carousel__preview--video::before {
  position: absolute;
  content: "";
  background: url("/bitrix/templates/tgsystems/img/play.svg") no-repeat center;
  display: block;
  width: 76px;
  height: 80px;
}
.carousel__image {
  border: 1px solid #EBEBEB;
  border-radius: 0.3rem;
  padding: 0.3rem;
}

.picture-box {
  margin-left: 2rem;
  padding: 2rem;
  border: 1px solid #EBEBEB;
  border-radius: 0.3rem;
}

@media (max-width: 992px) {
  .picture-box {
    margin-left: 0;
  }
}
.info {
  margin-left: 2rem;
}
.info__desc {
  margin-bottom: 1.5rem;
  font-size: 1em;
  line-height: 1.5;
}
.info__price {
  margin-bottom: 1rem;
  font-size: 32px;
  margin-bottom: 2rem;
}
.info__order {
  display: block;
  width: 180px;
  height: 56px;
  background-color: #1B6CD0;
  color: white;
  border: none;
  border-radius: 0.3rem;
  font-size: 1.3em;
  cursor: pointer;
}
.info__link {
  margin-top: 1rem;
  margin-bottom: 0rem;
  display: block;
  font-size: 20px;
  color: #777;
}
.info__link:hover {
  color: #333;
}

@media (max-width: 992px) {
  .info {
    margin-left: 0;
    margin-top: 2rem;
  }
}
.product-below {
  max-width: 850px;
}
.product-below__caption {
  font-size: 2em;
}
.product-below__desc {
  line-height: 2;
}
.product-below__params {
  margin-bottom: 3rem;
}

.param {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-bottom: 1px solid #EBEBEB;
  padding: 1rem 0;
  font-size: 20px;
}

.category {
  display: flex;
  flex-direction: row;
  margin-top: 2rem;
}

.sidemenu {
  padding: 0;
  list-style-type: none;
  min-width: 18rem;
  margin-right: 2rem;
  margin-top: 0;
}
.sidemenu__item {
  margin-bottom: 1rem;
}
.sidemenu__item--group:not(:first-of-type) {
  margin-top: 2rem;
}
.sidemenu__item--group .sidemenu__link {
  font-size: 1.25em;
  font-weight: bold;
}

@media (max-width: 992px) {
  .sidemenu {
    display: none;
  }
}
.categories_list {
  display: none;
  padding: 1rem;
  background-color: #fff;
  border: 1px solid #EBEBEB;
  border-radius: 3px;
  margin-bottom: 2rem;
  font-size: 20px;
  width: 100%;
}

@media (max-width: 992px) {
  .categories_list {
    display: block;
  }
}
.products {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
.products__item {
  display: flex;
  flex-direction: column;
  flex: 3; /*grow | shrink | basis */
  align-items: center;
  border: 1px solid #EBEBEB;
  padding: 1.5rem;
}
.products__pic {
  width: 100%;
}
.products__info {
  display: flex;
  flex-direction: column;
}
.products__title {
  margin-top: 2rem;
  font-size: 20px;
  font-weight: bold;
}
.products__price {
  margin-top: 2rem;
  font-size: 20px;
  width: 100%;
}

@media (max-width: 992px) {
  .products {
    flex-direction: column;
  }
  .products__item {
    flex: 1;
    flex-direction: row;
  }
  .products__pic {
    margin-right: 1rem;
  }
}
.categories {
  display: flex;
  flex-direction: column;
  gap: 5rem;
}
.categories__item {
  display: flex;
  flex-direction: row;
}
.categories__pic {
  align-items: center;
  border: 1px solid #EBEBEB;
  padding: 1.5rem;
}
.categories__info {
  display: flex;
  flex-direction: column;
  margin-left: 2rem;
}
.categories__title {
  margin-bottom: 1.5rem;
  font-size: 30px;
  font-weight: bold;
}
.categories__desc {
  margin-bottom: 1.5rem;
  line-height: 1.6em;
}
.categories__links {
  display: flex;
  flex-direction: column;
}
.categories__link {
  width: 100%;
  padding: 1rem 0;
  font-size: 1.25em;
  border-bottom: 1px solid #EBEBEB;
  background: url("/bitrix/templates/tgsystems/img/categories_link_arrow.svg") no-repeat right 8px center;
}

@media (max-width: 768px) {
  .categories__item {
    flex-direction: column;
  }
  .categories__info {
    margin-left: 0;
    margin-top: 1rem;
  }
}
.article {
  display: flex;
  flex-direction: row;
}
.article__content {
  position: relative;
  display: flex;
  flex-direction: column;
  max-width: 904px;
}
.article__arrow-back {
  position: absolute;
  left: -3rem;
  top: 0.8rem;
  width: 12px;
  height: 22px;
  display: block;
  background: url("/bitrix/templates/tgsystems/img/article_back.svg") no-repeat center;
}
.article__image {
  display: block;
  width: 100%;
  max-width: 904px;
  height: 280px;
  background: url("/bitrix/templates/tgsystems/img/article.png") no-repeat center;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.article__text {
  line-height: 1.5;
  text-align: justify;
  margin-bottom: 2rem;
}
.article__share {
  display: flex;
  align-items: center;
  padding: 2rem 0;
  margin-bottom: 2rem;
  font-size: 1.2em;
  border-top: 1px solid #EBEBEB;
  border-bottom: 1px solid #EBEBEB;
}
.article__back {
  display: inline-block;
  background: #fff;
  padding: 1rem 2.5rem;
  border: 1px solid #cfcfcf;
  color: #777;
  font-size: 1.15em;
  border-radius: 3px;
  text-align: center;
}

.sidenews--article {
  margin-left: 2rem;
}

@media (max-width: 992px) {
  .article {
    flex-direction: column;
  }
  .article__content {
    margin-bottom: 3rem;
  }
  .article__arrow-back {
    position: initial;
    margin-bottom: 1rem;
  }
  .article__share {
    flex-flow: row wrap;
    justify-content: center;
    text-align: center;
  }
  .article__share-title {
    width: 100%;
    margin-bottom: 1rem;
  }
  .article__back {
    display: block;
  }
  .sidenews--article {
    margin-left: 0;
  }
}
.news {
  display: flex;
  flex-direction: row;
}
.news__content {
  display: flex;
  flex-direction: column;
}
.news__item {
  display: flex;
  flex-direction: row;
  margin-bottom: 1.5rem;
}
.news__pic-box {
  margin-right: 2rem;
}
.news__pic {
  border-radius: 5px;
  margin-bottom: 0.5rem;
}
.news__pic--mobile {
  display: none;
}
.news__info {
  display: flex;
  flex-direction: column;
}
.news__title {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 1rem;
}
.news__desc {
  line-height: 1.4;
  text-align: justify;
  margin-bottom: 1rem;
}
.news__date {
  color: gray;
}
.news__side {
  margin-left: 2rem;
}
.news__popular {
  font-size: 1.25rem;
  font-weight: 1000;
  margin-bottom: 1rem;
}

@media (max-width: 992px) {
  .news__item {
    flex-direction: column;
  }
  .news__pic-box {
    margin-right: 0;
  }
  .news__pic--pk {
    display: none;
  }
  .news__pic--mobile {
    display: block;
    width: 100%;
  }
  .news__side {
    display: none;
  }
}
.support {
  margin-top: 2.5rem;
}
.support__tabs {
  display: flex;
  flex-direction: row;
  margin-bottom: 2.5rem;
  padding-left: 0;
  list-style-type: none;
}
.support__tab {
  margin-right: 2rem;
}
.support__tab-link {
  padding-bottom: 0.5rem;
  font-size: 1.25em;
  font-weight: 1000;
}
.support__tab--active .support__tab-link {
  color: gray;
  border-bottom: 1px solid gray;
}
.support__content {
  display: flex;
  flex-direction: row;
}
.support__column:first-of-type {
  min-width: 17.5rem;
  margin-right: 2.5rem;
  display: flex;
  flex-direction: column;
}
.support__caption {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 2em;
}
.support__text {
  line-height: 1.6;
  margin-bottom: 2rem;
}
.support__links {
  display: flex;
  flex-direction: column;
}
.support__link-header {
  font-size: 1.25em;
  font-weight: bold;
  margin-bottom: 1.5rem;
}
.support__link-header:not(:first-of-type) {
  margin-top: 2.5rem;
}
.support__link {
  line-height: 3;
  border-bottom: 1px solid #EBEBEB;
  background: url("/bitrix/templates/tgsystems/img/categories_link_arrow.svg") no-repeat right 8px center;
}
.support__exp {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  font-size: 1.25em;
  line-height: 1.5;
}
.support__dok-link {
  font-size: 1.25em;
  color: gray;
}

@media (max-width: 992px) {
  .support__tabs {
    flex-direction: column;
  }
  .support__tab {
    margin-bottom: 1.5rem;
  }
  .support__content {
    flex-direction: column;
  }
  .support__column {
    margin-bottom: 2rem;
  }
  .support__column:first-of-type {
    margin-right: 0;
  }
}
.contacts {
  max-width: 25rem;
}
.contacts__address {
  font-size: 1.25em;
  margin-bottom: 1.2rem;
}
.contacts__social {
  margin: 2rem 0;
}
.contacts__form {
  display: flex;
  flex-direction: column;
  margin-top: 3rem;
}
.contacts__form-caption {
  font-size: 2em;
  font-weight: 1000;
}

.address {
  display: flex;
  flex-direction: row;
}
.address__item {
  display: flex;
  flex-direction: row;
  flex: 3;
  margin-bottom: 2rem;
}
.address__pic-box {
  padding: 0.5rem 0.3rem;
  border: 1px solid #EBEBEB;
  border-radius: 4px;
  margin-right: 1rem;
  width: 45px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.address__info {
  display: flex;
  flex-direction: column;
}
.address__info-item {
  font-size: 1.25em;
  margin-bottom: 1rem;
}
.address__info-item--title {
  font-weight: 1000;
}

@media (max-width: 992px) {
  .address {
    flex-direction: column;
  }
}
.jumbotron {
  display: flex;
  flex-direction: row;
  margin-top: 3rem;
  margin-bottom: 4rem;
  gap: 2.5rem;
}
.jumbotron__header {
  margin-bottom: 1rem;
  font-size: 2.5em;
  font-weight: 1000;
}
.jumbotron__text {
  font-size: 1.2em;
  text-align: justify;
  line-height: 1.5;
}
.jumbotron__pic {
  border-radius: 5px;
}

.main-links {
  display: flex;
  flex-direction: row;
  margin-bottom: 4rem;
}
.main-links__header {
  margin-bottom: 1rem;
  font-size: 2.5em;
  font-weight: 1000;
  max-width: 30rem;
}
.main-links__right {
  width: 100%;
  margin-left: 5rem;
}
.main-links__links {
  display: flex;
  flex-direction: column;
}
.main-links__link {
  width: 100%;
  padding: 1rem 0;
  font-size: 1.5em;
  border-bottom: 1px solid #EBEBEB;
  background: url("/bitrix/templates/tgsystems/img/categories_link_arrow.svg") no-repeat right 8px center;
}

.main-news {
  position: relative;
}
.main-news__header {
  margin-bottom: 1.5rem;
  font-size: 2.5em;
  font-weight: 1000;
  max-width: 30rem;
}
.main-news__block {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.main-news__image {
  border-radius: 5px;
}
.main-news__caption {
  font-size: 1.6em;
  font-weight: 1000;
}
.main-news__date {
  color: #777777;
}
.main-news__left-arrow {
  position: absolute;
  display: inline-block;
  background: url(/bitrix/templates/tgsystems/img/main-news-arrow.svg) no-repeat center;
  width: 12px;
  height: 22px;
  left: -3.5rem;
  top: 15rem;
  margin-bottom: 2rem;
}
.main-news__right-arrow {
  position: absolute;
  display: inline-block;
  background: url(/bitrix/templates/tgsystems/img/main-news-arrow.svg) no-repeat center;
  width: 12px;
  height: 22px;
  right: -3.5rem;
  top: 15rem;
  margin-bottom: 2rem;
  transform: rotate(180deg);
}

.main-more-wrapper {
  margin: 2.5rem auto;
  text-align: center;
}

.main-more {
  display: inline-block;
  border: 1px solid #cfcfcf;
  border-radius: 5px;
  font-size: 1.2em;
  font-weight: 1000;
  color: #777777;
  padding: 1rem 2rem;
}

.main-for-pk {
  display: block;
}

.main-for-mobile {
  display: none;
}

@media (max-width: 992px) {
  .jumbotron {
    flex-direction: column;
  }
  .jumbotron__pic {
    width: 100%;
  }
  .main-links {
    flex-direction: column;
  }
  .main-links__header {
    font-size: 2em;
  }
  .main-links__right {
    margin-left: 0;
  }
  .main-more {
    width: 100%;
    padding: 1rem 0;
  }
  .main-for-pk {
    display: none;
  }
  .main-for-mobile {
    display: block;
  }
}
.error404 {
  margin: 5rem auto;
  margin-bottom: 20rem;
}
.error404__wrapper {
  display: flex;
  justify-content: center;
}
.error404__wrapper-inner {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
}
.error404__title {
  font-size: 5em;
  font-weight: 1000;
}
.error404__msg {
  font-size: 1.2em;
}
.error404__to-main {
  display: inline-block;
  border: 1px solid #1B6CD0;
  border-radius: 5px;
  font-size: 1.2em;
  font-weight: 1000;
  color: #1B6CD0;
  padding: 1rem 2rem;
}

@media (max-width: 992px) {
  .error404__wrapper-inner {
    width: 100%;
  }
  .error404__to-main {
    width: 80%;
  }
}

/*# sourceMappingURL=styles.css.map */
/* End */
/* /bitrix/templates/tgsystems/styles.css?17793957324256 */
/* /bitrix/templates/tgsystems/template_styles.css?177939573225755 */
