@charset 'UTF-8';

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: .8
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: 0 !important;
  -webkit-backface-visibility: hidden
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle
}

.mfp-align-top .mfp-container:before {
  display: none
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045
}

.mfp-ajax-holder .mfp-content, .mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto
}

.mfp-ajax-cur {
  cursor: progress
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
  cursor: auto
}

.mfp-arrow, .mfp-close, .mfp-counter, .mfp-preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none
}

.mfp-loading.mfp-figure {
  display: none
}

.mfp-hide {
  display: none !important
}

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -.8em;
  left: 8px;
  right: 8px;
  z-index: 1044
}

.mfp-preloader a {
  color: #ccc
}

.mfp-preloader a:hover {
  color: #fff
}

.mfp-s-ready .mfp-preloader {
  display: none
}

.mfp-s-error .mfp-content {
  display: none
}

button.mfp-arrow, button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: 0;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation
}

button::-moz-focus-inner {
  padding: 0;
  border: 0
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: .65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace
}

.mfp-close:focus, .mfp-close:hover {
  opacity: 1
}

.mfp-close:active {
  top: 1px
}

.mfp-close-btn-in .mfp-close {
  color: #333
}

.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap
}

.mfp-arrow {
  position: absolute;
  opacity: .65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
  margin-top: -54px
}

.mfp-arrow:focus, .mfp-arrow:hover {
  opacity: 1
}

.mfp-arrow:after, .mfp-arrow:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: .7
}

.mfp-arrow-left {
  left: 0
}

.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
  right: 0
}

.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px
}

.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px
}

.mfp-iframe-holder .mfp-close {
  top: -40px
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, .6);
  background: #000
}

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto
}

.mfp-figure {
  line-height: 0
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, .6);
  background: #444
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px
}

.mfp-figure figure {
  margin: 0
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px
}

.mfp-image-holder .mfp-content {
  max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer
}

@media screen and (max-width:800px) and (orientation:landscape), screen and (max-height:300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, .6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, .6);
    position: fixed;
    text-align: center;
    padding: 0
  }
}

@media all and (max-width:900px) {
  .mfp-arrow {
    -webkit-transform: scale(.75);
    transform: scale(.75)
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px
  }
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0
}

.slick-list:focus {
  outline: 0
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand
}

.slick-slider .slick-list, .slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto
}

.slick-track:after, .slick-track:before {
  display: table;
  content: ''
}

.slick-track:after {
  clear: both
}

.slick-loading .slick-track {
  visibility: hidden
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px
}

[dir=rtl] .slick-slide {
  float: right
}

.slick-slide img {
  display: block
}

.slick-slide.slick-loading img {
  display: none
}

.slick-slide.dragging img {
  pointer-events: none
}

.slick-initialized .slick-slide {
  display: block
}

.slick-loading .slick-slide {
  visibility: hidden
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent
}

.slick-arrow.slick-hidden {
  display: none
}

.slick-loading .slick-list {
  background: #fff url(../libs/slick/ajax-loader.gif) center center no-repeat
}

@font-face {
  font-family: slick;
  font-weight: 400;
  font-style: normal;
  src: url(../libs/slick/fonts/slick.eot);
  src: url(../libs/slick/fonts/slick.eot?#iefix) format('embedded-opentype'), url(../libs/slick/fonts/slick.woff) format('woff'), url(../libs/slick/fonts/slick.ttf) format('truetype'), url(../libs/slick/fonts/slick.svg#slick) format('svg')
}

.slick-next, .slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  background: 0 0
}

.slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {
  color: transparent;
  outline: 0;
  background: 0 0
}

.slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-prev:hover:before {
  opacity: 1
}

.slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
  opacity: .25
}

.slick-next:before, .slick-prev:before {
  font-family: slick;
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.slick-prev {
  left: -25px
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto
}

.slick-prev:before {
  content: '←'
}

[dir=rtl] .slick-prev:before {
  content: '→'
}

.slick-next {
  right: -25px
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px
}

.slick-next:before {
  content: '→'
}

[dir=rtl] .slick-next:before {
  content: '←'
}

.slick-dotted.slick-slider {
  margin-bottom: 30px
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0
}

.slick-dots li button:focus, .slick-dots li button:hover {
  outline: 0
}

.slick-dots li button:focus:before, .slick-dots li button:hover:before {
  opacity: 1
}

.slick-dots li button:before {
  font-family: slick;
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: #000
}

@font-face {
  font-family: Geometria;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url(../fonts/Geometria/Geometria.eot);
  src: url(../fonts/Geometria/Geometria.eot?#iefix) format("embedded-opentype"), url(../fonts/Geometria/Geometria.woff) format("woff"), url(../fonts/Geometria/Geometria.ttf) format("truetype")
}

@font-face {
  font-family: Geometria;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url(../fonts/Geometria-Bold/Geometria-Bold.eot);
  src: url(../fonts/Geometria-Bold/Geometria-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/Geometria-Bold/Geometria-Bold.woff) format("woff"), url(../fonts/Geometria-Bold/Geometria-Bold.ttf) format("truetype")
}

@font-face {
  font-family: Geometria;
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url(../fonts/Geometria-Medium/Geometria-Medium.eot);
  src: url(../fonts/Geometria-Medium/Geometria-Medium.eot?#iefix) format("embedded-opentype"), url(../fonts/Geometria-Medium/Geometria-Medium.woff) format("woff"), url(../fonts/Geometria-Medium/Geometria-Medium.ttf) format("truetype")
}

*, ::after, ::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent
}

@-ms-viewport {
  width: device-width
}

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff
}

[tabindex="-1"]:focus {
  outline: 0 !important
}

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

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem
}

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

abbr[data-original-title], abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit
}

dl, ol, ul {
  margin-top: 0;
  margin-bottom: 1rem
}

ol ol, ol ul, ul ol, ul ul {
  margin-bottom: 0
}

dt {
  font-weight: 700
}

dd {
  margin-bottom: .5rem;
  margin-left: 0
}

blockquote {
  margin: 0 0 1rem
}

dfn {
  font-style: italic
}

b, strong {
  font-weight: bolder
}

small {
  font-size: 80%
}

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

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

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

a:hover {
  color: #0056b3;
  text-decoration: underline
}

a:not([href]):not([tabindex]) {
  text-decoration: none
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none
}

a:not([href]):not([tabindex]):focus {
  outline: 0
}

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

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar
}

figure {
  margin: 0 0 1rem
}

img {
  vertical-align: middle;
  border-style: none
}

svg:not(:root) {
  overflow: hidden
}

table {
  border-collapse: collapse
}

caption {
  padding-top: .75rem;
  padding-bottom: .75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom
}

th {
  text-align: inherit
}

label {
  display: inline-block;
  margin-bottom: .5rem
}

button {
  border-radius: 0
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color
}

button, input, optgroup, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit
}

button, input {
  overflow: visible
}

button, select {
  text-transform: none
}

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

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

