.container {
  width: 100%;
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
}

@media only screen and (max-width: 1199px) {
  .container {
    max-width: 960px;
  }
}
@media only screen and (max-width: 991px) {
  .container {
    max-width: 720px;
  }
}
@media only screen and (max-width: 767px) {
  .container {
    max-width: 540px;
  }
}
@media only screen and (max-width: 575px) {
  .container {
    max-width: 100%;
    padding: 0 20px;
  }
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Regular.eot");
  src: url("../fonts/Lato-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Lato-Regular.woff") format("woff"), url("../fonts/Lato-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Bold.eot");
  src: url("../fonts/Lato-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Lato-Bold.woff") format("woff"), url("../fonts/Lato-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Amatic SC";
  src: url("../fonts/AmaticSC-Bold.eot");
  src: url("../fonts/AmaticSC-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/AmaticSC-Bold.woff") format("woff"), url("../fonts/AmaticSC-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BebasNeue";
  src: url("../fonts/BebasNeueRegular.eot");
  src: url("../fonts/BebasNeueRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/BebasNeueRegular.woff") format("woff"), url("../fonts/BebasNeueRegular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Comfortaa";
  src: url("../fonts/Comfortaa-Bold.eot");
  src: url("../fonts/Comfortaa-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Comfortaa-Bold.woff") format("woff"), url("../fonts/Comfortaa-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Philosopher";
  src: url("../fonts/Philosopher-Regular.eot");
  src: url("../fonts/Philosopher-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Philosopher-Regular.woff") format("woff"), url("../fonts/Philosopher-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Philosopher";
  src: url("../fonts/Philosopher-Bold.eot");
  src: url("../fonts/Philosopher-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Philosopher-Bold.woff") format("woff"), url("../fonts/Philosopher-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Arimo";
  src: url("../fonts/Arimo-Bold.eot");
  src: url("../fonts/Arimo-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Arimo-Bold.woff") format("woff"), url("../fonts/Arimo-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
html {
  height: 100%;
}

body {
  font-size: 16px;
  min-width: 320px;
  position: relative;
  line-height: 1.375;
  color: #1c1c1c;
  font-family: "Lato";
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
  background-color: #FFF;
  margin: 0;
}

img {
  max-width: 100%;
}

b, strong {
  font-weight: 700;
}

input:required, textarea:required {
  box-shadow: none;
  outline: none;
}
input:invalid, textarea:invalid {
  box-shadow: none;
}
input:focus, textarea:focus {
  outline: none;
}

a {
  color: #1c1c1c;
}
a:focus, a:hover {
  outline: none;
}

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

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

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

input, select, button {
  outline: none;
}

input,
textarea {
  -webkit-appearance: none;
}

input:disabled {
  opacity: 1;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=number]:hover,
input[type=number]:focus {
  -moz-appearance: number-input;
}

input[type=text]::-ms-clear,
input[type=tel]::-ms-clear,
input[type=email]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=text]::-ms-reveal,
input[type=tel]::-ms-reveal,
input[type=email]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

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

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.slick-slide {
  outline: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

.absolute-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.fill {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.object-fit {
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
  width: 100%;
  object-fit: cover;
}
.object-fit.contain {
  object-fit: contain;
}

.wrap {
  overflow: hidden;
  position: relative;
}

.hidden {
  display: none;
}

svg {
  -webkit-user-select: none;
          user-select: none;
}

.section-title {
  margin: 0;
  font-size: 44px;
  font-family: "Philosopher";
  font-weight: 400;
  line-height: 1;
  text-align: center;
}
.section-title span {
  color: #00396a;
}
.section-info {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  margin-top: 10px;
  line-height: 1.75;
}

.btn {
  display: inline-block;
  position: relative;
  -webkit-user-select: none;
          user-select: none;
  cursor: pointer;
  text-align: center;
  border: none;
  line-height: 54px;
  height: 52px;
  font-size: 15px;
  padding: 0px 30px;
  color: #1c1c1c;
  letter-spacing: 0.1em;
  font-family: "Comfortaa";
  font-weight: 700;
  border-radius: 3px;
  text-decoration: none;
  box-shadow: none;
  background-color: #FFA509;
  transition: background-color 0.3s;
}
.btn:not(:disabled):hover {
  background-color: #ffb83c;
}
.btn:disabled {
  cursor: default;
}

*::-webkit-input-placeholder {
  font-weight: 400;
  color: #737373;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

*:-moz-placeholder {
  font-weight: 400;
  color: #737373;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
}

*::-moz-placeholder {
  font-weight: 400;
  color: #737373;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
}

*:-ms-input-placeholder {
  font-weight: 400;
  color: #737373;
  -ms-transition: color 0.3s;
  transition: color 0.3s;
}

.form input[type=text],
.form input[type=tel],
.form input[type=url],
.form input[type=email],
.form textarea {
  font-size: 18px;
  height: 52px;
  font-weight: 700;
  text-align: left;
  background-color: #fff;
  border: 2px solid #fff;
  width: 100%;
  border-radius: 3px;
  padding: 0 20px;
  color: #000;
  box-shadow: 0px 0px 5px 0px rgba(44, 144, 189, 0.33);
  transition: border-color 0.3s;
}
.form input[type=text]:focus,
.form input[type=tel]:focus,
.form input[type=url]:focus,
.form input[type=email]:focus,
.form textarea:focus {
  border-color: #ddeffe;
}
.form input[type=text]:focus::-webkit-input-placeholder,
.form input[type=tel]:focus::-webkit-input-placeholder,
.form input[type=url]:focus::-webkit-input-placeholder,
.form input[type=email]:focus::-webkit-input-placeholder,
.form textarea:focus::-webkit-input-placeholder {
  color: transparent;
}
.form input[type=text]:focus:-moz-placeholder,
.form input[type=tel]:focus:-moz-placeholder,
.form input[type=url]:focus:-moz-placeholder,
.form input[type=email]:focus:-moz-placeholder,
.form textarea:focus:-moz-placeholder {
  color: transparent;
}
.form input[type=text]:focus::-moz-placeholder,
.form input[type=tel]:focus::-moz-placeholder,
.form input[type=url]:focus::-moz-placeholder,
.form input[type=email]:focus::-moz-placeholder,
.form textarea:focus::-moz-placeholder {
  color: transparent;
}
.form input[type=text]:focus:-ms-input-placeholder,
.form input[type=tel]:focus:-ms-input-placeholder,
.form input[type=url]:focus:-ms-input-placeholder,
.form input[type=email]:focus:-ms-input-placeholder,
.form textarea:focus:-ms-input-placeholder {
  color: transparent;
}
.form input:-webkit-autofill,
.form input:-webkit-autofill:hover,
.form input:-webkit-autofill:focus,
.form input:-webkit-autofill:active {
  -webkit-box-shadow: inset 0 0 0 52px #fff, 0px 0px 5px 0px rgba(44, 144, 189, 0.33);
  -webkit-text-fill-color: #1c1c1c;
  border-color: #fff;
}
.form input:-webkit-autofill:focus {
  border-color: #ddeffe;
}
.form textarea {
  resize: none;
  line-height: 1.2;
  padding-top: 15px;
  height: 170px;
}

@media only screen and (max-width: 1199px) {
  .section-title {
    font-size: 38px;
  }
}
@media only screen and (max-width: 991px) {
  body.noscroll {
    overflow: hidden;
  }
}
@media only screen and (max-width: 575px) {
  .section-title {
    font-size: 32px;
  }
  .section-info {
    font-size: 16px;
  }
}
.logo {
  line-height: 1;
  display: inline-block;
  text-decoration: none;
}
.logo img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.logo-block {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-decoration: none;
}
.logo-block .logo {
  flex-shrink: 0;
  margin-right: 19px;
}
.logo__title {
  font-family: "Amatic SC";
  font-weight: 700;
  font-size: 30px;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
}
.logo__title .accent {
  color: #FFA509;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  margin-top: 70px;
  padding: 20px 0;
  box-shadow: none;
  background-color: transparent;
  transition: margin-top 0.15s, background-color 0.15s, padding 0.15s;
}
.header-block {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__logo-block {
  flex-shrink: 0;
  margin-right: 30px;
}
.header.is-fixed {
  position: fixed;
  background-color: #003666;
  box-shadow: 0px 0px 10px 0px rgba(3, 5, 6, 0.3);
  margin-top: 0;
  padding: 20px 0;
}
.header.header--inner-page {
  background-image: url("./../img/header-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  margin-top: 0;
  padding: 0;
}
.header.header--inner-page .header-block {
  height: 120px;
}

.menu {
  margin-left: auto;
}
.menu__list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.menu__item {
  margin-right: 18px;
}
.menu__item:last-child {
  margin-right: 0;
}
.menu__link {
  color: #fefeff;
  font-family: "BebasNeue";
  font-weight: 400;
  transition: color 0.3s;
  font-size: 22px;
  text-decoration: none;
  white-space: nowrap;
  padding-left: 16px;
  position: relative;
}
.menu__link:before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #FFA509;
  left: 0;
  top: calc(50% - 2px);
  transform: translateY(-50%);
}
.menu__link:hover, .menu__link.mPS2id-highlight {
  color: #FFA509;
}

.hamburger {
  display: none;
}

@media only screen and (max-width: 1199px) {
  .header {
    margin-top: 0;
  }
  .header.header--inner-page {
    padding: 20px 0;
  }
  .header.header--inner-page .header-block {
    height: auto;
  }

  .menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 50%;
    height: auto;
    background-color: #12416e;
    padding-top: 50px;
    margin-right: -100%;
    transition: margin-right 0.5s;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 50px;
    box-shadow: 2px 2px 4px 0px rgba(1, 1, 1, 0.3);
    display: inline-block;
    z-index: 12;
  }
  .menu.visible {
    margin-right: 0;
  }
  .menu__list {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-left: 0;
    margin-right: 0;
  }
  .menu__item {
    width: 100%;
    padding: 0 100px 0 40px;
    margin: 0;
  }
  .menu__item + .menu__item {
    margin-top: 10px;
  }
  .menu__link {
    display: inline-block;
    width: auto;
    white-space: normal;
  }

  .overlay {
    background-color: transparent;
    opacity: 0;
    transition: all 0.2s linear;
    visibility: hidden;
    position: fixed;
    top: 0;
    height: 100vh;
    left: 0;
    right: 0;
    z-index: 11;
  }
  .overlay.is-visible {
    opacity: 1;
    visibility: visible;
  }

  .hamburger {
    display: inline-block;
    cursor: pointer;
    padding: 0;
    height: 29px;
    background-color: transparent;
    z-index: 13;
    position: relative;
  }
  .hamburger .hamburger-box {
    width: 48px;
    height: 100%;
  }
  .hamburger .hamburger-inner,
.hamburger .hamburger-inner::after,
.hamburger .hamburger-inner::before {
    background-color: #FFA509;
    height: 3px;
    width: 48px;
    border-radius: 0;
  }
  .hamburger:hover {
    opacity: 1;
  }
  .hamburger .hamburger-inner::before {
    top: 13px;
  }
  .hamburger .hamburger-inner::after {
    top: 26px;
  }
  .hamburger.is-active .hamburger-inner {
    top: 4px;
  }
  .hamburger.is-active .hamburger-inner:after {
    top: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .header.header--inner-page {
    background-position: top left;
  }
}
@media only screen and (max-width: 767px) {
  .menu {
    width: 70%;
  }
}
@media only screen and (max-width: 575px) {
  .header__logo-block {
    margin-right: 20px;
  }

  .menu {
    width: 80%;
  }
  .menu__item {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 479px) {
  .menu {
    width: 100%;
  }
}
@media only screen and (max-width: 359px) {
  .header__logo-block .logo {
    width: 40px;
    margin-right: 15px;
  }
  .header__logo-block .logo__title {
    font-size: 28px;
  }
}
@media only screen and (min-width: 992px) {
  .header.is-fixed.open-popup {
    right: 17px;
  }
}
.hero {
  background-color: #003666;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding-top: 235px;
  padding-bottom: 0;
  overflow: hidden;
}
.hero-block {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
}
.hero__info {
  width: 670px;
  flex-shrink: 0;
  padding-bottom: 65px;
  position: relative;
  z-index: 2;
}
.hero__title {
  margin: 0;
  font-family: "Philosopher";
  font-size: 60px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}
.hero__subtitle {
  margin: 0;
  font-family: "Philosopher";
  font-size: 30px;
  font-weight: 400;
  color: #fff;
  line-height: 1;
  margin-top: 6px;
}
.hero__text {
  color: #c1dcf3;
  line-height: 1.5;
  margin-top: 20px;
  padding-right: 56px;
}
.hero__text p {
  margin: 25px 0;
}
.hero__text p:first-child {
  margin-top: 0;
}
.hero__text p:last-child {
  margin-bottom: 0;
}
.hero__form {
  margin-top: 75px;
}
.hero__form .form {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.hero__form .form input[type=text],
.hero__form .form input[type=tel],
.hero__form .form input[type=url],
.hero__form .form input[type=email] {
  margin-right: 10px;
}
.hero__form .form .btn {
  text-transform: uppercase;
  flex-shrink: 0;
}

@media only screen and (max-width: 1199px) {
  .hero {
    padding-top: 130px;
  }
  .hero__title {
    font-size: 50px;
  }
  .hero__subtitle {
    font-size: 25px;
  }
  .hero__info {
    max-width: 550px;
  }
  .hero__text {
    padding-right: 0;
    font-size: 14px;
  }
  .hero__form {
    width: calc(100% + 150px);
  }
}
@media only screen and (max-width: 991px) {
  .hero {
    padding-top: 150px;
    padding-bottom: 0;
    position: relative;
    background-position: top left;
  }
  .hero-block {
    flex-direction: column;
    align-items: center;
  }
  .hero__info {
    max-width: 100%;
    padding-bottom: 0px;
  }
  .hero__form {
    display: none;
  }

  .lab-assistant {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .hero__title {
    font-size: 48px;
  }
  .hero__subtitle {
    font-size: 23px;
  }
}
.fast-poisons {
  padding: 63px 0 72px;
  background-image: url("../img/dots-bg.png");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
}

.deferred-poisons {
  background-color: #003666;
  background-image: url("../img/poisons-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding: 68px 0 88px;
}
.deferred-poisons .section-title {
  color: #fff;
}
.deferred-poisons .section-title span {
  color: #FFA509;
}

.poisons-block {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 55px;
  margin-left: -21px;
  margin-right: -21px;
  margin-bottom: -42px;
}

.poison {
  width: calc(25% - 42px);
  margin: 0 21px 42px;
  border-radius: 3px;
  background-color: #F8FCFF;
  box-shadow: 0px 0px 21px 0px rgba(0, 58, 108, 0.14);
  text-align: center;
  padding: 23px 10px 26px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.poison__title {
  font-family: "Philosopher";
  font-weight: 700;
  font-size: 24px;
}
.poison__foto {
  position: relative;
  margin-top: 23px;
  width: 100%;
}
.poison__foto img {
  width: 100%;
}
.poison__price {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #fff;
  font-weight: 700;
  font-size: 20px;
  white-space: nowrap;
  border-radius: 3px 0 0 3px;
  padding: 8px 10px 8px 17px;
}
.poison__text {
  color: #757575;
  margin-top: 20px;
  margin-bottom: 20px;
}
.poison__btn {
  margin-top: auto;
  padding: 0 23px;
}

@media only screen and (max-width: 1199px) {
  .fast-poisons {
    background-image: none;
  }

  .poisons-block {
    margin-left: -15px;
    margin-right: -15px;
  }

  .poison {
    margin: 0 15px 30px;
    width: calc(25% - 30px);
  }
  .poison__title {
    font-size: 20px;
  }
  .poison__price {
    font-size: 18px;
  }
}
@media only screen and (max-width: 991px) {
  .deferred-poisons {
    background-image: none;
  }

  .poison {
    width: calc(50% - 30px);
  }
  .poison__price {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .poison__price {
    font-size: 18px;
  }
}
@media only screen and (max-width: 479px) {
  .poison {
    width: calc(100% - 30px);
    padding-left: 20px;
    padding-right: 20px;
  }
  .poison__price {
    font-size: 20px;
  }
}
.safety {
  padding: 65px 0 100px;
}
.safety-block {
  border: solid 8px aliceblue;
  border-radius: 5px;
  padding-left: 565px;
  margin-top: 30px;
  position: relative;
}
.safety-block > img {
  position: absolute;
  left: -25px;
  bottom: 0;
}
.safety__circle {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  overflow: hidden;
}
.safety__circle:before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 640px;
  height: 640px;
  background-color: aliceblue;
  left: -55px;
  top: -100px;
  transform: translate(-50%);
  border-radius: 50%;
}
.safety__items {
  width: 550px;
  padding: 40px 0 35px;
  position: relative;
  z-index: 2;
}
.safety__item + .safety__item {
  margin-top: 55px;
}
.safety__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.22;
}
.safety__title:before {
  content: "*";
  color: #FFA509;
  margin-right: 3px;
}
.safety__text {
  margin-top: 10px;
}
.safety__text p:first-child {
  margin-top: 0;
}
.safety__text p:last-child {
  margin-bottom: 0;
}

.advantages {
  margin-top: 65px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.advantage {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.advantage__icon {
  width: 48px;
  height: auto;
  flex-shrink: 0;
  margin-right: 20px;
}

@media only screen and (max-width: 1199px) {
  .safety-block {
    padding-left: 450px;
  }
  .safety-block > img {
    width: 50%;
  }
  .safety__items {
    width: 100%;
    padding-right: 20px;
  }
  .safety__item + .safety__item {
    margin-top: 40px;
  }
  .safety__circle:before {
    left: -100px;
  }
}
.advantage {
  width: calc(50% - 15px);
}
.advantage br {
  display: none;
}

@media only screen and (max-width: 991px) {
  .safety {
    padding-bottom: 65px;
  }
  .safety-block {
    padding: 30px 30px 0;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .safety-block > img {
    width: auto;
    left: auto;
    bottom: auto;
    position: relative;
    margin-top: 45px;
  }
  .safety__items {
    padding: 0;
  }
  .safety__circle:before {
    left: 0;
    right: 0;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    top: auto;
    bottom: 0;
    transform: translateY(50%);
  }
}
.advantages {
  flex-direction: column;
  margin-top: 40px;
}

.advantage {
  width: 100%;
}
.advantage + .advantage {
  margin-top: 25px;
}

@media only screen and (max-width: 575px) {
  .safety-block {
    padding: 30px 20px 0;
  }
  .safety__title {
    font-size: 16px;
  }
  .safety__text {
    font-size: 14px;
  }
  .safety__item + .safety__item {
    margin-top: 30px;
  }

  .advantage {
    align-items: flex-start;
  }
  .advantage__icon {
    width: 40px;
  }
  .advantage__text {
    font-size: 14px;
  }
}
.reviews {
  background-color: #003666;
  padding: 70px 0 60px;
  background-image: url("../img/reviews-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.reviews .container {
  position: relative;
}
.reviews .section-title {
  color: #fff;
  padding: 0 220px;
}
.reviews .section-title span {
  color: #FFA509;
}
.reviews-block {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 52px;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: -20px;
}
.reviews__btn {
  position: absolute;
  top: -5px;
  right: 15px;
  padding: 0 25px;
}

.review {
  width: calc(50% - 30px);
  margin: 0 15px 20px;
  padding-left: 118px;
  padding-right: 15px;
  position: relative;
  background-color: #F8FCFF;
  box-shadow: 0px 0px 21px 0px rgba(0, 58, 108, 0.14);
  border-radius: 3px;
  padding-top: 22px;
  padding-bottom: 24px;
}
.review__foto {
  left: -13px;
  position: absolute;
  bottom: 0;
  line-height: 0;
  width: 104px;
}
.review__foto img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.review__text {
  color: #757575;
  margin-top: 5px;
}
.review__text p:first-child {
  margin-top: 0;
}
.review__text p:last-child {
  margin-bottom: 0;
}
.review__name {
  font-size: 24px;
  font-family: "Philosopher";
  font-weight: 700;
  margin-right: 18px;
}
.review__name span {
  color: #FFA509;
}
.review__head {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.review__date {
  color: #757575;
  font-size: 14px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.review__date img {
  flex-shrink: 0;
  margin-right: 10px;
}

@media only screen and (max-width: 1199px) {
  .review__head {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media only screen and (max-width: 991px) {
  .reviews {
    background-image: none;
  }

  .review {
    width: calc(100% - 30px);
    padding-right: 20px;
  }
  .review__text {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .reviews .section-title {
    padding-right: 0;
    padding-left: 0;
  }
  .reviews__btn {
    position: relative;
    right: auto;
    top: auto;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .review {
    padding-left: 90px;
  }
  .review__foto {
    width: 90px;
  }
  .review__name {
    font-size: 20px;
  }
  .review__text {
    font-size: 14px;
  }
  .review__date {
    font-size: 12px;
  }
}
.contacts {
  padding: 62px 0 55px;
  background-image: url("../img/dots-bg-2.png");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: top 130px left -35px;
}

.map {
  height: 340px;
  margin-top: 40px;
  position: relative;
  border-radius: 3px;
  overflow: hidden;
}
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.callback {
  padding-bottom: 60px;
}
.callback-block {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.callback__head {
  width: calc(100% - 690px);
  position: relative;
  padding-bottom: 245px;
  background-image: url("../img/arrow.png");
  background-repeat: no-repeat;
  background-size: 246px auto;
  background-position: right bottom;
}
.callback__head .section-title {
  text-align: left;
}
.callback__head .section-info {
  text-align: left;
  margin-top: 15px;
}
.callback__form {
  border: 8px solid aliceblue;
  border-radius: 4px;
  position: relative;
  width: 600px;
  padding: 38px 23px 32px;
  flex-shrink: 0;
  margin-top: 7px;
}
.callback__form .form {
  position: relative;
  z-index: 2;
}
.callback__form .form-row {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.callback__form .form input[type=text],
.callback__form .form input[type=tel],
.callback__form .form input[type=url],
.callback__form .form input[type=email] {
  width: calc(50% - 11px);
}
.callback__form .form textarea {
  width: 100%;
  margin-top: 20px;
}
.callback__form .form .btn {
  text-transform: uppercase;
  margin-top: 40px;
}
.callback__form .form__frame {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
}
.callback__form .form__frame span {
  position: absolute;
  display: block;
  height: 2px;
  background-image: url("../img/dashed-line-x.jpg");
  background-repeat: repeat-x;
  background-position: 0 0;
  background-size: auto 2px;
  top: 0;
  left: 0;
  right: 0;
}
.callback__form .form__frame span:nth-child(2) {
  bottom: 0;
  top: auto;
}
.callback__form .form__frame span:nth-child(3), .callback__form .form__frame span:nth-child(4) {
  background-image: url("../img/dashed-line-y.jpg");
  background-repeat: repeat-y;
  width: 3px;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  background-size: 2px auto;
  right: auto;
}
.callback__form .form__frame span:nth-child(4) {
  left: auto;
  right: 0;
}

@media only screen and (max-width: 1199px) {
  .callback__form {
    width: 60%;
  }
  .callback__head {
    width: calc(40% - 50px);
  }
  .callback__head .section-info br {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .callback-block {
    flex-direction: column;
  }
  .callback__form {
    width: 100%;
    margin-top: 30px;
  }
  .callback__head {
    width: 100%;
    background-image: none;
    padding-bottom: 0;
  }
  .callback__head .section-title {
    text-align: center;
  }
  .callback__head .section-info {
    text-align: center;
  }
  .callback__head .section-info br {
    display: inline;
  }
}
@media only screen and (max-width: 575px) {
  .map {
    height: 300px;
  }

  .callback-block {
    flex-direction: column;
  }
  .callback__form .form input[type=text],
.callback__form .form input[type=tel],
.callback__form .form input[type=url],
.callback__form .form input[type=email] {
    width: 100%;
    margin-bottom: 20px;
  }
  .callback__form .form textarea {
    margin-top: 0;
  }
  .callback__form .form-row {
    flex-direction: column;
  }
  .callback__form .form .btn {
    margin-top: 25px;
  }
  .callback__head .section-info br {
    display: none;
  }
}
.footer {
  background-color: #12416e;
  color: #fff;
  padding: 50px 0;
}
.footer-block {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer__menu {
  margin-left: 30px;
  line-height: 1;
}
.footer__info {
  line-height: 1;
  margin-right: auto;
  margin-left: 30px;
}
.footer__info img {
  margin-bottom: 6px;
}
.footer__logo {
  flex-shrink: 0;
}

.copy {
  font-size: 12px;
}

@media only screen and (max-width: 1199px) {
  .footer {
    padding: 30px 0;
  }
  .footer-block {
    justify-content: center;
  }
  .footer__info {
    margin-right: 0;
  }
  .footer__menu {
    display: none;
  }
}
@media only screen and (max-width: 575px) {
  .footer__info {
    margin-left: 20px;
  }
}
.fancybox-is-open .fancybox-bg {
  background-color: #000;
  opacity: 0.5;
}

.fancybox-slide > * {
  margin: 15px 0;
}

.popup {
  background-color: #003666;
  width: 320px;
  border: none;
  display: inline-block;
  border-radius: 0;
  padding: 40px 30px;
  text-align: left;
  line-height: 1;
  color: #fff;
  border-radius: 3px;
  box-shadow: 0px 0px 21px 0px rgba(0, 58, 108, 0.14);
}
.popup .form {
  margin-top: 30px;
}
.popup .form input[type=text],
.popup .form input[type=tel],
.popup .form input[type=url],
.popup .form input[type=email] {
  margin-bottom: 20px;
}
.popup .form .btn {
  margin-top: 30px;
}
.popup.popup--order-product {
  width: 400px;
}
.popup--is-thanks .popup__close {
  display: none;
}
.popup__title {
  font-weight: 700;
  font-size: 30px;
  line-height: 1;
  font-family: "Philosopher";
  padding-right: 50px;
}
.popup__text {
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.8);
}
.popup__btn {
  margin-top: 30px;
}
.popup__close {
  position: absolute;
  display: inline-block;
  box-shadow: none;
  border: none;
  cursor: pointer;
  padding: 0;
  height: 36px;
  width: 40px;
  background-color: transparent;
  border-radius: 0;
  z-index: 3;
  top: 40px;
  right: 30px;
}
.popup__close:before, .popup__close:after {
  position: absolute;
  content: "";
  display: block;
  height: 3px;
  width: 48px;
  background-color: #FFA509;
  top: 15px;
}
.popup__close:before {
  left: 0;
  transform: rotate(40deg);
}
.popup__close:after {
  right: -8px;
  transform: rotate(-40deg);
}
.popup .fancybox-close-small {
  display: none;
}

@media only screen and (max-width: 359px) {
  .popup {
    width: 95%;
  }
  .popup.popup--order-product {
    width: 95%;
  }
}
.product-hero {
  padding-top: 177px;
  padding-bottom: 60px;
  background-color: #fafdff;
  background-image: url("../img/dots-bg-3.png");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: top 125px left calc(50% + 445px);
}
.product-hero__title {
  margin: 0;
  font-size: 44px;
  line-height: 1;
  font-family: "Philosopher";
  font-weight: 400;
}
.product-hero__subtitle {
  font-size: 18px;
  color: #8b8b8b;
  margin-bottom: 10px;
}
.product-hero-block {
  display: flex;
  justify-content: space-between;
  align-items: start;
  margin-top: 25px;
}
.product-hero-block > img {
  margin-right: 30px;
  flex-shrink: 0;
}
.product-hero__info {
  border: 8px solid #f0f8ff;
  border-radius: 5px;
  padding: 32px 55px 40px 27px;
  background-color: #fff;
}
.product-hero__info p {
  margin: 22px 0;
}
.product-hero__info p:nth-child(1) {
  margin-top: 0;
}
.product-hero__info p:last-child {
  margin-bottom: 0;
}
.product-hero__footer {
  display: flex;
  align-items: center;
  justify-self: start;
  margin-top: 25px;
}
.product-hero__price {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  white-space: nowrap;
  background-color: #333;
  border-radius: 3px;
  padding: 0 20px;
  height: 52px;
  line-height: 52px;
  margin-right: 22px;
}
.product-hero__btn {
  letter-spacing: normal;
  padding: 0 25px;
}

.breadcrumbs {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  line-height: 1.5;
  margin-bottom: 10px;
}

.breadcrumb {
  color: #8b8b8b;
  font-size: 16px;
}
.breadcrumb a {
  text-decoration: underline;
  color: #8b8b8b;
  transition: color 0.3s;
}
.breadcrumb a:hover {
  color: #003666;
}

.divider {
  color: #8b8b8b;
  margin: 0 5px;
}

@media only screen and (max-width: 1199px) {
  .product-hero {
    padding-top: 150px;
    background-position: top 110px right 20px;
  }
  .product-hero__title {
    font-size: 40px;
  }
  .product-hero__info {
    padding-right: 25px;
    padding-left: 25px;
  }
}
@media only screen and (max-width: 991px) {
  .product-hero-block {
    flex-direction: column;
  }
  .product-hero-block > img {
    margin-bottom: 40px;
    margin-right: 0;
  }
}
@media only screen and (max-width: 575px) {
  .product-hero__title {
    font-size: 36px;
  }

  .breadcrumb {
    font-size: 14px;
  }
}
@media only screen and (max-width: 479px) {
  .product-hero__footer {
    flex-direction: column;
    align-items: start;
  }
  .product-hero__price {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
    text-align: center;
  }
  .product-hero__btn {
    width: 100%;
  }
}
.product-reviews__title {
  font-size: 36px;
  text-align: left;
  margin: 0;
  font-family: "Philosopher";
  font-weight: 400;
  line-height: 1;
  display: inline-block;
  color: #fff;
  margin-right: 220px;
  margin-top: 5px;
}
.product-reviews__title span {
  display: inline-block;
  font-family: "Arimo";
  font-weight: 700;
  text-align: center;
  line-height: 27px;
  font-size: 18px;
  font-weight: 700;
  background-color: #FFA509;
  border-radius: 50%;
  width: 27px;
  height: 27px;
  color: #003666;
  position: relative;
  left: -10px;
  top: -17px;
}

@media only screen and (max-width: 767px) {
  .product-reviews__title {
    margin-right: 0;
  }
}
@media only screen and (max-width: 575px) {
  .product-reviews__title span {
    line-height: 24px;
    font-size: 16px;
    width: 23px;
    height: 23px;
  }
}
.confidential {
  background-image: url("../img/dots-bg-4.png");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: top -35px left calc(50% - 347px);
}
.confidential .section-title {
  text-align: left;
  line-height: 0.9;
}
.confidential .section-title span {
  font-size: 24px;
  font-family: "Lato";
  font-weight: 400;
  color: #1c1c1c;
}
.confidential-block {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 40px;
}
.confidential__info {
  padding-bottom: 60px;
}
.confidential__image {
  width: 470px;
  flex-shrink: 0;
  position: relative;
  line-height: 0;
  left: 25px;
}
.confidential__text {
  font-size: 18px;
  color: #8b8b8b;
  margin-top: 35px;
  line-height: 1.25;
}
.confidential__text p {
  margin: 20px 0;
}
.confidential__text p:nth-child(1) {
  margin-top: 0;
}
.confidential__text p:last-child {
  margin-bottom: 0;
}

.safety-image {
  position: absolute;
  top: 25px;
  right: 40px;
  z-index: -1;
}

@media only screen and (max-width: 1199px) {
  .confidential .section-title span {
    font-size: 22px;
  }
}
@media only screen and (max-width: 991px) {
  .confidential {
    background-position: top -25px left 20px;
    padding: 60px 0 0;
  }
  .confidential-block {
    flex-direction: column;
    padding: 0;
    align-items: center;
  }
  .confidential__image {
    order: 1;
    left: auto;
    width: auto;
    max-width: 80%;
  }

  .safety-image {
    display: none;
  }
}
@media only screen and (max-width: 575px) {
  .confidential__text {
    font-size: 16px;
  }
  .confidential .section-title span {
    font-size: 18px;
  }
}