.fancybox-container,
.fancybox-slide {
  -webkit-backface-visibility: hidden;
  width: 100%;
}

*,
.fancybox-container,
.fancybox-thumbs,
.fancybox-thumbs>ul>li {
  -webkit-tap-highlight-color: transparent;
}

.flex--row,
body {
  -webkit-box-direction: normal;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute!important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  backface-visibility: hidden;
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 99992;
}

body,
html {
  font-family: Montserrat;
}

.fancybox-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #fff;
  opacity: 0;
  -webkit-transition-duration: inherit;
  -o-transition-duration: inherit;
  transition-duration: inherit;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(.47,0,.74,.71);
  -o-transition-timing-function: cubic-bezier(.47,0,.74,.71);
  transition-timing-function: cubic-bezier(.47,0,.74,.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  -webkit-transition-timing-function: cubic-bezier(.22,.61,.36,1);
  -o-transition-timing-function: cubic-bezier(.22,.61,.36,1);
  transition-timing-function: cubic-bezier(.22,.61,.36,1);
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .25s,visibility 0s linear .25s;
  -o-transition: opacity .25s,visibility 0s linear .25s;
  transition: opacity .25s,visibility 0s linear .25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  -webkit-transition: opacity .25s,visibility 0s;
  -o-transition: opacity .25s,visibility 0s;
  transition: opacity .25s,visibility 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  text-align: center;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity,-webkit-transform;
  -o-transition-property: transform,opacity;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  white-space: normal;
  z-index: 99994;
}

.fancybox-slide:before {
  content: "";
  display: inline-block;
  height: 100%;
  margin-right: -.25em;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: block;
}

.fancybox-slide--next {
  z-index: 99995;
}

.fancybox-slide--image {
  overflow: visible;
  padding: 44px 0;
}

.fancybox-slide--image:before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px 6px 0;
}

.fancybox-slide--iframe {
  padding: 44px 44px 0;
}

.fancybox-container .fancybox-content {
  display: inline-block;
  overflow: visible;
  position: relative;
  vertical-align: middle;
}

.fancybox-image,
.fancybox-slide--image .fancybox-content,
.fancybox-spaceball {
  left: 0;
  max-width: none;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -ms-user-select: none;
  margin: 0;
  padding: 0;
}

.fancybox-button,
.fancybox-iframe {
  vertical-align: top;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(.5,0,.14,1);
  animation-timing-function: cubic-bezier(.5,0,.14,1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  overflow: visible;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  -webkit-transition-property: opacity,-webkit-transform;
  -o-transition-property: transform,opacity;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  -moz-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-drag .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-dragging .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: 0 0;
  border: 0;
  height: 100%;
  max-height: none;
  -moz-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--video .fancybox-content {
  height: 100%;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
  height: -webkit-calc(100% - 44px);
  height: calc(100% - 44px);
  margin-bottom: 44px;
}

.fancybox-iframe,
.fancybox-video {
  background: 0 0;
  border: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

.fancybox-button {
  background: rgba(30,30,30,.6);
  border: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  outline: 0;
  padding: 10px;
  -webkit-transition: color .2s;
  -o-transition: color .2s;
  transition: color .2s;
  width: 44px;
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
  color: #ccc;
}

.fancybox-button:focus,
.fancybox-button:hover {
  color: #fff;
}

.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
}

.fancybox-close-small,
button,
label {
  cursor: pointer;
}

.fancybox-button svg {
  display: block;
  overflow: visible;
  position: relative;
  shape-rendering: geometricPrecision;
}

.fancybox-button--pause svg path:nth-child(1),
.fancybox-button--play svg path:nth-child(2),
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small,
.fancybox-slide--iframe .fancybox-slide--image .fancybox-slide--video .fancybox-is-scaling .fancybox-close-small {
  display: none;
}

.fancybox-button svg path {
  fill: transparent;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3;
}

.fancybox-button--play svg path,
.fancybox-button--share svg path,
.fancybox-button--thumbs svg path {
  fill: currentColor;
}

.fancybox-button--share svg path {
  stroke-width: 1;
}

.fancybox-navigation .fancybox-button {
  height: 38px;
  opacity: 0;
  padding: 6px;
  position: absolute;
  top: 50%;
  width: 38px;
}

.fancybox-show-nav .fancybox-navigation .fancybox-button {
  -webkit-transition: opacity .25s,visibility 0s,color .25s;
  -o-transition: opacity .25s,visibility 0s,color .25s;
  transition: opacity .25s,visibility 0s,color .25s;
}

.fancybox-navigation .fancybox-button:after {
  content: "";
  left: -25px;
  padding: 50px;
  position: absolute;
  top: -25px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  right: 6px;
}

.fancybox-close-small {
  background: 0 0;
  border: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #555;
  height: 44px;
  margin: 0;
  padding: 6px;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  z-index: 10;
}

.fancybox-close-small:focus {
  outline: 0;
}

.fancybox-slide--iframe .fancybox-close-small,
.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--video .fancybox-close-small {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px;
}

.fancybox-caption:after,
.fancybox-caption:before {
  display: block;
  position: absolute;
  content: "";
}

.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px;
  right: 0;
}

.fancybox-caption:before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  -webkit-background-size: contain;
  background-size: contain;
  bottom: 0;
  left: 0;
  pointer-events: none;
  right: 0;
  top: -25px;
  z-index: -1;
}

.fancybox-caption:after {
  border-bottom: 1px solid rgba(255,255,255,.3);
  left: 44px;
  right: 44px;
  top: 0;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

.fancybox-loading {
  -webkit-animation: a .8s infinite linear;
  animation: a .8s infinite linear;
  background: 0 0;
  border: 6px solid rgba(99,99,99,.5);
  -webkit-border-radius: 100%;
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: .6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999;
}

.p404__bacterium--1,
.thank__bacterium--1 {
  -webkit-animation: bacterium-f2 17s linear infinite;
}

@-webkit-keyframes a {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes a {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0,0,.25,1);
  -o-transition-timing-function: cubic-bezier(0,0,.25,1);
  transition-timing-function: cubic-bezier(0,0,.25,1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%,0,0);
  transform: translate3d(-100%,0,0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%,0,0);
  transform: translate3d(100%,0,0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(.19,1,.22,1);
  -o-transition-timing-function: cubic-bezier(.19,1,.22,1);
  transition-timing-function: cubic-bezier(.19,1,.22,1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5,1.5,1.5);
  transform: scale3d(1.5,1.5,1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(.5,.5,.5);
  transform: scale3d(.5,.5,.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-1turn);
  -ms-transform: rotate(-1turn);
  transform: rotate(-1turn);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(1turn);
  -ms-transform: rotate(1turn);
  transform: rotate(1turn);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0,0,0) translate3d(-100%,0,0);
  transform: scale3d(0,0,0) translate3d(-100%,0,0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0,0,0) translate3d(100%,0,0);
  transform: scale3d(0,0,0) translate3d(100%,0,0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
}

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%,0,0) scale(.1) skew(-10deg);
  transform: translate3d(-100%,0,0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%,0,0) scale(.1) skew(10deg);
  transform: translate3d(100%,0,0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1);
}

.p404__bacterium--1,
.p404__bacterium--2 {
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
}

.fancybox-share {
  background: #f4f4f4;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: 0 0;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: 0;
  padding: 10px 15px;
  width: 100%;
}

.fancybox-thumbs {
  background: #fff;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-show-thumbs .fancybox-thumbs,
img,
label {
  display: block;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs>ul {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x>ul {
  overflow: hidden;
}

.fancybox-thumbs-y>ul::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y>ul::-webkit-scrollbar-track {
  background: #fff;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
  box-shadow: inset 0 0 6px rgba(0,0,0,.3);
}

.fancybox-thumbs-y>ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.fancybox-thumbs-loading {
  background: rgba(0,0,0,.1);
}

.fancybox-thumbs>ul>li {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: -webkit-calc(100% - 8px);
  max-height: calc(100% - 8px);
  max-width: -webkit-calc(50% - 4px);
  max-width: calc(50% - 4px);
  outline: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100px;
  background-position: 50%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.p404__cyr,
body,
body._fixed,
html {
  height: 100%;
}

.fancybox-thumbs>ul>li:before {
  border: 4px solid #4ea7f9;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all .2s cubic-bezier(.25,.46,.45,.94);
  -o-transition: all .2s cubic-bezier(.25,.46,.45,.94);
  transition: all .2s cubic-bezier(.25,.46,.45,.94);
  z-index: 99991;
}

.fancybox-thumbs .fancybox-thumbs-active:before {
  opacity: 1;
}

@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/montserrat/Montserrat-Light.woff) format("woff");
}

@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/montserrat/Montserrat-Regular.woff) format("woff");
}

@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/montserrat/Montserrat-Medium.woff) format("woff");
}

@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/montserrat/Montserrat-SemiBold.woff) format("woff");
}

@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/montserrat/Montserrat-Bold.woff) format("woff");
}

@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 900;
  src: url(../fonts/montserrat/Montserrat-Black.woff) format("woff");
}

