/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

body {
  margin: 0;
}

main {
  display: block;
}

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

hr {
  -webkit-box-sizing: content-box;
          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 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

b,
strong {
  font-weight: bold;
}

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 {
  -webkit-box-sizing: border-box;
          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"] {
  -webkit-box-sizing: border-box;
          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;
}

/*
$fz = 18px
$ff = 'Gotham Pro', sans-serif
$ffi = 'icomoon'
$_MAXW = 1980px
*/

html {
  font-size: 18px;
}

html,
body {
  overflow-x: hidden;
}

body {
  font-family: 'Gotham Pro', sans-serif;
  width: 100%;
  margin: 0 auto;
  font-size: 100%;
  line-height: 1.5;
  font-weight: 300;
}

body.__main .headerEl,
body.__alt .headerEl {
  position: absolute;
  z-index: -1;
}

body.__main .headerEl:after,
body.__alt .headerEl:after,
body.__main .headerEl:before,
body.__alt .headerEl:before {
  content: '';
  display: block;
  position: absolute;
  background: transparent url("../img/decor_condensator.png") center center/contain no-repeat;
}

body.__main .headerEl:after,
body.__alt .headerEl:after {
  width: 65px;
  height: 80px;
  top: 15%;
  left: 65%;
}

body.__main .headerEl:before,
body.__alt .headerEl:before {
  width: 95px;
  height: 120px;
  top: 20%;
  left: 45%;
}

body.__main .headerEl i,
body.__alt .headerEl i {
  position: absolute;
  background: transparent center center/contain no-repeat;
}

body.__main .headerEl {
  width: 740px;
  height: 920px;
  background: transparent url("../img/decor_linear_1.png") center center/contain no-repeat;
  left: 35%;
}

body.__main .headerEl:after {
  top: 15%;
  left: 65%;
}

body.__main .headerEl:before {
  top: 20%;
  left: 45%;
}

body.__main .headerEl i {
  top: 10%;
  left: 30%;
  width: 1200px;
  height: 1000px;
  background-image: url("../img/decor_chip_big.png");
  -webkit-animation: pulse 3s 2 ease-in-out;
          animation: pulse 3s 2 ease-in-out;
}

body.__alt .headerEl {
  opacity: 0.8;
  width: 620px;
  height: 620px;
  background: transparent url("../img/decor_linear_3.png") center center/contain no-repeat;
  left: 75%;
}

body.__alt .headerEl.__catalog {
  top: 15%;
  left: 25%;
  opacity: 0.2;
}

body.__alt .headerEl:after {
  top: 30%;
  left: 40%;
}

body.__alt .headerEl:before {
  top: 50%;
  left: 35%;
}

body.__alt .headerEl i {
  top: 30%;
  left: -10%;
  width: 150px;
  height: 120px;
  background-image: url("../img/decor_chip.png");
}

a,
button {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  text-decoration: none;
  cursor: pointer;
}

a span,
button span {
  -webkit-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}

a:hover,
button:hover {
  text-decoration: none;
}

a:focus,
button:focus {
  outline: none;
}

a.__icon,
button.__icon {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-size: 0.888888888888889em;
}

a.__icon i,
button.__icon i {
  margin-right: 0.555555555555556rem;
  font-size: 10px;
  font-size: 0.555555555555556em;
}

a[data-recaptcha],
button[data-recaptcha] {
  position: relative;
  display: inline-block;
}

a[data-recaptcha] img,
button[data-recaptcha] img {
  display: block;
}

a[data-recaptcha] [data-recaptcha-option="ajax"],
button[data-recaptcha] [data-recaptcha-option="ajax"] {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  background: transparent url("/include/images/ajax-loader.gif") center center/contain no-repeat;
  display: none;
}

input {
  outline: none;
}

input:active,
input:focus {
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  padding: 0;
  margin: 0;
  line-height: 1.2;
  font-weight: 700;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small {
  display: block;
  font-size: 100%;
  font-weight: 300;
}

h1,
.h1 {
  font-size: 66px;
  font-size: 3.666666666666667em;
  text-transform: uppercase;
}

h2,
.h2 {
  font-size: 44px;
  font-size: 2.444444444444445em;
  text-transform: uppercase;
  margin-bottom: 2.222222222222222rem;
}

h3,
.h3 {
  font-size: 24px;
  font-size: 1.333333333333333em;
  margin-bottom: 0.555555555555556rem;
}

h4,
.h4 {
  font-size: 18px;
  font-size: 1em;
}

p {
  margin: 0;
  margin-bottom: 1rem;
}

.hBox {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5.555555555555555rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.hBox.__mb60 {
  margin-bottom: 3.333333333333333rem;
}

.hBox.__mb0 {
  margin-bottom: 0;
}

.hBox.__min h1 {
  font-size: 44px;
  font-size: 2.444444444444445em;
}

.hBox * {
  margin: 0;
}

.hBox_l {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(58.333333333333336% - 20px);
}

.hBox_r {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(41.66666666666667% - 20px);
}

.hBox_full {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(100% - 20px);
}

.btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  padding: 0.833333333333333rem 1.388888888888889rem;
  line-height: 1;
  border-radius: 0;
  border: none;
  cursor: pointer;
  text-decoration: none;
  background-color: transparent;
  font-weight: 700;
  position: relative;
  z-index: 5;
}

.btn:before {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  bottom: 0;
  width: 25%;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.btn:after {
  content: '\e904';
  display: block;
  font-family: 'icomoon';
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  margin-left: 1rem;
}

.btn:hover:before,
.btn.selected:before {
  width: 100%;
}

.langBox {
  margin: 0;
  padding: 0;
  list-style: none;
}

.langBox li {
  display: block;
  margin-bottom: 1px;
}

.langBox li a {
  display: block;
  text-transform: uppercase;
  padding: 0.15rem;
  opacity: 0.5;
  font-weight: 700;
  font-size: 14px;
  font-size: 0.777777777777778em;
}

.langBox li a:hover {
  opacity: 1;
}

.langBox li a.selected {
  opacity: 1;
  margin-right: -0.5rem;
  border-radius: 0 3px 3px 0;
}

.switch {
  margin: 0;
  padding: 0.166666666666667rem;
  list-style: none;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 2px;
}

.switch li {
  cursor: pointer;
}

.switch li a {
  border-radius: 2px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 24px;
  height: 24px;
  opacity: 0.8;
}

.switch li a:hover {
  opacity: 1;
}

.switch li a.selected {
  opacity: 1;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.list,
ul.num {
  margin: 0;
  padding: 0;
}

ul.list li,
ul.num li {
  margin-left: 1rem;
  padding-left: 1rem;
  margin-bottom: 1.666666666666667rem;
}

ul.list {
  list-style: disc outside;
}

ul.list li::marker {
  font-size: 20px;
  font-size: 1.111111111111111em;
}

ul.num {
  list-style: decimal outside;
}

ul.block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: -2.777777777777778rem;
}

ul.block .block__icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 65px;
  height: 70px;
  margin-bottom: 1.666666666666667rem;
  overflow: hidden;
}

ul.block .block__icon svg,
ul.block .block__icon use {
  width: 100%;
  height: 100%;
}

ul.block.__col-3 li {
  width: 33.33333333%;
}

ul.block.__col-4 li {
  width: 25%;
}

ul.block li {
  width: 50%;
  padding-right: 10%;
  margin-bottom: 2.777777777777778rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul.block li object {
  display: block;
  margin-bottom: 1.666666666666667rem;
}

ul.block li span {
  display: block;
  font-size: 40px;
  font-size: 2.222222222222222em;
  font-weight: 700;
  line-height: 1;
}

.btn__nav {
  display: none;
  position: relative;
  border-radius: 2px;
  padding: 0.166666666666667rem;
  width: 30px;
  height: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}

.btn__nav span {
  display: block;
  width: 100%;
  height: 4px;
}

nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

nav ul li {
  margin-right: 1.111111111111111rem;
}

nav ul li:last-child {
  margin-right: 0;
}

nav ul li a {
  font-weight: 700;
  font-size: 16px;
  font-size: 0.888888888888889em;
}

.hr {
  width: 100%;
}

.img-fix-block {
  width: 100%;
  height: 550px;
  border-radius: 6px;
  background: transparent center center/cover no-repeat;
  background-attachment: fixed;
}

.img-block {
  width: 100%;
  display: block;
  border-radius: 6px;
}

.img-content {
  border-radius: 6px;
  min-height: 650px;
  max-height: 700px;
  background: transparent center center/cover no-repeat;
}

.img-content.__h800 {
  min-height: 800px;
  max-height: 850px;
}

img {
  max-width: 100%;
}

.wrap {
  max-width: 1370px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.row.__vCenter {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.row.__vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.hidden {
  visibility: hidden;
}

.__center {
  text-align: center;
}

.__right {
  text-align: right;
}

.__caseUp {
  text-transform: uppercase;
}

.clW {
  color: #ffd86e;
}

.clS {
  color: #699522;
}

.clM {
  color: #ececec;
}

.clD {
  color: #eb323d;
}

.copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  overflow: hidden;
  width: 70px;
  height: 30px;
  opacity: 0.5;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  margin-left: auto;
}

.copy svg,
.copy use {
  width: 100%;
  height: 100%;
}

.copy:hover {
  opacity: 1;
}

.section {
  padding-top: 4.444444444444445rem;
  padding-bottom: 4.444444444444445rem;
}

.section .wrap {
  z-index: 5;
}

.section.__header {
  padding-top: 2.222222222222222rem;
  padding-bottom: 2.222222222222222rem;
}

.section.__main {
  padding-top: 1.111111111111111rem;
  padding-bottom: 1.111111111111111rem;
}

.section.zi4 .wrap {
  z-index: 4;
}

.select-title {
  font-size: 16px;
  font-size: 0.888888888888889em;
}

.select-text-block {
  min-height: 40px;
  min-width: 330px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #fff;
  border-radius: 6px;
  padding: 0.555555555555556rem 0.833333333333333rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

.select-text-block i {
  padding-left: 1rem;
  font-size: 8px;
  font-size: 0.444444444444444em;
}

.select-popup li {
  display: block;
}

.select-popup li a {
  display: block;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

input[type=text],
input[type=password],
select,
textarea {
  font-size: 16px;
  font-size: 0.888888888888889em;
  width: 100%;
  padding: 0.888888888888889rem 1rem;
  background-color: #d6e4ff;
  border: 1px solid #d6e4ff;
  border-radius: 6px;
  line-height: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-style: normal;
  resize: none;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}

input[type=text]:focus,
input[type=password]:focus,
select:focus,
textarea:focus {
  outline: none;
  background-color: rgba(255,255,255,0.2);
}

input[type=text].error,
input[type=password].error,
select.error,
textarea.error {
  border-color: #eb323d;
  background-color: rgba(255,0,0,0.1);
}

textarea {
  min-height: 100px;
}

label {
  cursor: pointer;
}

label.error {
  display: none !important;
}

label.disabled {
  color: #c6c6c6 !important;
}

select {
  position: relative;
}

.form {
  position: relative;
}

.form__block {
  margin-bottom: 2.222222222222222rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.form__block-label {
  width: 30%;
  font-weight: 700;
}

.form__block-label [data-recaptcha] {
  height: 100%;
  overflow: hidden;
  border-radius: 6px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.form__block-label [data-recaptcha] img {
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.form__block-input {
  width: 70%;
  padding-left: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.form.__popup {
  width: 500px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1rem;
  color: #242631;
}

.form.__popup h2,
.form.__popup h3 {
  color: #242631;
}

.form.__popup .form__block {
  margin-bottom: 1rem;
}

.form .alert {
  opacity: 0;
  position: absolute;
  z-index: 200;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}

.ajaxForm {
  color: #242631;
}

.ajaxForm a {
  color: #242631;
}

.ajaxForm input:focus,
.ajaxForm textarea:focus {
  outline: none !important;
}

.ajaxForm .fancybox-content {
  padding: 0 !important;
}

.ajaxForm #menu {
  min-width: 300px;
  max-width: 500px;
}

.ajaxForm #menu ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.ajaxForm #menu ul li {
  margin: 0;
}

.ajaxForm #menu ul li a {
  font-size: 24px;
  font-size: 1.333333333333333em;
}

.alert__box {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.alert__box div {
  padding: 0.25rem 2rem;
}

.alert > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert :before {
  display: block;
  content: attr(data-header);
  font-size: 1.25rem;
  font-weight: 700;
}

.alert :after {
  content: attr(data-text);
  font-size: 1rem;
}

.alert-success {
  color: #fff;
  border-color: #fff !important;
  background-color: rgba(105,149,34,0.8);
}

.alert-warning {
  color: #fff;
  border-color: #fff !important;
  background-color: rgba(255,216,110,0.8);
}

.alert-danger {
  color: #fff;
  border-color: #fff !important;
  background-color: rgba(235,50,61,0.8);
}

.checkbox input {
  display: none;
}

.checkbox input:checked + span:before {
  background-position: 0 0px;
}

.checkbox input:disabled + span {
  color: #ececec;
}

.checkbox input:disabled + span:before {
  background-position: 0 -99px;
}

.checkbox input:disabled:checked + span {
  color: #ececec;
}

.checkbox input:disabled:checked + span:before {
  background-position: 0 -66px;
}

.checkbox span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.checkbox span:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5rem;
  width: 18px;
  height: 18px;
  background: transparent 0 -33px no-repeat;
  background-image: url("../img/checkbox.png");
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-top: -0.2rem;
}

.agree {
  font-size: 12px;
  font-size: 0.666666666666667em;
  line-height: 1;
}

#bx-admin-prefix input,
#bx-admin-prefix textarea,
#bx-admin-prefix select {
  -webkit-appearance: auto;
  -moz-appearance: auto;
       appearance: auto;
  width: inherit;
  resize: block;
  min-height: auto;
}

#bx-panel a {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  height: 80px;
  margin-right: 0.5rem;
}

.logo svg,
.logo use {
  width: 100%;
  height: 100%;
}

.col_5 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(41.66666666666667% - 20px);
}

.col_6 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(50% - 20px);
}

.col_7 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(58.333333333333336% - 20px);
}

.col_12 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(100% - 20px);
}

.shift-r-1 {
  padding-right: calc(8.333333333333334% + 10px);
}

.shift-r-2 {
  padding-right: calc(12.5% + 10px);
}

.shift-l-1 {
  padding-left: calc(8.333333333333334% + 10px);
}

.shift-l-3 {
  padding-left: calc(25% + 10px);
}

.header {
  padding-top: 1.388888888888889rem;
  padding-bottom: 1.388888888888889rem;
}

.header > .wrap {
  z-index: 5;
}

.header .row {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__logo {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(16.666666666666668% - 20px);
}

.header__menu {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(58.333333333333336% - 20px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__phone {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(18.333333333333336% - 20px);
  text-align: right;
}

.header__phone a {
  font-size: 24px;
  font-size: 1.333333333333333em;
  font-weight: 700;
  white-space: nowrap;
}

.header__lang {
  position: fixed;
  left: 0;
  z-index: 100;
  margin-left: auto !important;
}

.header__switch {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(6.666666666666668% - 20px);
  text-align: right;
  margin-left: auto !important;
}

.footer > .wrap {
  z-index: 5;
}

.footer > .wrap:after {
  content: '';
  display: block;
  background: transparent url("../img/decor_footer.png") bottom center/contain no-repeat;
  width: 400px;
  height: 210px;
  position: absolute;
  bottom: 0;
  left: 30%;
  right: 0;
  margin: auto;
  z-index: -1;
}

.footer__logo {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(16.666666666666668% - 20px);
  margin-right: calc(8.333333333333334% + 10px);
}

.footer__name {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(41.66666666666667% - 20px);
}

.footer__phone {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(33.333333333333336% - 20px);
  text-align: right;
}

.footer__phone a[href^="tel"] {
  font-weight: 700;
}

.footer__phone a[href^="mailto"] {
  text-transform: uppercase;
}

.footer__copyright {
  text-transform: uppercase;
}

.footer__copyright,
.footer__copy {
  padding-top: 1.666666666666667rem;
  padding-bottom: 1.666666666666667rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(50% - 20px);
  font-size: 14px;
  font-size: 0.777777777777778em;
}

.fixed_element_page {
  position: relative;
  max-width: 1370px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  z-index: 1;
  opacity: 0.3;
}

.fixed_element_page .fixEl.__left {
  position: absolute;
  width: 720px;
  height: 920px;
  background: transparent url("../img/decor_linear_1.png") center center/contain no-repeat;
}

.fixed_element_page .fixEl.__right {
  position: absolute;
  background: transparent center center/contain no-repeat;
}

.fixed_element_page .fixEl.__num-2:before {
  content: '';
  display: block;
  position: absolute;
  width: 80px;
  height: 100px;
  background: transparent url("../img/decor_condensator.png") center center/contain no-repeat;
  left: 35%;
  top: 20%;
}

.fixed_element_page .fixEl.__num-3 {
  width: 600px;
  height: 840px;
  background-image: url("../img/decor_linear_2.png");
}

.fixed_element_page .fixEl.__num-4 {
  width: 620px;
  height: 630px;
  background-image: url("../img/decor_linear_3.png");
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  25% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }

  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  70% {
    -webkit-transform: scale(0.97);
            transform: scale(0.97);
  }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  25% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }

  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  70% {
    -webkit-transform: scale(0.97);
            transform: scale(0.97);
  }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@media screen and (min-width: 781px) {
  nav {
    display: block !important;
  }
}

@media screen and (max-width: 1440px) {
  .wrap {
    padding-left: 40px;
    padding-right: 40px;
  }

  .fixed_element_page {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 1400px) {
  .header__phone a {
    font-size: 20px;
    font-size: 1.111111111111111em;
  }
}

@media screen and (max-width: 1300px) {
  h2,
  .h2 {
    font-size: 34px;
    font-size: 1.888888888888889em;
  }
}

@media screen and (max-width: 1170px) {
  body {
    font-size: 90%;
  }

  body.__main .headerEl {
    width: 570px;
    height: 700px;
  }

  body.__main .headerEl i {
    width: 750px;
    height: 650px;
  }

  body.__main .headerEl:before {
    display: none;
  }

  body.__main .headerEl:after {
    top: 7%;
    left: 55%;
  }

  .form__block {
    margin-bottom: 1rem;
  }

  .form__block-label {
    width: 100%;
  }

  .form__block-input {
    width: 100%;
    padding-left: 0;
    padding-top: 0.5rem;
  }

  .shift-r-1 {
    padding-right: calc(4.166666666666667% + 10px);
  }

  .header__menu {
    width: calc(54.16666666666667% - 20px);
  }

  .header__phone {
    width: calc(20.833333333333336% - 20px);
  }

  .header__switch {
    width: calc(8.333333333333334% - 20px);
  }

  .fixed_element_page {
    display: none;
  }
}

@media screen and (max-width: 960px) {
  body {
    font-size: 85%;
  }

  body.__alt .headerEl {
    width: 520px;
    height: 520px;
    left: 65%;
  }

  body.__alt .headerEl:before {
    display: none;
  }

  .hBox {
    margin-bottom: 4rem;
  }

  ul.block li {
    padding-right: 5%;
  }

  .section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .logo {
    height: 45px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .col_5 {
    width: calc(50% - 20px);
  }

  .col_7 {
    width: calc(50% - 20px);
  }

  .shift-r-1 {
    padding-right: calc(2.083333333333333% + 10px);
  }

  .shift-r-2 {
    padding-right: calc(8.333333333333334% + 10px);
  }

  .shift-l-1 {
    padding-left: calc(2.083333333333333% + 10px);
  }

  .shift-l-3 {
    padding-left: calc(16.666666666666668% + 10px);
  }

  .header__menu {
    width: calc(48.333333333333336% - 20px);
  }

  .header__phone {
    width: calc(25% - 20px);
  }

  .header__switch {
    width: calc(10% - 20px);
  }

  .footer > .wrap:after {
    width: 300px;
  }

  .footer__logo {
    margin-right: calc(0% + 10px);
  }

  .footer__phone {
    width: calc(41.66666666666667% - 20px);
  }
}

@media screen and (max-width: 780px) {
  body {
    font-size: 80%;
  }

  body.__main .headerEl {
    display: none;
  }

  body.__alt .headerEl {
    display: none;
  }

  h1,
  .h1 {
    font-size: 55px;
    font-size: 3.055555555555555em;
  }

  h2,
  .h2 {
    margin-bottom: 1.5rem;
  }

  p {
    margin-bottom: 0.5rem;
  }

  .hBox {
    margin-bottom: 3rem;
  }

  .hBox.__mb60 {
    margin-bottom: 3rem;
  }

  .hBox_l {
    width: calc(100% - 20px);
  }

  .hBox_r {
    width: calc(100% - 20px);
  }

  .langBox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .langBox li a.selected {
    border-radius: 0;
    margin-right: 0;
  }

  ul.list li,
  ul.num li {
    padding-left: 0;
    margin-bottom: 1rem;
  }

  ul.block {
    margin-bottom: -2rem;
  }

  ul.block .block__icon {
    margin-bottom: 1rem;
  }

  ul.block.__col-4 li {
    width: 50%;
  }

  ul.block li {
    margin-bottom: 2rem;
  }

  .btn__nav {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  nav {
    display: none;
  }

  .img-fix-block {
    height: 350px;
  }

  .img-content {
    min-height: 350px;
    max-height: 500px;
  }

  .img-content.__h800 {
    min-height: 350px;
    max-height: 500px;
  }

  .wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .mobile-hidden {
    display: none;
  }

  .section {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .select-text-block {
    min-width: 210px;
  }

  .form.__popup {
    width: 100%;
  }

  .col_5 {
    width: calc(100% - 20px);
  }

  .col_5 {
    margin-bottom: 1rem;
  }

  .col_5 {
    margin-bottom: 1rem;
  }

  .col_5:last-child {
    margin-bottom: 0;
  }

  .col_6 {
    width: calc(100% - 20px);
  }

  .col_6 {
    margin-bottom: 1rem;
  }

  .col_6:last-child {
    margin-bottom: 0;
  }

  .col_7 {
    width: calc(100% - 20px);
  }

  .col_7 {
    margin-bottom: 1rem;
  }

  .col_7:last-child {
    margin-bottom: 0;
  }

  .col_7 img {
    max-width: 70%;
  }

  .shift-r-1 {
    padding-right: 0;
  }

  .shift-r-2 {
    padding-right: 0;
  }

  .shift-l-1 {
    padding-left: 0;
  }

  .shift-l-3 {
    padding-left: calc(8.333333333333334% + 10px);
  }

  .hide-s {
    display: none;
  }

  .header {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .header__logo {
    width: calc(20.833333333333336% - 20px);
  }

  .header__menu {
    width: calc(10% - 20px);
  }

  .header__phone {
    width: calc(33.333333333333336% - 20px);
  }

  .header__lang {
    position: relative;
    left: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 10px;
    margin-right: 10px;
    width: calc(20% - 20px);
  }

  .header__switch {
    width: calc(15.833333333333334% - 20px);
  }

  .footer > .wrap:after {
    height: 160px;
  }

  .footer__name {
    width: calc(37.5% - 20px);
  }

  .footer__phone {
    width: calc(45.833333333333336% - 20px);
  }

  .footer__phone a[href^="mailto"] {
    text-transform: none;
  }

  .fixed_element_page {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 560px) {
  body {
    font-size: 75%;
  }

  .hBox {
    margin-bottom: 2rem;
  }

  .hBox br {
    display: none;
  }

  .hBox.__mb60 {
    margin-bottom: 2rem;
  }

  .btn {
    padding: 1rem;
  }

  .btn:after {
    margin-left: 0.5rem;
  }

  .langBox {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  ul.list li,
  ul.num li {
    margin-bottom: 0;
  }

  ul.block {
    margin-bottom: -1rem;
  }

  ul.block.__col-3 li {
    width: 50%;
  }

  ul.block li {
    margin-bottom: 1rem;
  }

  .img-fix-block {
    height: 300px;
  }

  .img-content {
    min-height: 200px;
    max-height: 300px;
  }

  .img-content.__h800 {
    min-height: 200px;
    max-height: 300px;
  }

  .section {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .shift-l-3 {
    padding-left: 0;
  }

  .hide-xs {
    display: none;
  }

  .header__logo {
    width: calc(25% - 20px);
  }

  .header__menu {
    width: calc(16.666666666666668% - 20px);
  }

  .header__phone {
    width: calc(100% - 20px);
  }

  .header__phone {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }

  .header__lang {
    width: calc(33.333333333333336% - 20px);
  }

  .header__switch {
    width: calc(25% - 20px);
  }

  .footer > .wrap:after {
    height: 90px;
  }

  .footer__logo {
    display: none;
  }

  .footer__name {
    width: calc(45.833333333333336% - 20px);
  }

  .footer__phone {
    width: calc(54.16666666666667% - 20px);
  }

  .footer__phone a[href^="mailto"] {
    font-size: 14px;
    font-size: 0.777777777777778em;
  }
}

@media screen and (max-width: 400px) {
  h2,
  .h2 {
    margin-bottom: 1rem;
  }

  ul.block.__col-3 li {
    width: 100%;
  }

  ul.block.__col-4 li {
    width: 100%;
  }

  .img-fix-block {
    height: 250px;
  }

  .wrap {
    padding-left: 10px;
    padding-right: 10px;
  }

  .copy {
    height: 20px;
  }

  .col_7 img {
    max-width: 100%;
  }

  .hide-xxs {
    display: none;
  }

  .header__logo {
    width: calc(37.5% - 20px);
  }

  .header__menu {
    width: calc(25% - 20px);
  }

  .header__phone {
    width: calc(75% - 20px);
  }

  .header__phone {
    text-align: left;
  }

  .header__lang {
    width: calc(25% - 20px);
  }

  .header__lang {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7;
  }

  .header__switch {
    width: calc(37.5% - 20px);
  }

  .footer > .wrap:after {
    width: 200px;
  }

  .footer__name {
    width: calc(100% - 20px);
  }

  .footer__name {
    text-align: center;
  }

  .footer__phone {
    width: calc(100% - 20px);
  }

  .footer__phone {
    text-align: center;
  }

  .footer__copyright,
  .footer__copy {
    padding-top: 0.5rem;
    padding-bottom: 1rem;
  }

  .footer__copyright {
    width: calc(66.66666666666667% - 20px);
  }

  .footer__copy {
    width: calc(33.333333333333336% - 20px);
  }

  .fixed_element_page {
    padding-left: 10px;
    padding-right: 10px;
  }
}