input[type=checkbox], input[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0
}

input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
  -webkit-appearance: listbox
}

textarea {
  overflow: auto;
  resize: vertical
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal
}

progress {
  vertical-align: baseline
}

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

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button
}

output {
  display: inline-block
}

summary {
  display: list-item;
  cursor: pointer
}

template {
  display: none
}

[hidden] {
  display: none !important
}

::-webkit-input-placeholder {
  color: #0e0e0e
}

::-moz-placeholder {
  color: #0e0e0e
}

:-ms-input-placeholder {
  color: #0e0e0e
}

::-ms-input-placeholder {
  color: #0e0e0e
}

::placeholder {
  color: #0e0e0e
}

::-moz-selection {
  background-color: #3ecf8e;
  color: #fff
}

::selection {
  background-color: #3ecf8e;
  color: #fff
}

body {
  font-size: 16px;
  min-width: 320px;
  position: relative;
  line-height: 1.65;
  font-family: Geometria, sans-serif;
  overflow-x: hidden;
  color: #0e0e0e
}

body input, body textarea {
  border: #ccc 1px solid;
  outline: 0
}

body input {
  background-color: #fff;
  -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .14);
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .14);
  border-radius: 5px;
  height: 55px;
  padding: 0 20px;
  font-size: 14px;
  line-height: 55px;
  font-weight: 400;
  color: #0e0e0e;
  border: none
}

a {
  -webkit-transition: .25s all ease-in-out;
  -o-transition: .25s all ease-in-out;
  transition: .25s all ease-in-out
}

button {
  cursor: pointer;
  -webkit-transition: .25s all ease-in-out;
  -o-transition: .25s all ease-in-out;
  transition: .25s all ease-in-out
}

button:focus {
  outline: 0
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.2
}

img {
  pointer-events: none
}

b, strong {
  font-weight: 700
}

section {
  margin: 70px 0
}

.title {
  font-size: 48px;
  line-height: 1.2;
  font-weight: 700;
  color: #100a31;
  margin-bottom: 40px;
  text-align: center
}

.page-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}

.table__article {
  font-size: 14px;
  line-height: 1.2;
  margin: 10px 0 30px;
}

.page-pretitle {
  font-size: 20px;
  margin-bottom: 30px;
  line-height: 1.4;
}

.title-left {
  text-align: left
}

.btn {
  background-color: #3ecf8e;
  -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .14);
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .14);
  border-radius: 5px;
  padding: 18px 32px;
  display: inline-block;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
  color: #fff;
  border: none;
  border: 2px solid #3ecf8e;
  text-align: center
}

.btn:hover {
  text-decoration: none;
  color: #fff;
  background-color: #2baf74
}

.btn-out {
  border: 2px solid #3ecf8e;
  -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .14);
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .14);
  border-radius: 5px;
  background-color: transparent;
  display: inline-block;
  padding: 18px 32px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
  color: #fff;
  text-align: center
}

.btn-out:hover {
  text-decoration: none;
  color: #fff;
  background-color: #3ecf8e
}

.container {
  max-width: 1140px;
  margin: 0 auto
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-transition: .25s all ease-in-out;
  -o-transition: .25s all ease-in-out;
  transition: .25s all ease-in-out;
  min-height: 66px
}

.header.nomain {
  background-color: #100f14
}

.header.nomain .header__mobile {
  background-color: #100f14
}

.header__phone-container {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
}

.header__wpp{
  flex: none;
  margin-right: 5px;
}

.header__wpp:hover{
  opacity: .8;
}

.header__wpp img{
  width: 16px;
}

.header__phoneMob {
  display: none;
  width: 40px;
  height: 40px;
  background-color: #3ecf8e;
  border-radius: 50%;
  background-image: url(../img/ph.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px
}

.header__phoneMob:hover {
  background-color: #2baf74
}

.header__wpMob {
  margin-right: 15px;
  background-image: url(../img/wwpp.png);
}

.header__burger {
  display: none;
  height: 25px;
  width: 30px;
  position: relative;
  cursor: pointer
}

.header__burger span {
  width: 100%;
  height: 3px;
  background-color: #3ecf8e;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .25s all;
  -o-transition: .25s all;
  transition: .25s all
}

.header__burger::before {
  content: '';
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #3ecf8e;
  -webkit-transition: .25s all;
  -o-transition: .25s all;
  transition: .25s all
}

.header__burger::after {
  content: '';
  width: 100%;
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #3ecf8e;
  -webkit-transition: .25s all;
  -o-transition: .25s all;
  transition: .25s all
}

.header__burger.active span {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0)
}

.header__burger.active::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 9px
}

.header__burger.active::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 9px
}

.header.sticky {
  background-color: #100f14;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
  box-shadow: 0 2px 4px rgba(0, 0, 0, .2)
}

.header.sticky .header__mobile {
  background-color: #100f14
}

.header.sticky .header__call img {
  -webkit-animation-name: shake;
  animation-name: shake
}

.header.sticky .header__phone img {
  -webkit-animation-name: shake;
  animation-name: shake
}

.header__container {
  display: grid;
  grid-template-columns: 1fr 207px 0.6fr;
  grid-gap: 0 50px
}

.header__left {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.header__menu {
  width: 100%
}

.header__menu>ul {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  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
}

.header__menu>ul>li {
  list-style: none;
  padding: 20px 0;
  position: relative
}

.header__menu>ul>li:hover>.submenu {
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
  visibility: visible;
  opacity: 1
}

.header__menu>ul>li>a {
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  color: #fff;
  position: relative;
  padding-bottom: 5px
}

.header__menu>ul>li>a:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  -webkit-transition: .25s all ease-in-out;
  -o-transition: .25s all ease-in-out;
  transition: .25s all ease-in-out;
  opacity: 0
}

.header__menu>ul>li>a:hover {
  padding-bottom: 2px;
  text-decoration: none;
  color: #fff
}

.header__menu>ul>li>a:hover:before {
  opacity: 1
}