* {
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  min-height: 100%;
  font-size: 16px;
  line-height: 1.4;
  overflow-x: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

body {
  background-color: #fff;
  color: #232323;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex--reverse,
.flex--row {
  -webkit-box-orient: horizontal;
}

body._fixed {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
}

.page {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

a {
  background-color: transparent;
  text-decoration: none;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

b,
strong {
  font-weight: 700;
}

button {
  display: inline-block;
  vertical-align: top;
}

button:focus {
  outline: 0;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
}

.btn,
.btn--type-3:hover {
  font-weight: 700;
  font-size: 1rem;
}

button,
select {
  text-transform: none;
}

img {
  max-width: 100%;
  max-height: 100%;
  border: 0;
}

.flex,
.title-col__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-16 {
  width: 16.6666%;
}

.w-20 {
  width: 20%;
}

.w-25 {
  width: 25%;
}

.w-30 {
  width: 30%;
}

.w-33 {
  width: 33.3333%;
}

.w-35 {
  width: 35%;
}

.w-40 {
  width: 40%;
}

.w-50 {
  width: 50%;
}

.w-60 {
  width: 60%;
}

.w-65 {
  width: 65%;
}

.w-66 {
  width: 66.6666%;
}

.w-70 {
  width: 70%;
}

.w-75 {
  width: 75%;
}

.w-80 {
  width: 80%;
}

.w-100 {
  width: 100%;
}

.flex {
  display: flex;
}

.flex--row {
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.flex--reverse {
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

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

.flex--j-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex--j-around {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

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

.flex--j-start {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

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

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

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

.flex--a-stretch {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.flex--a-start {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex--a-end {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.flex--wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.hidden,
[hidden] {
  display: none;
}

.inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1304px;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

a:hover {
  text-decoration: underline;
}

.btn {
  display: inline-block;
  line-height: 1.25;
  color: #FFF;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}

.btn--type-1 {
  padding: .8125rem 2.875rem;
  background: #FF4747;
  position: relative;
}

.btn--type-1:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  background: #FF4747;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  z-index: -1;
}

.btn--type-1:hover {
  background: #fff;
  color: #000;
  text-decoration: none;
}

.btn--type-1:hover:before {
  background: -webkit-linear-gradient(32.14deg,#FF4646 7.91%,#FEE6B6 83.34%);
  background: -o-linear-gradient(32.14deg,#FF4646 7.91%,#FEE6B6 83.34%);
  background: linear-gradient(57.86deg,#FF4646 7.91%,#FEE6B6 83.34%);
}

.btn--type-2 {
  background: #fff;
  color: #FF4747;
  border: 2px solid #FFF;
  padding: .8125rem 3rem;
}

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

.btn--type-3 {
  border: 2px solid #FFF;
  color: #fff;
  padding: .9375rem 3rem;
}

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

.btn--size-1 {
  padding: .9375rem 3.0625rem;
}

.btn:disabled,
.btn[disabled] {
  opacity: .25!important;
  pointer-events: none!important;
}

.title {
  font-weight: 600;
  font-size: 2.5rem;
  line-height: 1.3;
  color: #313131;
  margin-bottom: 3.6875rem;
}

.title--line {
  position: relative;
  padding-left: 2.125rem;
}

.title--line:before {
  content: "";
  position: absolute;
  width: .25rem;
  left: 0;
  top: -.5625rem;
  bottom: -.5625rem;
  background: -webkit-linear-gradient(84.8deg,#FF4646 7.91%,#FEE6B6 83.34%);
  background: -o-linear-gradient(84.8deg,#FF4646 7.91%,#FEE6B6 83.34%);
  background: linear-gradient(5.2deg,#FF4646 7.91%,#FEE6B6 83.34%);
}

.p404__container,
.p404__img,
.p404__img-box,
.p404__inner,
.p404__wrapper {
  position: relative;
}

.title-col {
  width: -webkit-calc(50% - .625rem);
  width: calc(50% - .625rem);
  margin-bottom: 1.25rem;
}

.title-col__text,
.title-col__title {
  margin-bottom: 1.9375rem;
}

.title-col__wrapper {
  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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.about__list,
.p404__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}

.title-col__text {
  font-size: .875rem;
  line-height: 1.57;
  color: #313131;
}

.p404 {
  margin-bottom: 3rem;
}

.p404__inner {
  z-index: 2;
}

.p404__btn {
  margin-top: .375rem;
}

.p404__title {
  font-size: 4.75rem;
  line-height: 1;
  letter-spacing: -3px;
  color: #E4231B;
  margin-bottom: 1.25rem;
  font-weight: 400;
}

.p404__text {
  font-size: .875rem;
  line-height: 1.43;
  color: #262626;
  margin: 0 0 1.25rem;
}

.p404__wrapper {
  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;
}

.p404__container {
  max-width: 19.8125rem;
  z-index: 2;
}

.p404__img {
  z-index: 2;
  max-width: 23.75rem;
  margin: 0 auto;
}

.p404__img-box {
  width: -webkit-calc(100% - 24.375rem);
  width: calc(100% - 24.375rem);
  padding: 0 7.3125rem 0 7.9375rem;
}

.p404__bacterium,
.p404__cyr,
.p404__text-big {
  position: absolute;
}

.p404__bacterium--1 {
  width: 20rem;
  top: -102px;
  left: -5.6875rem;
  animation: bacterium-f2 17s linear infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  transform-origin: 50% 50%;
}

.p404__bacterium--2 {
  width: 15rem;
  right: 9.375rem;
  top: -5.625rem;
  -webkit-animation: bacterium-f1 15s linear infinite;
  animation: bacterium-f1 15s linear infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  transform-origin: 50% 50%;
}

.p404__bacterium--4,
.p404__bacterium--5 {
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
}

.p404__bacterium--3 {
  width: 5.375rem;
  left: 51%;
  top: 12%;
  -webkit-animation: bacterium-f6 16s linear infinite;
  animation: bacterium-f6 16s linear infinite;
}

.p404__bacterium--4 {
  width: 12.3125rem;
  left: 16.125rem;
  bottom: 17.0625rem;
  -webkit-animation: bacterium-f4 16s linear infinite;
  animation: bacterium-f4 16s linear infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  transform-origin: 50% 50%;
}

.p404__bacterium--5 {
  width: 4.875rem;
  right: 3.8125rem;
  bottom: 10rem;
  -webkit-animation: bacterium-f2 16s linear infinite;
  animation: bacterium-f2 16s linear infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  transform-origin: 50% 50%;
}

.p404__bacterium--6 {
  width: 197px;
  right: 1.125rem;
  top: 30%;
  -webkit-animation: bacterium-f5 16s linear infinite;
  animation: bacterium-f5 16s linear infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.p404__text-big {
  font-weight: 900;
  font-size: 27.5em;
  line-height: 1;
  color: #E3E6EF;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

.p404__cyr {
  top: 0;
  left: 0;
  width: 100%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  z-index: 1;
}

.about,
.animated--type-2 {
  position: relative;
}

.p404__cyr--blue {
  width: 32.5rem;
  height: 32.5rem;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  background: -webkit-linear-gradient(55.47deg,#00CAC1 15.11%,#B0FFFB 84.6%);
  background: -o-linear-gradient(55.47deg,#00CAC1 15.11%,#B0FFFB 84.6%);
  background: linear-gradient(34.53deg,#00CAC1 15.11%,#B0FFFB 84.6%);
}

.animated--type-2:before,
.animated--type-3:after {
  background: #fff;
  content: "";
}

.about {
  margin-bottom: 3.4375rem;
}

.about__list {
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -.8125rem;
}

.about__li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: .8125rem;
  padding-bottom: 2.1875rem;
}

.about__text {
  display: inline-block;
  width: -webkit-calc(100% - 4.8125rem);
  width: calc(100% - 4.8125rem);
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.81;
  color: #313131;
  margin-top: .1875rem;
}

.about__icon {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 2.75rem;
  width: 2.9375rem;
  margin-right: 1.875rem;
  margin-bottom: 1.25rem;
}

.animated {
  opacity: 0;
  -webkit-transition: opacity .9s cubic-bezier(0,.55,.45,1) .4s;
  -o-transition: opacity .9s cubic-bezier(0,.55,.45,1) .4s;
  transition: opacity .9s cubic-bezier(0,.55,.45,1) .4s;
}

.animated--ok {
  opacity: 1;
}

.animated--ok .animated--type-1,
.animated--ok.animated--type-1 {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.animated--ok .animated--type-2:before {
  width: 0;
}

.animated--ok .animated--type-3:after,
.animated--ok.animated--type-3:after {
  height: 0;
}

.animated--ok .animated--type-4 {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.animated--ok .animated--type-5 {
  opacity: 1;
}

.animated--ok .animated--type-6 {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.animated--ok .animated--type-7 {
  opacity: 1;
  -webkit-transform: scale(1) translateY(-50%);
  -ms-transform: scale(1) translateY(-50%);
  transform: scale(1) translateY(-50%);
}

.animated--ok .animated--type-8 {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.animated--ok .animeted-text:before {
  width: -webkit-calc(100% + 6px)!important;
  width: calc(100% + 6px)!important;
}

.animated--ok.animated.header {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.animated--type-1 {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: opacity .9s cubic-bezier(0,.55,.45,1) .4s,-webkit-transform .9s cubic-bezier(0,.55,.45,1) .2s;
  -o-transition: transform .9s cubic-bezier(0,.55,.45,1) .2s,opacity .9s cubic-bezier(0,.55,.45,1) .4s;
  transition: transform .9s cubic-bezier(0,.55,.45,1) .2s,opacity .9s cubic-bezier(0,.55,.45,1) .4s;
  transition: transform .9s cubic-bezier(0,.55,.45,1) .2s,opacity .9s cubic-bezier(0,.55,.45,1) .4s,-webkit-transform .9s cubic-bezier(0,.55,.45,1) .2s;
}

.animated--type-2:before {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  -webkit-transition: width .9s cubic-bezier(0,.55,.45,1) .6s;
  -o-transition: width .9s cubic-bezier(0,.55,.45,1) .6s;
  transition: width .9s cubic-bezier(0,.55,.45,1) .6s;
  z-index: 2;
}

.animated--type-3 {
  position: relative;
}

.animated--type-3:after {
  position: absolute;
  top: -14px;
  left: -14px;
  height: -webkit-calc(100% + 28px);
  height: calc(100% + 28px);
  width: -webkit-calc(100% + 28px);
  width: calc(100% + 28px);
  -webkit-transition: height .9s cubic-bezier(0,.55,.45,1) .6s;
  -o-transition: height .9s cubic-bezier(0,.55,.45,1) .6s;
  transition: height .9s cubic-bezier(0,.55,.45,1) .6s;
  z-index: 3;
}

.animated--type-4 {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: opacity .9s cubic-bezier(0,.55,.45,1) .2s,-webkit-transform .9s cubic-bezier(0,.55,.45,1) .2s;
  -o-transition: transform .9s cubic-bezier(0,.55,.45,1) .2s,opacity .9s cubic-bezier(0,.55,.45,1) .2s;
  transition: transform .9s cubic-bezier(0,.55,.45,1) .2s,opacity .9s cubic-bezier(0,.55,.45,1) .2s;
  transition: transform .9s cubic-bezier(0,.55,.45,1) .2s,opacity .9s cubic-bezier(0,.55,.45,1) .2s,-webkit-transform .9s cubic-bezier(0,.55,.45,1) .2s;
}

.animated--type-5 {
  opacity: 0;
  -webkit-transition: opacity 2.4s cubic-bezier(0,.55,.45,1) .4s;
  -o-transition: opacity 2.4s cubic-bezier(0,.55,.45,1) .4s;
  transition: opacity 2.4s cubic-bezier(0,.55,.45,1) .4s;
}

.animated--type-6 {
  -webkit-transform: scale(.5);
  -ms-transform: scale(.5);
  transform: scale(.5);
  opacity: 0;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity .9s cubic-bezier(0,.55,.45,1) .6s,-webkit-transform .9s cubic-bezier(0,.55,.45,1) .6s;
  -o-transition: opacity .9s cubic-bezier(0,.55,.45,1) .6s,transform .9s cubic-bezier(0,.55,.45,1) .6s;
  transition: opacity .9s cubic-bezier(0,.55,.45,1) .6s,transform .9s cubic-bezier(0,.55,.45,1) .6s;
  transition: opacity .9s cubic-bezier(0,.55,.45,1) .6s,transform .9s cubic-bezier(0,.55,.45,1) .6s,-webkit-transform .9s cubic-bezier(0,.55,.45,1) .6s;
  -webkit-transform-style: flat;
  transform-style: flat;
}

.animated--type-7 {
  -webkit-transform: scale(.2) translateY(-100%);
  -ms-transform: scale(.2) translateY(-100%);
  transform: scale(.2) translateY(-100%);
  opacity: 0;
  -webkit-transition: opacity .7s cubic-bezier(0,.55,.45,1) .8s,-webkit-transform .7s cubic-bezier(0,.55,.45,1) .8s;
  -o-transition: opacity .7s cubic-bezier(0,.55,.45,1) .8s,transform .7s cubic-bezier(0,.55,.45,1) .8s;
  transition: opacity .7s cubic-bezier(0,.55,.45,1) .8s,transform .7s cubic-bezier(0,.55,.45,1) .8s;
  transition: opacity .7s cubic-bezier(0,.55,.45,1) .8s,transform .7s cubic-bezier(0,.55,.45,1) .8s,-webkit-transform .7s cubic-bezier(0,.55,.45,1) .8s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform-style: flat;
  transform-style: flat;
}

.animated--type-8 {
  -webkit-transform: scale(.2);
  -ms-transform: scale(.2);
  transform: scale(.2);
  opacity: 0;
  -webkit-transition: opacity .4s cubic-bezier(0,.55,.45,1) 1.4s,-webkit-transform .4s cubic-bezier(.34,1.86,.64,1) 1.4s;
  -o-transition: opacity .4s cubic-bezier(0,.55,.45,1) 1.4s,transform .4s cubic-bezier(.34,1.86,.64,1) 1.4s;
  transition: opacity .4s cubic-bezier(0,.55,.45,1) 1.4s,transform .4s cubic-bezier(.34,1.86,.64,1) 1.4s;
  transition: opacity .4s cubic-bezier(0,.55,.45,1) 1.4s,transform .4s cubic-bezier(.34,1.86,.64,1) 1.4s,-webkit-transform .4s cubic-bezier(.34,1.86,.64,1) 1.4s;
}

.animated .animeted-text {
  position: relative;
  display: inline-block;
}

.animated .animeted-text:before {
  content: "";
  position: absolute;
  top: .375rem;
  bottom: .375rem;
  left: -.1875rem;
  background: rgba(255,71,71,.1);
  z-index: -1;
  width: 0;
  -webkit-transition: width 1.2s cubic-bezier(0,.55,.45,1) .6s;
  -o-transition: width 1.2s cubic-bezier(0,.55,.45,1) .6s;
  transition: width 1.2s cubic-bezier(0,.55,.45,1) .6s;
}

.animated.header {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: opacity .9s cubic-bezier(0,.55,.45,1) .6s,-webkit-transform .9s cubic-bezier(0,.55,.45,1) .6s;
  -o-transition: transform .9s cubic-bezier(0,.55,.45,1) .6s,opacity .9s cubic-bezier(0,.55,.45,1) .6s;
  transition: transform .9s cubic-bezier(0,.55,.45,1) .6s,opacity .9s cubic-bezier(0,.55,.45,1) .6s;
  transition: transform .9s cubic-bezier(0,.55,.45,1) .6s,opacity .9s cubic-bezier(0,.55,.45,1) .6s,-webkit-transform .9s cubic-bezier(0,.55,.45,1) .6s;
}

.certificate {
  margin-bottom: 5rem;
}

.certificate__title-col {
  margin-bottom: 3.1875rem;
}

.certificate__title-col .title-col__text {
  margin-bottom: 1rem;
}

.certificate__link {
  color: #FF4747;
  font-weight: 600;
  margin-left: .375rem;
}

.certificate__link-container {
  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;
  font-size: 1.125rem;
  line-height: 1.22;
  color: #232323;
  margin-bottom: 1.9375rem;
}

.certificate__link-arrow {
  display: inline-block;
  vertical-align: middle;
  width: 2.3125rem;
  height: .75rem;
  margin-left: .6875rem;
  background: url(../img/icon/icon-16.svg) 50% 50%/contain no-repeat;
}

.certificate__link-icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: .5rem;
}

.certificate__order {
  position: relative;
  padding: 3.3125rem 1.5rem;
  background: -webkit-linear-gradient(78.11deg,#FF4646 7.91%,#FEE6B6 83.34%);
  background: -o-linear-gradient(78.11deg,#FF4646 7.91%,#FEE6B6 83.34%);
  background: linear-gradient(11.89deg,#FF4646 7.91%,#FEE6B6 83.34%);
  -webkit-border-radius: 15px;
  border-radius: 15px;
  margin-bottom: 1.25rem;
  overflow: hidden;
}

.certificate__order-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 51.4375rem;
  margin: 0 auto;
}

.certificate__order-text {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.4;
  color: #FFF;
  max-width: 549px;
  padding-right: 1rem;
}

.certificate__bacterium {
  position: absolute;
}

.certificate__bacterium img {
  width: 100%;
  max-width: none;
}

.certificate__bacterium--1 {
  width: 16.875rem;
  top: -6.375rem;
  left: -3.875rem;
}

.certificate__bacterium--2 {
  width: 8.625rem;
  top: -3.375rem;
  right: -.9375rem;
}

.certificate__bacterium--3 {
  width: 76px;
  left: 60%;
  bottom: -25px;
}

.checkbox__label {
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.checkbox__input {
  position: absolute;
  top: -9999px;
  left: -9999px;
  opacity: 0;
  visibility: hidden;
}

.checkbox__input:checked~.checkbox__text:before {
  background: url(../img/icon/icon-17.svg) 50% 50%/.75rem .5625rem no-repeat;
}

.checkbox__input.error~.checkbox__text {
  color: #E4231B;
}

.checkbox__input.error~.checkbox__text:before {
  border-color: #E4231B;
}

.checkbox__text {
  display: inline-block;
  font-size: .75rem;
  line-height: 1.25rem;
  padding-left: 1.8125rem;
}

.contacts__sn_title,
.contacts__text {
  font-size: .875rem;
  line-height: 1.57;
  color: #232323;
}

.checkbox__text:before {
  content: "";
  border: 1px solid #fff;
  width: 1.0625rem;
  height: 1.0625rem;
  position: absolute;
  top: .188rem;
  left: 0;
}

.checkbox__text-link {
  color: #fff;
  text-decoration: underline;
}

.checkbox__text-link:hover,
.contacts__text a,
.footer__menu-link:hover,
.footer__phone:hover {
  text-decoration: none;
}

.contacts {
  margin-bottom: 5rem;
}

.contacts__text {
  width: 100%;
}

.contacts__text a {
  color: #232323;
}

.contacts__text b {
  font-weight: 600;
}

.contacts__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-right: 6.875rem;
  width: 37.8125rem;
}

.contacts__title-col {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.contacts__title-col .title {
  max-width: 24.0625rem;
}

.contacts__box {
  padding-top: .875rem;
}

.contacts__sn {
  padding-top: 1.75rem;
}

.contacts__sn_title {
  font-weight: 600;
  margin-bottom: .6875rem;
}

.contacts__sn-link {
  display: inline-block;
  vertical-align: middle;
  margin-right: 1.125rem;
}

.ctm,
.delivery__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}

.contacts__sn-link:hover .contacts__sn-icon {
  fill: #E3E6EF;
}

.contacts__sn-icon {
  fill: #FF4747;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}

.ctm {
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: -.25rem;
}

.ctm__logo {
  margin-top: 1px;
}

.ctm__text {
  font-size: .75rem;
  line-height: 2;
  color: #000;
  margin-left: .375rem;
  margin-top: .25rem;
}

.delivery {
  margin-bottom: 5rem;
}

.delivery__wrapper {
  position: relative;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.delivery__list {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: .625rem;
}

.delivery__li {
  display: inline-block;
  width: -webkit-calc(50% - 1.25rem);
  width: calc(50% - 1.25rem);
}

.delivery__li-title {
  width: 100%;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.44;
  color: #313131;
  margin-bottom: 1.25rem;
}

.delivery__dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.25rem;
}

.delivery__dt {
  width: 1.5rem;
}

.delivery__dd {
  display: inline-block;
  line-height: 1.5;
  color: #313131;
  width: -webkit-calc(100% - 2.75rem);
  width: calc(100% - 2.75rem);
  margin-left: 1.25rem;
  white-space: nowrap;
}

.delivery__desc {
  display: block;
  font-size: .75rem;
  line-height: 1.33;
}

.delivery__text-box {
  max-width: 36.5rem;
  width: 100%;
  position: relative;
  z-index: 1;
}

.delivery__text {
  font-size: .875rem;
  line-height: 1.57;
  color: #313131;
  margin-bottom: 2.5rem;
}

.delivery__img-box {
  position: relative;
  text-align: center;
  width: 38%;
  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;
}

.delivery__img-i,
.footer__menu-link {
  display: inline-block;
}

.delivery__bacterium-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.delivery__bacterium {
  position: absolute;
}

.delivery__bacterium--1 {
  width: 20rem;
  bottom: -.125rem;
  left: -4.25rem;
  -webkit-animation: bacterium-del-1 8s linear infinite;
  animation: bacterium-del-1 8s linear infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

.delivery__bacterium--2 {
  width: 10.875rem;
  top: 5.1875rem;
  right: 2.5rem;
  -webkit-animation: bacterium-del-2 9.2s linear infinite;
  animation: bacterium-del-2 9.2s linear infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

.delivery__img {
  position: relative;
}

.delivery__arrow {
  position: absolute;
  top: 1.75rem;
  left: .625rem;
}

@-webkit-keyframes bacterium-del-1 {
  0% {
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
  }

  25% {
    -webkit-transform: translate(-2.5%,-15%);
    transform: translate(-2.5%,-15%);
  }

  50% {
    -webkit-transform: translate(-5%,-30%);
    transform: translate(-5%,-30%);
  }

  75% {
    -webkit-transform: translate(-2.5%,-45%);
    transform: translate(-2.5%,-45%);
  }

  100% {
    -webkit-transform: translate(0,-60%);
    transform: translate(0,-60%);
  }
}

@keyframes bacterium-del-1 {
  0% {
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
  }

  25% {
    -webkit-transform: translate(-2.5%,-15%);
    transform: translate(-2.5%,-15%);
  }

  50% {
    -webkit-transform: translate(-5%,-30%);
    transform: translate(-5%,-30%);
  }

  75% {
    -webkit-transform: translate(-2.5%,-45%);
    transform: translate(-2.5%,-45%);
  }

  100% {
    -webkit-transform: translate(0,-60%);
    transform: translate(0,-60%);
  }
}

@-webkit-keyframes bacterium-del-2 {
  0% {
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
  }

  25% {
    -webkit-transform: translate(2.5%,15%);
    transform: translate(2.5%,15%);
  }

  50% {
    -webkit-transform: translate(5%,30%);
    transform: translate(5%,30%);
  }

  75% {
    -webkit-transform: translate(2.5%,45%);
    transform: translate(2.5%,45%);
  }

  100% {
    -webkit-transform: translate(0,60%);
    transform: translate(0,60%);
  }
}

@keyframes bacterium-del-2 {
  0% {
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
  }

  25% {
    -webkit-transform: translate(2.5%,15%);
    transform: translate(2.5%,15%);
  }

  50% {
    -webkit-transform: translate(5%,30%);
    transform: translate(5%,30%);
  }

  75% {
    -webkit-transform: translate(2.5%,45%);
    transform: translate(2.5%,45%);
  }

  100% {
    -webkit-transform: translate(0,60%);
    transform: translate(0,60%);
  }
}

.first-screen {
  margin-bottom: 3rem;
}

.first-screen__title {
  font-weight: 600;
  font-size: 3rem;
  line-height: 1.29;
  color: #313131;
  margin-bottom: 1.4375rem;
}

.first-screen__text {
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.44;
  color: #262626;
  margin-bottom: 2.5rem;
}

.first-screen__wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: -webkit-calc(100vh - 6.625rem);
  min-height: calc(100vh - 6.625rem);
}

.first-screen__container {
  max-width: 34.25rem;
  margin-top: 19vh;
  position: relative;
  z-index: 2;
}

.first-screen__price {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 3.625rem;
  color: #FF4747;
  margin-left: 2.625rem;
}

.first-screen__box,
.footer__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}

.first-screen__price--type-1 {
  font-weight: 800;
  font-size: 3.125rem;
  letter-spacing: .06em;
}

.first-screen__price--type-2 {
  font-weight: 800;
  font-size: 2.25rem;
}

.first-screen__box {
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.first-screen__img-box {
  position: absolute;
  top: 0;
  right: 0;
  height: 100vh;
  width: 50%;
  z-index: 3;
}

.first-screen__box-animated-1,
.first-screen__box-animated-2 {
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  position: absolute;
}

.first-screen__box-animated-2 {
  z-index: 3;
}

.first-screen__cyr {
  position: absolute;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.first-screen__cyr--red {
  background: -webkit-linear-gradient(32.14deg,#FF4646 7.91%,#FEE6B6 83.34%);
  background: -o-linear-gradient(32.14deg,#FF4646 7.91%,#FEE6B6 83.34%);
  background: linear-gradient(57.86deg,#FF4646 7.91%,#FEE6B6 83.34%);
  width: 37.8125rem;
  height: 37.8125rem;
  left: 0;
  top: 50%;
  z-index: 1;
}

.first-screen__cyr--blue {
  width: 55.0625rem;
  height: 55.0625rem;
  top: 1.625rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 19%;
  background: -webkit-linear-gradient(55.47deg,#00CAC1 15.11%,#B0FFFB 84.6%);
  background: -o-linear-gradient(55.47deg,#00CAC1 15.11%,#B0FFFB 84.6%);
  background: linear-gradient(34.53deg,#00CAC1 15.11%,#B0FFFB 84.6%);
}

.first-screen__waves {
  position: absolute;
  bottom: 28%;
  left: 0;
  -webkit-transform: translateX(-62%);
  -ms-transform: translateX(-62%);
  transform: translateX(-62%);
  z-index: 2;
}

.first-screen__arrow {
  position: absolute;
  bottom: 75.5%;
  left: -.5%;
  z-index: 2;
}

.first-screen__img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70%;
  -webkit-transform: translate(-44%,-60%);
  -ms-transform: translate(-44%,-60%);
  transform: translate(-44%,-60%);
  z-index: 4;
}

.first-screen__bacterium--1 img,
.first-screen__bacterium--2 img {
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  height: 100%;
}

.first-screen__bacterium {
  position: absolute;
  z-index: 2;
}

.first-screen__bacterium img {
  width: 100%;
  max-width: none;
}

.first-screen__bacterium--1 {
  top: 6.5rem;
  left: -1.625rem;
  width: 20rem;
}

.first-screen__bacterium--1 img {
  -webkit-animation: bacterium1 6s linear infinite;
  animation: bacterium1 6s linear infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  transform-origin: 50% 50%;
  width: 100%;
}

.first-screen__bacterium--2 {
  top: 10.875rem;
  right: 3.4375rem;
  width: 10.875rem;
}

.first-screen__bacterium--2 img {
  -webkit-animation: bacterium2 6s linear infinite;
  animation: bacterium2 6s linear infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  transform-origin: 50% 50%;
  width: 100%;
}

.first-screen__bacterium--3 {
  bottom: 7.5625rem;
  right: -4.375rem;
  width: 20rem;
}

.first-screen__bacterium--3 img {
  -webkit-animation: bacterium3 6s linear infinite;
  animation: bacterium3 6s linear infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  width: 100%;
  height: 100%;
}

@-webkit-keyframes bacterium1 {
  0% {
    -webkit-transform: scale(1) translate(0,0);
    transform: scale(1) translate(0,0);
  }

  20% {
    -webkit-transform: scale(.9) translate(-12%,8%);
    transform: scale(.9) translate(-12%,8%);
  }

  40% {
    -webkit-transform: scale(.9) translate(-24%,16%);
    transform: scale(.9) translate(-24%,16%);
  }

  60% {
    -webkit-transform: scale(1) translate(-36%,24%);
    transform: scale(1) translate(-36%,24%);
  }

  80% {
    -webkit-transform: scale(.9) translate(-48%,32%);
    transform: scale(.9) translate(-48%,32%);
  }

  100% {
    -webkit-transform: scale(1) translate(-60%,40%);
    transform: scale(1) translate(-60%,40%);
  }
}

@keyframes bacterium1 {
  0% {
    -webkit-transform: scale(1) translate(0,0);
    transform: scale(1) translate(0,0);
  }

  20% {
    -webkit-transform: scale(.9) translate(-12%,8%);
    transform: scale(.9) translate(-12%,8%);
  }

  40% {
    -webkit-transform: scale(.9) translate(-24%,16%);
    transform: scale(.9) translate(-24%,16%);
  }

  60% {
    -webkit-transform: scale(1) translate(-36%,24%);
    transform: scale(1) translate(-36%,24%);
  }

  80% {
    -webkit-transform: scale(.9) translate(-48%,32%);
    transform: scale(.9) translate(-48%,32%);
  }

  100% {
    -webkit-transform: scale(1) translate(-60%,40%);
    transform: scale(1) translate(-60%,40%);
  }
}

@-webkit-keyframes bacterium2 {
  0% {
    -webkit-transform: scale(1) translate(0,0);
    transform: scale(1) translate(0,0);
  }

  20% {
    -webkit-transform: scale(.9) translate(24%,12%);
    transform: scale(.9) translate(24%,12%);
  }

  40% {
    -webkit-transform: scale(.9) translate(48%,24%);
    transform: scale(.9) translate(48%,24%);
  }

  60% {
    -webkit-transform: scale(1) translate(72%,36%);
    transform: scale(1) translate(72%,36%);
  }

  80% {
    -webkit-transform: scale(.9) translate(96%,48%);
    transform: scale(.9) translate(96%,48%);
  }

  100% {
    -webkit-transform: scale(1) translate(120%,60%);
    transform: scale(1) translate(120%,60%);
  }
}

@keyframes bacterium2 {
  0% {
    -webkit-transform: scale(1) translate(0,0);
    transform: scale(1) translate(0,0);
  }

  20% {
    -webkit-transform: scale(.9) translate(24%,12%);
    transform: scale(.9) translate(24%,12%);
  }

  40% {
    -webkit-transform: scale(.9) translate(48%,24%);
    transform: scale(.9) translate(48%,24%);
  }

  60% {
    -webkit-transform: scale(1) translate(72%,36%);
    transform: scale(1) translate(72%,36%);
  }

  80% {
    -webkit-transform: scale(.9) translate(96%,48%);
    transform: scale(.9) translate(96%,48%);
  }

  100% {
    -webkit-transform: scale(1) translate(120%,60%);
    transform: scale(1) translate(120%,60%);
  }
}

@-webkit-keyframes bacterium3 {
  0% {
    -webkit-transform: scale(1) translate(0,0);
    transform: scale(1) translate(0,0);
  }

  20% {
    -webkit-transform: scale(.9) translate(-24%,12%);
    transform: scale(.9) translate(-24%,12%);
  }

  40% {
    -webkit-transform: scale(.9) translate(-48%,24%);
    transform: scale(.9) translate(-48%,24%);
  }

  60% {
    -webkit-transform: scale(1) translate(-72%,36%);
    transform: scale(1) translate(-72%,36%);
  }

  80% {
    -webkit-transform: scale(.9) translate(-96%,48%);
    transform: scale(.9) translate(-96%,48%);
  }

  100% {
    -webkit-transform: scale(1) translate(-120%,60%);
    transform: scale(1) translate(-120%,60%);
  }
}

@keyframes bacterium3 {
  0% {
    -webkit-transform: scale(1) translate(0,0);
    transform: scale(1) translate(0,0);
  }

  20% {
    -webkit-transform: scale(.9) translate(-24%,12%);
    transform: scale(.9) translate(-24%,12%);
  }

  40% {
    -webkit-transform: scale(.9) translate(-48%,24%);
    transform: scale(.9) translate(-48%,24%);
  }

  60% {
    -webkit-transform: scale(1) translate(-72%,36%);
    transform: scale(1) translate(-72%,36%);
  }

  80% {
    -webkit-transform: scale(.9) translate(-96%,48%);
    transform: scale(.9) translate(-96%,48%);
  }

  100% {
    -webkit-transform: scale(1) translate(-120%,60%);
    transform: scale(1) translate(-120%,60%);
  }
}

.footer {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.footer__body {
  position: relative;
  padding: 2.5rem 0 3rem;
}

.footer__body:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: .125rem;
  background: -webkit-linear-gradient(89.85deg,#FF4646 7.91%,#FEE6B6 83.34%);
  background: -o-linear-gradient(89.85deg,#FF4646 7.91%,#FEE6B6 83.34%);
  background: linear-gradient(.15deg,#FF4646 7.91%,#FEE6B6 83.34%);
}

.footer__wrapper {
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer__start,
.header__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-box-align: center;
}

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

.footer__menu {
  margin-left: .63rem;
}

.footer__menu-link {
  font-size: .875rem;
  line-height: 1.43;
  color: #262626;
  margin-left: 2.5rem;
  padding: 2px 0;
  border-bottom: 1px solid transparent;
}

.footer__mail,
.footer__phone {
  display: inline-block;
  font-weight: 700;
  line-height: 1.44;
}

.footer__phone {
  font-size: 1.125rem;
  text-transform: uppercase;
  color: #262626;
}

.footer__mail {
  font-size: 1.125rem;
  text-align: right;
  text-transform: lowercase;
  color: #009992;
}

.footer__foot {
  padding-bottom: 4.25rem;
}

.footer__copiting {
  display: inline-block;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.5;
  color: #313131;
}

.footer__link {
  display: inline-block;
  font-size: .75rem;
  line-height: 2;
  text-decoration: underline;
  color: #313131;
  margin-left: 5.75rem;
}

.footer__link:hover,
.header__menu-link:hover,
.header__phone:hover {
  text-decoration: none;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  z-index: 8;
}

.header._fix {
  background: #fff;
}

.header__out {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

.header__wrapper {
  display: flex;
  -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;
  padding: 2.5rem 0;
}

.header__start,
.production__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-box-align: center;
}

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

.header__menu {
  margin-left: .63rem;
}

.header__menu-link {
  display: inline-block;
  font-size: .875rem;
  line-height: 1.43;
  color: #262626;
  margin-left: 2.5rem;
  padding: 2px 0;
  border-bottom: 1px solid transparent;
}

.header__menu-bt {
  position: relative;
  display: none;
  -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;
  width: 1.8125rem;
  height: 1.5rem;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  z-index: 10;
}

.header__menu-bt-line {
  position: absolute;
  width: 1.8125rem;
  height: .1875rem;
  -webkit-transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform,-webkit-transform;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition-timing-function: cubic-bezier(.55,.055,.675,.19);
  -o-transition-timing-function: cubic-bezier(.55,.055,.675,.19);
  transition-timing-function: cubic-bezier(.55,.055,.675,.19);
  -webkit-transition-duration: 75ms;
  -o-transition-duration: 75ms;
  transition-duration: 75ms;
}

.header__menu-bt-line i {
  width: 1.375rem;
  height: 100%;
  display: block;
  background-color: #000;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.header__menu-bt-line:after,
.header__menu-bt-line:before {
  content: "";
  display: block;
  position: absolute;
  width: 1.8125rem;
  height: .1875rem;
  -webkit-border-radius: .25rem;
  border-radius: .25rem;
  background-color: #000;
}

.header__menu-bt-line:after {
  bottom: -.5rem;
  -webkit-transition: bottom 75ms ease .12s,-webkit-transform 75ms cubic-bezier(.55,.055,.675,.19);
  -o-transition: bottom 75ms ease .12s,transform 75ms cubic-bezier(.55,.055,.675,.19);
  transition: bottom 75ms ease .12s,transform 75ms cubic-bezier(.55,.055,.675,.19);
  transition: bottom 75ms ease .12s,transform 75ms cubic-bezier(.55,.055,.675,.19),-webkit-transform 75ms cubic-bezier(.55,.055,.675,.19);
}

.header__menu-bt-line:before {
  top: -.5rem;
  -webkit-transition: top 75ms ease .12s,opacity 75ms ease;
  -o-transition: top 75ms ease .12s,opacity 75ms ease;
  transition: top 75ms ease .12s,opacity 75ms ease;
}

.header__phone {
  display: inline-block;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.44;
  text-transform: uppercase;
  color: #262626;
}

.header__mobile {
  position: fixed;
  top: 0;
  right: 0;
  width: 280px;
  height: 100vh;
  padding: 4.5rem 1.5rem 2.5rem;
  background-color: #fff;
  z-index: 9;
  -webkit-box-shadow: -96px 7px 98px rgba(0,0,0,.01);
  box-shadow: -96px 7px 98px rgba(0,0,0,.01);
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  overflow-y: auto;
  overflow-x: hidden;
}

.header__mobile .header__menu {
  margin-left: 0;
}

.header__mobile .header__menu-link {
  display: block;
  margin-left: 0;
  margin-bottom: 1.5rem;
  padding-left: 0;
}

.header__mobile .header__phone {
  display: none;
}

.header._openMenu .header__menu-bt:before {
  opacity: 0;
}

.header._openMenu .header__menu-bt-line {
  -webkit-transition-delay: .12s;
  -o-transition-delay: .12s;
  transition-delay: .12s;
  -webkit-transition-timing-function: cubic-bezier(.215,.61,.355,1);
  -o-transition-timing-function: cubic-bezier(.215,.61,.355,1);
  transition-timing-function: cubic-bezier(.215,.61,.355,1);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.header._openMenu .header__menu-bt-line i {
  width: 1.8125rem;
}

.header._openMenu .header__menu-bt-line:after {
  bottom: 0;
  -webkit-transition: bottom 75ms ease,-webkit-transform 75ms cubic-bezier(.215,.61,.355,1) .12s;
  -o-transition: bottom 75ms ease,transform 75ms cubic-bezier(.215,.61,.355,1) .12s;
  transition: bottom 75ms ease,transform 75ms cubic-bezier(.215,.61,.355,1) .12s;
  transition: bottom 75ms ease,transform 75ms cubic-bezier(.215,.61,.355,1) .12s,-webkit-transform 75ms cubic-bezier(.215,.61,.355,1) .12s;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.header._openMenu .header__menu-bt-line:before {
  top: 0;
  -webkit-transition: top 75ms ease,opacity 75ms ease .12s;
  -o-transition: top 75ms ease,opacity 75ms ease .12s;
  transition: top 75ms ease,opacity 75ms ease .12s;
  opacity: 0;
}

.header._openMenu .header__mobile {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.thank__bacterium--1,
.thank__bacterium--2 {
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
}

.header__404 .header__menu-link,
.header__404 .header__phone {
  color: #E3E6EF;
}

.input__container {
  position: relative;
  padding-top: 1.1875rem;
  max-width: 20rem;
  margin: 0 auto .5625rem;
}

.input__container-text,
label.error {
  position: absolute;
  width: 100%;
  left: 0;
  text-align: center;
}

.input__container-text {
  pointer-events: none;
  top: 1.875rem;
  font-size: .875rem;
  line-height: 1.25rem;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.input__text {
  font-size: 14px;
  line-height: 1.43;
  text-align: center;
  color: #FFF;
  width: 100%;
  border: none;
  padding: .6875rem 1rem;
  border-bottom: 1px solid #FFF;
  background: 0 0;
}

.input__text.valid {
  background: url(../img/icon/icon-17.svg) -webkit-calc(100% - .4375rem) 50% no-repeat;
  background: url(../img/icon/icon-17.svg) calc(100% - .4375rem) 50% no-repeat;
}

.input__text.error~.input__container-text,
.input__text.valid~.input__container-text,
.input__text:active~.input__container-text,
.input__text:focus~.input__container-text,
.input__text:hover~.input__container-text {
  top: 0;
  font-size: .625rem;
}

label.error {
  top: 100%;
  font-size: .625rem;
  color: #E4231B;
  display: none!important;
}

label.error~.input__container-text {
  top: 0;
  font-size: .625rem;
}

.map {
  margin-bottom: 6.25rem;
}

.map__container {
  position: relative;
  height: 33.1875rem;
  border: 1px solid #E3E6EF;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  overflow: hidden;
}

.map__tooltip {
  padding: 50px;
}

.map__tooltip-content {
  padding: 1.375rem;
  background: #FFF;
  -webkit-box-shadow: 0 4px 15px rgba(0,0,0,.4);
  box-shadow: 0 4px 15px rgba(0,0,0,.4);
  -webkit-border-radius: 10px;
  border-radius: 10px;
  width: 249px;
  text-align: center;
}

.map__tooltip-logo {
  margin-bottom: .625rem;
}

.map__tooltip-logo-img {
  display: inline-block;
}

.map__tooltip-logo-address {
  font-weight: 600;
  font-size: .875rem;
  line-height: 1.57;
  color: #232323;
}

.ymaps-2-1-76-inner-panes:before {
  content: "";
  display: block!important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear,left bottom,left top,from(rgba(28,28,28,.6)),to(rgba(28,28,28,.6)));
  background: -webkit-linear-gradient(bottom,rgba(28,28,28,.6),rgba(28,28,28,.6));
  background: -o-linear-gradient(bottom,rgba(28,28,28,.6),rgba(28,28,28,.6));
  background: linear-gradient(0deg,rgba(28,28,28,.6),rgba(28,28,28,.6));
  z-index: 999;
}

.modal,
.modal__box {
  display: none;
}

.Tooltip {
  z-index: 4;
}

.thank__container,
.thank__img,
.thank__inner {
  z-index: 2;
  position: relative;
}

.modal {
  width: 100%;
  max-width: 706px;
  background: -webkit-linear-gradient(23.87deg,#FF4646 3.16%,#FEE6B6 114.1%);
  background: -o-linear-gradient(23.87deg,#FF4646 3.16%,#FEE6B6 114.1%);
  background: linear-gradient(66.13deg,#FF4646 3.16%,#FEE6B6 114.1%);
  -webkit-border-radius: 15px;
  border-radius: 15px;
  color: #fff;
  padding: 2.5625rem 5.9375rem 3.5rem;
  text-align: center;
}

.modal__title {
  font-weight: 500;
  font-size: 1.75rem;
  line-height: 1.5;
  color: #FFF;
  margin-bottom: 1.0625rem;
}

.modal__close {
  width: 3.125rem;
  height: 3.125rem;
  top: -3.75rem;
  right: -3.75rem;
  padding: 0;
}

.modal__close-icon {
  width: 100%;
  height: 100%;
  fill: transparent;
  stroke: #E4231B;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.modal__checkbox {
  margin-top: 1.25rem;
  margin-bottom: 3.4375rem;
}

.modal__text {
  font-size: .875rem;
  line-height: 1.43;
  text-align: center;
  color: #FFF;
  padding-top: .5625rem;
  padding-bottom: .6875rem;
}

.modal__text-b {
  font-weight: 700;
  margin-top: 1.5625rem;
  padding-bottom: 0;
}

.page {
  padding-top: 6.625rem;
  overflow: hidden;
  max-width: 100vw;
}

.production {
  margin-bottom: 5.8125rem;
}

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

.production__col {
  width: -webkit-calc(50% - .625rem);
  width: calc(50% - .625rem);
  margin-bottom: 1.25rem;
}

.production__text,
.production__title {
  margin-bottom: 1.9375rem;
}

.production__text {
  font-size: .875rem;
  line-height: 1.57;
  color: #313131;
}

.production__img {
  width: 100%;
  max-width: none;
  border: 1px solid #E3E6EF;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}

.production__img--big {
  margin-bottom: 1.25rem;
}

.thank {
  margin-bottom: 3rem;
}

.thank__title {
  font-weight: 600;
  font-size: 3rem;
  line-height: 1.29;
  color: #313131;
  margin: 0;
}

.thank__text {
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.56;
  color: #262626;
  margin: 1.375rem 0 .25rem;
  max-width: 21.875rem;
}

.thank__text-little {
  font-size: 12px;
  line-height: 1.67;
  color: #009992;
}

.thank__wrapper {
  position: relative;
  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;
}

.thank__container {
  max-width: 28.4375rem;
}

.thank__img {
  max-width: 23.75rem;
}

.thank__img-box {
  position: relative;
  padding: 0 7.3125rem 0 7.9375rem;
}

.thank__bacterium,
.thank__cyr,
.thank__waves {
  position: absolute;
}

.thank__bacterium--1 {
  width: 20rem;
  top: -102px;
  left: -5.6875rem;
  animation: bacterium-f2 17s linear infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  transform-origin: 50% 50%;
}

.thank__bacterium--2 {
  width: 15rem;
  right: 9.375rem;
  top: -5.625rem;
  -webkit-animation: bacterium-f1 15s linear infinite;
  animation: bacterium-f1 15s linear infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  transform-origin: 50% 50%;
}

.thank__bacterium--4,
.thank__bacterium--5 {
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
}

.thank__bacterium--3 {
  width: 5.375rem;
  left: 51%;
  top: 12%;
  -webkit-animation: bacterium-f6 16s linear infinite;
  animation: bacterium-f6 16s linear infinite;
}

.thank__bacterium--4 {
  width: 12.3125rem;
  left: 16.125rem;
  bottom: 17.0625rem;
  -webkit-animation: bacterium-f4 16s linear infinite;
  animation: bacterium-f4 16s linear infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  transform-origin: 50% 50%;
}

.using__list,
.using__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}

.thank__bacterium--5 {
  width: 4.875rem;
  right: 3.8125rem;
  bottom: 10rem;
  -webkit-animation: bacterium-f2 16s linear infinite;
  animation: bacterium-f2 16s linear infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  transform-origin: 50% 50%;
}

.thank__bacterium--6 {
  width: 197px;
  right: 1.125rem;
  top: 30%;
  -webkit-animation: bacterium-f5 16s linear infinite;
  animation: bacterium-f5 16s linear infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.thank__cyr {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.thank__cyr--blue {
  width: 30.4375rem;
  height: 30.4375rem;
  top: 2rem;
  right: 0;
  background: -webkit-linear-gradient(55.47deg,#00CAC1 15.11%,#B0FFFB 84.6%);
  background: -o-linear-gradient(55.47deg,#00CAC1 15.11%,#B0FFFB 84.6%);
  background: linear-gradient(34.53deg,#00CAC1 15.11%,#B0FFFB 84.6%);
}

.thank__cyr--red {
  width: 27.625rem;
  height: 27.625rem;
  bottom: 1.75rem;
  left: 0;
  background: -webkit-linear-gradient(32.14deg,#FF4646 7.91%,#FEE6B6 83.34%);
  background: -o-linear-gradient(32.14deg,#FF4646 7.91%,#FEE6B6 83.34%);
  background: linear-gradient(57.86deg,#FF4646 7.91%,#FEE6B6 83.34%);
}

.thank__waves {
  right: -1rem;
  top: 5.75rem;
}

@-webkit-keyframes bacterium-f1 {
  0% {
    -webkit-transform: scale(1) translate(0,0);
    transform: scale(1) translate(0,0);
  }

  20% {
    -webkit-transform: scale(.9) translate(-12%,8%);
    transform: scale(.9) translate(-12%,8%);
  }

  40% {
    -webkit-transform: scale(.9) translate(-24%,16%);
    transform: scale(.9) translate(-24%,16%);
  }

  60% {
    -webkit-transform: scale(1) translate(-36%,24%);
    transform: scale(1) translate(-36%,24%);
  }

  80% {
    -webkit-transform: scale(.9) translate(-48%,32%);
    transform: scale(.9) translate(-48%,32%);
  }

  100% {
    -webkit-transform: scale(1) translate(-60%,40%);
    transform: scale(1) translate(-60%,40%);
  }
}

@keyframes bacterium-f1 {
  0% {
    -webkit-transform: scale(1) translate(0,0);
    transform: scale(1) translate(0,0);
  }

  20% {
    -webkit-transform: scale(.9) translate(-12%,8%);
    transform: scale(.9) translate(-12%,8%);
  }

  40% {
    -webkit-transform: scale(.9) translate(-24%,16%);
    transform: scale(.9) translate(-24%,16%);
  }

  60% {
    -webkit-transform: scale(1) translate(-36%,24%);
    transform: scale(1) translate(-36%,24%);
  }

  80% {
    -webkit-transform: scale(.9) translate(-48%,32%);
    transform: scale(.9) translate(-48%,32%);
  }

  100% {
    -webkit-transform: scale(1) translate(-60%,40%);
    transform: scale(1) translate(-60%,40%);
  }
}

@-webkit-keyframes bacterium-f2 {
  0% {
    -webkit-transform: scale(1) translate(0,0);
    transform: scale(1) translate(0,0);
  }

  20% {
    -webkit-transform: scale(.9) translate(24%,12%);
    transform: scale(.9) translate(24%,12%);
  }

  40% {
    -webkit-transform: scale(.9) translate(48%,24%);
    transform: scale(.9) translate(48%,24%);
  }

  60% {
    -webkit-transform: scale(1) translate(72%,36%);
    transform: scale(1) translate(72%,36%);
  }

  80% {
    -webkit-transform: scale(.9) translate(96%,48%);
    transform: scale(.9) translate(96%,48%);
  }

  100% {
    -webkit-transform: scale(1) translate(120%,60%);
    transform: scale(1) translate(120%,60%);
  }
}

@keyframes bacterium-f2 {
  0% {
    -webkit-transform: scale(1) translate(0,0);
    transform: scale(1) translate(0,0);
  }

  20% {
    -webkit-transform: scale(.9) translate(24%,12%);
    transform: scale(.9) translate(24%,12%);
  }

  40% {
    -webkit-transform: scale(.9) translate(48%,24%);
    transform: scale(.9) translate(48%,24%);
  }

  60% {
    -webkit-transform: scale(1) translate(72%,36%);
    transform: scale(1) translate(72%,36%);
  }

  80% {
    -webkit-transform: scale(.9) translate(96%,48%);
    transform: scale(.9) translate(96%,48%);
  }

  100% {
    -webkit-transform: scale(1) translate(120%,60%);
    transform: scale(1) translate(120%,60%);
  }
}

@-webkit-keyframes bacterium-f3 {
  0% {
    -webkit-transform: scale(1) translate(0,0);
    transform: scale(1) translate(0,0);
  }

  20% {
    -webkit-transform: scale(.9) translate(-24%,12%);
    transform: scale(.9) translate(-24%,12%);
  }

  40% {
    -webkit-transform: scale(.9) translate(-48%,24%);
    transform: scale(.9) translate(-48%,24%);
  }

  60% {
    -webkit-transform: scale(1) translate(-72%,36%);
    transform: scale(1) translate(-72%,36%);
  }

  80% {
    -webkit-transform: scale(.9) translate(-96%,48%);
    transform: scale(.9) translate(-96%,48%);
  }

  100% {
    -webkit-transform: scale(1) translate(-120%,60%);
    transform: scale(1) translate(-120%,60%);
  }
}

@keyframes bacterium-f3 {
  0% {
    -webkit-transform: scale(1) translate(0,0);
    transform: scale(1) translate(0,0);
  }

  20% {
    -webkit-transform: scale(.9) translate(-24%,12%);
    transform: scale(.9) translate(-24%,12%);
  }

  40% {
    -webkit-transform: scale(.9) translate(-48%,24%);
    transform: scale(.9) translate(-48%,24%);
  }

  60% {
    -webkit-transform: scale(1) translate(-72%,36%);
    transform: scale(1) translate(-72%,36%);
  }

  80% {
    -webkit-transform: scale(.9) translate(-96%,48%);
    transform: scale(.9) translate(-96%,48%);
  }

  100% {
    -webkit-transform: scale(1) translate(-120%,60%);
    transform: scale(1) translate(-120%,60%);
  }
}

@-webkit-keyframes bacterium-f4 {
  0% {
    -webkit-transform: scale(1) translate(0,0);
    transform: scale(1) translate(0,0);
  }

  20% {
    -webkit-transform: scale(.9) translate(-12%,-6%);
    transform: scale(.9) translate(-12%,-6%);
  }

  40% {
    -webkit-transform: scale(.9) translate(-24%,-12%);
    transform: scale(.9) translate(-24%,-12%);
  }

  60% {
    -webkit-transform: scale(1) translate(-36%,-18%);
    transform: scale(1) translate(-36%,-18%);
  }

  80% {
    -webkit-transform: scale(.9) translate(-48%,-24%);
    transform: scale(.9) translate(-48%,-24%);
  }

  100% {
    -webkit-transform: scale(1) translate(-60%,-30%);
    transform: scale(1) translate(-60%,-30%);
  }
}

@keyframes bacterium-f4 {
  0% {
    -webkit-transform: scale(1) translate(0,0);
    transform: scale(1) translate(0,0);
  }

  20% {
    -webkit-transform: scale(.9) translate(-12%,-6%);
    transform: scale(.9) translate(-12%,-6%);
  }

  40% {
    -webkit-transform: scale(.9) translate(-24%,-12%);
    transform: scale(.9) translate(-24%,-12%);
  }

  60% {
    -webkit-transform: scale(1) translate(-36%,-18%);
    transform: scale(1) translate(-36%,-18%);
  }

  80% {
    -webkit-transform: scale(.9) translate(-48%,-24%);
    transform: scale(.9) translate(-48%,-24%);
  }

  100% {
    -webkit-transform: scale(1) translate(-60%,-30%);
    transform: scale(1) translate(-60%,-30%);
  }
}

@-webkit-keyframes bacterium-f5 {
  0% {
    -webkit-transform: scale(1) translate(0,0);
    transform: scale(1) translate(0,0);
  }

  20% {
    -webkit-transform: scale(.9) translate(-1%,12%);
    transform: scale(.9) translate(-1%,12%);
  }

  40% {
    -webkit-transform: scale(.9) translate(-2%,24%);
    transform: scale(.9) translate(-2%,24%);
  }

  60% {
    -webkit-transform: scale(1) translate(-3%,36%);
    transform: scale(1) translate(-3%,36%);
  }

  80% {
    -webkit-transform: scale(.9) translate(-2%,48%);
    transform: scale(.9) translate(-2%,48%);
  }

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

@keyframes bacterium-f5 {
  0% {
    -webkit-transform: scale(1) translate(0,0);
    transform: scale(1) translate(0,0);
  }

  20% {
    -webkit-transform: scale(.9) translate(-1%,12%);
    transform: scale(.9) translate(-1%,12%);
  }

  40% {
    -webkit-transform: scale(.9) translate(-2%,24%);
    transform: scale(.9) translate(-2%,24%);
  }

  60% {
    -webkit-transform: scale(1) translate(-3%,36%);
    transform: scale(1) translate(-3%,36%);
  }

  80% {
    -webkit-transform: scale(.9) translate(-2%,48%);
    transform: scale(.9) translate(-2%,48%);
  }

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

@-webkit-keyframes bacterium-f6 {
  0% {
    -webkit-transform: scale(1) translate(0,0);
    transform: scale(1) translate(0,0);
  }

  20% {
    -webkit-transform: scale(.9) translate(-20%,12%);
    transform: scale(.9) translate(-20%,12%);
  }

  40% {
    -webkit-transform: scale(.9) translate(-40%,24%);
    transform: scale(.9) translate(-40%,24%);
  }

  60% {
    -webkit-transform: scale(1) translate(-60%,36%);
    transform: scale(1) translate(-60%,36%);
  }

  80% {
    -webkit-transform: scale(.9) translate(-80%,48%);
    transform: scale(.9) translate(-80%,48%);
  }

  100% {
    -webkit-transform: scale(1) translate(-10%,60%);
    transform: scale(1) translate(-10%,60%);
  }
}

@keyframes bacterium-f6 {
  0% {
    -webkit-transform: scale(1) translate(0,0);
    transform: scale(1) translate(0,0);
  }

  20% {
    -webkit-transform: scale(.9) translate(-20%,12%);
    transform: scale(.9) translate(-20%,12%);
  }

  40% {
    -webkit-transform: scale(.9) translate(-40%,24%);
    transform: scale(.9) translate(-40%,24%);
  }

  60% {
    -webkit-transform: scale(1) translate(-60%,36%);
    transform: scale(1) translate(-60%,36%);
  }

  80% {
    -webkit-transform: scale(.9) translate(-80%,48%);
    transform: scale(.9) translate(-80%,48%);
  }

  100% {
    -webkit-transform: scale(1) translate(-10%,60%);
    transform: scale(1) translate(-10%,60%);
  }
}

.using {
  margin-bottom: 4.375rem;
}

.using__title {
  font-size: 3rem;
  line-height: 1.25;
  color: #232323;
  padding-right: 5.0625rem;
}

.using__wrapper {
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1026px;
  margin: 0 auto;
}

.using__col {
  position: relative;
  width: -webkit-calc(50% - .625rem);
  width: calc(50% - .625rem);
  margin-bottom: 1.25rem;
}

.using__list {
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -1.875rem;
  list-style: none;
  min-width: 27.6875rem;
  -webkit-transition: .25s ease .15s;
  -o-transition: .25s ease .15s;
  transition: .25s ease .15s;
}

.using__li-box,
.volumes__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}

.using__list+.using__list {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .25s ease;
  -o-transition: .25s ease;
  transition: .25s ease;
}

.using__list.show {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .25s ease;
  -o-transition: .25s ease;
  transition: .25s ease;
}

.using__list.show+.using__list {
  opacity: 1;
  visibility: visible;
  -webkit-transition: .25s ease .15s;
  -o-transition: .25s ease .15s;
  transition: .25s ease .15s;
}

.using__li {
  width: 50%;
  padding-left: 1.875rem;
  padding-bottom: 1.875rem;
}

.using__li:first-child+.using__li {
  padding-top: 1.875rem;
}

.using__li:nth-child(3n+3) {
  margin-top: -1.875rem;
}

.using__li._first .using__li-content {
  opacity: 0;
  visibility: hidden;
}

.using__li._first .using__li-content+.using__li-content {
  opacity: 1;
  visibility: visible;
}

.using__li-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  width: 100%;
  -webkit-transition: .15s ease;
  -o-transition: .15s ease;
  transition: .15s ease;
}

.using__li-content+.using__li-content {
  opacity: 0;
  visibility: hidden;
}

.using__li-box {
  position: relative;
  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;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 9.875rem;
  width: -webkit-calc(100% - 2px);
  width: calc(100% - 2px);
  padding: 1rem;
  background: #FFF;
  -webkit-box-shadow: 0 14px 30px rgba(227,230,239,.3);
  box-shadow: 0 14px 30px rgba(227,230,239,.3);
  -webkit-border-radius: 15px;
  border-radius: 15px;
}

.using__li-box:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  background: -webkit-linear-gradient(78.11deg,#FF4646 7.91%,#FEE6B6 83.34%);
  background: -o-linear-gradient(78.11deg,#FF4646 7.91%,#FEE6B6 83.34%);
  background: linear-gradient(11.89deg,#FF4646 7.91%,#FEE6B6 83.34%);
  z-index: -1;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}

.using__li-text {
  width: 100%;
  font-size: 1.125rem;
  line-height: 1.22;
  text-align: center;
  color: #232323;
}

.using__li-img {
  display: inline-block;
}

.using__li-img-box {
  width: 100%;
  text-align: center;
  margin-bottom: 1rem;
}

.volumes {
  margin-bottom: 4.375rem;
}

.volumes__wrapper {
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.volumes__box-text {
  width: 43%;
  margin-bottom: 1.875rem;
}

.volumes__dl {
  margin-bottom: 1.125rem;
}

.volumes__dt {
  font-weight: 700;
  font-size: 3.125rem;
  line-height: 1.16;
  color: #FF4747;
}

.volumes__dt-little {
  font-size: 2.5rem;
}

.volumes__dd {
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1.58;
  color: #3B3B3B;
  margin-bottom: 1rem;
}

.volumes__advantages {
  position: relative;
  width: 50.85%;
  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;
  background: -webkit-linear-gradient(21.4deg,#FF4646 3.16%,#FEE6B6 114.1%);
  background: -o-linear-gradient(21.4deg,#FF4646 3.16%,#FEE6B6 114.1%);
  background: linear-gradient(68.6deg,#FF4646 3.16%,#FEE6B6 114.1%);
  -webkit-border-radius: 15px;
  border-radius: 15px;
  padding: 0 1.5rem;
  margin-bottom: 1.875rem;
}

.volumes__advantages-box {
  max-width: 27.6875rem;
  text-align: center;
}

.volumes__advantages-text {
  font-weight: 500;
  font-size: 1.75rem;
  line-height: 1.5;
  color: #FFF;
  margin-bottom: 2.5rem;
  margin-top: 1.75rem;
}

.volumes__advantages-text-b {
  display: inline-block;
  padding: 0 .25rem;
  font-weight: 700;
  background: rgba(255,255,255,.2);
}

.volumes__bacterium {
  position: absolute;
}

.volumes__bacterium img {
  width: 100%;
  max-width: none;
}

.volumes__bacterium--1 {
  width: 16.875rem;
  top: -5.375rem;
  left: -4.375rem;
}

.volumes__bacterium--2 {
  width: 8.625rem;
  top: -4.125rem;
  right: 0;
}

.volumes__bacterium--3 {
  width: 4.75rem;
  left: 7.75rem;
  bottom: 2.9375rem;
}

@supports (-webkit-appearance:none) {
  .fancybox-caption:before {
    background-image: .webpurl(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  }

  .certificate__link-arrow {
    background: .webpurl(../img/icon/icon-16.svg) 50% 50%/contain no-repeat;
  }

  .checkbox__input:checked~.checkbox__text:before {
    background: .webpurl(../img/icon/icon-17.svg) 50% 50%/.75rem .5625rem no-repeat;
  }

  .input__text.valid {
    background: .webpurl(../img/icon/icon-17.svg) -webkit-calc(100% - .4375rem) 50% no-repeat;
  }

  .input__text.valid {
    background: .webpurl(../img/icon/icon-17.svg) calc(100% - .4375rem) 50% no-repeat;
  }
}

@media (min-width:1024px) {
  .contacts__title-col .title-col {
    width: auto;
  }

  .first-screen {
    min-height: 38.875rem;
  }

  .footer__menu-link:hover {
    color: #E4231B;
    border-color: #E4231B;
  }

  .header__menu-link:hover {
    color: #E4231B;
    border-color: #E4231B;
  }

  .modal__close:hover .modal__close-icon {
    stroke: #63120f;
  }

@supports (-webkit-appearance:none) {

}
}

@media screen and (max-height:800px) and (min-width:1024px) {
  .first-screen__cyr--red {
    width: 30.8125rem;
    height: 30.8125rem;
  }

  .first-screen__cyr--blue {
    width: 48.0625rem;
    height: 48.0625rem;
  }

@supports (-webkit-appearance:none) {

}
}

@media (max-width:1245px) {
  .header__menu-link {
    margin-left: 1.5rem;
  }

@supports (-webkit-appearance:none) {

}
}

@media (max-width:1200px) {
  .footer__menu-link {
    margin-left: 1.5rem;
  }

@supports (-webkit-appearance:none) {

}
}

@media (max-width:1164px) {
  .first-screen__waves {
    left: 12%;
  }

  .first-screen__arrow {
    left: 12.5%;
  }

@supports (-webkit-appearance:none) {

}
}

@media (max-width:1120px) {
  .footer__menu-link {
    margin-left: 1rem;
    font-size: .812rem;
  }

  .header__menu-link {
    margin-left: 1rem;
    font-size: .812rem;
  }

@supports (-webkit-appearance:none) {

}
}

@media (max-width:1100px) {
  .footer__menu-link {
    margin-left: .75rem;
    font-size: .812rem;
  }

  .header__menu-link {
    margin-left: .75rem;
    font-size: .812rem;
  }

@supports (-webkit-appearance:none) {

}
}

@media (max-width:1024px) {
  .inner {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .title {
    font-size: 1.875rem;
    margin-bottom: 3rem;
  }

  .title--line {
    padding-left: 1.5rem;
  }

  .title-col--text {
    width: 100%;
    margin-bottom: 0;
  }

  .p404__title {
    font-size: 3.75rem;
  }

  .p404__text {
    font-size: 1rem;
    width: 22rem;
  }

  .p404__container {
    max-width: 28.25rem;
  }

  .p404__img-box {
    padding: 0 3.6875rem 0 4.0625rem;
  }

  .p404__bacterium--1,
  .p404__bacterium--4 {
    display: none;
  }

  .p404__cyr--blue {
    width: 25.25rem;
    height: 25.25rem;
  }

  .about {
    margin-bottom: 1.25rem;
  }

  .about__li {
    width: 50%;
  }

  .about__text {
    font-size: .875rem;
    width: -webkit-calc(100% - 3.375rem);
    width: calc(100% - 3.375rem);
  }

  .about__icon {
    width: 2.375rem;
  }

  .certificate {
    margin-bottom: 3rem;
  }

  .certificate__order-text {
    font-size: 1.125rem;
  }

  .contacts {
    margin-bottom: 3rem;
  }

  .contacts__wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-right: 0;
    width: 100%;
  }

  .delivery {
    margin-bottom: 3rem;
  }

  .delivery__bacterium--1 {
    width: 15rem;
  }

  .delivery__bacterium--2 {
    width: 7.275rem;
    top: 2.1875rem;
    right: -1rem;
  }

  .delivery__img-i {
    max-width: 14.25rem;
  }

  .delivery__arrow {
    top: 1.25rem;
    left: -2.125rem;
  }

  .first-screen__title {
    font-size: 2.4375rem;
  }

  .first-screen__text {
    font-size: 1rem;
    width: 22rem;
  }

  .first-screen__container {
    max-width: 28.25rem;
  }

  .first-screen__price {
    margin-left: 1.125rem;
  }

  .first-screen__cyr--red {
    left: 16%;
    width: 33.8125rem;
    height: 33.8125rem;
  }

  .first-screen__cyr--blue {
    width: 45.0625rem;
    height: 45.0625rem;
  }

  .first-screen__arrow {
    display: none;
  }

  .first-screen__img {
    -webkit-transform: translate(-20%,-60%);
    -ms-transform: translate(-20%,-60%);
    transform: translate(-20%,-60%);
  }

  .first-screen__bacterium--2 {
    top: 3.875rem;
    right: .4375rem;
  }

  .first-screen__bacterium--3 {
    display: none;
  }

  .footer__body {
    padding: 1rem 0 1.5rem;
  }

  .footer__menu {
    display: none;
  }

  .footer__foot {
    padding-bottom: 2.25rem;
  }

  .footer__link {
    margin-left: 1.125rem;
  }

  .header__wrapper {
    padding: 1rem 0;
  }

  .header__menu {
    display: none;
  }

  .header__menu-bt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .header__mobile .header__menu {
    display: block;
  }

  .map {
    margin-bottom: 4.25rem;
  }

  .map__container {
    height: 26.9375rem;
  }

  .production {
    margin-bottom: 2.25rem;
  }

  .production__col--text {
    width: 100%;
    margin-bottom: 0;
  }

  .thank__title {
    font-size: 2.4375rem;
  }

  .thank__text {
    font-size: 1rem;
    width: 22rem;
  }

  .thank__container {
    max-width: 28.25rem;
  }

  .thank__img-box {
    padding: 0 3.6875rem 0 4.0625rem;
  }

  .thank__bacterium--1,
  .thank__bacterium--4 {
    display: none;
  }

  .thank__cyr--blue {
    width: 25.25rem;
    height: 25.25rem;
  }

  .thank__cyr--red {
    width: 22.25rem;
    height: 22.25rem;
    left: -3rem;
  }

  .using {
    margin-bottom: 2.375rem;
  }

  .using__title {
    font-size: 2rem;
    padding-right: 0;
  }

  .using__col:first-child {
    width: -webkit-calc(100% - 25.8125rem);
    width: calc(100% - 25.8125rem);
  }

  .using__li-text {
    font-size: 1rem;
  }

  .volumes {
    margin-bottom: 1.25rem;
  }

  .volumes__dt {
    font-size: 2.125rem;
  }

  .volumes__dt-little {
    font-size: 1.5rem;
  }

  .volumes__dd {
    font-size: 1rem;
  }

  .volumes__advantages-text {
    font-size: 1.25rem;
    margin-top: 0;
  }

@supports (-webkit-appearance:none) {

}
}

@media (max-width:846px) {
  .modal__close {
    top: .63rem;
    right: .63rem;
    width: 1.875rem;
    height: 1.875rem;
  }

  .modal__close-icon {
    stroke: #fff;
    stroke-width: 4px;
  }

@supports (-webkit-appearance:none) {

}
}

@media (max-width:800px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs>ul>li {
    max-width: -webkit-calc(100% - 10px);
    max-width: calc(100% - 10px);
  }

@supports (-webkit-appearance:none) {

}
}

@media (max-width:768px) {
  .delivery__img-box {
    display: none;
  }

@supports (-webkit-appearance:none) {

}
}

@media (max-width:767px) {
  .title {
    font-size: 1.5625rem;
    margin-bottom: 2.5rem;
  }

  .p404__title {
    font-size: 3.5rem;
  }

  .p404__text {
    width: auto;
    max-width: 100%;
    margin-top: .5rem;
  }

  .p404__wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .p404__container {
    margin-top: 1rem;
    max-width: 100%;
    margin-bottom: 2rem;
  }

  .p404__img-box {
    width: 100%;
    text-align: center;
    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;
    padding: 0;
  }

  .p404__text-big {
    font-size: -webkit-calc(13.5rem + ((1vw - 3.2px) * 50.1119));
    font-size: calc(13.5rem + ((1vw - 3.2px) * 50.1119));
  }

  .animated--ok .animated--type-7 {
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }

  .animated--type-7 {
    -webkit-transform: scale(.2) translateY(0);
    -ms-transform: scale(.2) translateY(0);
    transform: scale(.2) translateY(0);
  }

  .certificate__order-text {
    font-size: 1rem;
  }

  .certificate__bacterium--1 {
    display: none;
  }

  .ctm {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: .5rem 0 0;
  }

  .first-screen__title {
    font-size: 1.5rem;
    margin: 0 auto .6875rem;
    max-width: 19.5625rem;
  }

  .first-screen__text {
    font-size: .875rem;
    line-height: 1.43;
    width: auto;
    margin-bottom: 1.063rem;
  }

  .first-screen__wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: 0;
  }

  .first-screen__container {
    margin-top: 0;
    max-width: 100%;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    text-align: center;
  }

  .first-screen__price {
    display: none;
  }

  .first-screen__price--type-1 {
    font-size: 2.125rem;
  }

  .first-screen__price--type-2 {
    font-size: 1.25rem;
  }

  .first-screen__img-box {
    position: relative;
    width: 100%;
    height: 21.25rem;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    margin: 3.875rem 0;
  }

  .first-screen__cyr--red {
    left: 50%;
    width: 21.5625rem;
    height: 21.5625rem;
    top: 0;
    margin-left: -10.78125rem;
  }

  .first-screen__cyr--blue {
    width: 24.25rem;
    height: 24.25rem;
    left: 50%;
    margin-left: -7.8125rem;
  }

  .first-screen__waves {
    left: 50%;
    width: 6.4375rem;
    bottom: auto;
    top: -1.5rem;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }

  .first-screen__img {
    max-width: 18rem;
    width: 100%;
    -webkit-transform: translate(-44%,-60%);
    -ms-transform: translate(-44%,-60%);
    transform: translate(-44%,-60%);
  }

  .first-screen__btn {
    margin: 0 auto;
  }

  .footer__foot .footer__start {
    display: block;
  }

  .footer__copiting {
    display: block;
  }

  .footer__link {
    margin-left: 0;
  }

  .map__container {
    height: 20.6875rem;
  }

  .thank__title {
    font-size: 2rem;
  }

  .thank__text {
    width: auto;
    max-width: 100%;
    margin-top: .5rem;
  }

  .thank__wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .thank__container {
    margin-top: 1rem;
    max-width: 100%;
  }

  .thank__img-box {
    width: 100%;
    text-align: center;
    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;
    padding: 0;
  }

  .thank__cyr--red {
    left: 0;
  }

  .using__wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .using__col,
  .using__col:first-child {
    width: 100%;
  }

  .volumes__bacterium--1 {
    display: none;
  }

@supports (-webkit-appearance:none) {

}
}

@media (max-width:646px) {
  .modal {
    padding: 2.5625rem 1.9375rem 3.5rem;
  }

@supports (-webkit-appearance:none) {

}
}

@media (max-width:580px) {
  .p404__title {
    font-size: 3rem;
  }

  .p404__cyr--blue {
    width: 17.25rem;
    height: 17.25rem;
    right: -3rem;
  }

  .about__li {
    width: 100%;
  }

  .certificate__link-container-text {
    display: none;
  }

  .certificate__link-arrow {
    display: none;
  }

  .delivery__li {
    width: 100%;
  }

  .first-screen__bacterium--1 {
    display: none;
  }

  .footer__logo {
    width: 7.25rem;
  }

  .footer__phone {
    font-size: 1rem;
  }

  .footer__mail {
    font-size: 1rem;
  }

  .footer__foot .footer__start {
    text-align: center;
  }

  .footer__foot .footer__wrapper {
    display: block;
    text-align: center;
  }

  .header__logo {
    width: 8.75rem;
  }

  .header__phone {
    display: none;
  }

  .header__mobile .header__phone {
    display: block;
  }

  .thank__title {
    font-size: 1.5rem;
  }

  .thank__cyr--blue {
    width: 17.25rem;
    height: 17.25rem;
    right: -3rem;
  }

  .thank__cyr--red {
    width: 15.25rem;
    height: 15.25rem;
    left: -3rem;
  }

  .volumes__wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .volumes__box-text {
    width: 100%;
  }

  .volumes__dd {
    font-size: .875rem;
  }

  .volumes__advantages {
    width: 100%;
    padding: 3rem 1.5rem;
  }

@supports (-webkit-appearance:none) {

}
}

@media (max-width:500px) {
  .certificate__order {
    padding: 3rem 1.5rem;
  }

  .certificate__order-box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
  }

  .certificate__order-text {
    font-size: 1.25rem;
    margin-bottom: 2.5rem;
  }

  .certificate__order-btn {
    margin: 0 auto;
  }

@supports (-webkit-appearance:none) {

}
}

@media (max-width:444px) {
  .using__list {
    min-width: 0;
    margin-left: -.875rem;
  }

  .using__li {
    padding-left: .875rem;
    padding-bottom: .875rem;
  }

  .using__li:first-child+.using__li {
    padding-top: .875rem;
  }

  .using__li:nth-child(3n+3) {
    margin-top: -.875rem;
  }

  .using__li-box {
    padding: 1rem .75rem;
    height: 8.875rem;
  }

  .using__li-text {
    font-size: .875rem;
  }

@supports (-webkit-appearance:none) {

}
}

@media (max-width:380px) {
  .title-col {
    width: 100%;
  }

  .production__col {
    width: 100%;
  }

@supports (-webkit-appearance:none) {

}
}

@media (max-width:346px) {
  .using__li-text {
    font-size: .75rem;
  }

@supports (-webkit-appearance:none) {

}
}

@media screen and (max-width:1200px) and (min-width:1024px) {
  html {
    font-size: -webkit-calc(.8125rem + ((1vw - 10.24px) * 2.0548));
    font-size: calc(.8125rem + ((1vw - 10.24px) * 2.0548));
  }

@supports (-webkit-appearance:none) {

}
}

@media screen and (max-width:1024px) and (min-width:767px) {
  .contacts__box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .contacts__sn {
    padding-top: 0;
    padding-left: 6rem;
  }

@supports (-webkit-appearance:none) {

}
}

@media (max-height:800px) {
  .first-screen__waves {
    bottom: 18%;
  }

@supports (-webkit-appearance:none) {

}
}