/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
  }
  .hc-nav-trigger.hc-nav-1 {
    display: none !important;
  }
  body {
	margin: 0;
  overflow-y: scroll;
  }
.container {
    width: 1470px;
    padding:0 15px;
    margin:0 auto;
}
  main {
	display: block;
  }
  h1 {
	font-size: 2em;
	margin: 0.67em 0;
  }
  hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
  }
  pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
  }
  a {
	background-color: transparent;
  }
  abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
  }
  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;
  }
a {
  text-decoration: none;
}
a, input, button, textarea {
  outline: none !important;
}
a, button {
  cursor:pointer;
}
.img_adaptive {
  max-width: 100%;
  height: auto;
}
button {
  cursor:pointer;
}
section {
  width: 1920px;
  margin:0 auto;
}
@media (max-width:1470px) {
  .container {
      width: 100%;
  }
}
@media (max-width:1920px) {
  section {
      width: 100%;
  }
}
* {
  box-sizing: border-box;
}

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');
  /*******************************************************/
  /*******************************************************/
  .cookie-banner {
    position: fixed;
    bottom: 20px;
    left: 20px;
    right: 20px;
    max-width: 650px;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    border-radius: 8px;
    padding: 20px 60px 20px 20px;
    z-index: 9999;
    display: none; 
    }
    .cookie-content {
    position: relative;
    }
    .cookie-content p {
    margin: 0 0 12px 0;
    font-size: 14px;
    line-height: 1.4;
    }
    .cookie-content a {
    color: #FF6800;
    text-decoration: underline;
    }
    .cookie-buttons {
    display: flex;
    gap: 8px;
    align-items: center;
    }
    .cookie-btn {
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 14px;
    cursor: pointer;
    border: none;
    }
    #acceptCookies {
    background: #FF6800;
    color: white;
    }
    .cookie-close {
    background: none;
    border: none;
    cursor: pointer;
    color: #666;
    padding:0 !important;
    width: 20px;
    height: 20px;
    position: absolute;
    top:24px;
    right:15px;
    }
    .cookie-close svg {
    width: 20px;
    height: 20px;
    }
  .feedback__checkbox {
    display: flex;
    align-items: flex-start;
    cursor: pointer;
    font-size: 14px;
    line-height: 1.4;
    margin-top: 15px;
  }
  
  .feedback__checkbox input {
    display: none;
  }
  
  .feedback__checkbox-custom {
    width: 18px;
    height: 18px;
    border: 2px solid #999;
    border-radius: 3px;
    margin-right: 10px;
    margin-top: 6px;
    flex-shrink: 0;
    transition: border-color 0.3s, background 0.3s;
  }
  
  .feedback__checkbox input:checked + .feedback__checkbox-custom {
    background: #0073e6;
    border-color: #0073e6;
    position: relative;
  }
  
  .feedback__checkbox input:checked + .feedback__checkbox-custom::after {
    content: "✓";
    color: #fff;
    font-size: 14px;
    position: absolute;
    top: -2px;
    left: 3px;
  }
  
  .feedback__checkbox.error .feedback__checkbox-custom {
    border-color: red !important;
  }
  
  .feedback__button {
    margin-top: 20px;
    padding: 8px 16px;
  }
  .feedback__checkbox-text a {
    color:#FF6800 !important;
    text-decoration:underline;
  }
  .feedback__checkbox-text a:hover {
    text-decoration:none;
  }
  #toTop {
	width: 80px;
	border: 1px solid #FF6800;
	border-radius: 6px;
	background: #FF6800;
	text-align: center;
	padding: 5px;
	position: fixed;
	bottom: 20px;
	right: 20px;
	cursor: pointer;
	display: none;
	color: #fff;
	font-size: 13px;
  }
  #toTop:hover {
	border: 1px solid #FF6800;
	background: #ffffff;
	color: #EF2362;
  }