.header__menu2>ul {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.header__menu2>ul>li+* {
  margin-left: 20px
}

.header__logo {
  width: 100%;
  display: block
}

.header__logo:hover {
  opacity: .8
}

.header__logo img {
  width: 100%
}

.header__right {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  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
}

.header__info {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  margin-left: 50px
}

.header__phone {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  color: #fff
}

.header__phone:hover {
  text-decoration: none;
  color: #3ecf8e
}

.header__phone img {
  margin-right: 5px;
  height: 15px;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-delay: 1s;
  animation-delay: 1s
}

.header__call {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  color: #fff;
  position: relative;
  margin-top: 5px;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.header__call img {
  margin-right: 10px;
  height: 15px;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-delay: 1s;
  animation-delay: 1s
}

.header__call span {
  position: relative
}

.header__call span:before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #fff;
  bottom: 0;
  left: 0;
  position: absolute;
  -webkit-transition: .25s all ease-in-out;
  -o-transition: .25s all ease-in-out;
  transition: .25s all ease-in-out
}

.header__call:hover {
  text-decoration: none;
  color: #3ecf8e
}

.header__call:hover span:before {
  bottom: -5px;
  opacity: 0
}

.submenu {
  position: absolute;
  z-index: 5;
  min-width: 200px;
  white-space: nowrap;
  background: #3ecf8e;
  visibility: hidden;
  opacity: 0;
  top: 100%;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transition: .25s linear;
  -o-transition: .25s linear;
  transition: .25s linear;
  margin: 0;
  padding: 15px 0;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-shadow: 0 8px 19px 0 rgba(0, 0, 0, .4);
  box-shadow: 0 8px 19px 0 rgba(0, 0, 0, .4);
  border-radius: 5px
}

.submenu li {
  list-style: none;
  width: 100%;
  position: relative
}

.submenu li.arrow:before {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 14px;
  height: 16px;
  border-style: solid;
  border-width: 8px 14px 8px 0;
  border-color: transparent #fff transparent transparent;
  opacity: 0;
  -webkit-transition: .25s all ease-in-out;
  -o-transition: .25s all ease-in-out;
  transition: .25s all ease-in-out
}

.submenu li+* {
  margin-top: 10px
}

.submenu li a {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 500;
  color: #272727;
  display: block;
  padding: 5px 15px
}

.submenu li a:hover {
  text-decoration: none;
  color: red
}

.submenu li:hover:before {
  opacity: 1
}

.submenu li:hover>.submenu {
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
  visibility: visible;
  opacity: 1
}

.submenu .submenu {
  position: absolute;
  left: 100%;
  top: -15px;
  -webkit-transition: .25s linear;
  -o-transition: .25s linear;
  transition: .25s linear;
  margin: 0;
  padding: 0;
  border-radius: 5px;
  padding: 15px 0
}

.slick-list {
  overflow: visible;
}

.promo {
  background-image: url(../img/promo__bg.png);
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 0;
  height: 772px;
  overflow-x: hidden
}

.promo__slider {

}

.promo__slider .slick-arrow {
  width: 32px;
  height: 32px;
  z-index: 2;
  background-repeat: no-repeat;
  background-position: center;
}

.promo__slider .slick-arrow:hover {
  opacity: .8;
}

.promo__slider .slick-arrow:before {
  display: none;
}

.promo__slider .slick-prev {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='25' height='25' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M11.9862 12.5081l7.8031-7.8035c.3965-.3961.5943-.8806.5943-1.4533s-.1978-1.057-.5943-1.453L18.5853.594C18.1895.198 17.705 0 17.1324 0c-.5725 0-1.0568.198-1.4532.594L5.2104 11.0467c-.3961.396-.5942.8804-.5942 1.4532 0 .5728.198 1.0568.5942 1.4531l10.4687 10.4528c.3965.3961.8807.5941 1.4533.5941.5725 0 1.057-.198 1.4529-.5941l1.204-1.2042c.3965-.3959.5943-.8776.5943-1.4452 0-.5671-.1979-1.0542-.5943-1.461l-7.8031-7.7874z' fill='%23fff'/%3e%3c/svg%3e");
  left: -200px;
}

/* .promo__slider .slick-prev:hover {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='25' height='25' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M11.9862 12.5081l7.8031-7.8035c.3965-.3961.5943-.8806.5943-1.4533s-.1978-1.057-.5943-1.453L18.5853.594C18.1895.198 17.705 0 17.1324 0c-.5725 0-1.0568.198-1.4532.594L5.2104 11.0467c-.3961.396-.5942.8804-.5942 1.4532 0 .5728.198 1.0568.5942 1.4531l10.4687 10.4528c.3965.3961.8807.5941 1.4533.5941.5725 0 1.057-.198 1.4529-.5941l1.204-1.2042c.3965-.3959.5943-.8776.5943-1.4452 0-.5671-.1979-1.0542-.5943-1.461l-7.8031-7.7874z' fill='%233ecf8e'/%3e%3c/svg%3e");
} */

.promo__slider .slick-next {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='25' height='25' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg clip-path='url(%23clip0)'%3e%3cpath d='M13.0138 12.4919l-7.8031 7.8035c-.3965.3961-.5943.8806-.5943 1.4533s.1978 1.0569.5943 1.4529l1.204 1.2045c.3959.3959.8803.5939 1.4529.5939.5725 0 1.0568-.198 1.4532-.5939l10.4688-10.4529c.3961-.396.5942-.8804.5942-1.4532 0-.5728-.198-1.0568-.5942-1.4531L9.3209.5941C8.9244.1981 8.4402 0 7.8676 0s-1.057.198-1.4529.5941l-1.204 1.2042c-.3965.3959-.5943.8776-.5943 1.4452 0 .5671.1979 1.0542.5943 1.461l7.8031 7.7874z' fill='%23fff'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='clip0'%3e%3cpath fill='%23fff' transform='rotate(-180 12.5 12.5)' d='M0 0h25v25H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");
  right: -200px;
}

/* .promo__slider .slick-next:hover {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='25' height='25' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg clip-path='url(%23clip0)'%3e%3cpath d='M13.0138 12.4919l-7.8031 7.8035c-.3965.3961-.5943.8806-.5943 1.4533s.1978 1.0569.5943 1.4529l1.204 1.2045c.3959.3959.8803.5939 1.4529.5939.5725 0 1.0568-.198 1.4532-.5939l10.4688-10.4529c.3961-.396.5942-.8804.5942-1.4532 0-.5728-.198-1.0568-.5942-1.4531L9.3209.5941C8.9244.1981 8.4402 0 7.8676 0s-1.057.198-1.4529.5941l-1.204 1.2042c-.3965.3959-.5943.8776-.5943 1.4452 0 .5671.1979 1.0542.5943 1.461l7.8031 7.7874z' fill='%233ECF8E'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='clip0'%3e%3cpath fill='%23fff' transform='rotate(-180 12.5 12.5)' d='M0 0h25v25H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");
} */

.slick-initialized .slick-slide {
  display: grid!important;
}

.promo__container {
  display: none;
  grid-template-columns: 560px 1fr;
  grid-gap: 40px;
  padding-top: 180px;
  opacity: 0;
  transition: .25s all ease-in-out;
}

.promo__container.slick-current {
  opacity: 1;
}

.promo__title {
  font-size: 58px;
  line-height: 1.2;
  font-weight: 700;
  color: #fff
}

.promo__text {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #fff;
  margin-top: 25px
}

.promo__btns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 15px;
  margin-top: 30px;
  width: 450px
}

.page {
  margin: 120px 0 70px
}

/* Scrollbar start */
.table-resize::-webkit-scrollbar-track {
	background-color: #e8e8e8;
}

.table-resize::-webkit-scrollbar {
	width: 15px;
  height: 15px;
	background-color: #1fc57b;
}

.table-resize::-webkit-scrollbar-thumb {
	background-color: #1fc57b;
}
/* Scrollbar end */

.table__under {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 10px;
}

