/* ------ Font connection ------ */
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap");
@font-face {
  font-family: "HelveticaNeueCyr";
  src: url("../fonts/HelveticaNeueCyr-Medium.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/HelveticaNeueCyr-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueCyr-Medium.woff2") format("woff2"), url("../fonts/HelveticaNeueCyr-Medium.woff") format("woff"), url("../fonts/HelveticaNeueCyr-Medium.ttf") format("truetype"), url("../fonts/HelveticaNeueCyr-Medium.svg#svgFontName") format("svg");
  /* Legacy iOS */
  font-weight: 550;
}
@font-face {
  font-family: "HelveticaNeueCyr";
  src: url("../fonts/HelveticaNeueCyr-Light.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/HelveticaNeueCyr-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueCyr-Light.woff2") format("woff2"), url("../fonts/HelveticaNeueCyr-Light.woff") format("woff"), url("../fonts/HelveticaNeueCyr-Light.ttf") format("truetype"), url("../fonts/HelveticaNeueCyr-Light.svg#svgFontName") format("svg");
  /* Legacy iOS */
  font-weight: 300;
}
@font-face {
  font-family: "HelveticaNeueCyr";
  src: url("../fonts/HelveticaNeueCyr-Roman.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/HelveticaNeueCyr-Roman.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueCyr-Roman.woff2") format("woff2"), url("../fonts/HelveticaNeueCyr-Roman.woff") format("woff"), url("../fonts/HelveticaNeueCyr-Roman.ttf") format("truetype"), url("../fonts/HelveticaNeueCyr-Roman.svg#svgFontName") format("svg");
  /* Legacy iOS */
  font-weight: 400;
}
/*--------- Specification ---------*/
body {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  background: url(../img/visual.svg) no-repeat 50% 0%, linear-gradient(270.27deg, #D2D7E2 -4.15%, #FFFFFF 42.63%, #FFFFFF 61.08%, #D2D7E2 104.26%);
  background-attachment: fixed;
  padding-top: 88px;
}
body.body__home {
  background: url(../img/visual-white.svg) no-repeat 50% 0%, linear-gradient(270.27deg, #637186 -4.15%, #DCDCDD 42.63%, #DCDCDD 61.08%, #637186 104.26%);
  background-attachment: fixed;
}
body.body__home .header .container {
  padding-top: 22px;
  overflow: hidden;
  position: relative;
}
body.body__home .header .container:before {
  content: "";
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  background: linear-gradient(270.27deg, #637186 -4.15%, #DCDCDD 42.63%, #DCDCDD 61.08%, #637186 104.26%);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  z-index: -1;
}
body.body__home .header__right {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
body.overflow {
  overflow: hidden;
}

div, p, form, input, a, span, button, ul, li, aside, article, section, h1, h2, h3, h4, nav, textarea, ol {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

h1, h2, h3, h4, h5 {
  margin: 0;
  font-family: "HelveticaNeueCyr", sans-serif;
  font-weight: 550;
}

a, a:hover, a:active {
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

ul, li {
  display: block;
  padding: 0;
  margin: 0;
}

p {
  margin: 0;
}

input, button, a {
  outline: none;
}

img {
  width: 100%;
  height: auto;
}

.df {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.container {
  width: 1435px;
  margin: 0 auto;
}

.fixed-part {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

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

.btn {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #E30613;
  color: #fff;
  text-transform: uppercase;
  border-radius: 5px;
  font-weight: 400;
  -webkit-transition: 0.3s ease !important;
  transition: 0.3s ease !important;
  -webkit-filter: drop-shadow(0px 4px 12px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0px 4px 12px rgba(0, 0, 0, 0.25));
}
.btn svg {
  fill: #fff;
  max-width: 20px;
  max-height: 20px;
  margin-right: 8px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.btn:hover {
  background: #fff;
  color: #E30613;
}
.btn:hover svg {
  fill: #E30613;
}

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

.main-container {
  width: 1197px;
}

.interior-title {
  font-size: 40px;
  color: #232323;
}

.social__list {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.social__item svg {
  width: 35px;
  height: 35px;
  fill: #232323;
}
.social__item.youtube svg {
  width: 50px;
  height: 50px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.social__item a:hover svg {
  fill: #E30613;
}

.header-mob {
  display: none;
}

.load * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}

@media screen and (max-width: 1500px) {
  body {
    padding-top: 82px;
  }

  .container {
    width: 1170px;
  }

  .main-container {
    width: 960px;
  }

  .btn svg {
    max-width: 19px;
    max-height: 19px;
    margin-right: 7px;
  }

  .social__item svg {
    width: 33px;
    height: 33px;
  }
  .social__item.youtube svg {
    width: 47px;
    height: 47px;
  }

  .interior-title {
    font-size: 38px;
  }
}
.main-content__wrapp {
  position: relative;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.lar {
  text-transform: uppercase;
  display: block;
  width: 110px;
  height: 40px;
  white-space: pre-wrap;
  text-align: left;
  letter-spacing: -0.01em;
  line-height: 1.1;
}

@media screen and (max-width: 1200px) {
  body {
    padding-top: 77px;
  }

  .container {
    width: 960px;
  }

  .main-container {
    width: 775px;
  }

  .interior-title {
    font-size: 35px;
  }

  .social__item svg {
    width: 27px;
    height: 27px;
  }
  .social__item.youtube svg {
    width: 37px;
    height: 37px;
  }
}
@media screen and (max-width: 992px) {
  body {
    padding-top: 76px;
  }
  body.body__home {
    background: url(../img/visual.svg) no-repeat 50% 0%, linear-gradient(278.73deg, #DCDCDD 8.54%, #637186 106.63%);
  }
  body.body__home .header .container {
    padding-top: 0px;
    overflow: inherit;
  }
  body.body__home .header .container:before {
    display: none;
  }

  .container {
    width: 750px;
  }
  .container.full-width {
    width: 100%;
  }

  .header-mob {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .header-desc {
    display: none;
  }

  .main-container {
    width: 100%;
  }

  .interior-title {
    font-size: 33px;
  }
}
@media screen and (max-width: 768px) {
  body {
    padding-top: 66px;
  }

  .container {
    width: 550px;
  }

  .interior-title {
    font-size: 31px;
  }
}
@media screen and (max-width: 575px) {
  .container {
    width: 95%;
  }

  .interior-title {
    font-size: 29px;
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
.header .container {
  padding-top: 22px;
  overflow: hidden;
  position: relative;
}
.header .container:before {
  content: "";
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  background: linear-gradient(270.27deg, #D2D7E2 -4.15%, #FFFFFF 42.63%, #FFFFFF 61.08%, #D2D7E2 104.26%);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  z-index: -1;
}
.header__wrapp {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header__right {
  width: 1197px;
  padding: 0 22px 21px 25px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #3A3A3A;
  border-bottom: 1px solid rgba(58, 58, 58, 0.5);
}
.header__right-block {
  margin-right: 83px;
}
.header__logo {
  display: block;
  width: 220px;
}
.header__details {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__text {
  font-size: 16px;
  width: 245px;
  line-height: 1.2;
  letter-spacing: 0.01em;
}
.header__text span {
  font-weight: 500;
}
.header__download {
  color: #3A3A3A;
  width: 120px;
  font-size: 16px;
  letter-spacing: 0.02em;
}
.header__download svg {
  fill: #3A3A3A;
  max-width: 13px;
  max-height: 13px;
}
.header__phone {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.header__phone-number {
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.01em;
  color: #3A3A3A;
  line-height: 1.2;
}
.header__phone-text {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.2;
  color: #3A3A3A;
  text-decoration: underline;
  letter-spacing: 0.01em;
}
.header__phone-text:hover {
  text-decoration: none;
}
.header__btn {
  height: 40px;
  width: 140px;
  font-size: 16px;
}
.header__lang li.current-lang a {
  font-weight: 900;
  text-decoration: underline;
}
.header__lang li:not(:last-child) {
  margin-right: 15px;
}
.header__lang a {
  color: #3A3A3A;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.header__lang a:hover {
  color: #E30613;
  text-decoration: none;
}
@media screen and (max-width: 1500px) {
  .header .container {
    padding-top: 21px;
  }
  .header__right {
    width: 960px;
    padding: 0 15px 17px 15px;
  }
  .header__right-block {
    margin-right: 40px;
  }
  .header__logo {
    width: 200px;
  }
  .header__text {
    font-size: 16px;
    width: 245px;
    line-height: 1.2;
    letter-spacing: 0.01em;
  }
  .header__download {
    width: 120px;
    font-size: 16px;
    letter-spacing: 0.02em;
  }
  .header__download svg {
    fill: #3A3A3A;
    max-width: 13px;
    max-height: 13px;
  }
  .header__phone-number {
    font-size: 17px;
  }
  .header__phone-text {
    font-size: 16px;
  }
  .header__btn {
    height: 38px;
    width: 130px;
    font-size: 15px;
  }
  .header__lang li:not(:last-child) {
    margin-right: 14px;
  }
  .header__lang a {
    font-size: 16px;
  }
}
@media screen and (max-width: 1200px) {
  .header__logo {
    width: 160px;
  }
  .header__wrapp {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header__right {
    width: 775px;
  }
  .header__right-block {
    margin-right: 30px;
  }
  .header__text {
    font-size: 15px;
  }
  .header__phone {
    font-size: 16px;
  }
  .header__phone-text {
    font-size: 15px;
  }
  .header__btn {
    width: auto;
    height: auto;
    background: none;
  }
  .header__btn span {
    display: none;
  }
  .header__btn svg {
    max-width: 25px;
    max-height: 25px;
    margin-right: 0;
  }
}
@media screen and (max-width: 992px) {
  .header {
    padding: 20px 0;
    background: #fff;
    z-index: 10000;
  }
  .header .container {
    padding-top: 0px;
    overflow: inherit;
  }
  .header .container:before {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .header {
    padding: 15px 0;
    background: #fff;
    z-index: 10000;
  }
}

.footer {
  background: #fff;
  padding: 31px 0 40px;
  border-top: 2px solid transparent;
  -o-border-image: linear-gradient(90deg, rgba(103, 109, 122, 0.7), rgba(255, 255, 255, 0.5), #676d7a);
     border-image: -webkit-gradient(linear, left top, right top, from(rgba(103, 109, 122, 0.7)), color-stop(rgba(255, 255, 255, 0.5)), to(#676d7a));
     border-image: linear-gradient(90deg, rgba(103, 109, 122, 0.7), rgba(255, 255, 255, 0.5), #676d7a);
  border-image-slice: 1;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  position: relative;
}
.footer__wrapp {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.footer__logo {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer__logo-link {
  width: 243px;
  margin-bottom: 5px;
}
.footer__logo-text {
  color: #232323;
  font-size: 16px;
  font-weight: 400;
}
.footer__logo-text span {
  font-weight: 500;
}
.footer__phones {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer__phone {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #232323;
  width: 160px;
  font-size: 16px;
}
.footer__phone svg {
  fill: #E30613;
  margin-right: 5px;
  width: 17px;
  height: 17px;
}
.footer__phone path {
  fill: #E30613;
}
.footer__phone:not(:last-child) {
  margin-bottom: 4px;
}
.footer__phone:hover {
  font-weight: 500;
}
.footer__details {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer__details-link {
  font-size: 18px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #232323;
}
.footer__details-link svg {
  width: 16px;
  height: 16px;
  fill: #E30613;
  margin-right: 13px;
}
.footer__details-link:not(:last-child) {
  margin-bottom: 1px;
}
.footer__right {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__right .social__list {
  padding-right: 12px;
}
.footer__info {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 30px;
}
.footer__social {
  margin-bottom: 13px;
}
.footer__materials {
  font-size: 16px;
  font-weight: 500;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  color: #3A3A3A;
}
.footer__materials svg {
  width: 13px;
  height: 13px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  fill: #232323;
}
.footer__materials:hover {
  color: #E30613;
}
.footer__materials:hover svg {
  fill: #E30613;
}
.footer__logo-right {
  width: 81px;
}
.footer-after {
  background: #616774;
}
.footer-after__wrapp {
  padding: 21px 0 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer-after__wrapp p {
  font-size: 14px;
  font-weight: 300;
  color: #fff;
}
.footer-after__wrapp p:not(:last-child) {
  margin-right: 10px;
}
.footer-after__wrapp a {
  color: #fff;
}
@media screen and (max-width: 1500px) {
  .footer {
    padding: 30px 0 37px;
  }
  .footer__logo-link {
    width: 190px;
    margin-bottom: 5px;
  }
  .footer__logo-text {
    font-size: 15px;
    width: 230px;
  }
  .footer__phone {
    width: 160px;
    font-size: 15px;
  }
  .footer__phone svg {
    margin-right: 4px;
    width: 16px;
    height: 16px;
  }
  .footer__phone:not(:last-child) {
    margin-bottom: 3px;
  }
  .footer__details-link {
    font-size: 17px;
  }
  .footer__details-link svg {
    width: 16px;
    height: 16px;
    margin-right: 8px;
  }
  .footer__right .social__list {
    padding-right: 0px;
  }
  .footer__info {
    margin-right: 25px;
  }
  .footer__social {
    margin-bottom: 12px;
  }
  .footer__materials {
    font-size: 15px;
  }
  .footer__logo-right {
    width: 75px;
  }
  .footer-after__wrapp {
    padding: 20px 0 15px;
  }
  .footer-after__wrapp p {
    font-size: 14px;
  }
  .footer-after__wrapp p:not(:last-child) {
    margin-right: 10px;
  }
}
@media screen and (max-width: 1200px) {
  .footer {
    padding: 30px 0 37px;
  }
  .footer__logo-link {
    width: 150px;
    margin-bottom: 4px;
  }
  .footer__logo-text {
    font-size: 13px;
    width: 200px;
  }
  .footer__phone {
    width: 160px;
    font-size: 14px;
  }
  .footer__phone svg {
    margin-right: 3px;
    width: 15px;
    height: 15px;
  }
  .footer__phone:not(:last-child) {
    margin-bottom: 3px;
  }
  .footer__details-link {
    font-size: 15px;
  }
  .footer__details-link svg {
    width: 15px;
    height: 15px;
    margin-right: 5px;
  }
  .footer__right .social__list {
    padding-right: 0px;
  }
  .footer__info {
    margin-right: 22px;
  }
  .footer__social {
    margin-bottom: 5px;
  }
  .footer__materials {
    width: 135px;
    font-size: 14px;
  }
  .footer__logo-right {
    width: 70px;
  }
  .footer-after__wrapp {
    padding: 15px 0 13px;
  }
  .footer-after__wrapp p {
    font-size: 13px;
  }
  .footer-after__wrapp p:not(:last-child) {
    margin-right: 10px;
  }
}
@media screen and (max-width: 992px) {
  .footer {
    padding: 27px 0 35px;
  }
  .footer__logo-text {
    font-size: 14px;
    width: 220px;
  }
  .footer__phone {
    font-size: 15px;
  }
  .footer__phone:not(:last-child) {
    margin-bottom: 3px;
  }
  .footer__details-link:not(:last-child) {
    margin-bottom: 2px;
  }
  .footer__right {
    display: none;
  }
  .footer-after__wrapp {
    padding: 15px 0 13px;
  }
  .footer-after__wrapp p {
    font-size: 13px;
  }
  .footer-after__wrapp p:not(:last-child) {
    margin-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 25px 0 30px;
  }
  .footer__logo-text {
    font-size: 11px;
    width: 170px;
  }
  .footer__phone {
    width: 140px;
    font-size: 14px;
  }
  .footer__phone:not(:last-child) {
    margin-bottom: 3px;
  }
  .footer__phone svg {
    width: 14px;
    height: 14px;
  }
  .footer__details-link {
    font-size: 14px;
  }
  .footer__details-link svg {
    width: 14px;
    height: 14px;
  }
  .footer__details-link:not(:last-child) {
    margin-bottom: 3px;
  }
  .footer__right .social__list {
    padding-right: 0px;
  }
  .footer-after__wrapp {
    padding: 15px 0 13px;
  }
  .footer-after__wrapp p {
    font-size: 13px;
  }
  .footer-after__wrapp p:not(:last-child) {
    margin-right: 10px;
  }
}
@media screen and (max-width: 575px) {
  .footer {
    padding: 25px 0 30px;
  }
  .footer__wrapp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .footer__logo {
    width: 100%;
    margin-bottom: 37px;
  }
  .footer__logo-link {
    margin: 0 auto 20px;
    width: 240px;
  }
  .footer__logo-text {
    text-align: center;
    font-size: 12px;
    width: auto;
  }
  .footer__phones {
    margin-bottom: 28px;
  }
  .footer__phone {
    width: auto;
    font-size: 16px;
  }
  .footer__phone:not(:last-child) {
    margin-bottom: 11px;
  }
  .footer__phone svg {
    width: 15px;
    height: 15px;
    margin-right: 5px;
  }
  .footer__details-link {
    font-size: 18px;
  }
  .footer__details-link svg {
    width: 16px;
    height: 16px;
    margin-right: 10px;
  }
  .footer__details-link:not(:last-child) {
    margin-bottom: 17px;
  }
  .footer-after__wrapp {
    padding: 20px 0 15px;
  }
  .footer-after__wrapp p {
    font-size: 13px;
  }
  .footer-after__wrapp p:not(:last-child) {
    margin-right: 10px;
  }
}

.sidebar {
  margin-left: 12px;
  padding-bottom: 40px;
  padding-left: 15px;
  width: 151px;
  position: sticky;
  top: 127px;
  left: 0;
  border-left: 1px solid rgba(58, 58, 58, 0.4);
}
.sidebar__wrapp {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.sidebar__logo {
  width: 75px;
  height: auto;
  margin: 0 20px 28px 0;
}
.sidebar__logo img {
  width: 100%;
  height: auto;
}
.sidebar__menu {
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sidebar__menu li a {
  font-size: 16px;
  position: relative;
  color: #232323;
  line-height: 1.2;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.sidebar__menu li a:hover {
  color: #E30613;
}
.sidebar__menu li.current-menu-item a {
  font-weight: 700;
}
.sidebar__menu li.current-menu-item a:before {
  content: "";
  position: absolute;
  left: -18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 5px;
  height: 20px;
  background: #E30613;
  display: block;
}
.sidebar__menu li:not(:last-child) {
  margin-bottom: 28px;
}
.sidebar__home {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}
.sidebar__home .sidebar__menu a {
  color: #fff;
}
@media screen and (max-width: 1500px) {
  .sidebar {
    margin-left: 12px;
    height: auto;
    padding-left: 15px;
    top: 120px;
    width: 151px;
    border-left: 1px solid rgba(58, 58, 58, 0.4);
  }
  .sidebar__logo {
    width: 75px;
    margin: 0 20px 28px 0;
  }
  .sidebar__menu li a {
    font-size: 16px;
  }
  .sidebar__menu li:not(:last-child) {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 1200px) {
  .sidebar {
    margin-left: 10px;
    height: auto;
    padding-left: 13px;
    top: 117px;
    width: 145px;
  }
  .sidebar__logo {
    width: 65px;
    margin: 0 20px 26px 0;
  }
  .sidebar__menu li a {
    font-size: 15px;
  }
  .sidebar__menu li:not(:last-child) {
    margin-bottom: 17px;
  }
  .sidebar__menu li.current-menu-item a:before {
    width: 4px;
    left: -16px;
  }
}
@media screen and (max-width: 992px) {
  .sidebar {
    display: none;
  }
}

.hum__btn-wrapp {
  position: relative;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.hum__btn-wrapp.active .hum__btn {
  background: transparent;
}
.hum__btn-wrapp.active .hum__btn-top,
.hum__btn-wrapp.active .hum__btn-bottom {
  position: absolute;
  width: 37px;
  top: 0px;
}
.hum__btn-wrapp.active .hum__btn-top {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-radius: 3px;
}
.hum__btn-wrapp.active .hum__btn-bottom {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-radius: 3px;
}
.hum__btn {
  width: 34px;
  height: 4px;
  background: #E30613;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 0px 3px 3px 0px;
}
.hum__btn-top {
  width: 30px;
  top: -11px;
}
.hum__btn-bottom {
  width: 30px;
  bottom: -11px;
}
.hum__btn-top, .hum__btn-bottom {
  position: absolute;
  background: #E30613;
  height: 4px;
  display: block;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 0px 3px 3px 0px;
}
@media screen and (max-width: 768px) {
  .hum__btn-wrapp.active .hum__btn-top,
.hum__btn-wrapp.active .hum__btn-bottom {
    width: 35px;
  }
  .hum__btn {
    width: 35px;
    height: 3px;
  }
  .hum__btn-top {
    width: 30px;
    top: -9px;
  }
  .hum__btn-bottom {
    width: 28px;
    bottom: -9px;
  }
  .hum__btn-top, .hum__btn-bottom {
    height: 3px;
  }
}

.header-mob {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.header-mob__logo {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  bottom: -43px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1001;
}
.header-mob__logo-biodentine {
  width: 125px;
  margin-bottom: 12px;
}
.header-mob__logo-img {
  width: 60px;
  height: 60px;
}
.header-mob__cart svg {
  fill: #E30613;
  width: 32px;
  height: 32px;
}
@media screen and (max-width: 575px) {
  .header-mob__logo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
    bottom: -32px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 1001;
  }
  .header-mob__logo-biodentine {
    width: 116px;
    margin-bottom: 12px;
  }
  .header-mob__logo-img {
    width: 47px;
    height: 47px;
  }
  .header-mob__cart svg {
    fill: #E30613;
    width: 32px;
    height: 32px;
  }
}

.menu {
  position: fixed;
  top: 76px;
  background: #fff;
  z-index: 1000;
  left: 0;
  padding-top: 33px;
  padding-left: calc((100vw - 750px) / 2);
  height: 100vh;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.25);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.menu.active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.menu__wrapp {
  width: 600px;
  padding: 33px 57px 20px 0px;
  max-height: calc(95vh - 76px);
  overflow-y: auto;
}
.menu__top {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}
.menu__buy {
  text-transform: uppercase;
  font-size: 18px;
  color: #E30613;
  font-weight: 400;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.menu__buy svg {
  fill: #E30613;
  width: 22px;
  height: 22px;
  margin-right: 8px;
}
.menu__list {
  margin-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.menu__list li {
  position: relative;
  padding: 25px 0 25px 15px;
}
.menu__list li a {
  font-size: 16px;
  font-weight: 400;
  color: #232323;
}
.menu__list li.current-menu-item a {
  font-weight: 700;
}
.menu__list li.current-menu-item:before {
  content: "";
  display: block;
  background: #E30613;
  width: 5px;
  height: 22px;
  position: absolute;
  top: 48%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0px;
}
.menu__list li:not(:last-child) {
  border-bottom: 1px solid rgba(58, 58, 58, 0.4);
}
.menu__link-materials a {
  font-size: 16px;
  color: #3A3A3A;
}
.menu__link-materials svg {
  width: 14px;
  height: 14px;
  fill: #3A3A3A;
  margin-left: 7px;
}
.menu__phone {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 34px;
  padding-left: 15px;
}
.menu__phone-number {
  margin-bottom: 1px;
  font-size: 18px;
  font-weight: 500;
  color: #3A3A3A;
}
.menu__phone-text {
  font-weight: 300;
  font-size: 16px;
  color: #3A3A3A;
  text-decoration: underline;
}
.menu__social {
  padding-left: 15px;
  width: 300px;
}
.menu__social .social__item svg {
  width: 35px;
  height: 35px;
}
.menu__social .social__item.youtube svg {
  width: 45px;
  height: 45px;
}
.menu__lang li a {
  font-size: 17px;
}
.menu__lang li:not(:last-child) {
  margin-right: 25px;
}
@media screen and (max-width: 768px) {
  .menu {
    top: 66px;
    padding-top: 30px;
    padding-left: calc((100vw - 550px) / 2);
  }
  .menu__wrapp {
    width: 500px;
    padding: 33px 50px 70px 0px;
    max-height: calc(95vh - 66px);
  }
  .menu__top {
    margin-bottom: 36px;
  }
  .menu__buy {
    font-size: 16px;
  }
  .menu__buy svg {
    width: 20px;
    height: 20px;
    margin-right: 7px;
  }
  .menu__list {
    margin-bottom: 27px;
  }
  .menu__list li {
    padding: 24px 0 24px 15px;
  }
  .menu__list li a {
    font-size: 16px;
  }
  .menu__list li.current-menu-item:before {
    width: 5px;
    height: 22px;
  }
  .menu__link-materials a {
    font-size: 16px;
  }
  .menu__link-materials svg {
    width: 14px;
    height: 14px;
    fill: #3A3A3A;
    margin-left: 6px;
  }
  .menu__phone {
    margin-bottom: 30px;
    padding-left: 15px;
  }
  .menu__phone-number {
    font-size: 17px;
  }
  .menu__phone-text {
    font-size: 16px;
  }
  .menu__social {
    padding-left: 15px;
    width: 280px;
  }
  .menu__social .social__item svg {
    width: 33px;
    height: 33px;
  }
  .menu__social .social__item.youtube svg {
    width: 41px;
    height: 41px;
  }
  .menu__lang li a {
    font-size: 16px;
  }
  .menu__lang li:not(:last-child) {
    margin-right: 20px;
  }
}
@media screen and (max-width: 575px) {
  .menu {
    top: 66px;
    padding-top: 30px;
    padding-left: calc((100vw - 95%) / 2);
    width: 95%;
  }
  .menu__wrapp {
    width: 100%;
    padding: 33px 40px 60px 0px;
    max-height: calc(95vh - 66px);
  }
  .menu__top {
    margin-bottom: 36px;
  }
  .menu__buy {
    font-size: 17px;
  }
  .menu__buy svg {
    width: 21px;
    height: 21px;
    margin-right: 7px;
  }
  .menu__list {
    margin-bottom: 27px;
  }
  .menu__list li {
    padding: 22px 0 22px 15px;
  }
  .menu__list li a {
    font-size: 15px;
  }
  .menu__list li.current-menu-item:before {
    width: 5px;
    height: 22px;
  }
  .menu__link-materials a {
    font-size: 16px;
  }
  .menu__link-materials svg {
    width: 14px;
    height: 14px;
    margin-left: 4px;
  }
  .menu__phone {
    margin-bottom: 30px;
    padding-left: 15px;
  }
  .menu__phone-number {
    font-size: 18px;
  }
  .menu__phone-text {
    font-size: 16px;
  }
  .menu__social {
    padding-left: 15px;
    width: 240px;
  }
  .menu__social .social__item svg {
    width: 33px;
    height: 33px;
  }
  .menu__social .social__item.youtube svg {
    width: 41px;
    height: 41px;
  }
  .menu__lang li a {
    font-size: 16px;
  }
  .menu__lang li:not(:last-child) {
    margin-right: 20px;
  }
}

.video-content {
  padding-bottom: 151px;
  margin-top: 39px;
}

.video-gallery__wrapp {
  padding-top: 10px;
}
.video-gallery__title {
  margin-bottom: 39px;
}
.video-gallery__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 40px;
}
.video-gallery__list > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.video-gallery__list > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.video-gallery__item {
  cursor: pointer;
}
.video-gallery__item img {
  height: 332px;
  -o-object-fit: cover;
     object-fit: cover;
}
.video-gallery__item a {
  width: 100%;
}
.video-gallery__item:hover .video-gallery__overlay {
  background: rgba(0, 0, 0, 0.3);
}
.video-gallery__img {
  position: relative;
}
.video-gallery__item-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.video-gallery__item-title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 11px;
  height: 78px;
  width: 100%;
  background: #616774;
}
.video-gallery__item-title h2 {
  color: #fff;
  font-size: 20px;
}
.video-gallery__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.video-gallery__overlay svg {
  width: 75px;
  height: 50px;
}

@media screen and (max-width: 1500px) {
  .video-content {
    padding-bottom: 120px;
    margin-top: 35px;
  }

  .video-gallery__title {
    margin-bottom: 37px;
  }
  .video-gallery__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 30px;
  }
  .video-gallery__list > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .video-gallery__list > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .video-gallery__item img {
    height: 265px;
  }
  .video-gallery__item-title {
    padding: 9px;
    height: 76px;
  }
  .video-gallery__item-title h2 {
    font-size: 18px;
  }
}
@media screen and (max-width: 1500px) and (max-width: 1200px) {
  .video-content {
    padding-bottom: 80px;
    margin-top: 39px;
  }

  .video-gallery__wrapp {
    padding-top: 0;
  }
  .video-gallery__title {
    margin-bottom: 30px;
  }
  .video-gallery__list {
    grid-row-gap: 25px;
  }
  .video-gallery__item img {
    height: 215px;
  }
  .video-gallery__item-title {
    padding: 8px;
    height: 66px;
  }
  .video-gallery__item-title h2 {
    font-size: 16px;
  }
  .video-gallery__overlay svg {
    width: 60px;
    height: 40px;
  }
}
@media screen and (max-width: 1500px) and (max-width: 992px) {
  .video-content {
    padding-bottom: 60px;
    margin-top: 43px;
  }

  .video-gallery__title {
    margin-bottom: 27px;
  }
  .video-gallery__item img {
    height: 205px;
  }
}
@media screen and (max-width: 1500px) and (max-width: 768px) {
  .video-content {
    padding-bottom: 50px;
    margin-top: 41px;
  }

  .video-gallery__title {
    margin-bottom: 25px;
  }
  .video-gallery__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 15px 1fr;
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 15px;
    grid-row-gap: 20px;
  }
  .video-gallery__list > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .video-gallery__list > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .video-gallery__item img {
    height: 150px;
  }
  .video-gallery__item-title {
    padding: 7px;
    height: 54px;
  }
  .video-gallery__item-title h2 {
    font-size: 14px;
  }
  .video-gallery__overlay svg {
    width: 50px;
    height: 30px;
  }
}
@media screen and (max-width: 1500px) and (max-width: 575px) {
  .video-content {
    padding-bottom: 50px;
  }

  .video-gallery__title {
    margin-bottom: 25px;
  }
  .video-gallery__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 15px 1fr;
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 15px;
    grid-row-gap: 25px;
  }
  .video-gallery__list > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .video-gallery__list > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .video-gallery__item img {
    height: 140px;
  }
  .video-gallery__item-title {
    padding: 7px;
    height: 54px;
  }
  .video-gallery__item-title h2 {
    font-size: 14px;
  }
}
@media screen and (max-width: 1500px) and (max-width: 460px) {
  .video-content {
    padding-bottom: 50px;
  }

  .video-gallery__title {
    margin-bottom: 25px;
  }
  .video-gallery__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 25px;
  }
  .video-gallery__list > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .video-gallery__item img {
    height: auto;
    max-height: 230px;
  }
  .video-gallery__item-title {
    padding: 7px;
    height: 60px;
  }
  .video-gallery__item-title h2 {
    font-size: 16px;
  }
}
.popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1000;
  display: none;
}

.video-popup {
  width: 1200px;
  height: 675px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.video-popup__wrapp {
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.video-popup__cross {
  cursor: pointer;
  position: absolute;
  right: -55px;
  top: 0;
}
.video-popup__cross path, .video-popup__cross svg {
  fill: #fff;
  width: 30px;
  height: 30px;
}

@media screen and (max-width: 1500px) {
  .video-popup {
    width: 1130px;
    height: 580px;
  }
}
@media screen and (max-width: 1200px) {
  .video-popup {
    width: 900px;
    height: 470px;
  }
  .video-popup__cross {
    right: -45px;
  }
  .video-popup__cross svg {
    width: 23px;
    height: 23px;
  }
}
@media screen and (max-width: 992px) {
  .video-popup {
    width: 690px;
    height: 360px;
  }
  .video-popup__cross {
    right: -35px;
  }
}
@media screen and (max-width: 768px) {
  .video-popup {
    width: 510px;
    height: 280px;
  }
  .video-popup__cross {
    right: -30px svg;
    right-width: 20px;
    right-height: 20px;
  }
}
@media screen and (max-width: 575px) {
  .video-popup {
    width: calc(100vw - 30px);
    height: 270px;
  }
  .video-popup__cross {
    display: none;
  }
}
.manufacturer-content {
  margin-top: 41px;
  padding-bottom: 90px;
}

.septodont__wrapp {
  height: 576px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-right: 5px;
  background-position: 50% 50%;
}
.septodont__title {
  color: #fff;
  width: 875px;
  color: #fff;
  font-weight: 400;
  font-size: 40px;
  text-align: center;
}
.septodont__title span {
  font-size: 50px;
  font-weight: 300;
}

@media screen and (max-width: 1500px) {
  .manufacturer-content {
    margin-top: 37px;
    padding-bottom: 80px;
  }

  .septodont__wrapp {
    height: 540px;
    padding-right: 0px;
  }
  .septodont__title {
    width: 830px;
    font-size: 37px;
  }
  .septodont__title span {
    font-size: 46px;
  }
}
@media screen and (max-width: 1200px) {
  .manufacturer-content {
    margin-top: 32px;
    padding-bottom: 70px;
  }

  .septodont__wrapp {
    height: 430px;
  }
  .septodont__title {
    width: 700px;
    font-size: 31px;
  }
  .septodont__title span {
    font-size: 37px;
  }
}
@media screen and (max-width: 992px) {
  .manufacturer-content {
    margin-top: 0px;
    padding-bottom: 60px;
  }

  .septodont__wrapp {
    height: 435px;
  }
  .septodont__title {
    width: 700px;
    font-size: 31px;
  }
  .septodont__title span {
    font-size: 37px;
  }
}
@media screen and (max-width: 768px) {
  .septodont__wrapp {
    height: 380px;
  }
  .septodont__title {
    width: 95%;
    max-width: 660px;
    font-size: 24px;
  }
  .septodont__title span {
    font-size: 30px;
  }
}
@media screen and (max-width: 575px) {
  .septodont__wrapp {
    height: 350px;
  }
  .septodont__title {
    width: 95%;
    max-width: 335px;
    line-height: 1.2;
    font-size: 20px;
  }
  .septodont__title span {
    font-size: 25px;
  }
}
.edge {
  padding: 42px 0 100px;
}
.edge__list {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.edge__item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.edge__item-img {
  height: 155px;
  width: auto;
  margin-bottom: 6px;
}
.edge__item-title {
  text-align: center;
  width: 284px;
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
}
.edge__item-title span {
  font-size: 25px;
  font-weight: 500;
  color: #E30613;
}
@media screen and (max-width: 1500px) {
  .edge {
    padding: 38px 0 80px;
  }
  .edge__item-img {
    height: 140px;
    margin-bottom: 5px;
  }
  .edge__item-title {
    width: 240px;
    font-size: 18px;
    line-height: 28px;
  }
  .edge__item-title span {
    font-size: 21px;
  }
}
@media screen and (max-width: 1200px) {
  .edge {
    padding: 38px 0 70px;
  }
  .edge__item-img {
    height: 110px;
    margin-bottom: 5px;
  }
  .edge__item-title {
    width: 170px;
    font-size: 16px;
    line-height: 25px;
  }
  .edge__item-title span {
    font-size: 19px;
  }
}
@media screen and (max-width: 992px) {
  .edge {
    padding: 33px 0 70px;
  }
  .edge__list {
    width: 750px;
    margin: 0 auto;
  }
  .edge__item-img {
    height: 105px;
    margin-bottom: 5px;
  }
  .edge__item-title {
    width: 175px;
    font-size: 16px;
    line-height: 25px;
  }
  .edge__item-title span {
    font-size: 19px;
  }
}
@media screen and (max-width: 768px) {
  .edge {
    padding: 22px 0 60px;
  }
  .edge__list {
    width: 550px;
    margin: 0 auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .edge__item {
    width: 50%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 10px 0px;
  }
  .edge__item-img {
    height: 105px;
    margin-bottom: 5px;
  }
  .edge__item-title {
    width: 175px;
    font-size: 15px;
    line-height: 22px;
  }
  .edge__item-title span {
    font-size: 18px;
  }
}
@media screen and (max-width: 575px) {
  .edge {
    padding: 22px 0 60px;
  }
  .edge__list {
    width: 95%;
  }
  .edge__item {
    width: 50%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 10px 0px;
  }
  .edge__item-img {
    height: 115px;
    margin-bottom: 5px;
  }
  .edge__item-title {
    width: 175px;
    font-size: 15px;
    line-height: 22px;
  }
  .edge__item-title span {
    font-size: 18px;
  }
}
@media screen and (max-width: 470px) {
  .edge {
    padding: 17px 0 55px;
  }
  .edge__list {
    width: 95%;
  }
  .edge__item {
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 15px 0px;
  }
  .edge__item-img {
    height: 155px;
    margin-bottom: 5px;
  }
  .edge__item-title {
    width: 220px;
    font-size: 16px;
    line-height: 21px;
  }
  .edge__item-title span {
    font-size: 20px;
  }
}

.network {
  padding-top: 30px;
}
.network__title {
  font-size: 30px;
  font-family: "Roboto", sans-serif;
  width: 953px;
  font-weight: 400;
  text-align: center;
  margin: 0 auto 98px;
}
.network__title span {
  font-size: 40px;
  color: #A00009;
}
.network__img {
  width: 100%;
  margin-bottom: 20px;
}
.network__details {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 107px;
}
.network__details-item {
  font-size: 20px;
  line-height: 1.5;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.network__details-item span {
  width: 24px;
  height: 24px;
  margin-right: 7px;
}
.network__details-item_red span {
  background: #E30613;
}
.network__details-item_grey span {
  background: #637186;
}
.network__details-item:not(:last-child) {
  margin-bottom: 6px;
}
.network__text {
  padding-right: 100px;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 122px;
  -moz-column-gap: 122px;
  column-gap: 122px;
  text-align: justify;
}
.network__text p {
  font-size: 20px;
  text-indent: 15px;
  line-height: 1.3;
  color: #000;
}
.network__text p:not(:last-child) {
  margin-bottom: 25px;
}
.network__text-link {
  text-indent: 15px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #A00009;
  font-size: 25px;
  font-weight: 500;
}
@media screen and (max-width: 1500px) {
  .network {
    padding-top: 27px;
  }
  .network__title {
    font-size: 28px;
    width: 900px;
    margin: 0 auto 85px;
  }
  .network__title span {
    font-size: 37px;
  }
  .network__img {
    margin-bottom: 20px;
  }
  .network__details {
    margin-bottom: 80px;
  }
  .network__details-item {
    font-size: 19px;
  }
  .network__details-item span {
    width: 24px;
    height: 24px;
    margin-right: 7px;
  }
  .network__details-item:not(:last-child) {
    margin-bottom: 6px;
  }
  .network__text {
    padding-right: 20px;
    -webkit-column-gap: 90px;
    -moz-column-gap: 90px;
    column-gap: 90px;
  }
  .network__text p {
    font-size: 18px;
  }
  .network__text p:not(:last-child) {
    margin-bottom: 20px;
  }
  .network__text-link {
    font-size: 24px;
  }
  .network__text br {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .network {
    padding-top: 20px;
  }
  .network__title {
    font-size: 25px;
    width: 700px;
    margin: 0 auto 55px;
    line-height: 1.3;
  }
  .network__title span {
    font-size: 31px;
  }
  .network__details {
    margin-bottom: 70px;
  }
  .network__details-item {
    font-size: 18px;
  }
  .network__details-item span {
    width: 22px;
    height: 22px;
    margin-right: 6px;
  }
  .network__details-item:not(:last-child) {
    margin-bottom: 5px;
  }
  .network__text {
    padding-right: 0px;
    -webkit-column-gap: 70px;
    -moz-column-gap: 70px;
    column-gap: 70px;
  }
  .network__text p {
    font-size: 17px;
    line-height: 1.4;
  }
  .network__text p:not(:last-child) {
    margin-bottom: 18px;
  }
  .network__text-link {
    font-size: 22px;
  }
}
@media screen and (max-width: 992px) {
  .network {
    padding-top: 20px;
    width: 750px;
    margin: 0 auto;
  }
  .network__title {
    font-size: 24px;
    width: 700px;
    margin: 0 auto 55px;
    line-height: 1.3;
  }
  .network__title span {
    font-size: 31px;
  }
  .network__details {
    margin-bottom: 70px;
  }
  .network__details-item {
    font-size: 16px;
  }
  .network__details-item span {
    width: 20px;
    height: 20px;
    margin-right: 6px;
  }
  .network__details-item:not(:last-child) {
    margin-bottom: 5px;
  }
  .network__text {
    padding-right: 0px;
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
  }
  .network__text p {
    font-size: 16px;
    line-height: 1.4;
  }
  .network__text p:not(:last-child) {
    margin-bottom: 18px;
  }
  .network__text-link {
    font-size: 19px;
  }
}
@media screen and (max-width: 768px) {
  .network {
    padding-top: 20px;
    width: 550px;
  }
  .network__title {
    font-size: 21px;
    width: auto;
    max-width: 95%;
    margin: 0 auto 50px;
    line-height: 1.3;
  }
  .network__title span {
    font-size: 25px;
  }
  .network__details {
    margin-bottom: 60px;
  }
  .network__details-item {
    font-size: 15px;
  }
  .network__details-item span {
    width: 19px;
    height: 19px;
    margin-right: 5px;
  }
  .network__details-item:not(:last-child) {
    margin-bottom: 4px;
  }
  .network__text {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0px;
    -moz-column-gap: 0px;
    column-gap: 0px;
  }
  .network__text p {
    font-size: 16px;
    line-height: 1.4;
  }
  .network__text p:not(:last-child) {
    margin-bottom: 15px;
  }
  .network__text-link {
    font-size: 20px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 575px) {
  .network {
    padding-top: 20px;
    width: 100%;
  }
  .network__title {
    font-size: 16px;
    width: auto;
    max-width: 95%;
    margin: 0 auto 50px;
    line-height: 1.4;
  }
  .network__title span {
    font-size: 20px;
  }
  .network__details {
    width: 95%;
    margin: 0 auto 60px;
  }
  .network__details-item {
    font-size: 14px;
  }
  .network__details-item span {
    width: 18px;
    height: 18px;
    margin-right: 4px;
  }
  .network__details-item:not(:last-child) {
    margin-bottom: 3px;
  }
  .network__text {
    width: 95%;
    margin: 0 auto;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0px;
    -moz-column-gap: 0px;
    column-gap: 0px;
  }
  .network__text p {
    font-size: 16px;
    line-height: 1.2;
  }
  .network__text p:not(:last-child) {
    margin-bottom: 20px;
  }
  .network__text-link {
    font-size: 20px;
    margin-top: 10px;
  }
}

.about-drag-content {
  margin-top: 39px;
  padding-bottom: 141px;
}

.biodentine__wrapp {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 70px 0 99px 31px;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.biodentine__content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.biodentine__title {
  font-size: 60px;
  font-weight: 550;
  color: #fff;
  width: 605px;
  line-height: 1;
  margin-bottom: 32px;
}
.biodentine__title span {
  font-size: 80px;
}
.biodentine__title sup {
  font-size: 56px;
}
.biodentine__text {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 85px;
  font-family: "HelveticaNeueCyr", sans-serif;
  color: #fff;
}
.biodentine__btns {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.biodentine__btn {
  width: 221px;
  height: 52px;
  margin-right: 113px;
  font-size: 24px;
}
.biodentine__view {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.biodentine__view:hover .biodentine__view-btn {
  background: #FA5E57;
}
.biodentine__view-btn {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 61px;
  height: 61px;
  border-radius: 50%;
  margin-right: 23px;
  -webkit-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25);
  background: #E30613;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.biodentine__triangle {
  width: 0;
  height: 0;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-bottom: 25px solid white;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  display: block;
  margin-left: 10px;
}
.biodentine__view-text {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  width: 142px;
  line-height: 1.2;
  color: #fff;
}
.biodentine__img {
  display: none;
}

@media screen and (max-width: 1500px) {
  .about-drag-content {
    margin-top: 36px;
    padding-bottom: 110px;
  }

  .biodentine__wrapp {
    padding: 65px 0 90px 30px;
  }
  .biodentine__title {
    font-size: 50px;
    width: 570px;
    margin-bottom: 30px;
  }
  .biodentine__title span {
    font-size: 69px;
  }
  .biodentine__title sup {
    font-size: 53px;
  }
  .biodentine__text {
    font-size: 23px;
    margin-bottom: 80px;
  }
  .biodentine__btn {
    width: 200px;
    height: 48px;
    margin-right: 80px;
    font-size: 22px;
  }
  .biodentine__view-btn {
    width: 59px;
    height: 59px;
    margin-right: 20px;
  }
  .biodentine__triangle {
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-bottom: 25px solid white;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    display: block;
    margin-left: 10px;
  }
  .biodentine__view-text {
    font-size: 15px;
    width: 138px;
  }
}
@media screen and (max-width: 1200px) {
  .about-drag-content {
    margin-top: 32px;
    padding-bottom: 90px;
  }

  .biodentine__wrapp {
    padding: 55px 0 60px 20px;
  }
  .biodentine__title {
    font-size: 40px;
    width: 460px;
    margin-bottom: 30px;
  }
  .biodentine__title span {
    font-size: 48px;
  }
  .biodentine__title sup {
    font-size: 37px;
  }
  .biodentine__text {
    font-size: 20px;
    margin-bottom: 60px;
  }
  .biodentine__btn {
    width: 170px;
    height: 42px;
    margin-right: 50px;
    font-size: 19px;
  }
  .biodentine__view-btn {
    width: 52px;
    height: 52px;
    margin-right: 15px;
  }
  .biodentine__triangle {
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 20px solid white;
    margin-left: 8px;
  }
  .biodentine__view-text {
    font-size: 14px;
    width: 130px;
  }
}
@media screen and (max-width: 992px) {
  .about-drag-content {
    margin-top: 0px;
    padding-bottom: 70px;
  }

  .biodentine__content {
    width: 750px;
    margin: 0 auto;
  }
  .biodentine__btn {
    width: 160px;
    height: 40px;
    margin-right: 40px;
    font-size: 18px;
  }
  .biodentine__view-btn {
    width: 48px;
    height: 48px;
    margin-right: 13px;
  }
  .biodentine__triangle {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 20px solid white;
    margin-left: 8px;
  }
}
@media screen and (max-width: 768px) {
  .about-drag-content {
    padding-bottom: 60px;
  }

  .biodentine__wrapp {
    padding: 45px 0 40px 0px;
  }
  .biodentine__content {
    width: 550px;
  }
  .biodentine__title {
    font-size: 30px;
    width: 320px;
    margin-bottom: 15px;
  }
  .biodentine__title span {
    font-size: 40px;
  }
  .biodentine__title sup {
    font-size: 30px;
  }
  .biodentine__text {
    font-size: 16px;
    margin-bottom: 40px;
  }
  .biodentine__btn {
    width: 125px;
    height: 36px;
    margin-right: 35px;
    font-size: 16px;
  }
  .biodentine__view-btn {
    width: 40px;
    height: 40px;
    margin-right: 11px;
  }
  .biodentine__triangle {
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 18px solid white;
    margin-left: 7px;
  }
  .biodentine__view-text {
    font-size: 12px;
    width: 100px;
  }
}
@media screen and (max-width: 575px) {
  .about-drag-content {
    padding-bottom: 50px;
  }

  .biodentine__wrapp {
    padding: 0px 0 40px 0px;
    background-image: none !important;
  }
  .biodentine__content {
    width: 95%;
  }
  .biodentine__title {
    color: #232323;
    font-size: 30px;
    width: 100%;
    max-width: 320px;
    margin-bottom: 27px;
  }
  .biodentine__title span {
    font-size: 40px;
  }
  .biodentine__title sup {
    font-size: 30px;
  }
  .biodentine__text {
    color: #232323;
    font-size: 16px;
    margin-bottom: 40px;
  }
  .biodentine__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .biodentine__btn {
    width: 277px;
    height: 52px;
    margin-right: 0px;
    font-size: 24px;
    margin-bottom: 50px;
  }
  .biodentine__view-btn {
    width: 50px;
    height: 50px;
    margin-right: 11px;
  }
  .biodentine__triangle {
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 22px solid white;
    margin-left: 7px;
  }
  .biodentine__view-text {
    font-size: 16px;
    width: 142px;
    color: #232323;
  }
  .biodentine__img {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 27px;
  }
}
.biodentine-desc {
  padding: 60px 0 0px;
}
.biodentine-desc h2 {
  color: #232323;
  font-size: 28px;
  font-weight: 550;
  margin-bottom: 25px;
}
.biodentine-desc__wrapp {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 100px;
  padding-right: 130px;
}
.biodentine-desc__package {
  width: 450px;
}
.biodentine-desc__composition {
  width: 475px;
}
.biodentine-desc__package-title {
  margin-bottom: 29px;
}
.biodentine-desc__item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.biodentine-desc__text {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 300;
  color: #000;
  text-align: center;
}
.biodentine-desc__list {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.biodentine-desc__package-item img {
  height: 117px;
  width: auto;
  margin-bottom: 15px;
}
.biodentine-desc__composition-item img {
  height: 81px;
  width: auto;
  margin-bottom: 10px;
}
.biodentine-desc__btns {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 73px;
}
.biodentine-desc__btn {
  height: 60px;
  font-size: 24px;
}
.biodentine-desc__btn_long {
  width: 660px;
}
.biodentine-desc__btn_short {
  width: 467px;
}
.biodentine-desc__properties {
  margin-bottom: 75px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.biodentine-desc__properties h2 {
  margin-bottom: 14px;
}
.biodentine-desc__properties-wrapp {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 15px;
}
.biodentine-desc__properties-wrapp p {
  position: relative;
  text-indent: 20px;
  font-size: 20px;
  line-height: 1.5;
  color: #000;
  width: 100%;
}
.biodentine-desc__properties-wrapp p:before {
  width: 10px;
  height: 10px;
  content: "";
  display: block;
  border-radius: 50%;
  background: #E30613;
  position: absolute;
  left: 0px;
  top: 10px;
}
.biodentine-desc__properties-wrapp p:first-child {
  width: 450px;
}
.biodentine-desc__properties-wrapp p:nth-child(2n) {
  width: 587px;
}
.biodentine-desc__properties-wrapp p:not(:last-child) {
  margin-bottom: 63px;
}
.biodentine-desc__destiny {
  margin-bottom: 61px;
}
.biodentine-desc__destiny h2 {
  margin-bottom: 37px;
  text-align: center;
}
.biodentine-desc__destiny-wrapp {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 120px;
}
.biodentine-desc__destiny-item {
  width: 467px;
  padding: 35px 30px 92px 27px;
  border: 2px solid transparent;
  background: url(../img/border.png) no-repeat 50% 50%/100% 100%;
}
.biodentine-desc__destiny-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.biodentine-desc__destiny-point {
  font-size: 20px;
  line-height: 1.5;
  position: relative;
}
.biodentine-desc__destiny-point:not(:last-child) {
  margin-bottom: 19px;
}
.biodentine-desc__destiny-point svg {
  width: 16px;
  height: 16px;
  margin-right: 9px;
  fill: #E30613;
  margin-top: 7px;
}
.biodentine-desc__destiny-point span {
  width: 380px;
}
.biodentine-desc__restrictions h2 {
  margin-bottom: 71px;
}
.biodentine-desc__restrictions-list {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 145px;
}
.biodentine-desc__restrictions-item {
  width: 315px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.biodentine-desc__restrictions-img {
  height: 221px;
  width: auto;
  margin-bottom: 35px;
}
.biodentine-desc__restrictions-text {
  font-size: 20px;
  line-height: 1.5;
  max-width: 100%;
  font-weight: 300;
}

@media screen and (max-width: 1500px) {
  .biodentine-desc {
    padding: 55px 0 0px;
  }
  .biodentine-desc h2 {
    font-size: 26px;
    margin-bottom: 23px;
  }
  .biodentine-desc__wrapp {
    margin-bottom: 80px;
    padding-right: 30px;
  }
  .biodentine-desc__package {
    width: 410px;
  }
  .biodentine-desc__composition {
    width: 430px;
  }
  .biodentine-desc__package-title {
    margin-bottom: 27px;
  }
  .biodentine-desc__text {
    font-size: 18px;
    line-height: 1.4;
  }
  .biodentine-desc__package-item img {
    height: 90px;
    margin-bottom: 12px;
  }
  .biodentine-desc__composition-item img {
    height: 72px;
    margin-bottom: 9px;
  }
  .biodentine-desc__btns {
    margin-bottom: 55px;
  }
  .biodentine-desc__btn {
    height: 56px;
    font-size: 21px;
  }
  .biodentine-desc__btn_long {
    width: 570px;
  }
  .biodentine-desc__btn_short {
    width: 340px;
  }
  .biodentine-desc__properties {
    margin-bottom: 65px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .biodentine-desc__properties h2 {
    margin-bottom: 14px;
  }
  .biodentine-desc__properties-wrapp {
    padding-right: 10px;
  }
  .biodentine-desc__properties-wrapp p {
    font-size: 19px;
  }
  .biodentine-desc__properties-wrapp p:first-child {
    width: 400px;
  }
  .biodentine-desc__properties-wrapp p:nth-child(2n) {
    width: 500px;
  }
  .biodentine-desc__properties-wrapp p:not(:last-child) {
    margin-bottom: 50px;
  }
  .biodentine-desc__destiny {
    margin-bottom: 51px;
  }
  .biodentine-desc__destiny h2 {
    margin-bottom: 32px;
  }
  .biodentine-desc__destiny-wrapp {
    padding-right: 70px;
  }
  .biodentine-desc__destiny-item {
    width: 420px;
    padding: 30px 25px 65px 24px;
  }
  .biodentine-desc__destiny-point {
    font-size: 19px;
    line-height: 1.4;
    position: relative;
  }
  .biodentine-desc__destiny-point:not(:last-child) {
    margin-bottom: 20px;
  }
  .biodentine-desc__destiny-point svg {
    width: 14px;
    height: 14px;
    margin-top: 6px;
  }
  .biodentine-desc__restrictions h2 {
    margin-bottom: 65px;
  }
  .biodentine-desc__restrictions-list {
    padding-right: 70px;
  }
  .biodentine-desc__restrictions-item {
    width: 270px;
  }
  .biodentine-desc__restrictions-img {
    height: 170px;
    margin-bottom: 30px;
  }
  .biodentine-desc__restrictions-text {
    font-size: 18px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 1200px) {
  .biodentine-desc {
    padding: 50px 0 0px;
  }
  .biodentine-desc h2 {
    font-size: 23px;
    margin-bottom: 17px;
  }
  .biodentine-desc__wrapp {
    margin-bottom: 70px;
    padding-right: 0px;
  }
  .biodentine-desc__package {
    width: 340px;
  }
  .biodentine-desc__composition {
    width: 370px;
  }
  .biodentine-desc__package-title {
    margin-bottom: 24px;
  }
  .biodentine-desc__text {
    font-size: 15px;
    line-height: 1.2;
  }
  .biodentine-desc__package-item img {
    height: 70px;
    margin-bottom: 10px;
  }
  .biodentine-desc__composition-item img {
    height: 55px;
    margin-bottom: 10px;
  }
  .biodentine-desc__btns {
    margin-bottom: 50px;
  }
  .biodentine-desc__btn {
    height: 52px;
    font-size: 18px;
  }
  .biodentine-desc__btn_long {
    width: 470px;
  }
  .biodentine-desc__btn_short {
    width: 265px;
  }
  .biodentine-desc__properties {
    margin-bottom: 55px;
  }
  .biodentine-desc__properties-wrapp {
    padding-right: 0px;
  }
  .biodentine-desc__properties-wrapp p {
    font-size: 18px;
    line-height: 1.3;
  }
  .biodentine-desc__properties-wrapp p:first-child {
    width: 330px;
  }
  .biodentine-desc__properties-wrapp p:nth-child(2n) {
    width: 410px;
  }
  .biodentine-desc__properties-wrapp p:not(:last-child) {
    margin-bottom: 40px;
  }
  .biodentine-desc__properties-wrapp p:before {
    top: 5px;
  }
  .biodentine-desc__properties-wrapp p br {
    display: none;
  }
  .biodentine-desc__destiny {
    margin-bottom: 45px;
  }
  .biodentine-desc__destiny h2 {
    margin-bottom: 27px;
  }
  .biodentine-desc__destiny-wrapp {
    padding-right: 0px;
  }
  .biodentine-desc__destiny-item {
    width: 370px;
    padding: 25px 23px 55px 23px;
  }
  .biodentine-desc__destiny-point {
    font-size: 17px;
    line-height: 1.3;
    position: relative;
  }
  .biodentine-desc__destiny-point:not(:last-child) {
    margin-bottom: 17px;
  }
  .biodentine-desc__destiny-point svg {
    width: 13px;
    height: 13px;
    margin-top: 5px;
    margin-right: 6px;
  }
  .biodentine-desc__restrictions h2 {
    margin-bottom: 55px;
  }
  .biodentine-desc__restrictions-list {
    padding-right: 0px;
  }
  .biodentine-desc__restrictions-item {
    width: 230px;
  }
  .biodentine-desc__restrictions-img {
    height: 150px;
    margin-bottom: 25px;
  }
  .biodentine-desc__restrictions-text {
    font-size: 16px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 992px) {
  .biodentine-desc {
    width: 750px;
    margin: 0 auto;
    padding: 40px 0 0px;
  }
  .biodentine-desc h2 {
    font-size: 21px;
    margin-bottom: 20px;
  }
  .biodentine-desc__wrapp {
    margin-bottom: 70px;
    padding-right: 0px;
  }
  .biodentine-desc__package {
    width: 325px;
  }
  .biodentine-desc__composition {
    width: 345px;
  }
  .biodentine-desc__package-title {
    margin-bottom: 24px;
  }
  .biodentine-desc__text {
    font-size: 15px;
    line-height: 1.2;
  }
  .biodentine-desc__package-item img {
    height: 60px;
    margin-bottom: 10px;
  }
  .biodentine-desc__composition-item img {
    height: 45px;
    margin-bottom: 10px;
  }
  .biodentine-desc__btns {
    margin-bottom: 60px;
  }
  .biodentine-desc__btn {
    height: 48px;
    font-size: 17px;
  }
  .biodentine-desc__btn_long {
    width: 460px;
  }
  .biodentine-desc__btn_short {
    width: 255px;
  }
  .biodentine-desc__properties-wrapp p {
    font-size: 17px;
    line-height: 1.3;
  }
  .biodentine-desc__properties-wrapp p:first-child {
    width: 320px;
  }
  .biodentine-desc__properties-wrapp p:nth-child(2n) {
    width: 380px;
  }
  .biodentine-desc__properties-wrapp p:not(:last-child) {
    margin-bottom: 40px;
  }
  .biodentine-desc__properties-wrapp p:before {
    top: 5px;
  }
  .biodentine-desc__destiny {
    margin-bottom: 40px;
  }
  .biodentine-desc__destiny h2 {
    margin-bottom: 25px;
  }
  .biodentine-desc__destiny-item {
    width: 360px;
    padding: 25px 20px 55px;
  }
  .biodentine-desc__destiny-point {
    font-size: 16px;
    line-height: 1.3;
    position: relative;
  }
  .biodentine-desc__destiny-point:not(:last-child) {
    margin-bottom: 17px;
  }
  .biodentine-desc__destiny-point svg {
    width: 12px;
    height: 12px;
    margin-top: 5px;
    margin-right: 5px;
  }
  .biodentine-desc__restrictions h2 {
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 768px) {
  .biodentine-desc {
    width: 550px;
    padding: 40px 0 0px;
  }
  .biodentine-desc h2 {
    font-size: 17px;
    margin-bottom: 20px;
  }
  .biodentine-desc__wrapp {
    margin-bottom: 60px;
    padding-right: 0px;
  }
  .biodentine-desc__package {
    width: 50%;
  }
  .biodentine-desc__composition {
    width: 50%;
  }
  .biodentine-desc__package-title {
    margin-bottom: 24px;
  }
  .biodentine-desc__text {
    font-size: 14px;
    line-height: 1.2;
  }
  .biodentine-desc__package-item img {
    height: 55px;
    margin-bottom: 10px;
  }
  .biodentine-desc__composition-item img {
    height: 45px;
    margin-bottom: 10px;
  }
  .biodentine-desc__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 55px;
  }
  .biodentine-desc__btn {
    height: 48px;
    font-size: 17px;
  }
  .biodentine-desc__btn_long {
    width: 100%;
  }
  .biodentine-desc__btn_short {
    width: 100%;
    margin-bottom: 20px;
  }
  .biodentine-desc__properties-wrapp p {
    font-size: 16px;
    line-height: 1.2;
    text-align: justify;
  }
  .biodentine-desc__properties-wrapp p:first-child {
    width: 100%;
  }
  .biodentine-desc__properties-wrapp p:nth-child(2n) {
    width: 100%;
  }
  .biodentine-desc__properties-wrapp p:not(:last-child) {
    margin-bottom: 30px;
  }
  .biodentine-desc__properties-wrapp p:before {
    top: 5px;
  }
  .biodentine-desc__destiny h2 {
    margin-bottom: 18px;
  }
  .biodentine-desc__destiny-item {
    width: 270px;
    padding: 20px 15px 50px;
  }
  .biodentine-desc__destiny-point {
    font-size: 14px;
    line-height: 1.3;
    position: relative;
  }
  .biodentine-desc__destiny-point:not(:last-child) {
    margin-bottom: 12px;
  }
  .biodentine-desc__destiny-point svg {
    width: 10px;
    height: 10px;
    margin-top: 3px;
    margin-right: 5px;
  }
  .biodentine-desc__restrictions h2 {
    margin-bottom: 35px;
  }
  .biodentine-desc__restrictions-item {
    width: 175px;
  }
  .biodentine-desc__restrictions-img {
    height: 120px;
    margin-bottom: 20px;
  }
  .biodentine-desc__restrictions-text {
    font-size: 13px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 575px) {
  .biodentine-desc {
    width: 95%;
    padding: 40px 0 0px;
  }
  .biodentine-desc h2 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .biodentine-desc__wrapp {
    margin-bottom: 60px;
    max-width: none;
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .biodentine-desc__list {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .biodentine-desc__package {
    width: 100%;
    margin-bottom: 40px;
  }
  .biodentine-desc__composition {
    width: 100%;
  }
  .biodentine-desc__package-title {
    margin-bottom: 24px;
  }
  .biodentine-desc__text {
    font-size: 16px;
    line-height: 1.2;
    max-width: 150px;
  }
  .biodentine-desc__text br {
    display: none;
  }
  .biodentine-desc__package-item img {
    height: 85px;
    margin-bottom: 10px;
  }
  .biodentine-desc__composition-item img {
    height: 70px;
    margin-bottom: 10px;
  }
  .biodentine-desc__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 45px;
  }
  .biodentine-desc__btn {
    padding: 0 20px;
    height: 60px;
    font-size: 18px;
    text-align: center;
    line-height: 1;
  }
  .biodentine-desc__btn_long {
    width: 100%;
  }
  .biodentine-desc__btn_short {
    width: 100%;
    margin-bottom: 20px;
  }
  .biodentine-desc__destiny h2 {
    margin-bottom: 36px;
  }
  .biodentine-desc__destiny-wrapp {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .biodentine-desc__destiny-item {
    width: 100%;
    max-width: 370px;
    padding: 20px 30px 58px 11px;
  }
  .biodentine-desc__destiny-item:not(:last-child) {
    margin-bottom: 30px;
  }
  .biodentine-desc__destiny-point {
    font-size: 16px;
    line-height: 1.2;
    position: relative;
  }
  .biodentine-desc__destiny-point:not(:last-child) {
    margin-bottom: 24px;
  }
  .biodentine-desc__destiny-point svg {
    width: 14px;
    height: 14px;
    margin-top: 5px;
    margin-right: 10px;
  }
  .biodentine-desc__restrictions h2 {
    margin-bottom: 35px;
    text-align: center;
  }
  .biodentine-desc__restrictions-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .biodentine-desc__restrictions-item {
    max-width: 260px;
    width: auto;
  }
  .biodentine-desc__restrictions-item:not(:last-child) {
    margin-bottom: 28px;
  }
  .biodentine-desc__restrictions-img {
    height: 180px;
    margin-bottom: 20px;
  }
  .biodentine-desc__restrictions-text {
    font-size: 16px;
    line-height: 1.3;
  }
}
.importer-content {
  margin-top: 39px;
  padding-bottom: 100px;
}
.importer-content .main-container {
  overflow: hidden;
}

.about-importer {
  position: relative;
}
.about-importer__wrapp {
  padding: 268px 0 220px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
}
.about-importer__video {
  position: absolute;
  top: -30px;
  right: 0;
  z-index: -1;
  width: 1300px;
  height: 575px;
  overflow: hidden;
}
.about-importer__video video {
  width: 100%;
  height: auto;
}
.about-importer__title {
  font-size: 30px;
  font-weight: 400;
  width: 485px;
  line-height: 1.35;
  color: #fff;
}

@media screen and (max-width: 1500px) {
  .importer-content {
    margin-top: 35px;
    padding-bottom: 75px;
  }

  .about-importer {
    position: relative;
  }
  .about-importer__wrapp {
    padding: 252px 0 220px;
  }
  .about-importer__video {
    top: 0;
    width: 1090px;
    height: 525px;
  }
  .about-importer__title {
    font-size: 26px;
    width: 415px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 1200px) {
  .importer-content {
    margin-top: 32px;
    padding-bottom: 70px;
  }

  .about-importer {
    position: relative;
  }
  .about-importer__wrapp {
    padding: 205px 0 165px;
  }
  .about-importer__video {
    top: 0;
    width: 891px;
    height: 430px;
  }
  .about-importer__title {
    font-size: 22px;
    width: 340px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 992px) {
  .importer-content {
    margin-top: 0px;
    padding-bottom: 60px;
  }

  .about-importer {
    position: relative;
  }
  .about-importer__wrapp {
    padding: 350px 0 60px;
  }
  .about-importer__video-wrapp {
    height: 500px;
    overflow: hidden;
  }
  .about-importer__video {
    top: -30px;
    width: 1065px;
    height: 500px;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .about-importer__video video {
    height: 600px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .about-importer__title-wrapp {
    width: 750px;
    margin: 0 auto;
  }
  .about-importer__title {
    font-size: 24px;
    width: 358px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 768px) {
  .about-importer__wrapp {
    padding: 285px 0 60px;
  }
  .about-importer__video-wrapp {
    height: auto;
  }
  .about-importer__video {
    width: 780px;
    height: 420px;
  }
  .about-importer__video video {
    height: auto;
  }
  .about-importer__title-wrapp {
    width: 550px;
    margin: 0 auto;
  }
  .about-importer__title {
    font-size: 22px;
    width: 340px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 575px) {
  .about-importer__wrapp {
    padding: 250px 0 48px;
  }
  .about-importer__video-wrapp {
    height: 360px;
  }
  .about-importer__video {
    width: auto;
    height: 418px;
    left: -94px;
    -webkit-transform: none;
            transform: none;
    top: -10px;
  }
  .about-importer__video video {
    width: auto;
    height: 420px;
  }
  .about-importer__title-wrapp {
    width: 95%;
  }
  .about-importer__title {
    font-size: 20px;
    width: 100%;
    max-width: 335px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 400px) {
  .about-importer__wrapp {
    padding: 225px 0 45px;
  }
  .about-importer__video-wrapp {
    height: 330px;
  }
  .about-importer__video {
    width: auto;
    height: 355px;
    left: -82px;
  }
  .about-importer__video video {
    width: auto;
    height: 360px;
  }
  .about-importer__title-wrapp {
    width: 95%;
  }
  .about-importer__title {
    font-size: 20px;
    width: 100%;
    max-width: 335px;
    line-height: 1.3;
  }
}
.crystal {
  margin-top: 15px;
}
.crystal__top {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 43px;
}
.crystal__top-text {
  padding: 13px 0 5px;
  width: 588px;
}
.crystal__top-text p {
  font-weight: 300;
  font-size: 20px;
  line-height: 1.3;
  text-align: justify;
  color: #000;
  text-indent: 15px;
}
.crystal__top-text p span {
  font-size: 25px;
  font-weight: 500;
  color: #A00009;
}
.crystal__top-img {
  width: 588px;
  -o-object-fit: cover;
     object-fit: cover;
}
.crystal__bot {
  margin-bottom: 105px;
}
.crystal__bot-title {
  font-size: 40px;
  color: #A00009;
  font-weight: 700;
  margin-bottom: 79px;
}
.crystal__bot-title span {
  font-size: 50px;
}
.crystal__bot-text {
  width: 506px;
  font-size: 20px;
  line-height: 1.3;
  color: #000;
  text-indent: 15px;
  text-align: justify;
}

@media screen and (max-width: 1500px) {
  .crystal {
    margin-top: 10px;
  }
  .crystal__top {
    margin-bottom: 40px;
  }
  .crystal__top-text {
    padding: 5px 0 8px;
    width: 440px;
  }
  .crystal__top-text p {
    font-size: 17px;
    line-height: 1.3;
    text-indent: 15px;
  }
  .crystal__top-text p span {
    font-size: 22px;
  }
  .crystal__top-img {
    width: 500px;
  }
  .crystal__bot {
    margin-bottom: 85px;
  }
  .crystal__bot-title {
    font-size: 32px;
    margin-bottom: 50px;
  }
  .crystal__bot-title span {
    font-size: 40px;
  }
  .crystal__bot-text {
    width: 425px;
    font-size: 17px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 1200px) {
  .crystal {
    margin-top: 0px;
  }
  .crystal__top {
    margin-bottom: 30px;
  }
  .crystal__top-text {
    padding: 5px 0 8px;
    width: 400px;
  }
  .crystal__top-text p {
    font-size: 15px;
    line-height: 1.2;
    text-indent: 15px;
  }
  .crystal__top-text p span {
    font-size: 18px;
  }
  .crystal__top-img {
    width: 360px;
  }
  .crystal__bot {
    margin-bottom: 65px;
  }
  .crystal__bot-title {
    font-size: 25px;
    margin-bottom: 30px;
  }
  .crystal__bot-title span {
    font-size: 31px;
  }
  .crystal__bot-text {
    width: 400px;
    font-size: 15px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 992px) {
  .crystal__top {
    width: 750px;
    margin: 0 auto 36px;
  }
  .crystal__top-text {
    padding: 5px 0 8px;
    width: 370px;
  }
  .crystal__top-text p {
    font-size: 15px;
    line-height: 1.3;
    text-indent: 13px;
  }
  .crystal__top-text p span {
    font-size: 16px;
  }
  .crystal__top-img {
    width: 360px;
  }
  .crystal__bot {
    width: 750px;
    margin: 0 auto 50px;
  }
  .crystal__bot-title {
    font-size: 25px;
    margin-bottom: 30px;
  }
  .crystal__bot-title span {
    font-size: 31px;
  }
  .crystal__bot-text {
    width: 400px;
    font-size: 15px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 768px) {
  .crystal__top {
    width: 100%;
    margin: 0 auto 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .crystal__top-text {
    padding: 0;
    width: 550px;
    margin: 0 auto 45px;
  }
  .crystal__top-text p {
    font-size: 16px;
    line-height: 1.3;
    text-indent: 13px;
  }
  .crystal__top-text p span {
    font-size: 20px;
  }
  .crystal__top-img {
    width: 100%;
  }
  .crystal__bot {
    width: 550px;
    margin: 0 auto 45px;
  }
  .crystal__bot-title {
    font-size: 25px;
    margin-bottom: 30px;
  }
  .crystal__bot-title span {
    font-size: 31px;
  }
  .crystal__bot-text {
    width: 400px;
    font-size: 16px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 575px) {
  .crystal__top {
    margin: 0 auto 45px;
  }
  .crystal__top-text {
    width: 95%;
    margin: 0 auto 45px;
  }
  .crystal__top-text p {
    font-size: 16px;
    line-height: 1.4;
    text-indent: 15px;
  }
  .crystal__top-text p span {
    font-size: 20px;
  }
  .crystal__top-img {
    width: 100%;
  }
  .crystal__bot {
    width: 95%;
    margin: 0 auto 50px;
  }
  .crystal__bot-title {
    font-size: 21px;
    margin-bottom: 40px;
    max-width: 310px;
    width: auto;
  }
  .crystal__bot-title span {
    font-size: 31px;
  }
  .crystal__bot-text {
    width: 100%;
    max-width: 335px;
    font-size: 16px;
    line-height: 1.4;
  }
}
.partners {
  margin-bottom: 116px;
  padding: 0 30px;
}
.partners__img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1500px) {
  .partners {
    margin-bottom: 100px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 1200px) {
  .partners {
    margin-bottom: 90px;
    padding: 0 10px;
  }
}
@media screen and (max-width: 992px) {
  .partners {
    width: 750px;
    margin: 0 auto 80px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .partners {
    width: 550px;
    margin: 0 auto 60px;
    padding: 0 10px;
  }
}
@media screen and (max-width: 575px) {
  .partners {
    width: 95%;
    margin: 0 auto 45px;
  }
}
.relationship__top {
  margin-bottom: 36px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.relationship__top-img {
  width: 589px;
  -o-object-fit: cover;
     object-fit: cover;
}
.relationship__top-text {
  width: 584px;
  padding: 23px 0 15px;
  font-size: 20px;
  line-height: 1.3;
  color: #000;
  text-align: justify;
  text-indent: 15px;
}

@media screen and (max-width: 1500px) {
  .relationship__top {
    margin-bottom: 32px;
  }
  .relationship__top-img {
    width: 460px;
  }
  .relationship__top-text {
    width: 480px;
    padding: 10px 0;
    font-size: 17px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 1200px) {
  .relationship__top {
    margin-bottom: 25px;
  }
  .relationship__top-img {
    width: 360px;
  }
  .relationship__top-text {
    width: 390px;
    padding: 0px;
    font-size: 15px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 992px) {
  .relationship__top {
    width: 750px;
    margin: 0 auto 35px;
  }
  .relationship__top-img {
    width: 360px;
  }
  .relationship__top-text {
    width: 370px;
    padding: 0px;
    font-size: 15px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 768px) {
  .relationship__top {
    width: 100%;
    margin: 0 auto 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .relationship__top-img {
    width: 100%;
  }
  .relationship__top-text {
    width: 550px;
    margin: 0 auto 35px;
    padding: 0px;
    font-size: 16px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 575px) {
  .relationship__top {
    width: 100%;
    margin: 0 auto 45px;
  }
  .relationship__top-text {
    width: 95%;
    margin: 0 auto 40px;
    padding: 0px;
    font-size: 16px;
    line-height: 1.4;
  }
}
.relationship__bot {
  padding-left: 5px;
}
.relationship__bot-text {
  font-size: 20px;
  line-height: 1.3;
  color: #000;
  text-align: justify;
  margin-bottom: 36px;
  text-indent: 15px;
  width: 590px;
}
.relationship__bot-info {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 20px;
  padding-left: 5px;
}
.relationship__bot-title {
  font-size: 30px;
  font-weight: 700;
  color: #A00009;
  margin-top: 42px;
  display: block;
}
.relationship .contacts__item:not(:last-child) {
  margin-right: 60px;
}
.relationship .contacts__item-title {
  margin-bottom: 20px;
}

@media screen and (max-width: 1500px) {
  .relationship__bot {
    padding-left: 0px;
  }
  .relationship__bot-text {
    font-size: 17px;
    line-height: 1.3;
    margin-bottom: 32px;
    width: 500px;
  }
  .relationship__bot-info {
    padding-right: 0px;
    padding-left: 0px;
  }
  .relationship__bot-title {
    font-size: 24px;
    margin-top: 35px;
  }
  .relationship .contacts__item:not(:last-child) {
    margin-right: 45px;
  }
  .relationship .contacts__item-title {
    margin-bottom: 18px;
  }
}
@media screen and (max-width: 1200px) {
  .relationship__bot-text {
    font-size: 15px;
    line-height: 1.2;
    margin-bottom: 27px;
    width: 440px;
  }
  .relationship__bot-title {
    font-size: 20px;
    margin-top: 25px;
    text-align: center;
  }
  .relationship .contacts__item:not(:last-child) {
    margin-right: 40px;
  }
  .relationship .contacts__item-title {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 992px) {
  .relationship__bot {
    width: 750px;
    margin: 0 auto;
  }
  .relationship__bot-text {
    line-height: 1.3;
  }
  .relationship__bot-title {
    width: 270px;
  }
}
@media screen and (max-width: 768px) {
  .relationship__bot {
    width: 550px;
  }
  .relationship__bot-text {
    font-size: 16px;
    margin-bottom: 45px;
    width: 480px;
  }
  .relationship__bot-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .relationship__bot-title {
    font-size: 22px;
    margin-top: 45px;
    text-align: center;
    width: auto;
  }
  .relationship .contacts__item:not(:last-child) {
    margin-right: 50px;
  }
  .relationship .contacts__item-title {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 575px) {
  .relationship__bot {
    width: 95%;
  }
  .relationship__bot-text {
    font-size: 16px;
    margin-bottom: 45px;
    width: auto;
    max-width: 480px;
  }
  .relationship__bot-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .relationship__bot-title {
    font-size: 22px;
    margin-top: 0px;
    text-align: center;
    width: auto;
  }
  .relationship .contacts__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .relationship .contacts__item {
    margin-bottom: 45px;
  }
  .relationship .contacts__item:not(:last-child) {
    margin-right: 50px;
  }
  .relationship .contacts__item-title {
    margin-bottom: 15px;
  }
}
.contacts-content {
  margin-top: 39px;
  padding-bottom: 124px;
}
.contacts__content {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.contacts__content.more {
  min-height: 400px;
}
.contacts__list {
  max-width: 804px;
}
.contacts__list.more {
  min-width: 230px;
  width: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.contacts__list.more .contacts__item {
  width: 100%;
  margin-right: 0;
}
.contacts__list.more .contacts__item .contacts__item-title {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  color: #616774;
}
.contacts__list.more .contacts__item .contacts__item-title svg {
  fill: #616774;
  width: 10px;
  height: 15px;
  margin-left: 9px;
}
.contacts__list.more .contacts__item .contacts__item-details {
  display: none;
  margin-bottom: 20px;
}
.contacts__list.more .contacts__item.active .contacts__item-title {
  color: #E30613;
}
.contacts__list.more .contacts__item.active .contacts__item-title svg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  fill: #E30613;
}
.contacts__title {
  margin-bottom: 41px;
}
.contacts__item-title {
  text-transform: uppercase;
  color: #E30613;
  font-weight: 500;
  text-decoration: underline;
  font-size: 16px;
  margin-bottom: 13px;
}
.contacts__item-title svg {
  width: 10px;
  height: 15px;
  fill: #E30613;
}
.contacts__item-info {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contacts__item-info svg {
  fill: #E30613;
  width: 20px;
  height: 20px;
}
.contacts__item-info a, .contacts__item-info address, .contacts__item-info p {
  font-size: 16px;
  line-height: 1.1;
  color: #000;
  font-style: normal;
}
.contacts__item-info span {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  margin-right: 13px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contacts__item-info:not(:last-child) {
  margin-bottom: 9px;
}
.contacts__item-info-address svg {
  width: 24px;
  height: 24px;
}
.contacts__map {
  width: 100%;
  height: 500px;
}
.contacts__map #map {
  width: 100%;
  height: 100%;
}
.contacts__content {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 28px 33px 104px 32px;
  background: #fff;
}
.contacts__social-links {
  margin-top: 8px;
  width: 295px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.contacts__social-link {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 60px;
  margin-bottom: 15px;
}
.contacts__social-link:not(:nth-child(3n)) {
  margin-right: 55px;
}
.contacts__social-icon svg {
  width: 48px;
  height: 48px;
  fill: #3A3A3A;
}
.contacts__social-icon:hover svg {
  fill: #E30613;
}
.contacts__social-text {
  font-size: 10px;
  color: #3A3A3A;
  text-align: center;
  line-height: 1.15;
}
.contacts__item.no-more .contacts__item-title svg {
  display: none;
}
.contacts__item:not(:last-child) {
  margin-right: 60px;
}

@media screen and (max-width: 1500px) {
  .contacts__title {
    margin-bottom: 30px;
  }
  .contacts__item-title {
    font-size: 15px;
  }
  .contacts__item-info {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .contacts__item-info svg {
    fill: #E30613;
    width: 16px;
    height: 16px;
  }
  .contacts__item-info a, .contacts__item-info address, .contacts__item-info p {
    font-size: 15px;
  }
  .contacts__item-info span {
    width: 19px;
    height: 19px;
    margin-right: 11px;
  }
  .contacts__item-info:not(:last-child) {
    margin-bottom: 5px;
  }
  .contacts__item-info-address svg {
    width: 19px;
    height: 19px;
  }
  .contacts__map {
    width: 100%;
    height: 500px;
  }
  .contacts__map #map {
    width: 100%;
    height: 100%;
  }
  .contacts__content {
    padding: 28px 33px 80px 32px;
  }
  .contacts__social-links {
    margin-top: 7px;
    width: 155px;
  }
  .contacts__social-link {
    width: 60px;
    margin-bottom: 15px;
  }
  .contacts__social-link:not(:nth-child(3n)) {
    margin-right: 35px;
  }
  .contacts__social-link:nth-child(3n) {
    margin-right: 35px;
  }
  .contacts__social-link:nth-child(2n) {
    margin-right: 0px;
  }
  .contacts__social-icon svg {
    width: 45px;
    height: 45px;
  }
  .contacts__social-text {
    font-size: 10px;
  }
  .contacts__item:not(:last-child) {
    margin-right: 40px;
  }
}
@media screen and (max-width: 1200px) {
  .contacts-content {
    padding-bottom: 70px;
  }
  .contacts__title {
    margin-bottom: 20px;
  }
  .contacts__item-title {
    font-size: 14px;
  }
  .contacts__item-info {
    white-space: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .contacts__item-info svg {
    fill: #E30613;
    width: 14px;
    height: 14px;
  }
  .contacts__item-info a, .contacts__item-info address, .contacts__item-info p {
    font-size: 15px;
  }
  .contacts__item-info span {
    width: 17px;
    height: 17px;
    margin-right: 11px;
  }
  .contacts__item-info:not(:last-child) {
    margin-bottom: 5px;
  }
  .contacts__item-info-address svg {
    width: 17px;
    height: 17px;
  }
  .contacts__map {
    height: 470px;
  }
  .contacts__content {
    padding: 25px 27px 50px 27px;
  }
  .contacts__content.more {
    min-height: auto;
  }
  .contacts__content.more .contacts__list {
    width: calc(100% - 275px);
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .contacts__content.more .contacts__list.more {
    width: 50%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .contacts__content.more .contacts__social-links {
    margin-top: 0;
    width: 245px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .contacts__content.more .contacts__social-links .contacts__social-link {
    width: 60px;
    margin-bottom: 15px;
  }
  .contacts__content.more .contacts__social-links .contacts__social-link:not(:nth-child(3n)) {
    margin-right: 30px;
  }
  .contacts__content.more .contacts__social-links .contacts__social-link:nth-child(3n) {
    margin-right: 0px;
  }
  .contacts__content.more .contacts__social-links .contacts__social-link:nth-child(2n) {
    margin-right: 30px;
  }
  .contacts__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 550px;
    max-width: none;
  }
  .contacts__list.more {
    min-width: none;
  }
  .contacts__list.more .contacts__item {
    width: 100%;
    margin-bottom: 0;
  }
  .contacts__item {
    margin-bottom: 30px;
    width: 50%;
  }
  .contacts__item:not(:last-child) {
    margin-right: 0px;
  }
  .contacts__social-links {
    margin-top: 7px;
    width: 155px;
  }
  .contacts__social-link {
    width: 60px;
    margin-bottom: 15px;
  }
  .contacts__social-link:not(:nth-child(3n)) {
    margin-right: 30px;
  }
  .contacts__social-link:nth-child(3n) {
    margin-right: 30px;
  }
  .contacts__social-link:nth-child(2n) {
    margin-right: 0px;
  }
}
@media screen and (max-width: 992px) {
  .page-template-template-contacts .footer {
    border-top: 0;
  }

  .contacts-content {
    padding-bottom: 0px;
  }
  .contacts__title {
    margin-bottom: 0px;
  }
  .contacts__title-wrapp {
    width: 750px;
    margin: 0 auto 40px;
  }
  .contacts__map {
    height: 400px;
  }
  .contacts__content-wrapp {
    background: #fff;
  }
  .contacts__content {
    width: 750px;
    margin: 0 auto;
    padding: 25px 0px 50px 0px;
  }
  .contacts__content.more {
    min-height: auto;
  }
  .contacts__content.more .contacts__list {
    width: calc(100% - 275px);
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .contacts__content.more .contacts__list .contacts__item {
    width: 50%;
  }
  .contacts__content.more .contacts__list.more {
    width: 50%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .contacts__content.more .contacts__list.more .contacts__item {
    width: 100%;
  }
  .contacts__content.more .contacts__social-links {
    margin-top: 0;
    width: 245px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .contacts__content.more .contacts__social-links .contacts__social-link {
    width: 60px;
    margin-bottom: 15px;
  }
  .contacts__content.more .contacts__social-links .contacts__social-link:not(:nth-child(3n)) {
    margin-right: 30px;
  }
  .contacts__content.more .contacts__social-links .contacts__social-link:nth-child(3n) {
    margin-right: 0px;
  }
  .contacts__content.more .contacts__social-links .contacts__social-link:nth-child(2n) {
    margin-right: 30px;
  }
  .contacts__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    max-width: none;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .contacts__item {
    margin-bottom: 30px;
    width: 30%;
  }
  .contacts__item:not(:last-child) {
    margin-right: 0px;
  }
  .contacts__social-links {
    margin-top: 7px;
    width: 245px;
  }
  .contacts__social-link {
    width: 60px;
    margin-bottom: 15px;
  }
  .contacts__social-link:not(:nth-child(3n)) {
    margin-right: 30px;
  }
  .contacts__social-link:nth-child(3n) {
    margin-right: 0px;
  }
  .contacts__social-link:nth-child(2n) {
    margin-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .contacts__title-wrapp {
    width: 550px;
    margin-bottom: 30px;
  }
  .contacts__map {
    height: 300px;
  }
  .contacts__content {
    width: 550px;
    padding: 25px 0 50px;
  }
  .contacts__content.more {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: auto;
  }
  .contacts__content.more .contacts__list {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 0;
  }
  .contacts__content.more .contacts__list .contacts__item {
    width: 100%;
  }
  .contacts__content.more .contacts__list.more {
    margin-bottom: 30px;
    width: 50%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .contacts__content.more .contacts__list.more .contacts__item {
    width: 100%;
  }
  .contacts__content.more .contacts__social-links {
    margin-top: 0;
    width: 245px;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .contacts__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: auto;
    margin-bottom: 30px;
  }
  .contacts__item {
    margin-bottom: 5px;
    width: auto;
  }
  .contacts__item.no-more .contacts__item-title {
    display: -ms-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #616774;
  }
  .contacts__item.no-more .contacts__item-title svg {
    display: block;
    fill: #616774;
    width: 10px;
    height: 15px;
    margin-left: 9px;
  }
  .contacts__item.no-more:not(:first-child) .contacts__item-details {
    display: none;
  }
  .contacts__item.no-more.active .contacts__item-title {
    color: #E30613;
  }
  .contacts__item.no-more.active svg {
    fill: #E30613;
  }
  .contacts__item-title {
    font-size: 16px;
  }
  .contacts__item-details {
    margin-bottom: 15px;
  }
  .contacts__social-links {
    margin-top: 7px;
    width: 155px;
  }
  .contacts__social-link {
    width: 60px;
    margin-bottom: 15px;
  }
  .contacts__social-link:not(:nth-child(3n)) {
    margin-right: 30px;
  }
  .contacts__social-link:nth-child(3n) {
    margin-right: 30px;
  }
  .contacts__social-link:nth-child(2n) {
    margin-right: 0px;
  }
}
@media screen and (max-width: 575px) {
  .contacts__title-wrapp {
    width: 95%;
    margin-bottom: 25px;
  }
  .contacts__map {
    height: 280px;
  }
  .contacts__content {
    width: 95%;
    padding: 25px 0px 20px;
  }
  .contacts__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .contacts__item {
    margin-bottom: 5px;
    width: auto;
  }
  .contacts__item.no-more .contacts__item-title {
    display: -ms-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #616774;
  }
  .contacts__item.no-more .contacts__item-title svg {
    display: block;
    fill: #616774;
    width: 10px;
    height: 15px;
    margin-left: 9px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .contacts__item.no-more:not(:first-child) .contacts__item-details {
    display: none;
  }
  .contacts__item.no-more.active .contacts__item-title {
    color: #E30613;
  }
  .contacts__item.no-more.active .contacts__item-title svg {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .contacts__item.no-more.active svg {
    fill: #E30613;
  }
  .contacts__item-title {
    font-size: 16px;
  }
  .contacts__item-details {
    margin-bottom: 15px;
  }
  .contacts__social-links {
    margin-top: 7px;
    width: 245px;
  }
  .contacts__social-link {
    width: 60px;
    margin-bottom: 15px;
  }
  .contacts__social-link:not(:nth-child(3n)) {
    margin-right: 30px;
  }
  .contacts__social-link:nth-child(3n) {
    margin-right: 0px;
  }
  .contacts__social-link:nth-child(2n) {
    margin-right: 30px;
  }
}
.page-template-template-photo .main-content__wrapp {
  -webkit-box-align: inherit;
      -ms-flex-align: inherit;
          align-items: inherit;
}

.photo {
  position: relative;
}
.photo-content {
  margin-top: 39px;
}
.photo-content .main-container {
  position: relative;
  padding-bottom: 138px;
}
.photo__wrapp {
  width: 1050px;
  margin: 0 auto;
  overflow: hidden;
  height: 400px;
  margin-top: 100px;
  position: relative;
}
.photo__gallery {
  width: 300px;
  height: 300px;
  overflow: visible;
}
.photo__wrapp .swiper-wrapper {
  height: 400px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.photo__wrapp .photo__gallery-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  width: 300px;
  height: 300px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.photo__wrapp .photo__gallery-img.swiper-slide-active {
  -webkit-transform: scale(1.33334);
          transform: scale(1.33334);
}
.photo__wrapp .photo__gallery-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.photo__gallery-slide {
  width: 100%;
  height: 100%;
}
.photo__gallery-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  cursor: pointer;
}
.photo__gallery-arrow svg {
  width: 20px;
  height: 30px;
  fill: #E30613;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.photo__gallery-arrow:hover svg {
  fill: #616774;
}
.photo__gallery-arrow-prev {
  left: 0;
}
.photo__gallery-arrow-next {
  right: 0;
}
.photo__gallery-pagination {
  z-index: 100;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  bottom: auto !important;
  left: auto !important;
  margin-top: 39px;
}
.photo__gallery-pagination .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #A4A8B0;
  margin: 0 7px;
}
.photo__gallery-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #E30613;
}
.photo__title-info {
  position: absolute;
  left: 115px;
  top: 0;
  width: 386px;
  height: calc(100% - 92px);
  background: #616774;
  padding: 18px 15px;
}
.photo__title {
  font-size: 50px;
  color: #fff;
}
.photo__title sup {
  font-size: 40px;
}

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

.photo-pop__popup-wrapp {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1055px;
}
.photo-pop__popup-wrapp .swiper-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.photo-pop__popup-wrapp .mySwiper2 {
  width: 550px;
  margin-bottom: 75px;
}
.photo-pop__popup-wrapp .mySwiper {
  width: 1055px;
  height: 155px;
  position: relative;
}
.photo-pop__popup-wrapp .mySwiper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.photo-pop__full-slide {
  max-width: 550px;
  max-height: 550px;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.photo-pop__thumb-slide {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  cursor: pointer;
}
.photo-pop__slider-wrapp {
  position: relative;
}
.photo-pop__button {
  position: absolute;
  top: 50%;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1000;
}
.photo-pop__button svg {
  width: 20px;
  height: 30px;
  fill: #fff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.photo-pop__button-prev {
  left: -40px;
}
.photo-pop__button-next {
  right: -40px;
}
.photo-pop__button:hover svg {
  fill: #E30613;
}
.photo-pop__cross {
  cursor: pointer;
  position: absolute;
  right: -60px;
  top: 0;
}
.photo-pop__cross svg {
  width: 30px;
  height: 30px;
  fill: #fff;
}
.photo-pop__slider-top {
  position: relative;
}

@media screen and (max-width: 1500px) {
  .photo-content {
    margin-top: 35px;
  }
  .photo-content .main-container {
    padding-bottom: 100px;
  }
  .photo__wrapp {
    width: 880px;
    height: 325px;
    margin-top: 110px;
  }
  .photo__gallery {
    width: 250px;
    height: 250px;
  }
  .photo__wrapp .swiper-wrapper {
    height: 325px;
  }
  .photo__wrapp .photo__gallery-img {
    width: 250px;
    height: 250px;
  }
  .photo__wrapp .photo__gallery-img.swiper-slide-active {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  .photo__gallery-pagination {
    margin-top: 32px;
  }
  .photo__title-info {
    left: 80px;
    width: 330px;
    height: calc(100% - 70px);
    padding: 15px;
  }
  .photo__title {
    font-size: 48px;
  }
  .photo__title sup {
    font-size: 39px;
  }

  .photo-pop__popup-wrapp {
    width: 900px;
  }
  .photo-pop__popup-wrapp .mySwiper2 {
    width: 450px;
    margin-bottom: 60px;
  }
  .photo-pop__popup-wrapp .mySwiper {
    width: 900px;
    height: 135px;
  }
  .photo-pop__full-slide {
    max-width: 450px;
    max-height: 450px;
  }
  .photo-pop__button svg {
    width: 18px;
    height: 27px;
  }
  .photo-pop__button-prev {
    left: -30px;
  }
  .photo-pop__button-next {
    right: -30px;
  }
  .photo-pop__cross {
    right: -45px;
  }
  .photo-pop__cross svg {
    width: 25px;
    height: 25px;
  }
}
@media screen and (max-width: 1200px) {
  .photo-content {
    margin-top: 30px;
  }
  .photo-content .main-container {
    padding-bottom: 90px;
  }
  .photo__wrapp {
    width: 705px;
    height: 260px;
    margin-top: 110px;
  }
  .photo__gallery {
    width: 200px;
    height: 200px;
  }
  .photo__wrapp .swiper-wrapper {
    height: 260px;
  }
  .photo__wrapp .photo__gallery-img {
    width: 200px;
    height: 200px;
  }
  .photo__wrapp .photo__gallery-img.swiper-slide-active {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  .photo__gallery-pagination {
    margin-top: 25px;
  }
  .photo__title-info {
    left: 70px;
    width: 290px;
    height: calc(100% - 60px);
    padding: 15px;
  }
  .photo__title {
    font-size: 33px;
  }
  .photo__title sup {
    font-size: 27px;
  }
  .photo__gallery-arrow svg {
    width: 16px;
    height: 24px;
  }

  .photo-pop__popup-wrapp {
    width: 760px;
  }
  .photo-pop__popup-wrapp .mySwiper2 {
    width: 420px;
    margin-bottom: 60px;
  }
  .photo-pop__popup-wrapp .mySwiper {
    width: 760px;
    height: 145px;
  }
  .photo-pop__full-slide {
    max-width: 420px;
    max-height: 420px;
  }
  .photo-pop__button svg {
    width: 17px;
    height: 25px;
  }
  .photo-pop__button-prev {
    left: -35px;
  }
  .photo-pop__button-next {
    right: -35px;
  }
  .photo-pop__cross {
    right: -40px;
  }
  .photo-pop__cross svg {
    width: 23px;
    height: 23px;
  }
}
@media screen and (max-width: 992px) {
  .photo {
    width: 750px;
    margin: 0 auto;
  }
  .photo-content {
    margin-top: 50px;
  }
  .photo-content .main-container {
    padding-bottom: 60px;
  }
  .photo__wrapp {
    width: 690px;
    height: 247px;
    margin-top: 0px;
  }
  .photo__gallery {
    width: 190px;
    height: 190px;
  }
  .photo__wrapp .swiper-wrapper {
    height: 247px;
  }
  .photo__wrapp .photo__gallery-img {
    width: 200px;
    height: 200px;
  }
  .photo__gallery-pagination {
    margin-top: 25px;
  }
  .photo__title-info {
    position: relative;
    left: auto;
    top: auto;
    width: 750px;
    margin: 0 auto 30px;
    height: auto;
    padding: 0;
    background: none;
  }
  .photo__title {
    font-size: 38px;
    color: #232323;
  }
  .photo__title sup {
    font-size: 30px;
  }
  .photo__gallery-arrow svg {
    width: 16px;
    height: 24px;
  }

  .photo-pop__popup-wrapp {
    width: 680px;
  }
  .photo-pop__popup-wrapp .mySwiper2 {
    width: 400px;
    margin-bottom: 60px;
  }
  .photo-pop__popup-wrapp .mySwiper {
    width: 680px;
    height: 125px;
  }
  .photo-pop__full-slide {
    max-width: 400px;
    max-height: 400px;
  }
  .photo-pop__button svg {
    width: 17px;
    height: 25px;
  }
  .photo-pop__button-prev {
    left: -35px;
  }
  .photo-pop__button-next {
    right: -35px;
  }
}
@media screen and (max-width: 768px) {
  .photo {
    width: 550px;
    margin: 0 auto;
  }
  .photo-content {
    margin-top: 40px;
  }
  .photo-content .main-container {
    padding-bottom: 45px;
  }
  .photo__wrapp {
    width: 515px;
    height: 195px;
    margin-top: 0px;
  }
  .photo__gallery {
    width: 150px;
    height: 150px;
  }
  .photo__wrapp .swiper-wrapper {
    height: 195px;
  }
  .photo__wrapp .photo__gallery-img {
    width: 150px;
    height: 150px;
  }
  .photo__gallery-pagination {
    margin-top: 30px;
  }
  .photo__title-info {
    width: 550px;
  }
  .photo__title {
    font-size: 35px;
  }
  .photo__title sup {
    font-size: 28px;
  }
  .photo__gallery-arrow svg {
    width: 14px;
    height: 21px;
  }
  .photo__gallery-arrow-prev {
    left: -7px;
  }
  .photo__gallery-arrow-next {
    right: -7px;
  }

  .photo-pop__popup-wrapp {
    width: 470px;
  }
  .photo-pop__popup-wrapp .mySwiper2 {
    width: 450px;
    margin-bottom: 30px;
  }
  .photo-pop__popup-wrapp .mySwiper {
    width: 470px;
    height: 110px;
  }
  .photo-pop__full-slide {
    max-width: 450px;
    max-height: 450px;
  }
  .photo-pop__button svg {
    width: 15px;
    height: 22px;
  }
  .photo-pop__button-prev {
    left: -30px;
  }
  .photo-pop__button-next {
    right: -30px;
  }
  .photo-pop__cross {
    right: -30px;
  }
  .photo-pop__cross svg {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 575px) {
  .photo {
    width: 100%;
  }
  .photo-content {
    margin-top: 40px;
  }
  .photo-content .main-container {
    padding-bottom: 45px;
  }
  .photo__wrapp {
    width: 100%;
    height: auto;
    margin-top: 0px;
    overflow: hidden;
  }
  .photo__gallery {
    width: 100%;
    height: auto;
  }
  .photo__wrapp .swiper-wrapper {
    height: auto;
  }
  .photo__wrapp .photo__gallery-img {
    width: 100%;
    height: 100vw;
  }
  .photo__wrapp .photo__gallery-img.swiper-slide-active {
    -webkit-transform: none;
            transform: none;
  }
  .photo__gallery-pagination {
    margin-top: 25px;
  }
  .photo__title-info {
    width: 95%;
  }
  .photo__title {
    font-size: 30px;
  }
  .photo__title sup {
    font-size: 25px;
  }
  .photo__gallery-arrow {
    display: none;
  }

  .photo-pop__popup-wrapp {
    width: 90%;
    max-width: 450px;
  }
  .photo-pop__popup-wrapp .mySwiper2 {
    max-width: 450px;
    width: 100%;
    margin-bottom: 20px;
    max-height: 450px;
  }
  .photo-pop__popup-wrapp .mySwiper {
    width: 100%;
    max-width: 450px;
    height: 100px;
  }
  .photo-pop__slider-wrapp {
    width: 80%;
    max-width: 450px;
  }
  .photo-pop__full-slide {
    max-width: 450px;
    max-height: 450px;
  }
  .photo-pop__button svg {
    width: 15px;
    height: 22px;
  }
  .photo-pop__button-prev {
    left: -30px;
  }
  .photo-pop__button-next {
    right: -30px;
  }
  .photo-pop__cross {
    display: none;
  }
}
.reviews-content {
  margin-top: 39px;
  padding-bottom: 250px;
}
.reviews__title {
  margin-bottom: 41px;
  margin-top: 25px;
}
.reviews__item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 345px;
  margin-bottom: 20px;
  padding: 22px 37px 40px;
  border: 2px solid transparent;
  background: url(../img/border.png) no-repeat 50% 50%/100% 100%;
}
.reviews__item-img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: #C2C5C7;
  margin-bottom: 8px;
  overflow: hidden;
}
.reviews__item-title {
  font-size: 22px;
  font-weight: 500;
  color: #000;
}
.reviews__item-special {
  font-weight: 300;
  font-size: 18px;
  margin-bottom: 12px;
  color: #232323;
}
.reviews__item-rating {
  margin-bottom: 35px;
}
.reviews__item-rating svg {
  width: 20px;
  height: 20px;
  fill: #c2c5c7;
}
.reviews__item-rating svg:not(:last-child) {
  margin-right: 9px;
}
.reviews__item-rating-1 svg:nth-child(-n+1) {
  fill: #E30613;
}
.reviews__item-rating-2 svg:nth-child(-n+2) {
  fill: #E30613;
}
.reviews__item-rating-3 svg:nth-child(-n+3) {
  fill: #E30613;
}
.reviews__item-rating-4 svg:nth-child(-n+4) {
  fill: #E30613;
}
.reviews__item-rating-5 svg:nth-child(-n+5) {
  fill: #E30613;
}
.reviews__item-text {
  font-size: 18px;
  color: #232323;
  line-height: 1.3;
  text-align: center;
}

@media screen and (max-width: 1500px) {
  .reviews-content {
    padding-bottom: 190px;
    margin-top: 35px;
  }
  .reviews__title {
    margin-bottom: 35px;
    margin-top: 15px;
  }
  .reviews__item {
    width: 305px;
    margin-bottom: 20px;
    padding: 20px 22px 30px;
  }
  .reviews__item-img {
    width: 100px;
    height: 100px;
    margin-bottom: 8px;
  }
  .reviews__item-title {
    font-size: 21px;
  }
  .reviews__item-special {
    font-size: 17px;
    margin-bottom: 11px;
  }
  .reviews__item-rating {
    margin-bottom: 25px;
  }
  .reviews__item-rating svg {
    width: 19px;
    height: 19px;
  }
  .reviews__item-rating svg:not(:last-child) {
    margin-right: 8px;
  }
  .reviews__item-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 1200px) {
  .reviews-content {
    padding-bottom: 100px;
    margin-top: 35px;
  }
  .reviews__title {
    margin-bottom: 35px;
    margin-top: 0px;
  }
  .reviews__item {
    width: 345px;
    margin-bottom: 20px;
    padding: 30px 30px 30px;
  }
  .reviews__item-img {
    width: 100px;
    height: 100px;
    margin-bottom: 8px;
  }
  .reviews__item-title {
    font-size: 22px;
  }
  .reviews__item-special {
    font-size: 18px;
    margin-bottom: 11px;
  }
  .reviews__item-rating {
    margin-bottom: 25px;
  }
  .reviews__item-rating svg {
    width: 19px;
    height: 19px;
  }
  .reviews__item-rating svg:not(:last-child) {
    margin-right: 8px;
  }
  .reviews__item-text {
    font-size: 18px;
  }
}
@media screen and (max-width: 992px) {
  .reviews-content {
    padding-bottom: 80px;
    width: 750px;
    margin: 35px auto 0;
  }
  .reviews__title {
    margin-bottom: 30px;
  }
  .reviews__item {
    width: 335px;
    margin-bottom: 20px;
    padding: 30px 30px 30px;
  }
  .reviews__item-img {
    width: 90px;
    height: 90px;
    margin-bottom: 8px;
  }
  .reviews__item-title {
    font-size: 19px;
  }
  .reviews__item-special {
    font-size: 17px;
    margin-bottom: 10px;
  }
  .reviews__item-rating {
    margin-bottom: 20px;
  }
  .reviews__item-rating svg {
    width: 18px;
    height: 18px;
  }
  .reviews__item-rating svg:not(:last-child) {
    margin-right: 8px;
  }
  .reviews__item-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .reviews-content {
    padding-bottom: 70px;
    width: 550px;
    margin: 35px auto 0;
  }
  .reviews__title {
    margin-bottom: 30px;
  }
  .reviews__item {
    width: 265px;
    margin-bottom: 20px;
    padding: 27px 20px 30px;
  }
  .reviews__item-img {
    width: 90px;
    height: 90px;
    margin-bottom: 8px;
  }
  .reviews__item-title {
    font-size: 19px;
  }
  .reviews__item-special {
    font-size: 17px;
    margin-bottom: 10px;
  }
  .reviews__item-rating {
    margin-bottom: 20px;
  }
  .reviews__item-rating svg {
    width: 18px;
    height: 18px;
  }
  .reviews__item-rating svg:not(:last-child) {
    margin-right: 8px;
  }
  .reviews__item-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 575px) {
  .reviews-content {
    padding-bottom: 50px;
    width: 95%;
    margin: 35px auto 0;
  }
  .reviews__title {
    text-align: center;
    margin-bottom: 30px;
  }
  .reviews__list {
    width: 100%;
    max-width: 345px;
    margin: 0 auto;
  }
  .reviews__item {
    width: 100%;
    max-width: 345px;
    padding: 27px 20px 30px;
    margin: 0 auto 20px;
  }
  .reviews__item-img {
    width: 90px;
    height: 90px;
    margin-bottom: 8px;
  }
  .reviews__item-title {
    font-size: 19px;
  }
  .reviews__item-special {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .reviews__item-rating {
    margin-bottom: 20px;
  }
  .reviews__item-rating svg {
    width: 18px;
    height: 18px;
  }
  .reviews__item-rating svg:not(:last-child) {
    margin-right: 8px;
  }
  .reviews__item-text {
    font-size: 16px;
  }
}
.materials-content {
  margin-top: 39px;
  padding-bottom: 100px;
}
.materials__title {
  margin-bottom: 54px;
  margin-top: 15px;
}
.materials__doc {
  width: 954px;
  margin: 0 auto;
}
.materials__item:not(:last-child) {
  margin-bottom: 105px;
}
.materials__item-title {
  font-size: 30px;
  color: #A00009;
  margin: 0 auto 22px;
  width: 954px;
}
.materials__slider {
  position: relative;
}
.materials__slide img {
  width: 100%;
  height: 315px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 14px;
}
.materials__link {
  font-size: 16px;
  font-weight: 300;
  color: #3A3A3A;
  text-decoration: underline;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  display: inline-block;
}
.materials__arrow {
  position: absolute;
  top: 160px;
}
.materials__arrow-next {
  right: 0;
}
.materials__arrow-prev {
  left: 0;
}
.materials__arrow svg {
  width: 20px;
  height: 30px;
  fill: #E30613;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
}
.materials__arrow svg:hover {
  fill: #616774;
}
.materials__arrow.swiper-button-disabled svg {
  fill: #ababab;
  pointer-events: none;
}
.materials__pagination {
  display: none;
}

@media screen and (max-width: 1500px) {
  .materials-content {
    margin-top: 35px;
    padding-bottom: 90px;
  }
  .materials__title {
    margin-bottom: 50px;
    margin-top: 10px;
  }
  .materials__doc {
    width: 800px;
    margin: 0 auto;
  }
  .materials__item:not(:last-child) {
    margin-bottom: 80px;
  }
  .materials__item-title {
    font-size: 26px;
    margin: 0 auto 22px;
    width: 800px;
  }
  .materials__slide img {
    height: 260px;
    margin-bottom: 12px;
  }
  .materials__link {
    font-size: 14px;
  }
  .materials__arrow {
    top: 120px;
  }
  .materials__arrow svg {
    width: 18px;
    height: 24px;
  }
}
@media screen and (max-width: 1200px) {
  .materials-content {
    margin-top: 30px;
    padding-bottom: 80px;
  }
  .materials__title {
    margin-bottom: 50px;
    margin-top: 10px;
  }
  .materials__doc {
    width: 660px;
    margin: 0 auto;
  }
  .materials__item:not(:last-child) {
    margin-bottom: 70px;
  }
  .materials__item-title {
    font-size: 27px;
    margin: 0 auto 22px;
    width: 660px;
  }
  .materials__slide img {
    height: 290px;
    margin-bottom: 12px;
  }
  .materials__link {
    font-size: 15px;
  }
  .materials__arrow {
    top: 135px;
  }
  .materials__arrow svg {
    width: 18px;
    height: 24px;
  }
}
@media screen and (max-width: 992px) {
  .materials {
    width: 750px;
    margin: 0 auto;
  }
  .materials-content {
    margin-top: 30px;
    padding-bottom: 80px;
  }
  .materials__title {
    margin-bottom: 50px;
    margin-top: 10px;
  }
  .materials__doc {
    width: 630px;
    margin: 0 auto;
  }
  .materials__item:not(:last-child) {
    margin-bottom: 60px;
  }
  .materials__item-title {
    font-size: 27px;
    margin: 0 auto 22px;
    width: 630px;
  }
  .materials__slide img {
    height: 280px;
    margin-bottom: 12px;
  }
  .materials__link {
    font-size: 15px;
  }
  .materials__arrow {
    top: 125px;
  }
  .materials__arrow-next {
    right: 5px;
  }
  .materials__arrow-prev {
    left: 5px;
  }
  .materials__arrow svg {
    width: 18px;
    height: 24px;
  }
}
@media screen and (max-width: 768px) {
  .materials {
    width: 550px;
    margin: 0 auto;
  }
  .materials-content {
    margin-top: 30px;
    padding-bottom: 70px;
  }
  .materials__title {
    margin-bottom: 50px;
    margin-top: 10px;
  }
  .materials__doc {
    width: 440px;
    margin: 0 auto;
  }
  .materials__item:not(:last-child) {
    margin-bottom: 60px;
  }
  .materials__item-title {
    font-size: 23px;
    margin: 0 auto 22px;
    width: 340px;
    text-align: center;
  }
  .materials__slide img {
    height: 300px;
    margin-bottom: 12px;
  }
  .materials__link {
    font-size: 14px;
  }
  .materials__arrow {
    top: 140px;
  }
  .materials__pagination {
    margin-top: 32px;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .materials__pagination .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    background: #A4A8B0;
    border-radius: 50%;
    margin: 0 7px !important;
  }
  .materials__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #E30613;
  }
}
@media screen and (max-width: 575px) {
  .materials {
    width: 95%;
    margin: 0 auto;
  }
  .materials-content {
    margin-top: 30px;
    padding-bottom: 70px;
  }
  .materials__title {
    margin-bottom: 50px;
    margin-top: 10px;
  }
  .materials__slider {
    max-width: 340px;
    margin: 0 auto;
  }
  .materials__doc {
    width: 223px;
    margin: 0 auto;
  }
  .materials__item:not(:last-child) {
    margin-bottom: 65px;
  }
  .materials__item-title {
    font-size: 20px;
    margin: 0 auto 22px;
    width: 250px;
  }
  .materials__slide img {
    height: 315px;
    margin-bottom: 12px;
  }
  .materials__link {
    font-size: 16px;
  }
  .materials__arrow {
    top: 145px;
  }
  .materials__pagination {
    margin-top: 20px;
  }
}
.home-content {
  margin-top: 40px;
  padding-bottom: 100px;
}

.offer__text {
  color: #fff;
  font-size: 24px;
  width: 535px;
  text-align: right;
  line-height: 1.3;
  margin-left: auto;
  margin-bottom: 80px;
}
.offer__text span {
  font-weight: 500;
}
.offer__title {
  margin-left: 50px;
  font-size: 180px;
  font-weight: 300;
  color: #232323;
  position: relative;
  line-height: 1;
  margin-bottom: 420px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.offer__title sup {
  font-size: 150px;
}
.offer__title .par__img {
  position: absolute;
}
.offer__title .par__img_1 {
  left: 230px;
  -webkit-transform: translateY(-70px);
          transform: translateY(-70px);
  width: 132px;
  z-index: -1;
}
.offer__title .par__img_2 {
  left: -75px;
  -webkit-transform: translateY(60px);
          transform: translateY(60px);
  width: 203px;
  z-index: -1;
}
.offer__title .par__img_3 {
  right: 0;
  -webkit-transform: translate(-150px, 70px);
          transform: translate(-150px, 70px);
  bottom: 0px;
  width: 178px;
  z-index: -1;
}
.offer__title .par__img_4 {
  width: 800px;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-62%, 70%);
          transform: translate(-62%, 70%);
}

@media screen and (max-width: 1500px) {
  .home-content {
    margin-top: 40px;
    padding-bottom: 90px;
  }

  .offer__text {
    font-size: 23px;
    width: 510px;
    line-height: 1.3;
    margin-bottom: 80px;
  }
  .offer__title {
    margin-left: 30px;
    font-size: 150px;
    margin-bottom: 375px;
    width: auto;
  }
  .offer__title sup {
    font-size: 130px;
  }
  .offer__title .par__img_1 {
    left: 180px;
    -webkit-transform: translateY(-70px);
            transform: translateY(-70px);
    width: 120px;
  }
  .offer__title .par__img_2 {
    left: -65px;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    width: 165px;
  }
  .offer__title .par__img_3 {
    -webkit-transform: translate(-100px, 45px);
            transform: translate(-100px, 45px);
    width: 140px;
  }
  .offer__title .par__img_4 {
    width: 650px;
    -webkit-transform: translate(-60%, 70%);
            transform: translate(-60%, 70%);
  }
}
@media screen and (max-width: 1200px) {
  .home-content {
    margin-top: 35px;
    padding-bottom: 80px;
  }

  .offer__text {
    font-size: 21px;
    width: 470px;
    line-height: 1.3;
    margin-bottom: 80px;
  }
  .offer__title {
    margin-left: 30px;
    font-size: 120px;
    margin-bottom: 265px;
    width: auto;
  }
  .offer__title sup {
    font-size: 100px;
  }
  .offer__title .par__img_1 {
    left: 140px;
    -webkit-transform: translateY(-70px);
            transform: translateY(-70px);
    width: 120px;
  }
  .offer__title .par__img_2 {
    left: -36px;
    -webkit-transform: translateY(35px);
            transform: translateY(35px);
    width: 120px;
  }
  .offer__title .par__img_3 {
    -webkit-transform: translate(-86px, 30px);
            transform: translate(-86px, 30px);
    width: 100px;
  }
  .offer__title .par__img_4 {
    width: 450px;
    -webkit-transform: translate(-60%, 68%);
            transform: translate(-60%, 68%);
  }
}
@media screen and (max-width: 992px) {
  .home-content {
    margin-top: 40px;
    padding-bottom: 60px;
    overflow: hidden;
  }

  .offer {
    width: 750px;
    margin: 0 auto;
  }
  .offer__text {
    font-size: 20px;
    width: 360px;
    line-height: 1.3;
    margin-bottom: 80px;
    margin-right: auto;
    margin-left: initial;
    text-align: left;
  }
  .offer__text span {
    font-size: 22px;
  }
  .offer__title {
    font-size: 100px;
    margin: 0 auto 270px;
    display: inline-block;
    width: 100%;
    text-align: center;
  }
  .offer__title sup {
    font-size: 80px;
  }
  .offer__title .par__img_1 {
    left: 200px;
    -webkit-transform: translateY(-60px);
            transform: translateY(-60px);
    width: 100px;
  }
  .offer__title .par__img_2 {
    left: -36px;
    -webkit-transform: translateY(35px);
            transform: translateY(35px);
    width: 100px;
  }
  .offer__title .par__img_3 {
    -webkit-transform: translate(0px, 30px);
            transform: translate(0px, 30px);
    width: 90px;
  }
  .offer__title .par__img_4 {
    width: 450px;
    -webkit-transform: translate(-50%, 72%);
            transform: translate(-50%, 72%);
  }
}
@media screen and (max-width: 768px) {
  .home-content {
    margin-top: 50px;
    padding-bottom: 60px;
  }

  .offer {
    width: 550px;
  }
  .offer__text {
    font-size: 19px;
    width: 330px;
    margin-bottom: 70px;
  }
  .offer__text span {
    font-size: 21px;
  }
  .offer__title {
    font-size: 70px;
    margin: 0 auto 220px;
  }
  .offer__title sup {
    font-size: 80px;
  }
  .offer__title .par__img_1 {
    left: 145px;
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
    width: 70px;
    top: auto !important;
  }
  .offer__title .par__img_2 {
    left: -36px;
    -webkit-transform: translateY(35px);
            transform: translateY(35px);
    width: 80px;
    top: auto !important;
  }
  .offer__title .par__img_3 {
    -webkit-transform: translate(0px, 30px);
            transform: translate(0px, 30px);
    width: 70px;
    bottom: auto !important;
  }
  .offer__title .par__img_4 {
    width: 325px;
    -webkit-transform: translate(-53%, 0);
            transform: translate(-53%, 0);
    bottom: auto !important;
  }
}
@media screen and (max-width: 575px) {
  .home-content {
    margin-top: 45px;
    padding-bottom: 70px;
  }

  .offer {
    width: 95%;
  }
  .offer__text {
    font-size: 18px;
    width: 100%;
    max-width: 310px;
    margin-bottom: 80px;
  }
  .offer__text span {
    font-size: 20px;
  }
  .offer__title {
    font-size: 54px;
    margin: 0 auto 210px;
  }
  .offer__title sup {
    font-size: 45px;
  }
  .offer__title .par__img_1 {
    left: 60px;
    -webkit-transform: translateY(-45px);
            transform: translateY(-45px);
    width: 60px;
    top: auto !important;
  }
  .offer__title .par__img_2 {
    left: -25px;
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
    width: 75px;
    top: auto !important;
  }
  .offer__title .par__img_3 {
    -webkit-transform: translate(10px, 20px);
            transform: translate(10px, 20px);
    width: 65px;
    bottom: auto !important;
  }
  .offer__title .par__img_4 {
    width: 300px;
    -webkit-transform: translate(-50%, 10px);
            transform: translate(-50%, 10px);
    bottom: auto !important;
  }
}
.first__wrapp {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 211px;
}
.first__content {
  width: 735px;
  margin-top: 27px;
}
.first__title {
  font-size: 36px;
  margin-bottom: 33px;
  color: #3A3A3A;
  line-height: 1;
}
.first__text {
  font-size: 24px;
  line-height: 1.2;
  color: #3A3A3A;
  margin-bottom: 45px;
}
.first__btns {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.first__btn {
  margin-right: 145px;
}
.first__view p {
  color: #232323;
  font-weight: 400;
}
.first__img {
  width: 185px;
}
.first__img-mob {
  display: none;
}

@media screen and (max-width: 1500px) {
  .first__wrapp {
    padding-right: 30px;
  }
  .first__content {
    width: 725px;
    margin-top: 20px;
  }
  .first__title {
    font-size: 33px;
    margin-bottom: 27px;
  }
  .first__text {
    font-size: 23px;
    margin-bottom: 45px;
  }
  .first__btn {
    margin-right: 120px;
  }
  .first__img {
    width: 185px;
  }
}
@media screen and (max-width: 1200px) {
  .first__wrapp {
    padding-right: 30px;
  }
  .first__content {
    width: 495px;
    margin-top: 20px;
  }
  .first__title {
    width: 90%;
    font-size: 30px;
    margin-bottom: 25px;
  }
  .first__text {
    font-size: 21px;
    margin-bottom: 35px;
  }
  .first__btn {
    margin-right: 80px;
  }
  .first__img {
    width: 175px;
  }
}
@media screen and (max-width: 992px) {
  .first {
    width: 750px;
    margin: 0 auto;
  }
  .first__wrapp {
    padding-right: 0px;
  }
  .first__content {
    width: 560px;
    margin-top: 20px;
  }
  .first__title {
    width: 100%;
    font-size: 27px;
    margin-bottom: 23px;
  }
  .first__text {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .first__btn {
    margin-right: 80px;
  }
  .first__img {
    width: 150px;
  }
}
@media screen and (max-width: 768px) {
  .first {
    width: 550px;
  }
  .first__content {
    width: 400px;
    margin-top: 20px;
  }
  .first__title {
    width: 100%;
    font-size: 23px;
    margin-bottom: 20px;
  }
  .first__text {
    font-size: 17px;
    margin-bottom: 25px;
  }
  .first__btn {
    margin-right: 60px;
  }
  .first__img {
    width: 130px;
  }
  .first .biodentine__view-text {
    width: 115px;
  }
}
@media screen and (max-width: 575px) {
  .first {
    width: 95%;
  }
  .first__content {
    width: 100%;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .first__title {
    width: 100%;
    position: relative;
    font-size: 21px;
    margin-bottom: 5px;
    width: 100%;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 330px;
  }
  .first__text {
    font-size: 17px;
    margin-bottom: 29px;
    max-width: 380px;
  }
  .first__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .first__btn {
    margin-right: 0px;
    margin-bottom: 55px;
  }
  .first__img-desc {
    display: none;
  }
  .first__img-mob {
    display: block;
    width: 47px;
    margin-bottom: 10px;
  }
  .first .biodentine__view-text {
    width: 145px;
  }
}
.statistics {
  padding: 125px 0 80px;
}
.statistics__wrapp {
  position: relative;
  padding: 60px 35px 60px 39px;
  border-radius: 40px;
  width: 993px;
  background: url(../img/stat-bg.png) no-repeat 50% 50%/100% 100%;
}
.statistics__title {
  font-size: 28px;
  color: #3A3A3A;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 65px;
}
.statistics__title span {
  font-size: 36px;
  color: #A00009;
}
.statistics__list {
  padding-left: 18px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0px 1fr;
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 55px;
}
.statistics__list > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.statistics__list > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.statistics__item {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.statistics__number {
  font-size: 60px;
  color: transparent;
  -webkit-text-stroke: 2px #3A3A3A;
  text-stroke: 2px #3A3A3A;
  font-weight: 900;
  line-height: 1;
}
.statistics__text {
  font-size: 24px;
  line-height: 1.2;
  color: #3A3A3A;
  width: 368px;
}
.statistics__img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  display: block;
  width: 1213px;
}

@media screen and (max-width: 1500px) {
  .statistics {
    padding: 100px 0 70px;
  }
  .statistics__wrapp {
    padding: 50px 30px;
    width: 890px;
  }
  .statistics__title {
    font-size: 26px;
    line-height: 1.3;
    margin-bottom: 55px;
  }
  .statistics__title span {
    font-size: 33px;
  }
  .statistics__list {
    padding-left: 18px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    grid-row-gap: 55px;
  }
  .statistics__list > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .statistics__list > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .statistics__number {
    font-size: 55px;
  }
  .statistics__text {
    font-size: 21px;
    width: 320px;
  }
  .statistics__img {
    width: 960px;
  }
}
@media screen and (max-width: 1200px) {
  .statistics {
    padding: 80px 0 70px;
  }
  .statistics__wrapp {
    padding: 40px 25px;
    width: 715px;
  }
  .statistics__title {
    font-size: 23px;
    line-height: 1.3;
    margin-bottom: 50px;
  }
  .statistics__title span {
    font-size: 30px;
  }
  .statistics__list {
    padding-left: 0px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    grid-row-gap: 40px;
  }
  .statistics__list > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .statistics__list > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .statistics__number {
    font-size: 45px;
  }
  .statistics__text {
    font-size: 18px;
    width: 280px;
  }
  .statistics__img {
    width: 800px;
  }
}
@media screen and (max-width: 992px) {
  .statistics {
    width: 750px;
    margin: 0 auto;
    padding: 80px 0 70px;
  }
  .statistics__wrapp {
    padding: 40px 25px;
    width: 100%;
  }
  .statistics__title {
    font-size: 23px;
    line-height: 1.3;
    margin-bottom: 50px;
  }
  .statistics__title span {
    font-size: 30px;
  }
  .statistics__list {
    padding-left: 0px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    grid-row-gap: 40px;
  }
  .statistics__list > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .statistics__list > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .statistics__number {
    font-size: 45px;
  }
  .statistics__text {
    font-size: 18px;
    width: 280px;
  }
  .statistics__img {
    width: 750px;
  }
}
@media screen and (max-width: 768px) {
  .statistics {
    width: 550px;
    margin: 0 auto;
    padding: 70px 0 60px;
  }
  .statistics__wrapp {
    padding: 40px 25px;
    width: 100%;
    background: linear-gradient(95.92deg, rgba(255, 255, 255, 0.35) 3.01%, rgba(255, 255, 255, 0.4) 46.31%);
  }
  .statistics__title {
    font-size: 22px;
    line-height: 1.3;
    margin-bottom: 50px;
  }
  .statistics__title span {
    font-size: 26px;
  }
  .statistics__list {
    padding-left: 15px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    grid-row-gap: 40px;
  }
  .statistics__list > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .statistics__item {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .statistics__number {
    font-size: 46px;
    margin-right: 30px;
  }
  .statistics__text {
    font-size: 19px;
    width: 400px;
  }
  .statistics__text br {
    display: none;
  }
  .statistics__img {
    width: 550px;
    -webkit-transform: none;
            transform: none;
    top: -110px;
    left: -105px;
  }
}
@media screen and (max-width: 575px) {
  .statistics {
    width: 95%;
    margin: 0 auto;
    padding: 70px 0 60px;
  }
  .statistics__wrapp {
    padding: 40px 13px;
    width: 100%;
    -webkit-backdrop-filter: blur(20px);
            backdrop-filter: blur(20px);
  }
  .statistics__title {
    font-size: 22px;
    line-height: 1.3;
    margin-bottom: 50px;
  }
  .statistics__title span {
    font-size: 26px;
  }
  .statistics__list {
    padding-left: 0px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    grid-row-gap: 40px;
    margin: 0 auto;
    max-width: 400px;
  }
  .statistics__list > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .statistics__item {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .statistics__number {
    font-size: 38px;
    margin-right: 11px;
    -webkit-text-stroke: 1px #3A3A3A;
    text-stroke: 1px #3A3A3A;
  }
  .statistics__text {
    font-size: 17px;
    width: calc(100% - 46px);
  }
  .statistics__text br {
    display: none;
  }
  .statistics__img {
    width: 718px;
    -webkit-transform: none;
            transform: none;
    top: -150px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.order {
  padding-bottom: 100px;
}
.order__wrapp {
  width: 920px;
}
.order__title {
  font-size: 28px;
  color: #3A3A3A;
  margin-bottom: 58px;
  line-height: 1.4;
}
.order__item:not(:last-child) {
  margin-bottom: 56px;
}
.order__item-title {
  color: #A00009;
  font-size: 36px;
  line-height: 1.1;
  margin-bottom: 15px;
}
.order__item-text {
  font-size: 24px;
  line-height: 1.3;
  color: #3A3A3A;
  margin-bottom: 22px;
  width: 830px;
}
.order__item-link {
  color: #A00009;
  font-size: 20px;
  text-decoration: underline;
  font-weight: 300;
}

@media screen and (max-width: 1500px) {
  .order {
    padding-bottom: 80px;
  }
  .order__wrapp {
    width: 885px;
  }
  .order__title {
    font-size: 26px;
    margin-bottom: 47px;
    line-height: 1.3;
  }
  .order__item:not(:last-child) {
    margin-bottom: 55px;
  }
  .order__item-title {
    font-size: 29px;
    margin-bottom: 14px;
  }
  .order__item-text {
    font-size: 20px;
    margin-bottom: 18px;
    width: auto;
  }
  .order__item-link {
    font-size: 19px;
  }
}
@media screen and (max-width: 1200px) {
  .order {
    padding-bottom: 70px;
  }
  .order__wrapp {
    width: 715px;
  }
  .order__title {
    font-size: 24px;
    margin-bottom: 45px;
  }
  .order__item:not(:last-child) {
    margin-bottom: 50px;
  }
  .order__item-title {
    font-size: 26px;
    line-height: 1.1;
    margin-bottom: 13px;
  }
  .order__item-text {
    font-size: 19px;
    line-height: 1.3;
    margin-bottom: 14px;
    width: 95%;
  }
  .order__item-link {
    font-size: 18px;
  }
}
@media screen and (max-width: 992px) {
  .order {
    padding-bottom: 60px;
  }
  .order__wrapp {
    width: 100%;
  }
  .order__title {
    font-size: 25px;
    margin-bottom: 40px;
  }
  .order__item:not(:last-child) {
    margin-bottom: 50px;
  }
  .order__item-title {
    font-size: 25px;
    line-height: 1.1;
    margin-bottom: 13px;
  }
  .order__item-text {
    font-size: 19px;
    line-height: 1.3;
    margin-bottom: 14px;
    width: 90%;
  }
  .order__item-link {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .order {
    padding-bottom: 50px;
  }
  .order__title {
    font-size: 22px;
    margin-bottom: 40px;
  }
  .order__item:not(:last-child) {
    margin-bottom: 50px;
  }
  .order__item-title {
    font-size: 24px;
    line-height: 1.1;
    margin-bottom: 13px;
  }
  .order__item-text {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 14px;
    width: 100%;
  }
  .order__item-link {
    font-size: 18px;
  }
}
@media screen and (max-width: 575px) {
  .order {
    padding-bottom: 50px;
  }
  .order__title {
    font-size: 18px;
    margin-bottom: 40px;
  }
  .order__item:not(:last-child) {
    margin-bottom: 50px;
  }
  .order__item-title {
    font-size: 23px;
  }
  .order__item-text {
    font-size: 18px;
    max-width: 480px;
  }
  .order__item-link {
    font-size: 20px;
  }
}
.purpose__wrapp {
  width: 995px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 255px 0 85px;
}
.purpose__wrapp-more {
  width: 100%;
  padding: 0;
  padding: 0 120px 0 80px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.purpose__wrapp-more .purpose__item {
  margin-bottom: 40px;
}
.purpose__item {
  width: 300px;
  padding: 21px 22px 41px;
  -webkit-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25);
  border-radius: 40px;
  background: #616774;
}
.purpose__img {
  width: 100%;
  height: 258px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  margin-bottom: 25px;
}
.purpose__title {
  font-size: 16px;
  text-align: center;
  line-height: 1.7;
  text-transform: uppercase;
  margin-bottom: 24px;
  color: #fff;
}
.purpose__text {
  color: #CECECE;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 42px;
}
.purpose__btn {
  height: 46px;
  margin: 0 9px;
  font-size: 21px;
}

@media screen and (max-width: 1500px) {
  .purpose__wrapp {
    width: 930px;
    padding: 0 270px 0 60px;
  }
  .purpose__wrapp-more {
    width: 100%;
    padding: 0 10px 0 35px;
  }
  .purpose__item {
    width: 280px;
    padding: 21px 18px 30px;
    -webkit-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25);
    border-radius: 40px;
    background: #616774 url(../img/pur.png) no-repeat 50% 50%/100% 100%;
  }
  .purpose__img {
    width: 100%;
    height: 240px;
    margin-bottom: 20px;
  }
  .purpose__title {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 18px;
  }
  .purpose__text {
    font-size: 17px;
    line-height: 1.5;
    margin-bottom: 30px;
  }
  .purpose__btn {
    height: 46px;
    margin: 0 9px;
    font-size: 21px;
  }
}
@media screen and (max-width: 1200px) {
  .purpose__wrapp {
    width: 100%;
    padding: 0 190px 0 50px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .purpose__wrapp-more {
    width: 100%;
    padding: 0;
  }
  .purpose__wrapp-more .purpose__item {
    margin-bottom: 30px;
  }
  .purpose__item {
    width: 245px;
    padding: 15px 15px 30px;
    -webkit-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25);
    border-radius: 40px;
    background: #616774 url(../img/pur.png) no-repeat 50% 50%/100% 100%;
  }
  .purpose__img {
    width: 100%;
    height: 220px;
    margin-bottom: 20px;
  }
  .purpose__title {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 18px;
  }
  .purpose__text {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 30px;
  }
  .purpose__btn {
    height: 44px;
    margin: 0 9px;
    font-size: 18px;
  }
}
@media screen and (max-width: 992px) {
  .purpose__wrapp {
    width: 100%;
    padding: 0 30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .purpose__wrapp-more {
    width: 100%;
  }
  .purpose__wrapp-more .purpose__item {
    margin-bottom: 30px;
  }
  .purpose__item {
    width: 320px;
    padding: 25px 25px 40px;
    margin-right: 0px;
  }
  .purpose__img {
    border-radius: 20px;
    margin-bottom: 20px;
    width: 270px;
    height: 270px;
  }
  .purpose__title {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 13px;
  }
  .purpose__text {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 25px;
  }
  .purpose__btn {
    height: 48px;
    font-size: 21px;
  }
}
@media screen and (max-width: 768px) {
  .purpose__wrapp {
    width: 100%;
    padding: 0 0px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .purpose__wrapp-more {
    width: 100%;
  }
  .purpose__item {
    width: 260px;
    padding: 20px 15px 30px;
    margin-right: 0px;
  }
  .purpose__img {
    border-radius: 20px;
    margin-bottom: 20px;
    width: 230px;
    height: 230px;
  }
  .purpose__title {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 13px;
  }
  .purpose__text {
    font-size: 17px;
    line-height: 1.3;
    margin-bottom: 25px;
  }
  .purpose__btn {
    height: 44px;
    font-size: 19px;
  }
}
@media screen and (max-width: 575px) {
  .purpose__wrapp {
    width: 100%;
    padding: 0 0px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .purpose__wrapp-more {
    width: 100%;
  }
  .purpose__wrapp-more .purpose__item:not(:last-child) {
    margin-bottom: 30px;
  }
  .purpose__wrapp .purpose__item {
    margin-bottom: 40px;
  }
  .purpose__item {
    width: 100%;
    max-width: 334px;
    padding: 20px 17px 45px;
    margin-right: 0px;
  }
  .purpose__img {
    border-radius: 20px;
    margin-bottom: 20px;
    width: 100%;
    height: auto;
  }
  .purpose__title {
    font-size: 17px;
    line-height: 1.6;
    margin-bottom: 13px;
  }
  .purpose__text {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 35px;
  }
  .purpose__btn {
    height: 52px;
    font-size: 23px;
  }
}
.constructor__banner img {
  width: 100%;
  height: auto;
}
.constructor__banner a {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.constructor__banner-2 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.constructor__banner-2 a {
  width: calc(50% - 10px);
}
.constructor__banner-2 a img {
  width: 100%;
}
.constructor__banner-2 img {
  width: calc(50% - 10px);
}
.constructor__icon a {
  width: 100%;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.constructor__icon img {
  width: 100%;
  height: auto;
}
.constructor__icon p {
  font-weight: 300;
  font-size: 20px;
  text-align: center;
  line-height: 1.5;
  margin-top: 20px;
}
.constructor__icon_large .constructor__icon-item {
  width: 344px;
}
.constructor__icon_large .constructor__icon-item img {
  width: 70%;
  margin: 0 auto;
  display: block;
}
.constructor__icon_large .constructor__icon-item:not(:last-child) {
  margin-right: 21px;
}
.constructor__icon_small {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 0;
}
.constructor__icon_small > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.constructor__icon_small > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.constructor__icon_small > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
.constructor__icon_small > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}
.constructor .m-40 {
  margin-bottom: 40px;
}
.constructor .m-70 {
  margin-bottom: 70px;
}
.constructor .m-130 {
  margin-bottom: 130px;
}
.constructor__video {
  width: 100%;
  height: 675px;
}
.constructor__video_two {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 0;
}
.constructor__video_two > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.constructor__video_two > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.constructor__video-wrapp:hover .overlay {
  background: rgba(0, 0, 0, 0.3);
}
.constructor__video-img {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  cursor: pointer;
  height: 332px;
}
.constructor__video-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.constructor__video-img .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.constructor__video-img .overlay svg {
  width: 75px;
  height: 50px;
}
.constructor__video-text {
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 11px;
  height: 78px;
  width: 100%;
  background: #616774;
}
.constructor__video-text h2 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 0;
}
.constructor__text p {
  text-align: justify;
  font-size: 20px;
  text-indent: 15px;
  line-height: 1.3;
  margin-bottom: 25px;
}
.constructor__text_col {
  padding-right: 100px;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 122px;
  -moz-column-gap: 122px;
  column-gap: 122px;
}
.constructor__mixed_wrapp {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.constructor__mixed_wrapp a,
.constructor__mixed_wrapp .constructor__text,
.constructor__mixed_wrapp img {
  width: calc(50% - 10px);
}
.constructor__mixed_wrapp a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.constructor__mixed_wrapp img {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -o-object-fit: cover;
     object-fit: cover;
}
.constructor__mixed_wrapp-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media screen and (max-width: 1500px) {
  .constructor__icon p {
    font-size: 19px;
    line-height: 1.4;
    margin-top: 18px;
  }
  .constructor__icon_large {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 25px 1fr 25px 1fr;
    grid-template-columns: repeat(3, 1fr);
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 25px;
    grid-row-gap: 0;
  }
  .constructor__icon_large > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .constructor__icon_large > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .constructor__icon_large > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  .constructor__icon_large .constructor__icon-item {
    width: 100%;
  }
  .constructor__icon_large .constructor__icon-item:not(:last-child) {
    margin-right: 0px;
  }
  .constructor .m-40 {
    margin-bottom: 35px;
  }
  .constructor .m-70 {
    margin-bottom: 60px;
  }
  .constructor .m-130 {
    margin-bottom: 110px;
  }
  .constructor__video {
    height: 600px;
  }
  .constructor__video-img {
    height: 300px;
  }
  .constructor__video-img .overlay svg {
    width: 75px;
    height: 50px;
  }
  .constructor__video-text {
    padding: 9px;
    height: 76px;
  }
  .constructor__video-text h2 {
    font-size: 18px;
  }
  .constructor__text p {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .constructor__text_col {
    padding-right: 20px;
    -webkit-column-gap: 90px;
    -moz-column-gap: 90px;
    column-gap: 90px;
  }
}
@media screen and (max-width: 1200px) {
  .constructor__icon p {
    font-size: 17px;
    line-height: 1.4;
    margin-top: 14px;
  }
  .constructor__icon_large {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 25px 1fr 25px 1fr;
    grid-template-columns: repeat(3, 1fr);
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 25px;
    grid-row-gap: 0;
  }
  .constructor__icon_large > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .constructor__icon_large > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .constructor__icon_large > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  .constructor__icon_large .constructor__icon-item {
    width: 100%;
  }
  .constructor__icon_large .constructor__icon-item:not(:last-child) {
    margin-right: 0px;
  }
  .constructor__icon_small {
    grid-column-gap: 17px;
  }
  .constructor .m-40 {
    margin-bottom: 35px;
  }
  .constructor .m-70 {
    margin-bottom: 50px;
  }
  .constructor .m-130 {
    margin-bottom: 90px;
  }
  .constructor__video {
    height: 460px;
  }
  .constructor__video-img {
    height: 220px;
  }
  .constructor__video-img .overlay svg {
    width: 60px;
    height: 40px;
  }
  .constructor__video-text {
    padding: 8px;
    height: 66px;
  }
  .constructor__video-text h2 {
    font-size: 16px;
  }
  .constructor__text p {
    font-size: 17px;
    line-height: 1.4;
    margin-bottom: 18px;
  }
  .constructor__text_col {
    padding-right: 0px;
    -webkit-column-gap: 70px;
    -moz-column-gap: 70px;
    column-gap: 70px;
  }
}
@media screen and (max-width: 992px) {
  .constructor > div {
    width: 750px;
    margin: 0 auto;
  }
  .constructor > div.constructor__video-banner, .constructor > div.constructor__banner {
    width: 100%;
  }
  .constructor__icon p {
    font-size: 17px;
    line-height: 1.4;
    margin-top: 14px;
  }
  .constructor__icon p br {
    display: none;
  }
  .constructor__icon_large {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 25px 1fr 25px 1fr;
    grid-template-columns: repeat(3, 1fr);
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 25px;
    grid-row-gap: 0;
  }
  .constructor__icon_large > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .constructor__icon_large > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .constructor__icon_large > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  .constructor__icon_large .constructor__icon-item {
    width: 100%;
  }
  .constructor__icon_large .constructor__icon-item:not(:last-child) {
    margin-right: 0px;
  }
  .constructor__icon_small {
    grid-column-gap: 17px;
  }
  .constructor .m-70 {
    margin-bottom: 40px;
  }
  .constructor .m-130 {
    margin-bottom: 70px;
  }
  .constructor__video {
    height: 430px;
  }
  .constructor__video-img {
    height: 210px;
  }
  .constructor__video-img .overlay svg {
    width: 60px;
    height: 40px;
  }
  .constructor__video-text {
    padding: 8px;
    height: 66px;
  }
  .constructor__video-text h2 {
    font-size: 16px;
  }
  .constructor__text p {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 18px;
  }
  .constructor__text_col {
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
  }
}
@media screen and (max-width: 768px) {
  .constructor > div {
    width: 550px;
  }
  .constructor > div.constructor__video-banner, .constructor > div.constructor__banner {
    width: 100%;
  }
  .constructor__icon p {
    font-size: 20px;
    line-height: 1.3;
    margin-top: 10px;
  }
  .constructor__banner-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .constructor__banner-2 a {
    width: 100%;
  }
  .constructor__banner-2 img {
    width: 100%;
  }
  .constructor__banner-2 a:not(:last-child),
.constructor__banner-2 img:not(:last-child) {
    margin-bottom: 20px;
  }
  .constructor__icon_large {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 40px;
  }
  .constructor__icon_large > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .constructor__icon_large .constructor__icon-item {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
  }
  .constructor__icon_large .constructor__icon-item img {
    width: 80%;
    margin: 0 auto;
    display: block;
  }
  .constructor__icon_large .constructor__icon-item:not(:last-child) {
    margin: 0 auto;
  }
  .constructor__icon_small {
    grid-column-gap: 17px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 25px;
  }
  .constructor__icon_small > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .constructor__icon_small > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .constructor .m-40 {
    margin-bottom: 40px;
  }
  .constructor .m-70 {
    margin-bottom: 60px;
  }
  .constructor .m-130 {
    margin-bottom: 100px;
  }
  .constructor__video {
    height: 350px;
  }
  .constructor__video_two {
    grid-column-gap: 15px;
  }
  .constructor__video-img {
    height: 170px;
  }
  .constructor__video-img .overlay svg {
    width: 50px;
    height: 30px;
  }
  .constructor__video-text {
    padding: 7px;
    height: 50px;
  }
  .constructor__video-text h2 {
    font-size: 14px;
  }
  .constructor__text p {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 15px;
  }
  .constructor__text p:last-child {
    margin-bottom: 0;
  }
  .constructor__text_col {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0px;
    -moz-column-gap: 0px;
    column-gap: 0px;
  }
  .constructor__mixed_wrapp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .constructor__mixed_wrapp a,
.constructor__mixed_wrapp .constructor__text,
.constructor__mixed_wrapp img {
    width: 100%;
  }
  .constructor__mixed_wrapp a img {
    width: 100%;
    height: auto;
  }
  .constructor__mixed_wrapp .constructor__text {
    margin-bottom: 20px;
  }
  .constructor__mixed_wrapp-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .constructor__mixed_wrapp-reverse .constructor__text {
    margin-bottom: 0px;
  }
  .constructor__mixed_wrapp-reverse .constructor__text p:last-child {
    margin-bottom: 0;
  }
  .constructor__mixed_wrapp-reverse img {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 575px) {
  .constructor > div {
    width: 95%;
  }
  .constructor > div.constructor__video-banner, .constructor > div.constructor__banner {
    width: 100%;
  }
  .constructor__icon p {
    font-size: 14px;
    line-height: 1.3;
    margin-top: 10px;
  }
  .constructor__banner-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .constructor__banner-2 a {
    width: 100%;
  }
  .constructor__banner-2 img {
    width: 100%;
  }
  .constructor__banner-2 a:not(:last-child),
.constructor__banner-2 img:not(:last-child) {
    margin-bottom: 20px;
  }
  .constructor__icon_large {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 30px;
  }
  .constructor__icon_large > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .constructor__icon_large .constructor__icon-item {
    width: 75%;
    max-width: 230px;
  }
  .constructor__icon_large .constructor__icon-item img {
    width: 80%;
    margin: 0 auto;
    display: block;
  }
  .constructor__icon_small {
    grid-column-gap: 17px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 11px 1fr;
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 11px;
    grid-row-gap: 25px;
  }
  .constructor__icon_small > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .constructor__icon_small > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .constructor .m-40 {
    margin-bottom: 30px;
  }
  .constructor .m-70 {
    margin-bottom: 40px;
  }
  .constructor .m-130 {
    margin-bottom: 70px;
  }
  .constructor__video {
    height: 300px;
  }
  .constructor__video-img {
    height: 140px;
  }
  .constructor__video-img .overlay svg {
    width: 50px;
    height: 30px;
  }
  .constructor__video-text {
    padding: 7px;
    height: 54px;
  }
  .constructor__text p {
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 20px;
  }
  .constructor__text_col {
    margin: 0 auto;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0px;
    -moz-column-gap: 0px;
    column-gap: 0px;
  }
  .constructor__mixed_wrapp .constructor__text {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 460px) {
  .constructor__video {
    height: 250px;
  }
  .constructor__video_two {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 30px;
  }
  .constructor__video-img {
    height: auto;
    max-height: 230px;
  }
  .constructor__video-img img {
    height: auto;
    max-height: 230px;
  }
  .constructor__video-img .overlay svg {
    width: 50px;
    height: 30px;
  }
  .constructor__video-text {
    padding: 7px;
    height: 60px;
  }
  .constructor__video-text h2 {
    font-size: 16px;
  }
}