body {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0.01em;
  color:#06092B;
  line-height: 130%;
}
.header-background {
  background: #fff !important;
  opacity:1 !important;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
}
footer {
  background:#ececec;
  padding:70px 0 88px;
  margin-top:130px;
}
footer a {
  color:#06092B;
}
.footer__wrap {
  display: flex;
}
.footer__column1 {
  width: 20%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 175px;
}
.footer__column2 {
  width: 20%;
  padding-left: 20px;
}
.footer__column3 {
  width: 20%;
  padding-left: 20px;
}
.footer__column4 {
  width: 20%;
  padding-left: 20px;
}
.footer__column5 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 20%;
  padding-left: 20px;
}
.footer__ul {
  padding:0;
  margin:0;
}
.footer__ul li {
  list-style: none;
  margin-bottom: 18px;
}
.footer__ul li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
}
.footer__ul li a:hover {
  text-decoration: underline;
}
.footer__phones {
  padding-left:38px;
  position: relative;
}
.footer__phones svg {
  position: absolute;
  top:0;
  left:0;
}
.footer__address {
  padding-left: 36px;
  padding-top:3px;
  position: relative;
  padding-bottom: 22px;
}
.footer__address svg {
  position: absolute;
  top:0;
  left:0;
}
.footer__mail {
min-height: 36px;
padding-left:36px;
position: relative;
}
.footer__mail svg {
  position: absolute;
  top: 0;
  left:0;
}
.footer__copyright {
  height: 24px;
}
.header__logo {
  margin-right: 30px;
}
.header {
  height: 74px;
  position: fixed;
  top:0;
  left:0;
  right:0;
  background: rgba(255,255,255, 0.6);
  z-index: 2;
  display: flex;
}
.header__mail {
  height: 24px;
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  color:#06092B;
  margin-left: 64px;
  transition: all 0.3s linear;
}
.header__mail:hover svg path {
  transition: all 0.3s linear;
}
.header__mail:hover {
  color:#FF6800;
}
.header__mail:hover svg path {
  stroke:#000;
}
.header__phone {
  height: 24px;
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  color:#06092B;
  margin-left: 42px;
  transition: all 0.3s linear;
}
.header__phone:hover svg path {
  transition: all 0.3s linear;
}
.header__phone:hover {
  color:#FF6800;
}
.header__phone:hover svg path {
  stroke:#000;
}
.header__mail svg {
  margin-right: 10px;
}
.header__phone svg {
  margin-right: 10px;
}
.maintop__video {
    width: 100%;
    min-height: 600px;
    height: 100vh;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.maintop__video .maintop__video_fone {
  position: absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background: rgba(12, 52, 43, 0.5);
}
.maintop__video video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.header {
  height: 74px;
}
.header__ul {
  display: block;
  padding:0;
  margin:0;
}
.header__ul li {
  float:left;
  list-style: none;
  margin-right: 30px;
  display: flex;
  height: 100%;
  align-items: center;
}
.header__ul li:last-child {
  margin-right: 0px;
}
.header__ul li a {
  color:#06092B;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
}
.header__ul li a:hover {
  color:#FF6800;
}
.header__wrap {
  display: flex;
  height: 100%;
}
.header__wrap__left {
  display: flex;
  width: 85%;
  align-items: center;
}
.header__wrap__right {
  display: flex;
  width: 15%;
  align-items: center;
  justify-content: end;
}
.maintop__video .maintop__panel {
  position: absolute;
  top:40%;
  background:none;
  font-weight: 700;
  font-size: 50px;
  line-height: 120%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  padding: 0 410px;
  z-index: 9;
}
.header__sendbutton {
  border-radius: 30px;
  width: 193px;
  height: 40px;
  background: #FF6800;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #FF6800;
  transition: all 0.3s linear;
}
.header__sendbutton:hover {
  background: #fff;
  color: #FF6800;
}
.maintop__button {
  border-radius: 30px;
  width: 323px;
  height: 60px;
  background: #FF6800;
  font-weight: 500;
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  border: 2px solid #FF6800;
  margin-top:95px;
  transition: all 0.3s linear;
}
.maintop__button:hover {
  background: #fff;
  color: #FF6800;
}
.main__text__wrap {
  max-width: 890px;
  margin:0 auto;
  padding:60px 0;
}
.preim {
  padding-top: 60px;
}
.preim__header {
  font-weight: 700;
  font-size: 34px;
  line-height: 120%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color:#06092B;
  padding-bottom: 40px;
}
.preim__wrap {
  display: flex;
}
.preim__left {
  width: 50%;
  padding-right: 20px;
}
.preim__right {
  width: 50%;
}
.preim__left img {
  border-radius: 20px;
}
.preim__itemheader {
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding-bottom: 20px;
}
.preim__itemheader span {
  color:#FF6800;
}
.preim__item {
  padding-bottom: 40px;
  max-width: 600px;
}
.preim__item.preim__item__last{
  padding-bottom: 0px;
}
.manuf {
  padding-top:130px;
}
.manuf__header {
  font-weight: 700;
  font-size: 34px;
  line-height: 120%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color:#06092B;
  padding-bottom: 40px; 
}
.manuf__wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  grid-auto-columns: auto;
  gap:20px;
}
.manuf__item img {
  border-radius: 20px;
}
.manuf__title {
  padding:20px 0;
  max-width:360px;
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.manuf__link {
  border: 2px solid #FF6800;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  width: 136px;
  height: 40px;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  color:#FF6800;
  text-decoration: none !important;
  transition: all 0.3s linear;
}
.manuf__link:hover {
  border: 2px solid #FF6800;
  background:#FF6800;
  color:#ffffff;
}
.bitpinfo {
  padding-top:130px;
}
.bitpinfo__header {
  font-weight: 700;
  font-size: 34px;
  line-height: 120%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color:#06092B;
  padding-bottom: 40px; 
}
.bitpinfo__wrap {
  display: flex;
}
.bitpinfo__wrap__left {
width: 50%;
padding-right: 80px;
}
.bitpinfo__wrap__right {
  width: 50%;
}
.bitpinfo__wrap2 {
  padding-top:20px;
  padding-bottom: 40px;
  font-weight: bold;
  max-width: 500px;
}
.bitpinfo__wrap3 {
  display: flex;
}
.bitpinfo__left3 {
  width: 50%;
  padding-right: 20px;
}
.bitpinfo__right3 {
  width: 50%;
}
.bitpinfo img {
  border-radius: 20px;
}
.text__link {
  margin-top:20px;
}
.bitpinfo__wrap4 {
  display: flex;
  padding-top: 80px;
}
.bitpinfo__left4 {
  width: 50%;
}
.bitpinfo__right4 {
  width: 50%;
  padding-left: 60px;
}
.bitpinfo__wrap5 {
  display: flex;
  padding-top: 80px;
}
.bitpinfo__left5 {
  width: 50%;
  padding-right: 20px;
}
.bitpinfo__right5 {
  width: 50%;
}
.bitpinfo__textheader {
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding-bottom: 22px;
}
.bitpinfo__textwrap1 {
  max-width: 640px;
}
.bitpinfo__textwrap2 {
  max-width: 470px;
}
.bitpinfo__textwrap3 {
  max-width: 630px;
}
.feedback {
  padding-top:130px;
}
.feedback__wrap {
  width: 1130px;
  margin:0 auto;
  display: flex;
}
.feedback__left {
  width: 50%;
}
.feedback__right {
  width: 50%;
  padding-left: 60px;
}
.feedback__fields {
  width: 475px;
}
.feedback__field input {
  width: 100%;
  height: 43px;
  border-radius:0px 0px 20px 20px;
  border-top:none;
  border-left:none;
  border-right:none;
  border-bottom:1px solid #CECECE;
  padding:10px 20px;
  font-size: 18px;
}
.feedback__field {
  margin-bottom:20px;
  position: relative;
}
.feedback__field label.error {
  display: block;
  position: absolute;
  top:44px;
  left:20px;
  font-size: 13px;
  color:red;
  z-index: 2;
}
.feedback__field textarea {
  width: 100%;
  height: 43px;
  border-radius:0px 0px 20px 20px;
  border-top:none;
  border-left:none;
  border-right:none;
  border-bottom:1px solid #CECECE;
  padding:10px 20px;
  font-size: 18px;
  min-height: 180px;
}
.feedback__header {
  font-weight: 700;
  font-size: 34px;
  line-height: 120%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding-bottom: 40px;
}
.feedback__text {
  max-width: 506px;
  padding-bottom: 80px;
}
.feedback__button__wrap {
  width: 480px;
}
.feedback__button {
  border-radius: 30px;
  height: 60px;
  width: 100%;
  background: #FF6800;
  border:2px solid #FF6800;
  font-weight: 500;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  transition: all 0.3s linear;
}
.feedback__button:hover {
  background: #fff;
  border:2px solid #FF6800;
  color: #FF6800;
}
.feedback__button__info {
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  max-width: 400px;
  padding-top: 40px;
}
.feedback__button__info a {
  text-decoration: underline;
  color:#06092B;
}
.feedback__button__info a:hover {
  text-decoration: none;
}
.feedback__mobile {
  display: none;
}
.topbanner {
  padding-top: 124px;
}
.topbanner__img {
  border-radius: 20px ;
  height: auto;
  max-width: 100%;
}
.topbanner__wrap {
  position: relative;
}
.topbanner__wrap .topbanner__text {
  position: absolute;
  top:80px;
  left:100px;
  max-width: 1100px;
}
.topbanner__wrap h1 {
  margin:0;
  font-weight: 700;
  font-size: 58px;
  line-height: 120%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff;
}
.topbanner__textinner {
  font-weight: 700;
  font-size: 39px;
  line-height: 120%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff;
  padding-top:4px;
}
.topbanner__button {
  margin-top: 60px;
  border-radius: 30px;
  padding: 15px 24px;
  width: 292px;
  height: 60px;
  background:#FF6800;
  border:1px solid #FF6800;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  transition: all 0.3s linear;
}
.topbanner__button:hover {
  background:#fff;
  color: #FF6800;
}

.description__block {
  padding:50px 0 130px 0;
}
.description__block_text {
  max-width: 900px;
  margin:0 auto;
}
.description__block_textin {
  padding-top: 40px;
}
.description__block_buttons {
  display: flex;
  justify-content: space-between;
}
.description__block_button {
  border:2px solid #FF6800;
  border-radius: 30px;
  padding: 0 46px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  color:#FF6800;
  text-decoration: none !important;
  background: #fff;
  transition: all 0.3s linear;
}
.description__block_button:hover {
  background: #FF6800;
  color:#fff;
}
.block__header {
  font-weight: 700;
  font-size: 34px;
  line-height: 120%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #06092B;
  padding-bottom: 40px;
}
.assignment__wrap {
  display: flex;
}
.assignment__left {
  width: 50%;
}
.assignment__left img {
  border-radius: 20px;
}
.assignment__right {
  width: 50%;
  padding-left: 85px;
}
.assignment__item {
  position: relative;
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding-left: 40px;
  padding-bottom: 48px;
}
.assignment__item span{
  position: absolute;
  top:0;
  left: 0;
  display: block;
  width: 20px;
  color:#FF6800;
}
.preimtsm {
  padding-top: 130px;
}
.preimtsm .block__header {
  max-width: 600px;
}
.complectsubheader {
  max-width: 300px;
}
.preimtsm__wrap {
  display: grid; 
  grid-auto-columns: 1fr 1fr; 
  grid-auto-rows: 1fr; 
  grid-template-columns: 1fr 1fr 1fr 1fr; 
  grid-template-rows: 1fr 1fr; 
  gap: 20px 20px; 
  grid-template-areas: 
    "preimtsm1 preimtsm2 preimtsm3 preimtsm4"
    "preimtsm5 preimtsm6 preimtsm3 preimtsm7"; 
  width: 100%; 
}
.preimtsm1 { grid-area: preimtsm1; }
.preimtsm2 { grid-area: preimtsm2; }
.preimtsm3 { grid-area: preimtsm3; }
.preimtsm4 { grid-area: preimtsm4; }
.preimtsm5 { grid-area: preimtsm5; }
.preimtsm6 { grid-area: preimtsm6; }
.preimtsm7 { grid-area: preimtsm7; }

.preimtsm__item {
  border: 2px solid #FF6800;
  border-radius: 20px;
  min-height: 220px;
  padding:30px;
}
.preimtsm__itemtext {
  position: relative;
  padding-left: 20px;
}
.preimtsm__itemtext span {
  position: absolute;
  display: block;
  width: 15px;
  top:0;
  left:0;
  color:#FF6800;
}
.complect {
  padding-top: 130px;
}
.complect__wrap {
  display: flex;
}
.complect__left {
  width: 35%;
  padding-right: 40px;
}
.complect__right {
  width: 65%;
}
.complect__right img {
  border-radius: 20px;
}
.complect__text {
  padding-bottom: 36px;
}
.complect__text2 p {
  margin-bottom: 15px;
}
.complect__ul {
  margin:0;
  padding:0;
}
.complect__ul li {
  list-style: none;
  margin-bottom: 20px;
}
.complect__ul li span {
  display: inline-block;
  color:#FF6800;
  margin-right: 10px;
}
.modules {
  padding-top: 130px;
}
.module__header {
  display: flex;
  padding-bottom:40px;
}
.module__header__left {
  width: 50%;
  font-weight: 700;
  font-size: 34px;
  line-height: 120%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #06092B;
}
.module__header__right {
  width: 50%;
}
.modules__wrap {
  display: grid; 
  grid-auto-columns: 1fr 1fr; 
  grid-auto-rows: 1fr; 
  grid-template-columns: 1fr 1fr; 
  grid-template-rows: 1fr 1fr; 
  gap: 20px 20px; 
  width: 100%; 
}
.modules__item {
  border-radius: 20px;
  border:1px solid #FF6800;
  padding:40px 75px;
}
.modules__itemimg {
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}
.modules__itemheader {
  font-weight: 700;
  font-size: 20px;
  line-height: 115%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  min-height: 50px;
  padding-bottom:25px;
}
.charsbitp {
  padding-top:80px;
}
.charsbitp__wrap {
  display: grid; 
  grid-auto-columns: 1fr 1fr; 
  grid-auto-rows: auto; 
  grid-template-columns: 1fr 1fr 1fr 1fr; 
  grid-template-rows: auto; 
  gap: 20px 20px; 
  width: 100%; 
  background: url('../images/grey_logo.png') bottom 0px right 0px no-repeat;
}
.charsbitp__item {
  height: 185px;
  border-radius: 20px;
  border:1px solid #FF6800;
  padding:30px;
}
.charsbitp__itemtext {
  position: relative;
  padding-left:20px;
}
.charsbitp__itemtext:before {
  display: block;
  content: '/';
  color:#FF6800;
  position: absolute;
  top:0;
  left:0px;
}
.charsbitp2 {
  padding-top: 80px;
}
.module2__header {
  font-weight: 700;
  font-size: 34px;
  line-height: 120%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #06092B;
  padding-bottom: 40px;
  max-width: 580px;
}
.modules_headerwrap {
  max-width: 560px;
}
.modules_headertextr {
  max-width: 500px;
  padding-left: 50px;
}
.charsbitp2__item {
  height: 206px;
  border-radius: 20px;
  border: 1px solid #FF6800;
  padding: 30px;
}
.charsbitp2__itemtext {
  position: relative;
  padding-left:20px;
}
.charsbitp2__itemtext:before {
  display: block;
  content: '/';
  color:#FF6800;
  position: absolute;
  top:0;
  left:0px;
}
.charsbitp2__wrap {
  display: grid; 
  grid-auto-columns: 1fr 1fr; 
  grid-auto-rows: 1fr; 
  grid-template-columns: 1fr 1fr 1fr 1fr; 
  grid-template-rows: 1fr 1fr 1fr; 
  gap: 20px 20px; 
  grid-template-areas: 
    "charsbitp01 charsbitp02 charsbitp03 charsbitp04"
    "charsbitp05 charsbitp06 charsbitp07 charsbitp08"
    "charsbitp09 charsbitp10 charsbitp11 charsbitp11"; 
  width: 100%; 
}
.charsbitp01 { grid-area: charsbitp01; }
.charsbitp02 { grid-area: charsbitp02; }
.charsbitp03 { grid-area: charsbitp03; }
.charsbitp04 { grid-area: charsbitp04; }
.charsbitp05 { grid-area: charsbitp05; }
.charsbitp06 { grid-area: charsbitp06; }
.charsbitp07 { grid-area: charsbitp07; }
.charsbitp08 { grid-area: charsbitp08; }
.charsbitp09 { grid-area: charsbitp09; }
.charsbitp10 { grid-area: charsbitp10; }
.charsbitp11 { grid-area: charsbitp11; }
.modules__wrap02 {
  display: grid; 
  grid-auto-columns: 1fr 1fr; 
  grid-auto-rows: 1fr; 
  grid-template-columns: 1fr 1fr; 
  grid-template-rows: auto; 
  gap: 20px 20px; 
  width: 100%; 
}
.examples__item {
  display: flex;
}
.examples__left {
  width: 25%;
}
.examples__right {
  width: 75%;
}
.examples__leftheader {
  font-weight: 700;
  font-size: 20px;
  line-height: 115%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding-bottom: 40px;
}
.examples__leftprice {
  font-weight: 700;
  font-size: 20px;
  line-height: 115%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.examples__leftprice span {
  color:#FF6800;
}
.examples__item {
  padding-bottom: 90px;
}
.examples {
  padding-top:130px;
}
.tabs-nav {
	overflow: hidden;
	margin: 0;
	padding: 0;
  display: flex;
  justify-content: end;
  padding-bottom: 40px;
  width: 100%;
}
.tabsb-nav {
	overflow: hidden;
	margin: 0;
	padding: 0;
  display: flex;
  justify-content: end;
  padding-bottom: 40px;
  width: 100%;
}
.tabsc-nav {
	overflow: hidden;
	margin: 0;
	padding: 0;
  display: flex;
  justify-content: end;
  padding-bottom: 40px;
  width: 100%;
}
.tabswrap {
  display: flex;
  min-width: 900px;
  justify-content: space-between;
}
.tabs-nav a {
	display: flex;
  align-items: center;
  justify-content: center;
  padding:0 30px;
  border-radius: 30px;
  height: 47px;
  border:1px solid #FF6800;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  color: #FF6800;
  transition: all 0.3s linear;
}		
.tabs-nav a:hover {
  border:1px solid #FF6800;
  background: #FF6800;
  color: #fff;
}		
.tabsb-nav a {
	display: flex;
  align-items: center;
  justify-content: center;
  padding:0 30px;
  border-radius: 30px;
  height: 47px;
  border:1px solid #FF6800;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  color: #FF6800;
  transition: all 0.3s linear;
}		
.tabsb-nav a:hover {
  border:1px solid #FF6800;
  background: #FF6800;
  color: #fff;
}		
.tabsc-nav a {
	display: flex;
  align-items: center;
  justify-content: center;
  padding:0 30px;
  border-radius: 30px;
  height: 47px;
  border:1px solid #FF6800;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  color: #FF6800;
  transition: all 0.3s linear;
}		
.tabsc-nav a:hover {
  border:1px solid #FF6800;
  background: #FF6800;
  color:#fff;
}
.examples {
  padding-top: 130px;
}
.pr_shema {
  max-width: 700px;
  margin:0 auto;
}
.tabs-item {
  display: flex;
  justify-content: center;
}
.examples__table {
  border:1px solid #76767A;
  border-collapse: collapse;
}
.examples__table td {
  border:1px solid #76767A;
  padding:10px;
  text-align: center;
}
.examples__table thead tr td {
  background:#d8d8d8;
}
.zakaz__item {
  padding-bottom: 40px;
}
.zakaz__itemheader {
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding-bottom: 8px;
}
.zakaz__itemheader span {
  color: #FF6800;
}
.zakaz__item p {
  margin:0 0 5px 0 !important;
}
.zakaz__info {
  background: #feeee3;
  border:1px solid #FF6800;
  max-width: 800px;
  margin:0 auto;
  margin-top:80px;
  border-radius: 20px;
  padding:35px 70px;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0.05em;
  line-height: 130%;
  text-transform: uppercase;
}
.zakaz__infoheader {
  padding-bottom: 20px;
}
.swiper-container {
  overflow: hidden;
}
.completed {
  padding-top:130px;
}
.completed__header {
  font-weight: 700;
  font-size: 34px;
  line-height: 120%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #06092B;
  padding-bottom: 40px;
  display: flex;
}
.completed__headerleft {
  width: 70%;
}
.completed__headerright {
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: end;
}
.completed__button_left {
  width: 57px;
  height: 48px;
  background: url('../images/prev.png') center center no-repeat;
  border:none;
  padding:0;
}
.completed__button_right {
  width: 57px;
  height: 48px;
  background: url('../images/next.png') center center no-repeat;
  border:none;
  padding:0;
}
.completed__panel {
  width: 126px;
  height: 48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.completed__item img {
  border-radius: 20px;
}
.completed__itemtext {
  padding-top:15px;
}
.documentation {
  padding-top: 130px;
}
.documentation__wrap {
  display: flex;
}
.documentation__left {
  width: 25%;
  font-weight: 700;
  font-size: 34px;
  line-height: 120%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #06092B;
  padding-bottom: 40px;
}
.documentation__right {
  width: 75%;
}
.documentation__links {
  display: flex;
  flex-wrap: wrap;
}
.pdf_link {
  display: flex;
  align-items: center;
  height: 56px;
  padding-left: 60px;
  padding-right: 10px;
  background: url('../images/pdf.png') left top no-repeat;
  font-weight: 700;
  line-height: 115%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color:#06092B;
  text-decoration: none;
  margin-bottom: 20px;
  max-width: 288px;
  transition: all 0.3s linear;
}
.pdf_link:hover {
  color: #FF6800;
}
.jpg_link {
  display: flex;
  align-items: center;
  height: 56px;
  padding-left: 60px;
  background: url('../images/jpg.png') left top no-repeat;
  font-weight: 700;
  line-height: 115%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color:#06092B;
  text-decoration: none;
  margin-bottom: 20px;
  max-width: 288px;
  transition: all 0.3s linear;
  padding-right: 10px;
}
.jpg_link:hover {
  color: #FF6800;
}
.xls_link {
  display: flex;
  align-items: center;
  height: 56px;
  padding-left: 60px;
  background: url('../images/xls.png') left top no-repeat;
  font-weight: 700;
  line-height: 115%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color:#06092B;
  text-decoration: none;
  margin-bottom: 20px;
  max-width: 288px;
  transition: all 0.3s linear;
  padding-right: 10px;
}
.xls_link:hover {
  color: #FF6800;
}
.docpage__links a {
  margin-right: 60px;
  padding-right: 0px;
}

.modules__itemotl {
  border:1px solid #76767a !important;
}
.modules__itemotl {
  border:1px solid #76767a !important;
}
.zakaz_itp {
  padding-top: 130px;
}
.zakaz_itp__header {
  display: flex;
  padding-bottom: 40px;
}
.zakaz_itp__left {
  width: 50%;
  font-weight: 700;
  font-size: 34px;
  line-height: 120%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #06092B;
}
.zakaz_itp__right {
  width: 50%;
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.zakaz_itp__leftinner {
  max-width: 630px;
}
.zakaz_itp__wrap {
  display: grid;
  grid-auto-columns: 1fr 1fr;
  grid-auto-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
  gap: 20px 20px;
  width: 100%;
  background: url('../images/grey_logo.png') bottom 0px right 0px no-repeat;
}
.zakaz_itp__item {
  height: 124px;
  border-radius: 20px;
  border: 1px solid #FF6800;
  padding: 30px;
}
.zakaz_itp2 {
  padding-top:130px;
}
.zakaz_itp2__header {
  align-items: center;
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding-bottom: 40px;
  max-width: 500px;
}
.topbanner__text_cont h1 {
  max-width: 740px;
}
.assignment__cont {
  max-width: 600px;
}
.zakaz_itp__wrap_cont {
  background: none !important;
}
.block__header_compl_cont {
  max-width:420px;
}
.zakaz__cont {
  padding-top:130px;
}
.dblock {
  padding-bottom: 15px;
}
.info_h1 {
  font-weight: 700;
  font-size: 60px;
  line-height: 120%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding:150px 0 50px 0;
  margin:0;
}
.contacts__wrap {
  width: 1050px;
  display: flex;
  justify-content: space-between;
}
.contacts__col1 {
  width: 220px;
}
.contacts__col2 {
  width: 320px;
}
.contacts__col32 {
  width: 220px;
}
.contacts__col2h {
  width: 100%;
  display: flex;
  justify-content: center;
}
.contacts__colheader {
  border-radius: 30px;
  padding: 15px 24px;
  width: 220px;
  height: 40px;
  border-bottom:1px solid #FF6800;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
}
.contacts__telpanel {
  width: 220px;
}
.contacts__telpanel {
  width: 220px;
}
.contacts__telpanel a {
  width: 100%;
  display: flex;
  height: 36px;
  justify-content: center;
  align-items: center;
  color:#06092B;
  text-decoration: none;
  transition:all 0.3s linear ;
}
.contacts__telpanel a:hover {
  color:#FF6800;
}
.contacts__address {
  max-width: 315px;
}
.contacts__mail {
  display: flex;
  justify-content: center;
  height: 36px;
  align-items: center;
}
.contacts__mail a {
  color:#06092B;
  text-decoration: none;
  transition:all 0.3s linear ;
}
.contacts__mail a:hover {
  color:#FF6800;
}
.contacts_map {
  padding-top: 60px;
}
.contacts_map__header {
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding-bottom: 40px;
}
.contacts_map__map {
  height: 538px;
}
.contacts_auto {
  padding-top:60px;
}
.contacts_auto__wrap {
  display: flex;
}
.contacts_auto__left {
  width: 50%;
}
.contacts_auto__right {
  width: 50%;
}
.contacts_auto__leftwrap {
  max-width: 670px;
}
.contacts_auto__header {
  font-weight: 700;
  font-size: 34px;
  line-height: 120%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding-bottom: 20px;
}
.contacts_auto__subheader {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px; 
  line-height: 120%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding-bottom: 12px;
}
.contacts_auto__text {
  padding-bottom: 50px;
}
.contacts_auto__textlast {
  padding-bottom: 0px;
}
.contacts_auto__right {
  padding-left: 20px;
  display: flex;
  justify-content: end;
}
.documentation__wrap_page {
  display: flex;
  max-width: 1070px;
  flex-wrap: wrap;
}
.videobk {
  padding-top: 130px;
}
.videobk__wrap {
  display: flex;
  justify-content: center;
}
.video_info {
  padding:20px 0;
  max-width: 1280px;
  margin:0 auto;
}
.video-js .vjs-big-play-button {
  top: 50% !important;
  left: 50% !important;
  margin-left:-45px !important;
  margin-top:-22px !important;
}
#videobk {
  border-radius: 20px;
  overflow: hidden;
}
.mobile__menu {
  width: 40px;
  padding:0;
  height: 16px;
  border:none;
  background: none;
  display: none;
}
.mobile__span {
  display: block;
  background: #FF6800;
  height: 2px;
  width: 100%;
  border-radius: 4px;
  margin-bottom:6px
}
.mobile__spanlast {
  display: block;
  background: #FF6800;
  height: 2px;
  width: 100%;
  border-radius: 4px;
}

.feedback__fields {
  position: relative;
}
.feedback__fields .sucsess_text {
  position: absolute;
  top:0px;
  bottom:0;
  left:0;
  right:0;
  color: green;
  width: 100%;
  padding: 40px;
  background: #fff;
  border-radius: 20px;
  text-align: center;
  font-size: 20px;
  line-height: 130%;
  z-index: 9;
}
.politic a {
  color:#000;
  text-decoration: underline;
}
.maintop__mobile {
  background: url('../images/video_fone.jpg') center top no-repeat;
  background-size: cover;
}
.maintop__mobile .maintop__panel {
  position: relative !important;
  padding:200px 20px !important;
}
.maintop__mobile .maintop__video {
  height: auto;
  min-height: 400px;
}
.feedback__header__mobile {
  font-weight: 700;
  font-size: 28px;
  line-height: 120%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding-bottom: 40px;
}
.feedback__text__mobile {
  padding-bottom: 40px;
}
.sclink__mobile {
  display: none;
}
.video-js .vjs-tech {
  height: auto !important;
  max-width: 100% !important;
  position: relative !important;
}
.block_100 {
	display:flex;
	margin-left: -15px;
	margin-right: -15px;
  padding-bottom: 30px;
}
.block_050 {
	width:50%;
	padding:0 15px;
}
.video-js {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
}
/**************************************************/
/**************************************************/
/**************************************************/
@media (max-width:1700px) {
.maintop__video .maintop__panel {
  padding: 0 200px;
}
}
@media (max-width:1500px) {
  .maintop__video .maintop__panel {
    padding: 0 100px;
  }
}
@media (max-width:1460px) {
.charsbitp2__wrap {
  display: grid;
  grid-auto-columns: 1fr 1fr;
  grid-auto-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
  gap: 20px 20px;
  grid-template-areas:
  "charsbitp01 charsbitp02 charsbitp03"
  "charsbitp04 charsbitp05 charsbitp06"
  "charsbitp07 charsbitp08 charsbitp09"
  "charsbitp10 charsbitp11 charsbitp11";
  width: 100%;
}
}
@media (max-width:1380px) {
  .documentation__wrap {
    flex-direction: column;
  }
  .documentation__left {
    width: 100%;
    padding-bottom: 40px;
  }
  .documentation__right {
    width: 100%;
  }
  .maintop__video {
    width: 100%;
    min-height: 600px;
    height: 100vh;
    position: relative;
    overflow: hidden;
    z-index: 1;
  }
  .header__mail {
    margin-left:24px;
  }
  .header__phone {
    margin-left:24px;
  }
  .maintop__video .maintop__panel {
    padding: 0 50px;
  }
  .maintop__video .maintop__panel {
    font-size: 40px;
  }
  .header__ul li {
    margin-right: 12px;
  }
}
@media (max-width:1280px) {
  .contacts_auto__right {
    display: block;
  }
  .videobk-dimensions {
    width: 100%;
    height: 560px;
  }
  .maintop__video .maintop__panel {
    font-size: 36px;
  }
  .topbanner__wrap .topbanner__text {
    position: absolute;
    top: 40px;
    left: 50px;
    max-width: 1100px;
  }
  .topbanner__button {
    margin-top: 40px;
  }
  .zakaz_itp__wrap {
    display: grid;
    grid-auto-columns: 1fr 1fr;
    grid-auto-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto;
    gap: 20px 20px;
    width: 100%;
    background: url('../images/grey_logo.png') bottom 0px right 0px no-repeat;
  }
}
@media (max-width:1230px) {
  .header__mail span {
      display: none;
  }
  .header__phone {
    margin-left: 8px;
  }
  .header__logo {
    margin-right: 10px;
  }
  .examples__item {
    flex-direction: column;
  }
  .examples__left {
    width: 100%;
  }
  .examples__right {
    width: 100%;
  }
  .examples__leftheader {
    padding-bottom: 20px;
  }
  .examples__leftprice {
    padding-bottom: 20px;
  }
}
@media (max-width:1200px) {
  .footer__column1 {
    width: 14%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 175px;
  }
  .footer__column2 {
    width: 20%;
    padding-left: 15px;
  }
  .footer__column3 {
    width: 20%;
    padding-left: 15px;
  }
  .footer__column4 {
    width: 23%;
    padding-left: 15px;
  }
  .footer__column5 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 23%;
    padding-left: 15px;
  }
}
@media (max-width:1130px) {
  .contacts__wrap {
    width: 100%;
  }
  .feedback__wrap {
    width: 100%;
  }
  .feedback__button__wrap {
    width: 100%;
  }
  .topbanner__wrap .topbanner__text {
    position: absolute;
    top: 20px;
    left: 20px;
  }
  .topbanner__wrap h1 {
    font-size: 40px;
  }
  .topbanner__textinner {
    font-size: 30px;
  }
  .charsbitp2__wrap {
    display: grid;
    grid-auto-columns: 1fr 1fr;
    grid-auto-rows: 1fr;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    gap: 20px 20px;
    grid-template-areas:
    "charsbitp01 charsbitp02"
    "charsbitp03 charsbitp04"
    "charsbitp05 charsbitp06"
    "charsbitp07 charsbitp08"
    "charsbitp09 charsbitp10"
    "charsbitp11 charsbitp11";
    width: 100%;
  }
}
@media (max-width:1080px) {
  .pr_shema {
    max-width: 100%;
  }
  .header__wrap__left {
    width: 83%;
  }
  .header__wrap__right {
    width: 17%;
  }
  .maintop__mobile {
    background: url('../images/video_fone_sm.jpg') center top no-repeat;
  }
  .footer__column1 {
    display: none;
  }
  .footer__column2 {
    width: 20%;
    padding-left: 15px;
  }
  .footer__column3 {
    width: 20%;
    padding-left: 15px;
  }
  .footer__column4 {
    width: 30%;
    padding-left: 15px;
  }
  .footer__column5 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 30%;
    padding-left: 15px;
  }
  .sclink__mobile {
    display: block;
  }
  .footer__copyright {
    height: auto;
  }
}
@media (max-width:1024px) {
  .modules {
    padding-top: 80px;
  }
  .zakaz_itp__left {
    font-size: 28px;
  }
  .zakaz_itp {
    padding-top: 80px;
  }
  .examples__table {
    overflow-y: auto;
  }
  .docpage__links a {
    width: 270px;
  }
  .contacts_auto__header {
    font-size: 28px;
  }
  .contacts_map {
    padding-top: 20px;
  }
  .info_h1 {
    font-size: 40px;
  }
  .zakaz_itp2 {
    padding-top: 80px;
  }
  .preimtsm__wrap {
    display: grid; 
    grid-auto-columns: 1fr 1fr; 
    grid-auto-rows: 1fr; 
    grid-template-columns: 1fr 1fr 1fr; 
    grid-template-rows: 1fr 1fr; 
    gap: 20px 20px; 
    grid-template-areas: 
      "preimtsm1 preimtsm1 preimtsm2 preimtsm2"
      "preimtsm3 preimtsm3 preimtsm4 preimtsm4"
      "preimtsm5 preimtsm5 preimtsm6 preimtsm6"
      "preimtsm7 preimtsm7 preimtsm7 preimtsm7"; 
    width: 100%; 
  }
  .preimtsm1 { grid-area: preimtsm1; }
  .preimtsm2 { grid-area: preimtsm2; }
  .preimtsm3 { grid-area: preimtsm3; }
  .preimtsm4 { grid-area: preimtsm4; }
  .preimtsm5 { grid-area: preimtsm5; }
  .preimtsm6 { grid-area: preimtsm6; }
  .preimtsm7 { grid-area: preimtsm7; }

  .preimtsm__item {
    min-height: auto;
  }

.complect__wrap {
  flex-direction: column;
}
.complect__left {
  width: 100%;
  padding-right: 0px;
}
.complect__right {
  width: 100%;
}
.charsbitp__wrap {
  display: grid;
  grid-auto-columns: 1fr 1fr;
  grid-auto-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
  gap: 20px 20px;
  width: 100%;
  background: none;
}
}

@media (max-width:1023px) {
  .documentation__left {
    font-size: 28px;
  }
  .documentation {
    padding-top: 80px;
  }
  .examples {
    padding-top: 80px;
  }
  .completed__header {
    font-size: 28px;
  }
  .description__block {
    padding: 40px 0 80px 0;
  }
  .module__header__left {
    font-size: 28px;
  }
  .modules_headerwrap {
    font-size: 28px;
  }
  .module2__header {
    font-size: 28px;
  }
  .complect {
    padding-top: 80px;
  }
  .preimtsm {
    padding-top: 80px;
  }
  .block__header {
    font-size: 28px;
  }
  .logo__menu {
    width: 130px;
    display: flex;
    align-items: center;
  }
  .hc-nav-trigger.hc-nav-1 {
    display: block !important;
  }
  .feedback {
    padding-top: 80px;
  }
  .feedback__header {
    font-size: 28px;
  }
  .bitpinfo__header {
    font-size: 28px;
  }
  .bitpinfo {
    padding-top:80px;
  }
  .manuf {
    padding-top:80px;
  }
  .preim__header {
    font-size: 28px;
  }
  .header__ul {
    display: none;
  }
  .header__wrap__left {
    width: 60%;
  }
  .header__wrap__right {
    width: 40%;
  }
  .mobile__menu {
    display: block;
  }
  .preim {
    padding-top: 0px;
  }
  footer {
    padding: 40px 0 40px;
    margin-top: 80px;
  }
}

@media (max-width:970px) {
.zakaz_itp__wrap {
  display: grid;
  grid-auto-columns: 1fr 1fr;
  grid-auto-rows: auto;
  grid-template-columns:  1fr 1fr;
  grid-template-rows: auto;
  gap: 20px 20px;
  width: 100%;
  background: none;
}
.contacts_auto__wrap {
  flex-direction: column;
}
.contacts_auto__left {
  width: 100%;
}
.contacts_auto__right {
  width: 100%;
  padding-left: 0px;
  padding-top: 20px;
}
}
@media (max-width:940px) {
.tabswrap {
  min-width: auto;
  width: 100%;
}
}
@media (max-width:920px) {
.feedback__fields {
  width: 100%;
}
.footer__ul li a br {
  display: none !important;
}
.footer__wrap {
  flex-wrap: wrap;
}
.footer__column2 {
  width: 50%;
  padding-left: 15px;
}
.footer__column3 {
  width: 50%;
  padding-left: 15px;
}
.footer__column4 {
  width: 50%;
  padding-left: 15px;
}
.footer__column5 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
  padding-left: 15px;
}
}
@media (max-width:880px) {
  .topbanner__img {
    display: none;
  }
  .topbanner__wrap {
    background:url('../images/banner_fone.jpg') center center no-repeat;
    background-size: cover;
    padding:20px;
    border-radius: 20px;
    overflow: hidden;
  }
  .topbanner__wrap .topbanner__text {
    position: relative;
    top:auto;
    left:auto;
  }
  .topbanner__wrap h1 {
    margin-bottom:15px;
  }
}
@media (max-width:840px) {
  .description__block_buttons {
    flex-direction: column;
    align-items: center;
  }
  .description__block_button {
    margin-bottom: 20px;
    width: 280px;
    padding: 0 15px;
  }
  .modules__item {
    border-radius: 20px;
    border: 1px solid #FF6800;
    padding: 30px 55px;
  }
  .tabswrap {
    flex-direction: column;
    align-items: center;
  }
  .tabs-nav a {
    margin-bottom: 20px;
    width: 280px;
    padding:0 15px;
  }
  .tabsb-nav a {
    margin-bottom: 20px;
    width: 280px;
    padding:0 15px;
  }
  .tabsc-nav a {
    margin-bottom: 20px;
    width: 280px;
    padding:0 15px;
  }
}
@media (max-width:768px) {
  .table__block {
    overflow-y: scroll;
    padding-bottom: 20px;
  }
  .contacts__col1 {
    padding-bottom: 40px;
  }
  .contacts__col2h {
    justify-content: start;
  }
  .contacts__col2 {
    padding-bottom: 40px;
  }
  .contacts__col3 {
    padding-bottom: 40px;
    width: 320px;
  }
  .contacts__mail {
    justify-content: start;
  }
  .contacts__wrap {
    flex-direction: column;
  }
  .contacts__telpanel a {
    justify-content: start;
  }
  .videobk-dimensions {
    width: 100%;
    height: 420px;
  }
  .examples .block__header {
      padding-bottom: 20px;
  }
  .complect__text {
    padding-bottom: 20px;
  }
  .zakaz_itp__header {
    flex-direction: column;
  }
  .zakaz_itp__left {
    width: 100%;
    padding-bottom: 15px;
  }
  .zakaz_itp__right {
    width: 100%;
  }
  .modules__wrap02 {
    display: block;
  }
  .modules__item {
    margin-bottom: 20px;
  }
  .modules_headertextr {
    padding-left: 0px;
  }
  .charsbitp2__wrap {
    display: block;
  }
  .charsbitp2__item {
    margin-bottom: 20px;
    padding: 20px;
    height: auto;
  }
.module__header {
  display: flex;
  flex-direction: column;
}
.module__header__left {
width: 100%;
padding-bottom: 20px;
}
.module__header__right {
  width: 100%;
}
  .charsbitp__wrap {
    display: grid;
    grid-auto-columns: 1fr 1fr;
    grid-auto-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    gap: 20px 20px;
    width: 100%;
    background: none;
  }
  .modules__wrap {
    display: block;
  }
  .modules__item {
    margin-bottom: 20px;
  }
  .assignment__wrap {
    flex-direction: column;
  }
  .assignment__right {
    padding-left: 0px;
    width: 100%;
  }
  .assignment__left {
    width: 100%;
    padding-bottom: 20px;
  }
  .preim__left {
    display: none;
  }
  .preim__right {
    width: 100%;
  }
  .manuf__title {
    font-size: 14px;
  }
  .bitpinfo__wrap4 {
    padding-top: 40px;
  }
  .bitpinfo__wrap5 {
    padding-top: 40px;
  }
}
@media (max-width:670px) {
.zakaz_itp__item {
  padding:20px;
}
}
@media (max-width:568px) {
  .block_100 {
    flex-direction: column;
  }
  .block_050 {
    width:100%;
    padding:0 15px;
    margin-bottom:15px;
  }
  .videobk-dimensions {
    width: 100%;
    height: 300px;
  }
  .zakaz_itp__wrap {
    display: block;
  }
  .zakaz_itp__item {
    margin-bottom: 20px;
    height: auto;
  }
  .zakaz__info {
    padding:20px;
    margin-top: 40px;
  }
  .charsbitp__wrap {
    display: block;
    background: none;
  }
  .charsbitp__item {
    margin-bottom: 20px;
    height: auto;
    padding:20px;
  }
  .modules__item {
    padding: 20px 20px;
  }
  .preimtsm__wrap {
    display: block;
  }
  .preimtsm__item {
    margin-bottom: 20px;
  }
  .topbanner__wrap h1 {
    font-size: 30px;
  }
  .topbanner__textinner {
    font-size: 24px;
  }
  .maintop__video .maintop__panel {
    font-size: 30px;
  }
  .maintop__mobile .maintop__panel {
    position: relative !important;
    padding:170px 20px 100px !important;
  }
  .manuf__wrap {
    display: block;
  }
  .manuf__item {
    margin-bottom: 20px;
  }
  .bitpinfo__wrap {
    flex-direction: column;
  }
  .bitpinfo__wrap__left {
    width: 100%;
    padding-right: 0px;
  }
  .bitpinfo__wrap__right {
    width: 100%;
  }
  .bitpinfo__wrap3 {
    flex-direction: column;
  }
  .bitpinfo__left3 {
    width: 100%;
    padding-right: 0px;
    padding-bottom: 20px;
  }
  .bitpinfo__right3 {
    width: 100%;
  }
  .bitpinfo__wrap4 {
    flex-direction: column;
  }
  .bitpinfo__left4 {
    width: 100%;
  }
  .bitpinfo__right4 {
    padding-left: 0px;
    width: 100%;
    padding-top: 20px;
  }
  .bitpinfo__wrap5 {
    flex-direction: column;
  }
  .bitpinfo__left5 {
    width: 100%;
    padding-right: 0px;
    padding-bottom: 20px;
  }
  .bitpinfo__right5 {
    width: 100%;
  }
}
@media (max-width:670px) {
  .header__phone span {
    display: none;
  }
}
@media (max-width:568px) {
  .feedback__header {
    display: none;
  }
  .feedback__mobile {
    display: block;
  }
  .feedback__text {
    display: none;
  }
  .feedback__wrap {
    flex-direction: column;
  }
  .feedback__left {
    width: 100%;
  }
  .feedback__right {
    width: 100%;
    padding-left: 0px;
  }
}
@media (max-width:500px) {
  .header__wrap__left {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .header__wrap__right {
    display: none;
  }
  .header__mail {
    display: none;
  }
}
@media (max-width:470px) {
  .header__mail {
    display: none;
  }
  .header__phone {
    margin-left:20px;
  }
  .footer__wrap {
    flex-direction: column;
  }
  .footer__column2 {
    width: 100%;
    padding-left: 0px;
  }
  .footer__column3 {
    width: 100%;
    padding-left: 0px;
    padding-bottom: 20px;
  }
  .footer__mail {
    margin-bottom: 20px;
  }
  .footer__column4 {
    width: 100%;
    padding-left: 0px;
  }
  .footer__column5 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    padding-left: 0px;
  }
  .sclink__mobile {
    margin-top: 20px;
  }
}
@media (max-width:414px) {
  .maintop__button {
    width: 100%;
  }
}
@media (max-width:428px) {
  .feedback__field textarea {
    min-height: 100px;
  }
  .zakaz_itp__left {
    font-size: 24px;
  }
  .contacts_auto__text {
    padding-bottom: 20px;
  }
  .contacts_auto__header {
    font-size: 24px;
  }
  .info_h1 {
    font-size: 30px;
  }
  .videobk-dimensions {
    width: 100%;
    height: 224px;
  }
  .documentation__left {
    font-size: 24px;
  }
  .completed__header {
      flex-direction: column;
  }
  .completed__headerleft {
    width: 100%;
    padding-bottom: 15px;
  }
  .completed__headerright {
    width: 100%;
    justify-content: start;
  }
  .completed__header {
    font-size: 24px;
  }
  .module__header__left {
    font-size: 24px;
  }
  .modules_headerwrap {
    font-size: 24px;
  }
  .module2__header {
    font-size: 24px;
  }
  .block__header {
    font-size: 24px;
  }
  .feedback__header {
    font-size: 24px;
  }
  .preim__header {
    font-size: 24px;
  }
  .manuf__header {
    font-size: 24px;
  }
  .bitpinfo__header {
    font-size: 24px;
  }
}
@media (max-width:414px) {
.videobk-dimensions {
  width: 100%;
  height: 216px;
}
}
@media (max-width:390px) {
  .videobk-dimensions {
    width: 100%;
    height: 203px;
  } 
.topbanner__wrap h1 {
  font-size: 24px;
}
.topbanner__textinner {
  font-size: 18px;
}
.topbanner__button {
  width: 100%;
}
}

@media (max-width:375px) {
.maintop__video .maintop__panel {
  font-size: 24px;
}
.videobk-dimensions {
  width: 100%;
  height: 195px;
} 
.contacts__col1 {
  width: 100%;
}
.contacts__col2 {
  width: 100%;
}
.contacts__col3 {
  width: 100%;
}
}
@media (max-width:320px) {
  .videobk-dimensions {
    width: 100%;
    height: 164px;
  } 
  }