.table__under a {
  color: #1fc57b;
  font-weight: 700;
  border-bottom: 1px solid #1fc57b;
}

.table__under a:hover {
  text-decoration: none;
  color: #1fc57b;
  border-bottom: 1px solid transparent;
}

.table-resize {
  /* overflow: scroll;
  height: 80vh; */
  width: 100%;
}

.table-resize table {
  width: 100%;
}

.table__header {
  background-color: #2baf74 !important;
}

th {
   padding: 6px 10px;
    font-size: 16px;
    line-height: 1.2;
    color: #100f14;
text-align: center;
    border: 1px solid #3ecf8e;
  background-color: #2baf74 !important;
}

.table__header td {
  color: #000 !important;
  font-weight: 600 !important;
}

.table__header2 {
  background-color: #1fc57b
}

.table__header2 td {
  color: #fff;
  font-weight: 600
}

.table__header td:first-child {
  font-weight: 600;
  font-size: 16px;
  color: #fff
}
/*
table thead tr {
  background-color: #2baf74
} */

/* table thead tr td:nth-child(9),
table thead tr td:nth-child(10),
table thead tr td:nth-child(11),
table thead tr td:nth-child(12),
table thead tr td:nth-child(13)
{
  display: none;
}

table tbody tr td:nth-child(9),
table tbody tr td:nth-child(10),
table tbody tr td:nth-child(11),
table tbody tr td:nth-child(12),
table tbody tr td:nth-child(13)
{
  display: none;
} */

table td.center {
  text-align: center!important;
}
table td.bold {
  font-weight: bold;
}
table td.big {
  font-size: 20px;
  padding: 15px 0;
}

table thead tr td {
  padding: 20px 10px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  border: 1px solid #3ecf8e;
  text-align: center;
  white-space: nowrap;
  background: #3ecf8e;
}

table tbody tr td {
  padding: 6px 10px;
  font-size: 16px;
  line-height: 1.2;
  color: #100f14;
  border: 1px solid #3ecf8e;
  text-align: center
}

table tbody tr td:first-child {
  text-align: left
}

.services__container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px 8px
}

.services__item {
  display: block
}

.services__item:hover {
  text-decoration: none
}

.services__item:hover .services__item-title {
  color: #3ecf8e
}

.services__item:hover .services__item-img img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05)
}

.services__item-img {
  overflow: hidden;
  height: 206px
}

.services__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: .25s all ease-in-out;
  -o-transition: .25s all ease-in-out;
  transition: .25s all ease-in-out
}

.services__item-title {
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
  font-weight: 500;
  color: #0e0e0e;
  margin-top: 15px;
  -webkit-transition: .25s all ease-in-out;
  -o-transition: .25s all ease-in-out;
  transition: .25s all ease-in-out
}

.ts {
  background-image: url(../img/ts-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  height: 514px
}

.ts__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-top: 90px
}

.ts__item {
  padding: 0 35px;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.ts__item-title {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 700;
  color: #fff;
  text-align: center
}

.ts__item-text {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #fff;
  margin-top: 20px;
  text-align: center;
  margin-bottom: 30px
}

.ts__item-form {
  max-width: 360px;
  margin: auto auto 0
}

.ts__item-form input {
  width: 100%
}

.ts__item-form input+* {
  margin-top: 10px
}

.ts__item-form button {
  margin-top: 20px;
  width: 100%;
  padding: 16px
}

.ts__item-line {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.ts__item-line input+* {
  margin-top: 0
}

.advantages__container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px 20px
}

.advantages__item {
  background-color: #fff;
  -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .14);
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .14);
  border-radius: 10px;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 40px 10px 30px;
  cursor: default;
  -webkit-transition: .25s all ease-in-out;
  -o-transition: .25s all ease-in-out;
  transition: .25s all ease-in-out
}

.advantages__item:hover {
  -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .25);
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .25)
}

.advantages__img {
  height: 74px;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px
}

.advantages__img img {
  max-width: 100%;
  height: auto
}

.advantages__title {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
  color: #0e0e0e;
  text-align: center
}

.advantages__article {
  /* margin-top: auto; */
  padding-top: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #0e0e0e;
  text-align: center
}

.works {
  margin: 100px 0
}

.works__slider-arrows {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  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;
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%
}

.works__slider-arrow {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 500;
  color: #3ecf8e;
  padding: 0;
  border: none;
  background: 0 0;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.works__slider-prev:before {
  content: '';
  width: 17px;
  height: 12px;
  background-image: url(../img/prev.png);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  margin-right: 20px
}

.works__slider-next:after {
  content: '';
  width: 17px;
  height: 12px;
  background-image: url(../img/next.png);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  margin-left: 20px
}

.works__slider.slick-initialized .works__item {
  display: grid
}

.works__item {
  display: grid;
  grid-template-columns: 512px 1fr;
  grid-gap: 30px;
  outline: 0;
  display: none
}

.works__item-img {
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start
}

.works__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.works__item-info {
  position: relative;
  padding-bottom: 45px
}

.works__item-title {
  font-size: 30px;
  line-height: 1.2;
  font-weight: 700;
  color: #100a31;
  padding-bottom: 20px;
  margin-bottom: 25px;
  position: relative
}

.works__item-title:before {
  content: '';
  width: 224px;
  height: 6px;
  background-color: #5434fe;
  position: absolute;
  left: 0;
  bottom: 0
}

.works__item-text {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  color: #2d3039
}

.tabs__caption {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  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;
  margin-bottom: 50px
}

.tabs__caption li {
  list-style: none;
  height: 72px;
  width: 330px;
  background-color: #ccc;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  color: #0e0e0e;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  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;
  text-align: center;
  cursor: pointer;
  -webkit-transition: .25s all ease-in-out;
  -o-transition: .25s all ease-in-out;
  transition: .25s all ease-in-out
}

.tabs__caption li:first-child {
  border-radius: 10px 0 0 10px
}

.tabs__caption li:last-child {
  border-radius: 0 10px 10px 0
}

.tabs__caption li.active {
  background-color: #3ecf8e;
  color: #fff
}

.tabs__caption li:hover {
  color: #fff;
  background-color: #2baf74
}

.tabs__content {
  display: none
}

.tabs__content.active {
  display: block
}

.delivery__container {
  display: grid;
  grid-template-columns: 360px 1fr;
  grid-gap: 30px 50px
}

.delivery__title {
  font-size: 30px;
  line-height: 1.2;
  font-weight: 700;
  color: #100a31;
  margin-bottom: 20px
}

.delivery__form {
  margin-bottom: 40px;
  width: 100%
}

.delivery__form input {
  width: 100%
}

.delivery__form input+* {
  margin-top: 15px
}

.delivery__form button {
  width: 100%;
  margin-top: 15px;
  padding: 16px
}

.delivery__text {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #0e0e0e
}

.delivery__text a {
  color: #0e0e0e
}

.delivery__text a:hover {
  text-decoration: none;
  color: #3ecf8e
}

.delivery__text p {
  margin-bottom: 0
}

.delivery__text p+* {
  margin-top: 5px
}

.delivery__map {
  background-color: #fff;
  -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .14);
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .14);
  border-radius: 5px;
  overflow: hidden;
  height: 430px
}

.delivery__map iframe {
  height: 430px
}

.payment__container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px 40px
}

.payment__item {
  background-color: #fff;
  -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .14);
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .14);
  border-radius: 10px;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  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;
  min-height: 140px
}

.payment__item img {
  max-width: 100%
}

.footer {
  background-color: #100f14;
  padding: 30px 0
}

.footer__container {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #8e8e90
}

.footer__logo {
  max-width: 207px;
  display: block
}

.footer__logo:hover {
  opacity: .8
}

.footer__logo img {
  width: 100%
}

.footer__title {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
  color: #fff;
  margin-bottom: 10px
}

.footer__soc {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
  margin-top: 10px
}

.footer__soc li {
  list-style: none
}

.footer__soc li+* {
  margin-left: 8px
}

.footer__soc li a {
  display: block
}

.footer__soc li a:hover {
  opacity: .8
}

.footer__tk {
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  color: #fff;
  max-width: 250px
}

.footer__time {
  font-size: 12px;
  line-height: 1.2;
  font-weight: 400;
  color: #8e8e90
}

.footer__time span {
  display: block
}

.footer__time span+* {
  margin-top: 10px
}

.footer__link {
  font-size: 12px;
  line-height: 1.2;
  font-weight: 400;
  color: #8e8e90;
  display: block
}

.footer__link:hover {
  text-decoration: none;
  color: #3ecf8e
}

.footer__address {
  font-size: 12px;
  line-height: 1.2;
  font-weight: 400;
  color: #8e8e90;
  margin-top: 10px
}

.btntop {
  position: fixed;
  right: -100px;
  bottom: 30px;
  width: 64px;
  height: 64px;
  background: -o-linear-gradient(63deg, #0ec3ff 8%, #a0a965 91%);
  background: linear-gradient(27deg, #0ec3ff 8%, #a0a965 91%);
  border-radius: 50%;
  border: none;
  z-index: 10;
  padding: 0
}

.btntop:hover {
  opacity: .9
}

.btntop:before {
  content: '';
  background-image: url(../img/btntop.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%
}

.catalog__container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px 8px
}

.catalog__container.nocaterory {
  grid-gap: 30px
}

.catalog__item {
  display: block
}

.catalog__item:hover {
  text-decoration: none
}

.catalog__item:hover .catalog__item-title {
  color: #3ecf8e
}

.catalog__item:hover .catalog__item-img img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05)
}

.catalog__item.nocaterory .catalog__item-img {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none
}

.catalog__item.nocaterory:hover .catalog__item-title {
  color: #0e0e0e
}

.catalog__item.nocaterory:hover .catalog__item-img img {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none
}

.catalog__item-img {
  overflow: hidden;
  height: 206px
}

.catalog__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: .25s all ease-in-out;
  -o-transition: .25s all ease-in-out;
  transition: .25s all ease-in-out
}

.catalog__item-title {
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
  font-weight: 500;
  color: #0e0e0e;
  margin-top: 10px;
  -webkit-transition: .25s all ease-in-out;
  -o-transition: .25s all ease-in-out;
  transition: .25s all ease-in-out
}

.catalog__item-article {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
  color: #0e0e0e;
  margin-top: 5px;
  -webkit-transition: .25s all ease-in-out;
  -o-transition: .25s all ease-in-out;
  transition: .25s all ease-in-out
}

.catalog__item-bottom {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  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;
  margin-top: 10px;
  background-color: #3ecf8e;
  padding: 10px;
  border-radius: 5px
}

.catalog__item-price {
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
  font-weight: 500;
  color: #fff;
  -webkit-transition: .25s all ease-in-out;
  -o-transition: .25s all ease-in-out;
  transition: .25s all ease-in-out
}

.catalog__item-price span {
  font-size: 16px;
  margin-left: 2px
}

.catalog__item-btn {
  padding: 10px 25px;
  background: #2baf74;
  border: none
}

.catalog__item-btn:hover {
  background: #25885c
}

.input__wrapper {
  width: 100%;
  position: relative;
  text-align: center
}

.input__file {
  opacity: 0;
  visibility: hidden;
  position: absolute
}

.input__file-icon-wrapper {
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center
}

.input__file-button {
  width: 100%;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  border-radius: 3px;
  cursor: pointer;
  margin: 0;
  -webkit-transition: .25s all ease-in-out;
  -o-transition: .25s all ease-in-out;
  transition: .25s all ease-in-out
}

.input__file-button:hover {
  opacity: .8
}

.white-popup {
  position: relative;
  background: #fff;
  padding: 70px 50px;
  width: auto;
  max-width: 680px;
  margin: 20px auto;
  border-radius: 10px
}

.mainForm2 {
  position: relative
}

.mainForm2 .success {
  font-size: 24px
}

#sendform {
  position: relative
}

#sendform .success {
  font-size: 24px
}

.mainForm3 {
  position: relative
}

.mainForm3 .success {
  font-size: 24px;
  border-radius: 0
}

.success {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  font-size: 36px;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  text-align: center;
  font-weight: 700;
  line-height: 1.2;
  z-index: -1
}

.form__pers {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
  color: #252525;
  text-align: center;
  margin-top: 30px
}

.form-title {
  text-align: center;
  font-size: 48px;
  line-height: 1.2;
  font-weight: 700;
  color: #100a31;
  margin-bottom: 10px
}

.form form input {
  width: 100%;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 400;
  color: #252525;
  height: 72px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid rgba(0, 0, 0, .14)
}

.form form textarea {
  width: 100%;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 400;
  color: #252525;
  height: 120px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid rgba(0, 0, 0, .14);
  resize: none;
  padding: 20px;
}

.form form input+* {
  margin-top: 20px
}

.form form button {
  width: 100%;
  margin-top: 20px;
  padding: 16px;
  font-size: 18px;
  padding: 23px 0
}

.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -webkit-transform: scale(.8);
  -ms-transform: scale(.8);
  transform: scale(.8)
}

.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}

.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  -webkit-transform: scale(.8);
  -ms-transform: scale(.8);
  transform: scale(.8);
  opacity: 0
}

.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity .3s ease-out;
  -o-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out
}

.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: .8
}

.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0
}

.my-mfp-slide-bottom {
  opacity: 0;
  opacity--webkit-transition: opacity .3s ease-out;
  opacity--moz-transition: opacity .3s ease-out;
  opacity--o-transition: opacity .3s ease-out;
  opacity-transition: opacity .3s ease-out
}

.my-mfp-slide-bottom .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
  -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  transform: translateY(-20px) perspective(600px) rotateX(10deg)
}

.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: translateY(0) perspective(600px) rotateX(0);
  -ms-transform: translateY(0) perspective(600px) rotateX(0);
  transform: translateY(0) perspective(600px) rotateX(0)
}

.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
  opacity: 0;
  -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  transform: translateY(-10px) perspective(600px) rotateX(10deg)
}

.my-mfp-slide-bottom.mfp-ready.mfp-bg {
  opacity: .8
}

.my-mfp-slide-bottom.mfp-removing.mfp-bg {
  opacity: 0
}

@media (max-width:1199px) {
  .container {
    max-width: 960px
  }

  .services__item-title {
    font-size: 16px
  }

  .services__item-img {
    height: 172px
  }

  .catalog__item-title {
    font-size: 16px
  }

  .catalog__item-img {
    height: 172px
  }

  .ts__item-title {
    font-size: 28px
  }

  .title {
    font-size: 42px
  }

  .advantages__container {
    grid-template-columns: repeat(3, 1fr)
  }

  .works__item {
    grid-template-columns: 415px 1fr
  }

  .works__item-title {
    font-size: 26px;
    margin-bottom: 15px;
    padding-bottom: 15px
  }

  .works__item-title:before {
    height: 4px
  }

  .works__slider-arrow {
    font-size: 18px
  }

  .tabs__caption li {
    font-size: 18px;
    height: 60px;
    width: 280px
  }

  .payment__item {
    padding: 10px
  }

  .promo__title {
    font-size: 48px
  }

  .promo__container {
    grid-template-columns: 470px 1fr;
    padding-top: 150px
  }

  .works {
    margin: 70px 0
  }

  .header__burger {
    display: block
  }

  .header__mobile {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    background-color: #5333fd;
    z-index: 100;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, .2);
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
    padding: 20px 0
  }

  .header__mobile nav+* {
    margin-top: 15px
  }

  .header__mobile nav>ul {
    margin: 0;
    padding: 0 0;
    display: -webkit-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
  }

  .header__mobile nav>ul li {
    list-style: none;
    display: block;
    width: 100%
  }

  .header__mobile nav>ul li+* {
    margin-top: 15px
  }

  .header__mobile nav>ul li a {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 500;
    color: #fff;
    position: relative;
    width: 100%;
    display: block;
    padding-bottom: 0
  }

  .header__mobile nav>ul li a:before {
    display: none
  }

  .header__mobile nav>ul li a:hover {
    color: #3ecf8e;
    padding-bottom: 0
  }

  .header__info {
    margin-left: 0
  }

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

  .header__menu {
    display: none
  }

  .header__mobile-menu .header__menu {
    display: block
  }

  .header__mobile nav>ul {
    position: relative;
    visibility: visible;
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    padding: 0
  }

  .submenu li a {
    padding: 0 !important;
    font-size: 14px !important;
    white-space: normal !important
  }

  .submenu {
    padding: 10px !important;
    margin: 10px !important;
    border-radius: 5px !important;
    display: none;
    position: relative;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    visibility: visible;
    opacity: 1
  }

  .header__menu>ul>li {
    padding: 0
  }

  .submenu .submenu {
    position: relative;
    left: 0;
    top: 0;
    margin: 10px 0 !important
  }

  .header__mobile-menu {
    height: calc(100vh - 99px);
    overflow: auto
  }

  .header__menu span {
    position: absolute;
    width: 30px;
    height: 20px;
    right: 0;
    top: 0;
    background-image: url(../img/mebtn.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
    z-index: 10
  }

  .lock {
    overflow: hidden
  }

  .submenu li.arrow:before {
    display: none
  }

  .header__menu2>ul>li+* {
    margin-left: 0
  }
}

@media (max-width:991px) {
  .container {
    max-width: 720px
  }

  table tbody tr td {
    font-size: 12px;
    padding: 5px
  }

  .table__header td:first-child {
    font-size: 12px
  }

  table thead tr td {
    font-size: 12px;
    padding: 15px 5px
  }

  .services__container {
    grid-template-columns: repeat(3, 1fr)
  }

  .catalog__container {
    grid-template-columns: repeat(3, 1fr)
  }

  section {
    margin: 50px 0
  }

  .advantages__container {
    grid-template-columns: repeat(2, 1fr)
  }

  .advantages__article {
    margin-top: none
  }

  .works__item {
    grid-template-columns: 1fr
  }

  .payment__container {
    grid-template-columns: 1fr 1fr 1fr
  }

  .delivery__title {
    font-size: 26px
  }

  .delivery__container {
    grid-gap: 30px 20px;
    grid-template-columns: 1fr 1fr
  }

  .promo {
    height: 650px;
    background-position: center bottom
  }

  .promo__container {
    padding-top: 100px
  }

  .promo__text {
    font-size: 14px
  }

  .promo__title {
    font-size: 45px
  }

  .ts {
    height: auto;
    background: #242428;
    padding: 60px 0
  }

  .ts__container {
    padding: 0;
    grid-template-columns: 1fr;
    grid-gap: 50px;
    max-width: 500px;
    margin: 0 auto
  }

  .ts__item {
    padding: 0
  }

  .btntop {
    width: 50px;
    height: 50px
  }

  .footer__col:last-child {
    display: none
  }

  .footer__logo {
    max-width: 140px
  }

  .footer__tk {
    max-width: 195px
  }

  .footer__tk br {
    display: none
  }
}

@media (max-width:767px) {
  .container {
    max-width: 540px
  }

  .page {
    margin: 80px 0 50px
  }

  .page-title {
    font-size: 26px;
  }

  .page-pretitle {
    font-size: 16px;
  }

  .table__article {
    font-size: 12px;
  }

  .promo__slider .slick-prev {
    left: -22px;
  }

  .promo__slider .slick-next {
    right: -22px;
  }

  .promo__right {
    display: none
  }

  .promo__container {
    grid-template-columns: 1fr
  }

  .promo__title {
    font-size: 36px;
    text-align: center;
  }

  .promo__text {
    text-align: center;
  }

  .promo__title br {
    display: none
  }

  .promo__btns {
    margin: 30px auto 0
  }

  .promo {
    margin-bottom: 0
  }

  .services {
    margin-top: 0
  }

  .title {
    font-size: 36px
  }

  .services__container {
    grid-template-columns: 1fr 1fr
  }

  .services__item-img {
    height: 195px
  }

  .catalog__container {
    grid-template-columns: 1fr 1fr
  }

  .catalog__item-img {
    height: 195px
  }

  .delivery__container {
    grid-template-columns: 1fr
  }

  .payment__container {
    grid-gap: 15px
  }

  .tabs__caption li {
    width: auto;
    padding: 0 30px
  }

  .footer__container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px
  }

  .header__info {
    display: none
  }

  .header__phoneMob {
    display: block
  }
}

@media (max-width:575px) {
  .container {
    max-width: 100%;
    padding: 0 20px
  }

  .table-resize {
    overflow-y: auto;
    height: 100%;
  }

  .catalog__container.nocaterory {
    grid-gap: 15px
  }

  .catalog__item-article {
    font-size: 12px
  }

  .catalog__item-price {
    font-size: 16px
  }

  .promo__btns {
    width: auto
  }

  .services__item-img {
    height: 152px
  }

  .catalog__item-img {
    height: 152px
  }

  .promo {
    height: auto;
    padding-bottom: 90px;
    margin-bottom: 50px;
    background-position: left bottom
  }

  .tabs__caption li {
    padding: 0 15px;
    font-size: 16px
  }

  .header__container {
    grid-gap: 0 20px;
    grid-template-columns: 1fr 150px 1fr
  }

  .ts__item-form {
    width: 100%
  }

  .ts {
    overflow-x: hidden
  }

  .header {
    min-height: auto
  }

  .form-title {
    font-size: 27px;
    margin-bottom: 10px
  }

  .form form input {
    height: 50px;
    font-size: 16px
  }

  .success {
    font-size: 28px
  }

  .delivery__map {
    /* display: none */
  }

  .form form button {
    padding: 13px 0;
    margin-top: 10px
  }

  .form form input {
    margin-top: 10px
  }

  .form__pers {
    font-size: 12px;
    margin-top: 15px
  }
}

@media (max-width:460px) {
  .white-popup {
    padding: 30px 15px
  }

  .services__container {
    grid-template-columns: 1fr 1fr
  }

  .catalog__item-price {
    margin-bottom: 15px
  }

  .services__item-title {
    font-size: 14px
  }

  .services__item-img {
    height: auto
  }

  .catalog__item-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
  }

  .services__container {
    max-width: 350px;
    margin: 0 auto
  }

  .catalog__container {
    grid-template-columns: 1fr 1fr
  }

  .catalog__item-title {
    font-size: 14px
  }

  .catalog__item-img {
    height: auto
  }

  .catalog__container {
    max-width: 350px;
    margin: 0 auto
  }

  .title {
    text-align: center
  }

  .promo__title {
    text-align: center
  }

  .promo__text {
    text-align: center
  }

  .ts__item-title {
    font-size: 24px
  }

  .advantages__title {
    font-size: 14px
  }

  .advantages__article {
    font-size: 13px
  }

  .payment__container {
    grid-template-columns: 1fr 1fr
  }

  .footer__container {
    grid-template-columns: 1fr;
    text-align: center
  }

  .footer__soc {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .footer__tk {
    margin: 0 auto
  }

  .footer__logo {
    margin: 0 auto
  }

  .delivery__title {
    font-size: 24px
  }

  .works__item-title {
    font-size: 24px
  }

  .works__item-text {
    font-size: 16px;
    line-height: 1.4
  }

  .advantages__article {
    font-size: 16px
  }

  .ts__item-line {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px
  }

  .promo__btns {
    grid-template-columns: 1fr
  }

  .promo__btns {
    max-width: 300px
  }

  .form__pers br {
    display: none
  }
}

@media (max-width:370px) {
  .advantages__container {
    grid-template-columns: 1fr;
    max-width: 350px;
    margin: 0 auto
  }
}

@media (max-width:360px) {
  .header__container {
    grid-gap: 0 5px
  }
  .header__wpMob {
    margin-right: 5px;
  }
}

@keyframes shake {
  0% {
    transform: rotateZ(0);
    -ms-transform: rotateZ(0);
    -webkit-transform: rotateZ(0)
  }

  10% {
    transform: rotateZ(-30deg);
    -ms-transform: rotateZ(-30deg);
    -webkit-transform: rotateZ(-30deg)
  }

  20% {
    transform: rotateZ(15deg);
    -ms-transform: rotateZ(15deg);
    -webkit-transform: rotateZ(15deg)
  }

  30% {
    transform: rotateZ(-10deg);
    -ms-transform: rotateZ(-10deg);
    -webkit-transform: rotateZ(-10deg)
  }

  40% {
    transform: rotateZ(7.5deg);
    -ms-transform: rotateZ(7.5deg);
    -webkit-transform: rotateZ(7.5deg)
  }

  50% {
    transform: rotateZ(-6deg);
    -ms-transform: rotateZ(-6deg);
    -webkit-transform: rotateZ(-6deg)
  }

  60% {
    transform: rotateZ(5deg);
    -ms-transform: rotateZ(5deg);
    -webkit-transform: rotateZ(5deg)
  }

  70% {
    transform: rotateZ(-4.28571deg);
    -ms-transform: rotateZ(-4.28571deg);
    -webkit-transform: rotateZ(-4.28571deg)
  }

  80% {
    transform: rotateZ(3.75deg);
    -ms-transform: rotateZ(3.75deg);
    -webkit-transform: rotateZ(3.75deg)
  }

  90% {
    transform: rotateZ(-3.33333deg);
    -ms-transform: rotateZ(-3.33333deg);
    -webkit-transform: rotateZ(-3.33333deg)
  }

  100% {
    transform: rotateZ(0);
    -ms-transform: rotateZ(0);
    -webkit-transform: rotateZ(0)
  }
}

@-webkit-keyframes shake {
  0% {
    transform: rotateZ(0);
    -ms-transform: rotateZ(0);
    -webkit-transform: rotateZ(0)
  }

  10% {
    transform: rotateZ(-30deg);
    -ms-transform: rotateZ(-30deg);
    -webkit-transform: rotateZ(-30deg)
  }

  20% {
    transform: rotateZ(15deg);
    -ms-transform: rotateZ(15deg);
    -webkit-transform: rotateZ(15deg)
  }

  30% {
    transform: rotateZ(-10deg);
    -ms-transform: rotateZ(-10deg);
    -webkit-transform: rotateZ(-10deg)
  }

  40% {
    transform: rotateZ(7.5deg);
    -ms-transform: rotateZ(7.5deg);
    -webkit-transform: rotateZ(7.5deg)
  }

  50% {
    transform: rotateZ(-6deg);
    -ms-transform: rotateZ(-6deg);
    -webkit-transform: rotateZ(-6deg)
  }

  60% {
    transform: rotateZ(5deg);
    -ms-transform: rotateZ(5deg);
    -webkit-transform: rotateZ(5deg)
  }

  70% {
    transform: rotateZ(-4.28571deg);
    -ms-transform: rotateZ(-4.28571deg);
    -webkit-transform: rotateZ(-4.28571deg)
  }

  80% {
    transform: rotateZ(3.75deg);
    -ms-transform: rotateZ(3.75deg);
    -webkit-transform: rotateZ(3.75deg)
  }

  90% {
    transform: rotateZ(-3.33333deg);
    -ms-transform: rotateZ(-3.33333deg);
    -webkit-transform: rotateZ(-3.33333deg)
  }

  100% {
    transform: rotateZ(0);
    -ms-transform: rotateZ(0);
    -webkit-transform: rotateZ(0)
  }
}


/* Wp button */
.btnWp {
  position: fixed;
  left: 30px;
  bottom: 30px;
  position: fixed;
  width: 64px;
  height: 64px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M27.3377 4.6504C24.3295 1.653 20.3289.0018 16.0669 0 7.2847 0 .1372 7.113.1336 15.8557c-.0011 2.7947.7325 5.5228 2.1268 7.9275L0 32l8.4465-2.2051c2.3273 1.2635 4.9475 1.9293 7.6139 1.9301h.0067c8.7813 0 15.9296-7.1137 15.9329-15.8566.0018-4.2371-1.654-8.221-4.6623-11.218zM16.0669 29.047h-.0055c-2.3762-.001-4.7067-.6366-6.7402-1.8371l-.4834-.2858-5.0123 1.3086 1.3379-4.8635-.315-.4986c-1.3257-2.0984-2.0257-4.5238-2.0245-7.0141C2.8266 8.59 8.7675 2.6781 16.0722 2.6781c3.5373.0012 6.8624 1.3738 9.3626 3.865 2.5002 2.4913 3.8764 5.8026 3.8752 9.3243-.0032 7.2672-5.9437 13.1797-13.2431 13.1797zm7.2641-9.8709c-.398-.1985-2.3554-1.1567-2.7205-1.2891-.3646-.1322-.6303-.198-.8955.1984-.2655.3965-1.0283 1.2891-1.2607 1.5534-.2323.2644-.4643.2976-.8625.0992-.3982-.1983-1.6809-.6168-3.2017-1.9666-1.1833-1.0506-1.9823-2.3481-2.2147-2.7445-.2319-.3969-.0019-.5907.1747-.8086.431-.5327.8625-1.0911.9952-1.3553.1329-.2645.0663-.4959-.0334-.6942-.0993-.1982-.8955-2.1484-1.2271-2.942-.3234-.7722-.6514-.668-.8959-.68-.232-.0116-.4975-.0139-.763-.0139-.2654 0-.6967.099-1.0618.496-.3648.3966-1.3932 1.355-1.3932 3.3052 0 1.9502 1.4266 3.8342 1.6256 4.0986.199.2645 2.8074 4.2664 6.8009 5.9824.9499.4086 1.6913.6522 2.2697.8348.9537.3016 1.8214.259 2.5075.157.765-.1138 2.3552-.9586 2.6872-1.884.3317-.9255.3317-1.7187.232-1.8841-.0993-.1653-.3648-.2643-.7628-.4627z' fill='%23fff'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-color: #25D366;
  border-radius: 50%;
  border: none;
  z-index: 10;
  padding: 0;
  box-shadow: 0px 2px 4px rgba(0,0,0, .2)
}
.btnWp.sticky {
  background-color: #000;
}
.btnWp.sticky:hover {
  background-color: #212020;
}
.btnWp:hover {
  background-color: #1bde64;
}

@media (max-width: 991px) {
  .btnWp {
    width: 50px;
    height: 50px;
  }
}

@media (max-width:767px) {
  .btnWp {
    display: none;
  }
}


.dogma {
    font-size: 16px;
    text-align: center;
    color: #585858;
    margin-bottom: 20px;
    line-height: 1.2;
}

.constructor {

}

.constructor__container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 30px 15px;
}

.constructor__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: .25s all ease-in-out;
}

.constructor__item:hover {
    text-decoration: none;
}

.constructor__item:hover .constructor__item-name {
    color: #3ecf8e;
}

.constructor__item:hover .constructor__item-img {
    opacity: .8;
}

.constructor__item-img {
    display: block;
    max-width: 100%;
    transition: .25s ease-in-out;
    transition-property: opacity;
}

.constructor__item-name {
    font-size: 18px;
    line-height: 1.2;
    text-align: center;
    font-weight: 500;
    color: #0e0e0e;
    margin-top: 15px;
    -webkit-transition: .25s all ease-in-out;
    -o-transition: .25s all ease-in-out;
    transition: .25s all ease-in-out;
    display: block;
}

.constructor__item-price--from {
    display: block;
    color: #959595;
}

/* constructorItem */
.constructorItem {

}
.constructorItem__bottom {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 40px 30px;
    align-items: flex-start;
}
.constructorItem__col {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 30px;
}
.constructorItem__block {
    border: 2px dashed #C7C7C7;
    padding: 20px;
}
.constructorItem__block .block-caption {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.constructorItem__block .block-caption h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
}
.constructorItem__block .block-caption span {
    flex: none;
    margin-right: 10px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    color: #fff;
    background-color: #3ecf8e;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 700;
}
.constructorItem__block .form-param-item {
    display: flex;
    flex-direction: column;

}
.constructorItem__block .form-param-item+* {
    margin-top: 10px;
}
.constructorItem__block .form-param-item select {
    background: #F1F1F1;
    height: 34px;
    padding: 0 25px 0 15px;
    border: none;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='12' height='8' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='m11 1.5-5 5-5-5' stroke='%23000' stroke-width='2'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: 96% center;
}
.constructorItem__block .form-param-item select:focus {
    outline: none;
}
.constructorItem__block .form-param__label {
    font-size: 14px;
    font-weight: 700;
    color: #000;
    margin: 0 0 5px 0;
}
.constructorItem__block .table-wrap {
    overflow-y: auto;
    height: 300px;
}
.constructorItem__block .table-wrap table {
    width: 100%;
}
.constructorItem__block .table-wrap table tr td {
    color: #000;
    border: 1px solid #E8E8E8;
    text-align: center;
    line-height: 1.2;
    width: 50%;
    font-size: 12px;
    padding: 0;
}
.constructorItem__block .table-wrap table tbody tr td:first-child {
    font-weight: 700;
}
.constructorItem__block .table-wrap table tr td a {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 36px;
    color: #000;
}
.constructorItem__block .table-wrap table tr td a.active {
    background-color: #3ecf8e;
    color: #fff;
}
.constructorItem__block .table-wrap table tr td a:hover {
    text-decoration: none;
    background-color: rgba(62, 207, 142, .5);
    color: #fff;
}
.constructorItem__block .table-wrap table thead tr td {
    height: 60px;
}
.constructorItem__block .price {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}
.constructorItem__block .price .btn {
    box-shadow: none;
    padding: 10px 30px;
    margin-top: 15px;
    width: 100%;
}
.constructorItem__block .price .price__curr {
    font-weight: 700;
    font-size: 28px;
    line-height: 1.2;
}
.constructorItem__block .price .price__pp {
    margin-bottom: 0;
    font-size: 14px;
    color: #a3a3a3;
}
.constructorItem__block .total  {
    margin-bottom: 0;
    font-size: 14px;
    color: #a3a3a3;
}


.constructorItem__block .total table {
    width: 100%;
}
.constructorItem__block .total table tr td {
    color: #6b6b6b;
    line-height: 1.2;
    width: 50%;
    font-size: 12px;
    padding: 0;
    padding: 5px 0;
}
.constructorItem__block .total table tbody tr td:first-child {
    font-weight: 700;
}
.constructorItem__block .total table thead tr td:first-child {
    font-weight: 700;
    color: #000;
}

/* constructorItem */