@charset "UTF-8";
body {
  font-size: 17px;
  line-height: 28px;
  color: black;
  font-family: 'Montserrat', sans-serif;
  color: #444444;
}


a {
  -webkit-transition: 0.5s all cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: 0.5s all cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: 0.5s all cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.5s all cubic-bezier(0.4, 0, 0.2, 1);
  text-decoration: none;
}

a:hover, a:active {
  color: inherit;
  text-decoration: underline;
}

img {
  max-width: 100%;
}

section {
  margin-bottom: 100px;
}

section.withBg {
  padding: 50px 0;
}

.btn {
  -webkit-transition: 0.5s all cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: 0.5s all cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: 0.5s all cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.5s all cubic-bezier(0.4, 0, 0.2, 1);
  border: none;
  cursor: pointer;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12);
     -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12);
  text-decoration: none;
  font-weight: 700;
  padding: 15px 30px;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 16px;
}

.btn:hover, .btn:focus, .btn:active {
  text-decoration: none;
}

.btn__icon:before {
  content: '';
  vertical-align: middle;
  height: 16px;
  width: 0;
  -webkit-filter: invert(1);
          filter: invert(1);
  -webkit-background-size: contain;
     -moz-background-size: contain;
       -o-background-size: contain;
          background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  margin-right: 5px;
  -webkit-transition: 0.5s all cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: 0.5s all cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: 0.5s all cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.5s all cubic-bezier(0.4, 0, 0.2, 1);
}

.btn__icon:hover:before {
  width: 16px;
}

.btn__icon span {
  vertical-align: middle;
}

.btn__icon__info:before {
  background-image: url(../img/btn__info.svg);
}

.btn__icon__right:before {
  background-image: url(../img/btn__right.svg);
}

.btn__icon__calc:before {
  background-image: url(../img/btn__calc.svg);
}

.btn__blue {
  background: #3B96E7;
  color: #ffffff;
}

.btn__blue:hover, .btn__blue:focus, .btn__blue:active {
  background: #444444;
  color: #ffffff;
}

.btn__main {
  background: #444444;
  color: #ffffff;
}

.btn__main:hover, .btn__main:focus, .btn__main:active {
  background: #3B96E7;
  color: #ffffff;
}

.btn__white {
  background: #ffffff;
  color: #2d80ce;
}

.btn__white:hover, .btn__white:focus, .btn__white:active {
  background: #ffffff;
  color: #2d80ce;
  opacity: 0.9;
}

.btn__up {
  position: fixed;
  bottom: 50px;
  left: 50px;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 100%;
     -moz-border-radius: 100%;
          border-radius: 100%;
  z-index: 90;
  opacity: 0.7;
  padding: 0;
}

.btn__up:before {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url(../img/arrow__up.svg);
  background-position: center center;
  -webkit-filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(30deg) brightness(103%) contrast(101%);
          filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(30deg) brightness(103%) contrast(101%);
}

.btn__check {
  position: relative;
}

.btn__check span {
  vertical-align: middle;
}

.btn__check:before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  vertical-align: middle;
  -webkit-filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(30deg) brightness(103%) contrast(101%);
          filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(30deg) brightness(103%) contrast(101%);
  background-image: url(../img/check.svg);
  -webkit-background-size: contain;
     -moz-background-size: contain;
       -o-background-size: contain;
          background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.btn__check.btn__white:before {
  -webkit-filter: invert(50%) sepia(98%) saturate(2221%) hue-rotate(187deg) brightness(84%) contrast(91%);
          filter: invert(50%) sepia(98%) saturate(2221%) hue-rotate(187deg) brightness(84%) contrast(91%);
}

.btn__download:before {
  background-image: url(../img/download.svg);
}

.slider__container {
  margin: 0 -12px;
}

.slider__item {
  padding: 0 12px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 var(--slider-width);
     -moz-box-flex: 0;
      -ms-flex: 0 0 var(--slider-width);
          flex: 0 0 var(--slider-width);
  max-width: var(--slider-width);
}

.phones a {
  color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.phones a img {
  margin-right: 10px;
}

.phones a span {
  font-size: 17px;
  line-height: 25px;
}

.phones div {
  color: #FFE600;
  margin-top: 8px;
  margin-left: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-text-decoration-line: underline;
     -moz-text-decoration-line: underline;
          text-decoration-line: underline;
  text-transform: uppercase;
  cursor: pointer;
}

.phones div:hover {
  opacity: 0.75;
}

.social__line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}

.logo {
  display: block;
}

.section__title {
  margin-bottom: 40px;
}

.section__title__small {
  margin-bottom: 30px;
}

.section__title h1 {
  font-size: 34px;
  line-height: 37px;
  color: #2d80ce;
  font-weight: 800;
  text-transform: uppercase;
}

.section__title h1 span {
  color: #4ca0ef;
}

.section__title h2 {
  color: #2d80ce;
  font-size: 28px;
  line-height: 31px;
  font-weight: 800;
  text-transform: uppercase;
}

.section__title h2 span {
  color: #4ca0ef;
}

.section__title__white h2 {
  color: #ffffff;
}

.section__title__white h2 span {
  opacity: 0.8;
  color: #ffffff;
}

.callback {
  padding: 25px 30px;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12);
     -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12);
  background-color: #f4f4f4;
  background-image: url(../img/bgdec.jpg);
  -webkit-background-size: contain;
     -moz-background-size: contain;
       -o-background-size: contain;
          background-size: contain;
  background-repeat: no-repeat;
  background-position: center right;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.callback__text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 30px;
}

.callback__title {
  font-weight: 800;
  font-size: 18px;
  line-height: 20px;
  color: #2d80ce;
  text-transform: uppercase;
}

.callback__title span {
  color: #4ca0ef;
}

.callback__title + div {
  margin: 15px 0;
}

.callback .phones {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
}

.callback .phones a {
  color: #444444;
  margin-left: 10px;
}

.callback .phones a img {
  width: 20px;
  -webkit-filter: invert(22%) sepia(1%) saturate(1758%) hue-rotate(16deg) brightness(107%) contrast(89%);
          filter: invert(22%) sepia(1%) saturate(1758%) hue-rotate(16deg) brightness(107%) contrast(89%);
}

.callback__blue {
  color: #ffffff;
  background-image: url(../img/callback__blue.jpg);
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
  background-position: center center;
}

.callback__blue .callback__title {
  color: #ffffff;
}

.callback__blue .callback__title span {
  color: #ffffff;
  opacity: 0.8;
}

.callback__blue .phones a {
  color: #ffffff;
}

.callback__blue .phones a img {
  -webkit-filter: invert(1);
          filter: invert(1);
}

.link__go {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: 0.5s all cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: 0.5s all cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: 0.5s all cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.5s all cubic-bezier(0.4, 0, 0.2, 1);
}

.link__go:before, .link__go:after {
  content: '';
  -webkit-transition: 0.5s all cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: 0.5s all cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: 0.5s all cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.5s all cubic-bezier(0.4, 0, 0.2, 1);
}

.link__go div:before, .link__go div:after {
  content: '';
  -webkit-transition: 0.5s all cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: 0.5s all cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: 0.5s all cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.5s all cubic-bezier(0.4, 0, 0.2, 1);
}

.link__go:hover:before {
  content: '';
  position: absolute;
  background: #ffffff;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.7;
  z-index: 2;
  -webkit-transition: 0.5s all cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: 0.5s all cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: 0.5s all cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.5s all cubic-bezier(0.4, 0, 0.2, 1);
}

.link__go:hover div {
  z-index: 1;
}

.link__go:hover div:before {
  content: '';
  position: absolute;
  background: #444444;
  width: 100px;
  height: 100px;
  -webkit-border-radius: 100%;
     -moz-border-radius: 100%;
          border-radius: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0.7;
  z-index: 3;
  -webkit-transition: 0.5s all cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: 0.5s all cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: 0.5s all cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.5s all cubic-bezier(0.4, 0, 0.2, 1);
}

.link__go:hover div:after {
  content: '';
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0.7;
  background-image: url(../img/arrow__go.svg);
  -webkit-background-size: contain;
     -moz-background-size: contain;
       -o-background-size: contain;
          background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 4;
  -webkit-transition: 0.5s all cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: 0.5s all cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: 0.5s all cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.5s all cubic-bezier(0.4, 0, 0.2, 1);
}

.link__go.link__resize:hover div:after {
  background-image: url(../img/resize.svg);
}

.youtube {
  height: 0px;
  padding-bottom: 56.2%;
  position: relative;
}

.youtube iframe {
  width: 100%;
  height: 100%;
  position: absolute;
}

.pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.pagination ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  padding: 0;
  margin: 0;
}

.pagination ul li {
  display: block;
}

.pagination ul li > * {
  display: block;
  width: 35px;
  line-height: 33px;
  -webkit-border-radius: 100%;
     -moz-border-radius: 100%;
          border-radius: 100%;
  text-decoration: none;
  text-align: center;
  border: 1px solid #444444;
}

.pagination ul li a {
  color: #444444;
}

.pagination ul li a:hover, .pagination ul li a:focus, .pagination ul li a:active {
  color: #3B96E7;
  text-decoration: none;
}

.pagination ul li span {
  display: block;
  color: #3B96E7;
  font-weight: 700;
}

.pagination div {
  font-size: 14px;
  line-height: 16px;
}

p {
  margin-bottom: 15px;
}

.text p {
  margin-bottom: 1rem;
}

.text *:last-child {
  margin-bottom: 0;
}

.text ul,
.text ol {
  margin-bottom: 15px;
}

.text h1,
.text h2,
.text h3,
.text h4,
.text h5,
.text h6 {
  color: #2d80ce;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.text h1 span,
.text h2 span,
.text h3 span,
.text h4 span,
.text h5 span,
.text h6 span {
  color: #4ca0ef;
}

.text h1 {
  font-size: 34px;
  line-height: 37px;
}

.text h2 {
  font-size: 28px;
  line-height: 31px;
}

.text h3 {
  font-size: 26px;
  line-height: 29px;
}

.text h4 {
  font-size: 24px;
  line-height: 27px;
}

.text h5 {
  font-size: 22px;
  line-height: 25px;
}

.text h6 {
  font-size: 20px;
  line-height: 23px;
}

.text table {
  margin-bottom: 1rem;
  border: 1px solid #e1e1e1;
  width: 100%;
  font-size: 13px;
}

.text table tr {
  border-bottom: 1px solid #e1e1e1;
}

.text table tr td,
.text table tr th {
  border-right: 1px solid #e1e1e1;
  padding: 10px;
}

.text table tr td:last-child,
.text table tr th:last-child {
  border-right: none;
}

.textOther ul li {
  display: block;
  position: relative;
}

.textOther ul li:before {
  content: '';
  position: absolute;
  left: -20px;
  top: 50%;
  width: 12px;
  height: 1rem;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../img/check.svg);
  background-position: center center;
  -webkit-background-size: contain;
     -moz-background-size: contain;
       -o-background-size: contain;
          background-size: contain;
  background-repeat: no-repeat;
  -webkit-filter: invert(44%) sepia(75%) saturate(2168%) hue-rotate(189deg) brightness(88%) contrast(81%);
          filter: invert(44%) sepia(75%) saturate(2168%) hue-rotate(189deg) brightness(88%) contrast(81%);
}

.header {
  padding: 10px 0 0 0;
  background: #3B96E7;
  color: #ffffff;
  font-size: 16px;
  line-height: 20px;
  z-index: 100;
  position: relative;
}

.header.frontPage {
  background: transparent;
}

.header__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}

.header__bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.header__worktime {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.header__worktime img {
  margin-right: 10px;
}

.header__mail {
  color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}

.header__mail img {
  margin-right: 10px;
}

.header__location {
  color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__location img {
  margin-right: 10px;
}

.header__location select {
  background: transparent;
  border: none;
  color: #ffffff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url(../img/select.svg);
  background-position: right center;
  -webkit-background-size: 8px 8px;
     -moz-background-size: 8px 8px;
       -o-background-size: 8px 8px;
          background-size: 8px 8px;
  background-repeat: no-repeat;
  padding-right: 10px;
  width: 75px;
  cursor: pointer;
}

.header__location select:focus, .header__location select:hover, .header__location select:active {
  outline: none;
}

.header__location select option {
  color: #444444;
}

.header__search {
  position: relative;
  padding-bottom: 10px;
}

.header__search .search__btn {
  cursor: pointer;
}

.header__search form {
  display: none;
  position: absolute;
  right: 0;
  top: -webkit-calc(100% + 10px);
  top: -moz-calc(100% + 10px);
  top: calc(100% + 10px);
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
  background: #ffffff;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  -webkit-box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.2);
  max-width: 300px;
}

.header__search form input[type=text] {
  border: none;
  outline: none;
  background: #f4f4f4;
  color: #444444;
  line-height: 20px;
  padding: 10px 15px;
  max-width: 230px;
}

.header__search form input[type=submit] {
  border: none;
  outline: none;
  height: 40px;
  width: 40px;
  background-image: url(../img/search.svg);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: auto auto;
     -moz-background-size: auto;
       -o-background-size: auto;
          background-size: auto;
  padding: 0;
  color: transparent;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.banner {
  background-image: url(../img/bgdec__blue.jpg);
  background-position: center center;
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding-bottom: 80px;
  margin-bottom: 30px;
}

.banner > div {
  width: 100% !important;
}

.banner > div .ls-gui-element.ls-bottom-nav-wrapper {
  display: none !important;
}

.banner > div .ls-gui-element.ls-nav-next, .banner > div .ls-gui-element.ls-nav-prev {
  z-index: 90;
}

.banner:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 210px;
  background-image: url(../img/bgdec__bottom.svg);
  background-position: bottom center;
  -webkit-background-size: contain;
     -moz-background-size: contain;
       -o-background-size: contain;
          background-size: contain;
  background-repeat: no-repeat;
}

.breadcrumbs {
  padding: 100px 0 10px 0;
  background-image: url(../img/contacts__bg.jpg);
  background-position: center center;
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: #ffffff;
  margin-bottom: 70px;
}

.breadcrumbs h1 {
  font-weight: 800;
  text-transform: uppercase;
}

.breadcrumbs__block {
  font-size: 11px;
  line-height: 15px;
}

.breadcrumbs__block a {
  color: #ffffff;
}

.breadcrumbs.breadcrumbsBg {
  position: relative;
  padding-bottom: 200px;
}

.breadcrumbs.breadcrumbsBg:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 0;
}

.breadcrumbs.breadcrumbsBg:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background-image: url(../img/bgdec__bottom.svg);
  background-position: bottom center;
  -webkit-background-size: contain;
     -moz-background-size: contain;
       -o-background-size: contain;
          background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}

.breadcrumbs.breadcrumbsBg .container {
  z-index: 2;
  position: relative;
}

.elemWidth {
  margin-bottom: -30px;
}

.elemWidth > div {
  margin-bottom: 30px;
}

.imgText__img img {
  display: block;
  margin: 0 auto 20px auto;
}

.imgText__img img:last-child {
  margin-bottom: 0;
}

.imgText__text {
  padding: 30px;
  -webkit-box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.2);
  background: #ffffff;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}

.imgText__text__border {
  border: 5px solid #2d80ce;
}

.imgText__text .btn {
  margin-top: 20px;
}

.imgText__text + .section__title {
  margin-top: 40px;
}

.imgText .imText__text {
  background: #f4f4f4;
}

.imgText .callback {
  margin-top: 40px;
}

.imgText .equipment__title {
  margin: 20px 0;
  font-weight: 800;
  font-size: 18px;
  line-height: 20px;
  color: #2d80ce;
  text-transform: uppercase;
}

.imgText .equipment__title span {
  color: #4ca0ef;
}

.imgText .align-items-stretch .imgText__text {
  height: 100%;
}

.gallery {
  padding: 210px 0;
  background-image: url(../img/bgdec__blue.jpg);
  background-position: center center;
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  margin-bottom: 30px;
}

.gallery__dark {
  background-image: url(../img/bgdec__dark.jpg);
  color: #ffffff;
}

.gallery.galleryNotBg {
  padding: 0 !important;
  background: none;
}

.gallery.galleryNotBg:before, .gallery.galleryNotBg:after {
  display: none !important;
}

.gallery:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 210px;
  background-image: url(../img/bgdec__top.svg);
  background-position: top center;
  -webkit-background-size: contain;
     -moz-background-size: contain;
       -o-background-size: contain;
          background-size: contain;
  background-repeat: no-repeat;
}

.gallery:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 210px;
  background-image: url(../img/bgdec__bottom.svg);
  background-position: bottom center;
  -webkit-background-size: contain;
     -moz-background-size: contain;
       -o-background-size: contain;
          background-size: contain;
  background-repeat: no-repeat;
}

.gallery .row:nth-child(2) {
  margin-bottom: -24px;
}

.gallery .row:nth-child(2) > div {
  margin-bottom: 24px;
}

.gallery__block {
  display: block;
  position: relative;
  height: 0;
  padding-top: 100%;
  overflow: hidden;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}

.gallery__block:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
  z-index: 2;
}

.gallery__block img {
  position: absolute;
  height: 100%;
  width: auto;
  max-width: none;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  -webkit-transition: 0.5s all cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: 0.5s all cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: 0.5s all cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.5s all cubic-bezier(0.4, 0, 0.2, 1);
}

.gallery__block span {
  display: block;
  font-weight: 800;
  color: #ffffff;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 90%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 3;
}

.gallery__block:hover img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
     -moz-transform: translate(-50%, -50%) scale(1.1);
      -ms-transform: translate(-50%, -50%) scale(1.1);
       -o-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
}

.gallery .callback {
  margin-top: 40px;
}

.galleryOther .gallery__block:before,
.galleryOther .gallery__block span {
  display: none;
}

.galleryOther .gallery__block:hover:before,
.galleryOther .gallery__block:hover span {
  display: block;
}

.constructor {
  background-image: url(../img/bgdec__blue.jpg);
  color: #ffffff;
}

.constructor h2 {
  font-size: 3rem;
}

.constructor p {
  font-size: 1.5rem;
}

.constructor .btn {
  font-size: 2rem;
}

.constructor .btn:before {
  height: 1.5rem;
  width: 1.5rem;
  -webkit-filter: none;
          filter: none;
}

.about .section__title {
  margin-bottom: 15px;
}

.about p + a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.about__number {
  width: 180px;
  height: 180px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-border-radius: 100%;
     -moz-border-radius: 100%;
          border-radius: 100%;
  border: 10px solid #2d80ce;
  border-style: inset;
}

.about__number div {
  font-size: 40px;
  line-height: 40px;
  color: #2d80ce;
}

.about__number div b {
  opacity: 0.5;
  font-weight: 400;
}

.about__number p {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
}

.about__numbers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about .btn__download {
  width: 100%;
  margin-top: 30px;
  font-size: 22px;
  line-height: 30px;
}

.about .btn__download:before {
  margin-right: 15px;
  height: 27px;
  width: 27px;
}

.features__block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 20px;
}

.features__block__icon {
  width: 70px;
  height: 70px;
  background: #2d80ce;
  -webkit-border-radius: 100%;
     -moz-border-radius: 100%;
          border-radius: 100%;
  position: relative;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12);
     -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12);
}

.features__block__icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 27px;
  width: auto;
}

.features__block__img {
  width: 80px;
}

.features__block__img img {
  width: 100%;
}

.features__block__text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.features__block__text p:last-child {
  margin-bottom: 0;
}

.features__block__title {
  font-weight: 800;
  font-size: 21px;
  line-height: 23px;
  color: #2d80ce;
  margin-bottom: 15px;
  text-transform: uppercase;
  display: block;
}

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

.features__block_other .features__block__img {
  width: 60px;
}

.clients {
  --slider-width: 12.5%;
}

.review {
  --slider-width: 50%;
}

.review__block {
  background: #f7f7f7;
  -webkit-border-radius: 20px;
     -moz-border-radius: 20px;
          border-radius: 20px;
  padding: 30px;
  height: 100%;
}

.review__block__title {
  font-weight: 700;
  margin-bottom: 15px;
  color: #2d80ce;
  text-transform: uppercase;
}

.review .row:last-child {
  margin-bottom: -24px;
}

.review .row:last-child > div {
  margin-bottom: 24px;
}

.sertificat p {
  font-size: 16px;
}

.sertificat p + a {
  display: block;
}

.sertificat__block {
  display: block;
}

.sertificat__block img {
  -webkit-transition: 0.5s all cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: 0.5s all cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: 0.5s all cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.5s all cubic-bezier(0.4, 0, 0.2, 1);
}

.sertificat__block:hover img {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}

.sertificat__blocks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}

.team__block__title {
  margin: 10px 0;
  font-size: 18px;
  line-height: 20px;
  color: #3B96E7;
  font-weight: 800;
  text-transform: uppercase;
}

.team__block p {
  margin-bottom: 0;
}

.steps h2 {
  text-align: center;
}

.steps__block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
     -moz-box-orient: horizontal;
     -moz-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.steps__blocks {
  position: relative;
  counter-reset: item;
}

.steps__blocks:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1px;
  height: 100%;
  border-right: 1px dashed #d0d0d0;
}

.steps__block__img {
  background: #2d80ce;
  width: 90px;
  height: 90px;
  -webkit-border-radius: 100%;
     -moz-border-radius: 100%;
          border-radius: 100%;
  position: relative;
}

.steps__block__img:before {
  content: '';
  width: 30px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: -30px;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #d0d0d0;
}

.steps__block__img:after {
  content: '';
  width: 5px;
  height: 5px;
  position: absolute;
  left: -30px;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #d0d0d0;
}

.steps__block__img img {
  height: 37px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.steps__block__title {
  width: -webkit-calc(50% - 105px);
  width: -moz-calc(50% - 105px);
  width: calc(50% - 105px);
  font-weight: 700;
  font-size: 18px;
  color: #3B96E7;
  text-transform: uppercase;
}

.steps__block:after {
  content: counter(item);
  counter-increment: item;
  width: -webkit-calc(50% - 105px);
  width: -moz-calc(50% - 105px);
  width: calc(50% - 105px);
  text-align: right;
  font-size: 25px;
  font-weight: 700;
  color: #888888;
}

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

.steps__block:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.steps__block:nth-child(2n) .steps__block__title {
  text-align: right;
}

.steps__block:nth-child(2n) .steps__block__img:before, .steps__block:nth-child(2n) .steps__block__img:after {
  left: auto;
  right: -30px;
}

.steps__block:nth-child(2n):after {
  -moz-text-align-last: left;
       text-align-last: left;
}

.posts {
  --slider-width: 33.333333333333%;
}

.posts__block {
  font-size: 20px;
  line-height: 33px;
}

.posts__block__img {
  margin-bottom: 10px;
}

.posts__block__title {
  color: #3B96E7;
  font-weight: 800;
  text-transform: uppercase;
}

.posts__block__time {
  font-size: 15px;
  line-height: 20px;
  margin: 10px 0;
}

.posts__block__btn {
  position: relative;
}

.posts__block__btn:before {
  content: '';
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  height: 1px;
  background: #444444;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

.posts__block__btn a {
  font-size: 15px;
  line-height: 30px;
  padding: 0 20px;
  border: 1px solid #444444;
  text-transform: uppercase;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  display: block;
  -webkit-border-radius: 20px;
     -moz-border-radius: 20px;
          border-radius: 20px;
  background: #ffffff;
  position: relative;
  color: #444444;
  font-weight: 700;
}

.posts__block__btn a:hover, .posts__block__btn a:focus, .posts__block__btn a:active {
  color: #3B96E7;
  text-decoration: none;
}

.post {
  font-size: 20px;
  line-height: 33px;
}

.post p {
  text-align: justify;
}

.post p img {
  vertical-align: top;
}

.post p img.alignleft {
  margin-right: 10px;
  float: left;
}

.post p img.alignright {
  margin-left: 10px;
  float: right;
}

.post p img.aligncenter {
  margin: 0 auto 10px auto;
}

.post p img:last-child {
  margin-bottom: 0 !important;
}

.faq__block {
  border-bottom: 1px solid #444444;
}

.faq__block__title {
  font-weight: 700;
  color: #2d80ce;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.sales__block {
  padding-bottom: 15px;
  border-bottom: 1px solid #444444;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}

.sales__block__img {
  width: 25%;
  display: block;
}

.sales__block__text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.sales__block p {
  margin-bottom: 0;
}

.sales__block__title {
  font-weight: 700;
  color: #2d80ce;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.contact__block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.contact__block__img {
  width: 50px;
}

.contact__block__img img {
  width: 100%;
}

.contact__block__text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.contact__block__title {
  font-weight: 700;
  color: #2d80ce;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.contact__block a {
  display: block;
  margin-bottom: 1rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #444444;
  text-decoration: none;
}

.contact__block a:hover, .contact__block a:focus, .contact__block a:active {
  color: #2d80ce;
  text-decoration: none;
}

.example.withBg {
  color: #ffffff;
  background: #2d80ce;
}

.example__block__img {
  background: #ffffff;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}

.example__block__title {
  margin: 10px 0;
  font-weight: 800;
}

.example__block p {
  margin: 0;
}

.boxes__menu {
  padding: 5px 20px;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  border: 2px solid #2d80ce;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12);
     -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12);
}

.boxes__menu ul {
  padding: 0;
  margin: 0;
  display: block;
}

.boxes__menu ul li {
  display: block;
}

.boxes__menu ul li a {
  display: block;
  color: #444444;
  padding: 5px 0;
  border-bottom: 1px solid #2d80ce;
  font-weight: 500;
}

.boxes__menu ul li:last-child a {
  border-bottom: none;
}

.boxes__menu ul li .sub-menu {
  display: none;
  padding: 0 15px;
}

.boxes__menu ul li.menu-item-has-children > a {
  position: relative;
}

.boxes__menu ul li.menu-item-has-children > a:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  background-image: url(../img/arrow__up.svg);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
     -moz-background-size: contain;
       -o-background-size: contain;
          background-size: contain;
  -webkit-filter: invert(46%) sepia(69%) saturate(529%) hue-rotate(166deg) brightness(87%) contrast(97%);
          filter: invert(46%) sepia(69%) saturate(529%) hue-rotate(166deg) brightness(87%) contrast(97%);
  height: 10px;
  width: 10px;
  -webkit-transform: translateY(-50%) rotate(180deg);
     -moz-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
       -o-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  -webkit-transition: 0.5s all cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: 0.5s all cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: 0.5s all cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.5s all cubic-bezier(0.4, 0, 0.2, 1);
}

.boxes__menu ul li.menu-item-has-children.active > a:after {
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

.boxes__categories {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 30px;
}

.boxes__categories a {
  display: block;
  padding: 5px;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12);
     -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12);
  text-decoration: none;
}

.boxes__block__img {
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12);
     -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12);
  background: #ffffff;
  margin: 0 auto;
}

.boxes__block__title {
  font-weight: 800;
  text-transform: uppercase;
  margin: 10px 0;
}

.boxes__block .btn {
  padding: 5px 15px;
}

section.contacts.withBg {
  padding-top: 210px;
}

.contacts {
  margin: 0;
  background-image: url(../img/contacts__bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
  position: relative;
}

.contacts:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 210px;
  background-image: url(../img/bgdec__top.svg);
  background-position: top center;
  -webkit-background-size: contain;
     -moz-background-size: contain;
       -o-background-size: contain;
          background-size: contain;
  background-repeat: no-repeat;
}

.contacts .container {
  position: relative;
  z-index: 1;
}

.contacts .section__title {
  margin-bottom: 30px;
}

.contacts .text {
  font-size: 11px;
  line-height: 18px;
  color: #ffffff;
  margin-top: 30px;
}

.contacts .callback {
  margin-bottom: 100px;
}

.contacts__map {
  margin-bottom: 10px;
}

.contacts__map__link {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #ffffff;
  text-decoration: none;
  font-style: italic;
  font-size: 14px;
  border-bottom: 1px dashed #fff;
}

.contacts__map__link:hover, .contacts__map__link:active {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.75;
}

.contacts__text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  margin-bottom: 15px;
}

.contacts__text img {
  margin-right: 10px;
  width: 18px;
  -webkit-filter: invert(1);
          filter: invert(1);
}

.contacts__text a {
  color: #ffffff;
}

.contacts__text:nth-child(2) {
  -webkit-box-align: start;
  -webkit-align-items: start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.contacts__text:nth-child(2) img {
  margin-top: 5px;
}

.contacts__text:nth-child(5) img {
  -webkit-filter: none;
          filter: none;
}

.contacts__text:nth-child(7) {
  margin: 0;
}

.contacts__text:nth-child(7) img {
  -webkit-filter: none;
          filter: none;
  width: 180px;
  margin-right: 0;
}

.footer {
  background: #3A4D5C;
  padding: 35px 0 25px 0;
  color: #ffffff;
  font-size: 16px;
}

.footer .row:last-child {
  margin-top: 35px;
  padding-top: 10px;
  border-top: 0.5px solid #D9D9D9;
}

.footer__rate {
  margin-top: 15px;
}

.footer .phones a {
  -webkit-box-pack: end;
  -webkit-justify-content: end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.footer .phones a img {
  margin-right: 7px;
  width: 25px;
}

.footer .phones a span {
  font-size: 15px;
}

.footer .social__line {
  -webkit-box-pack: end;
  -webkit-justify-content: end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  margin: 30px 0;
}

.footer__payment {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__copyright {
  text-align: right;
}

.footer__policy ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
  margin: 0;
}

.footer__policy ul li {
  display: block;
}

.footer__policy ul li a {
  display: block;
  font-size: 14px;
  color: #ffffff;
}

.footer__menu ul {
  display: block;
  padding: 0;
  margin: 0;
}

.footer__menu ul li {
  display: block;
  margin-bottom: 10px;
}

.footer__menu ul li:last-child {
  margin-bottom: 0;
}

.footer__menu ul li a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #ffffff;
}

.calc__text {
  display: none;
}

.calc .btn {
  width: 100%;
  margin-bottom: 15px;
}

.calc .btn:last-child {
  margin-bottom: 0;
}

.calc__img {
  display: block;
  position: relative;
  height: 0;
  padding-top: 85%;
  padding-top: -webkit-calc(82.5% + 20px);
  padding-top: -moz-calc(82.5% + 20px);
  padding-top: calc(82.5% + 20px);
}

.calc__img .layer {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  z-index: 0;
}

.calc__img .layer.active {
  opacity: 1;
  -webkit-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.calc__img .layer.l-handles-portable, .calc__img .layer.l-corners {
  z-index: 1;
}

.calc__img .layer div[class*="l-cap-"] {
  z-index: 2;
}

.calc__block {
  margin-bottom: 15px;
}

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

.calc__block label {
  display: block;
  cursor: pointer;
}

.calc__block__title {
  text-transform: uppercase;
  font-weight: 700;
  color: #2d80ce;
  margin-bottom: 15px;
  border-bottom: 1px dashed #2d80ce;
}

.calc__block__title span {
  color: #999;
}

.calc__block .row-inputs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}

.calc__block .row-inputs .ri-input {
  position: relative;
}

.calc__block .row-inputs .ri-input:after {
  content: 'мм';
  position: absolute;
  top: 50%;
  right: 5px;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 14px;
  font-style: italic;
  opacity: 0.7;
}

.calc__block .radio-group .rg-subtitle {
  font-size: 13px;
  line-height: 16px;
  font-style: italic;
}

.calc__block .radio-group .rg-range {
  margin-bottom: 10px;
}

.calc__block .radio-group .rg-range:last-child {
  margin-bottom: 0;
}

.calc__block .radio-group .rg-range-title {
  font-size: 13px;
  color: #2d80ce;
  text-transform: uppercase;
  font-weight: 800;
}

.calc__block .radio-group .rg-range-title span {
  color: #444444;
  font-weight: 400;
}

.calc__block .radio-group .rg-range .irs-with-grid {
  height: 63px;
}

.calc__block .radio-group .rg-range .irs-single, .calc__block .radio-group .rg-range .irs-bar {
  background: #2d80ce;
}

.calc__block .radio-group .rg-range .irs-min, .calc__block .radio-group .rg-range .irs-max {
  color: #444444;
  font-size: 13px;
  line-height: 17px;
}

.calc__block .radio-group .rg-range .irs-single {
  font-weight: 800;
  font-size: 13px;
  line-height: 17px;
}

.calc__block .radio-group .rg-range .irs-grid-text {
  color: #444444;
}

.calc__block .radio-group .rg-input {
  margin-bottom: 10px;
}

.calc__block .radio-group .rg-input__withsubparams .rg-title {
  position: relative;
}

.calc__block .radio-group .rg-input__withsubparams .rg-title:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  background-image: url(../img/arrow__up.svg);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
     -moz-background-size: contain;
       -o-background-size: contain;
          background-size: contain;
  -webkit-filter: invert(46%) sepia(69%) saturate(529%) hue-rotate(166deg) brightness(87%) contrast(97%);
          filter: invert(46%) sepia(69%) saturate(529%) hue-rotate(166deg) brightness(87%) contrast(97%);
  height: 10px;
  width: 10px;
  -webkit-transform: translateY(-50%) rotate(180deg);
     -moz-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
       -o-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  -webkit-transition: 0.5s all cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: 0.5s all cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: 0.5s all cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.5s all cubic-bezier(0.4, 0, 0.2, 1);
}

.calc__block .radio-group .rg-input:last-child {
  margin-bottom: 0;
}

.calc__block .radio-group .rg-input input[type="radio"], .calc__block .radio-group .rg-input input[type="checkbox"] {
  display: none;
}

.calc__block .radio-group .rg-input input[type="radio"] + .rg-title, .calc__block .radio-group .rg-input input[type="checkbox"] + .rg-title {
  position: relative;
  padding-left: 21px;
  cursor: pointer;
  font-weight: 800;
  font-size: 15px;
  text-transform: uppercase;
}

.calc__block .radio-group .rg-input input[type="radio"] + .rg-title:before, .calc__block .radio-group .rg-input input[type="checkbox"] + .rg-title:before {
  content: '';
  width: 16px;
  height: 16px;
  -webkit-border-radius: 100%;
     -moz-border-radius: 100%;
          border-radius: 100%;
  border: 1px solid #2d80ce;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

.calc__block .radio-group .rg-input input[type="radio"] + .rg-title + .rg-subinputs, .calc__block .radio-group .rg-input input[type="checkbox"] + .rg-title + .rg-subinputs {
  display: none;
  -webkit-transition: 0.5s all cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: 0.5s all cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: 0.5s all cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.5s all cubic-bezier(0.4, 0, 0.2, 1);
}

.calc__block .radio-group .rg-input input[type="radio"] + .rg-title + .rg-subtitle, .calc__block .radio-group .rg-input input[type="checkbox"] + .rg-title + .rg-subtitle {
  display: block;
  -webkit-transition: 0.5s all cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: 0.5s all cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: 0.5s all cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.5s all cubic-bezier(0.4, 0, 0.2, 1);
}

.calc__block .radio-group .rg-input input[type="radio"] + .rg-title + .rg-subtitle + .rg-subparams, .calc__block .radio-group .rg-input input[type="checkbox"] + .rg-title + .rg-subtitle + .rg-subparams {
  display: none;
  -webkit-transition: 0.5s all cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: 0.5s all cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: 0.5s all cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.5s all cubic-bezier(0.4, 0, 0.2, 1);
}

.calc__block .radio-group .rg-input input[type="radio"]:checked + .rg-title:before, .calc__block .radio-group .rg-input input[type="checkbox"]:checked + .rg-title:before {
  background: #2d80ce;
}

.calc__block .radio-group .rg-input input[type="radio"]:checked + .rg-title:after, .calc__block .radio-group .rg-input input[type="checkbox"]:checked + .rg-title:after {
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

.calc__block .radio-group .rg-input input[type="radio"]:checked + .rg-title + .rg-subinputs, .calc__block .radio-group .rg-input input[type="checkbox"]:checked + .rg-title + .rg-subinputs {
  display: block;
}

.calc__block .radio-group .rg-input input[type="radio"]:checked + .rg-title + .rg-subinputs .row-inputs, .calc__block .radio-group .rg-input input[type="checkbox"]:checked + .rg-title + .rg-subinputs .row-inputs {
  display: block;
}

.calc__block .radio-group .rg-input input[type="radio"]:checked + .rg-title + .rg-subinputs .row-inputs > div, .calc__block .radio-group .rg-input input[type="checkbox"]:checked + .rg-title + .rg-subinputs .row-inputs > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}

.calc__block .radio-group .rg-input input[type="radio"]:checked + .rg-title + .rg-subinputs .row-inputs > div:last-child, .calc__block .radio-group .rg-input input[type="checkbox"]:checked + .rg-title + .rg-subinputs .row-inputs > div:last-child {
  margin-bottom: 0;
}

.calc__block .radio-group .rg-input input[type="radio"]:checked + .rg-title + .rg-subinputs .row-inputs > div .ri-input, .calc__block .radio-group .rg-input input[type="checkbox"]:checked + .rg-title + .rg-subinputs .row-inputs > div .ri-input {
  width: 120px;
}

.calc__block .radio-group .rg-input input[type="radio"]:checked + .rg-title + .rg-subinputs .row-inputs > div .ri-input:after, .calc__block .radio-group .rg-input input[type="checkbox"]:checked + .rg-title + .rg-subinputs .row-inputs > div .ri-input:after {
  content: 'шт.';
  right: 6px;
}

.calc__block .radio-group .rg-input input[type="radio"]:checked + .rg-title + .rg-subtitle, .calc__block .radio-group .rg-input input[type="checkbox"]:checked + .rg-title + .rg-subtitle {
  display: none;
}

.calc__block .radio-group .rg-input input[type="radio"]:checked + .rg-title + .rg-subtitle + .rg-subparams, .calc__block .radio-group .rg-input input[type="checkbox"]:checked + .rg-title + .rg-subtitle + .rg-subparams {
  display: block;
}

.calc__block .radio-group .rg-checkbox input[type="radio"], .calc__block .radio-group .rg-checkbox input[type="checkbox"] {
  display: inline-block;
  margin-right: 3px;
  vertical-align: middle;
}

.calc__block .radio-group .rg-checkbox span {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  width: -webkit-calc(100% - 25px);
  width: -moz-calc(100% - 25px);
  width: calc(100% - 25px);
}

.searchPage form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  margin: 0;
}

.searchPage form input[type=text] {
  border: none;
  outline: none;
  background: #f4f4f4;
  color: #444444;
  line-height: 20px;
  padding: 10px 15px;
  width: 250px;
}

.searchPage form input[type=submit] {
  border: none;
  outline: none;
  height: 40px;
  width: 40px;
  background-image: url(../img/search.svg);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: auto auto;
     -moz-background-size: auto;
       -o-background-size: auto;
          background-size: auto;
  padding: 0;
  color: transparent;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(45, 128, 206, 0.9);
  overflow-y: scroll;
  z-index: 9999;
  display: none;
}

.popup__close {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.popup__close:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 2px;
  background: #444444;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
     -moz-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
       -o-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.popup__close:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 2px;
  background: #444444;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
     -moz-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
       -o-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.popup__block {
  position: relative;
  margin: 30px auto;
  max-width: 500px;
  width: 95%;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
}

.popup__block .imgText__text__border {
  padding: 15px;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  margin-bottom: 10px;
}

.popup__block .imgText__text__border.active > div {
  display: none;
}

.popup__block .imgText__text__border > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  margin-bottom: 14px;
}

.popup__block .imgText__text__border > div > * {
  width: -webkit-calc(50% - 7px);
  width: -moz-calc(50% - 7px);
  width: calc(50% - 7px);
}

.popup__block .imgText__text__border * {
  margin: 0;
}

.popup__block .imgText__text__border span[data-name="checkbox"] label {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.popup__block .imgText__text__border span[data-name="checkbox"] label input {
  width: auto;
}

.popup__block .imgText__text__border span[data-name="checkbox"] label span {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 10px;
}

.popup__block .imgText__text__border span[data-name="box"] {
  display: none;
}

.popup__block .imgText__text__border span[data-name="box"] + p {
  display: none;
}

.popup__block .imgText__text__border input[name="box"] {
  border: 0;
  padding: 0;
  font-weight: 800;
  pointer-events: none;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  color: #444444;
  outline: none;
}

.popup__block .imgText__text__border .boxName {
  font-weight: 800;
}

.popup__block .imgText__text__border #multiplo {
  font-size: 13px;
  line-height: 18px;
}

.popup__block .imgText__text__border #multiplo label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.popup__block .imgText__text__border #multiplo input {
  display: inline-block;
  margin: 0;
  width: auto;
  margin-right: 15px;
  vertical-align: middle;
}

.popup__block .imgText__text__border #multiplo span {
  display: inline-block;
  vertical-align: middle;
}

.popup__block__title {
  text-transform: uppercase;
  color: #2d80ce;
  margin-bottom: 15px;
  font-weight: 800;
  font-size: 1.5rem;
}

.popup__block__title span {
  color: #4ca0ef;
}

.popup__block form {
  margin: 0;
}

.popup__block form span {
  display: block;
}

.popup__block form p {
  margin: 0;
}

.popup__block form input {
  width: 100%;
  display: block;
  margin-bottom: 10px;
}

.popup__block form textarea {
  margin-bottom: 10px;
  display: block;
  width: 100%;
}

.popup__block form .fileshere p {
  margin-bottom: 10px;
}

.popup__block form .fileshere p:last-child {
  margin-bottom: 0;
}

.popup__block form .fileshere p input {
  font-size: 13px;
}

.popup__block form .wpcf7-spinner {
  display: none;
}

.popup__block form .wpcf7-acceptance {
  font-size: 13px;
  line-height: 18px;
}

.popup__block form .wpcf7-acceptance label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.popup__block form .wpcf7-acceptance input {
  display: inline-block;
  margin: 0;
  width: auto;
  margin-right: 15px;
  vertical-align: middle;
}

.popup__block form .wpcf7-acceptance span {
  display: inline-block;
  vertical-align: middle;
}

.popup__block form .btn {
  margin-bottom: 10px;
}

.popup__block form br {
  display: none;
}

.popup__box .popup__block {
  max-width: 800px;
}

.popup__box .popup__block .calc__text {
  display: block;
}

.popup__box .popup__block .calc__text p:last-child {
  margin-bottom: 0;
}

.popup__box .popup__block form .btn {
  margin: 0;
}

.quiz__block {
  display: none;
  padding: 70px 30px 30px;
  -webkit-box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.2);
  background: #ffffff;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}

.quiz__blocks {
  position: relative;
}

.quiz__blocks .progress {
  position: absolute;
  left: 30px;
  top: 30px;
  width: -webkit-calc(100% - 60px);
  width: -moz-calc(100% - 60px);
  width: calc(100% - 60px);
  --bs-progress-height: 25px;
}

.quiz__blocks .progress-bar {
  background-color: #2d80ce;
  --progress-bar-width: '0%';
}

.quiz__blocks .progress-bar:before {
  content: var(--progress-bar-width);
  font-size: 17px;
  font-weight: 700;
}

.quiz__block[data-quiz="1"] {
  display: block;
}

.quiz__block__title {
  text-transform: uppercase;
  font-weight: 800;
  color: #2d80ce;
  border-bottom: 1px dashed #2d80ce;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.quiz__block__title span:first-child {
  color: #999999;
}

.quiz__block__title span:nth-child(2) {
  color: red;
}

.quiz__block__btn .btn__main {
  margin-right: 20px;
}

.quiz__block__btn .btn__blue[disable] {
  cursor: no-drop;
}

.quiz__block__answer {
  margin: 20px 0;
}

.quiz__block__answer__input {
  margin-bottom: 15px;
}

.quiz__block__answer__input input {
  max-width: 50%;
}

.quiz__block__answer__inputs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  max-width: 300px;
}

.quiz__block__answer__inputs div {
  position: relative;
}

.quiz__block__answer__inputs div:after {
  content: 'мм';
  position: absolute;
  top: 50%;
  right: 5px;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 14px;
  font-style: italic;
  opacity: 0.7;
}

.quiz__block__answer__inputs div input {
  padding-right: 24px;
}

.quiz__block__answer__radio {
  display: block;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 700;
  color: #444444;
  text-transform: uppercase;
  cursor: pointer;
}

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

.quiz__block__answer__radio span {
  display: block;
  padding-left: 21px;
  position: relative;
}

.quiz__block__answer__radio span:before {
  content: '';
  width: 16px;
  height: 16px;
  -webkit-border-radius: 100%;
     -moz-border-radius: 100%;
          border-radius: 100%;
  border: 1px solid #2d80ce;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

.quiz__block__answer__radio input[type="radio"] {
  display: none;
}

.quiz__block__answer__radio input[type="radio"]:checked + span:after {
  content: '';
  width: 12px;
  height: 12px;
  -webkit-border-radius: 100%;
     -moz-border-radius: 100%;
          border-radius: 100%;
  position: absolute;
  left: 2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #2d80ce;
}

.quiz__block__answer__checkbox {
  display: block;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 700;
  color: #444444;
  text-transform: uppercase;
  cursor: pointer;
}

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

.quiz__block__answer__checkbox span {
  display: block;
  padding-left: 21px;
  position: relative;
}

.quiz__block__answer__checkbox span:before {
  content: '';
  width: 16px;
  height: 16px;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
  border: 1px solid #2d80ce;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

.quiz__block__answer__checkbox input[type="checkbox"] {
  display: none;
}

.quiz__block__answer__checkbox input[type="checkbox"]:checked + span:after {
  content: '';
  width: 12px;
  height: 12px;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
  position: absolute;
  left: 2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #2d80ce;
}

.quiz__block[data-quiz="13"] .quiz__block__img {
  padding: 15px;
}

.quiz__block[data-quiz="13"] .quiz__block__title {
  text-align: center;
  margin-bottom: 15px;
  border-bottom: 0;
  width: 100%;
}

.quiz__block[data-quiz="13"] form {
  margin: 0;
}

.quiz__block[data-quiz="13"] form .wpcf7-spinner {
  display: none;
}

.quiz__block[data-quiz="13"] form input[type="submit"] {
  margin: 15px auto 10px auto;
  display: block;
}

.quiz__block[data-quiz="13"] form .wpcf7-form-control-wrap label span {
  display: inline-block;
}

.quiz__block[data-quiz="13"] form span[data-name="acceptance"] label {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.quiz__block[data-quiz="13"] form span[data-name="acceptance"] label input {
  width: auto;
}

.quiz__block[data-quiz="13"] form span[data-name="acceptance"] label span {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 10px;
}

.quiz__block[data-quiz="13"] form p {
  margin: 0;
}

.quiz__block[data-quiz="13"] form p span {
  display: block;
}

.quiz__block[data-quiz="13"] form p span input {
  margin-bottom: 15px;
}

.quiz__block[data-quiz="13"] form p br {
  display: none;
}

@media (min-width: 1400px) {
  .header__location select {
    width: 170px;
  }
}

@media (min-width: 1200px) {
  .banner {
    padding-top: 177px;
    margin-top: -147px;
  }
}

@media (max-width: 1199px) {
  .banner {
    padding-top: 154px;
    margin-top: -124px;
  }
  .clients {
    --slider-width: 20%;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  .header .logo {
    width: 100px;
  }
  .footer__copyright {
    font-size: 15px;
  }
}

@media (min-width: 992px) {
  .header__menu ul {
    padding: 0;
    margin: 0;
    display: block;
  }
  .header__menu > ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
  }
  .header__menu > ul > li {
    display: block;
    padding-bottom: 10px;
  }
  .header__menu > ul > li > a {
    display: block;
    color: #ffffff;
    font-weight: 700;
    line-height: 25px;
  }
  .header__menu > ul > li.menu-item-has-children:hover > ul.sub-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    background-image: url(../img/menubg.jpg);
    -webkit-background-size: contain;
       -moz-background-size: contain;
         -o-background-size: contain;
            background-size: contain;
    background-position: right bottom;
    background-repeat: no-repeat;
  }
  .header__menu > ul > li.menu-item-has-children > ul.sub-menu {
    display: none;
    gap: 30px;
    position: absolute;
    top: 100%;
    padding: 30px;
    background: #ffffff;
    width: 100%;
    -webkit-box-shadow: 0 30px 30px rgba(62, 145, 223, 0.18);
       -moz-box-shadow: 0 30px 30px rgba(62, 145, 223, 0.18);
            box-shadow: 0 30px 30px rgba(62, 145, 223, 0.18);
    border-top: 3px solid #2d80ce;
    -webkit-border-radius: 0 0 5px 5px;
       -moz-border-radius: 0 0 5px 5px;
            border-radius: 0 0 5px 5px;
  }
  .header__menu > ul > li.menu-item-has-children > ul.sub-menu a {
    text-decoration: none;
  }
  .header__menu > ul > li.menu-item-has-children > ul.sub-menu > li {
    width: -webkit-calc(100% / 3 - 20px);
    width: -moz-calc(100% / 3 - 20px);
    width: calc(100% / 3 - 20px);
    display: block;
  }
  .header__menu > ul > li.menu-item-has-children > ul.sub-menu > li > a {
    font-weight: 700;
    color: #2d80ce;
    font-size: 17px;
    line-height: 22px;
    display: block;
  }
  .header__menu > ul > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children > a {
    border-bottom: 1px solid #e1e1e1;
  }
  .header__menu > ul > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children > ul.sub-menu li {
    display: block;
    position: relative;
  }
  .header__menu > ul > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children > ul.sub-menu li:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 3px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 3px solid #444444;
  }
  .header__menu > ul > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children > ul.sub-menu li a {
    color: #444444;
    font-size: 12px;
    line-height: 22px;
    display: block;
    padding: 3px 13px;
  }
  .header__menu > ul > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children > ul.sub-menu li a:hover, .header__menu > ul > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children > ul.sub-menu li a:focus, .header__menu > ul > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children > ul.sub-menu li a:active {
    background: rgba(0, 0, 0, 0.05);
    color: #2d80ce;
  }
  .header__menu > ul > li:nth-child(1) > ul.sub-menu {
    padding-bottom: 100px;
  }
  .header__menu > ul > li:nth-child(1) > ul.sub-menu > li {
    width: -webkit-calc(25% - 20px);
    width: -moz-calc(25% - 20px);
    width: calc(25% - 20px);
  }
  .header__menu > ul > li:nth-child(1) > ul.sub-menu > li:nth-child(2) {
    width: -webkit-calc(50% - 20px);
    width: -moz-calc(50% - 20px);
    width: calc(50% - 20px);
  }
  .header__menu > ul > li:nth-child(1) > ul.sub-menu > li:nth-child(2) ul.sub-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
  .header__menu > ul > li:nth-child(1) > ul.sub-menu > li:nth-child(2) ul.sub-menu li {
    width: -webkit-calc(50% - 15px);
    width: -moz-calc(50% - 15px);
    width: calc(50% - 15px);
  }
  .header__menu > ul > li:nth-child(1) > ul.sub-menu > li:nth-child(4) {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .header__menu > ul > li:nth-child(1) > ul.sub-menu > li:nth-child(4) a {
    color: #ffffff;
    line-height: 70px;
    width: 100%;
    text-transform: uppercase;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
  }
  .header__menu > ul > li:nth-child(1) > ul.sub-menu > li:nth-child(4) a:hover {
    opacity: 0.9;
  }
  .header__menu > ul > li:nth-child(1) > ul.sub-menu > li:nth-child(4) a:before {
    content: '';
    display: inline-block;
    height: 70px;
    width: 30px;
    margin-right: 10px;
    vertical-align: middle;
    background-image: url(../img/menu__constructor.svg);
    background-position: center center;
    -webkit-background-size: contain;
       -moz-background-size: contain;
         -o-background-size: contain;
            background-size: contain;
    background-repeat: no-repeat;
    -webkit-filter: invert(1);
            filter: invert(1);
  }
  .header__menu > ul > li:nth-child(2) > ul.sub-menu {
    width: 75%;
  }
}

@media (max-width: 991px) {
  .header__location select {
    width: 100%;
  }
  .banner {
    padding-top: 132px;
    margin-top: -102px;
  }
  section {
    margin-bottom: 80px;
  }
  .header {
    padding: 10px 0;
  }
  .header__worktime, .header__mail,
  .header .social__line,
  .header__menu {
    display: none;
  }
  .header .logo {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	   -moz-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1
  }
  .header .col-12 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 24px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header__top {
    margin-bottom: 0;
    gap: 24px;
  }
  .header__bottom {
    gap: 24px;
    position: static;
  }
  .header__search {
    padding-bottom: 0;
  }
  .header .btn__menu {
    width: 35px;
    height: 22px;
    position: relative;
  }
  .header .btn__menu span {
    position: absolute;
    height: 3px;
    width: 100%;
    left: 0;
    background: #ffffff;
  }
  .header .btn__menu span:nth-child(1) {
    top: 0;
  }
  .header .btn__menu span:nth-child(2) {
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .header .btn__menu span:nth-child(3) {
    bottom: 0;
  }
  .header__menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.85);
    padding: 100px 0;
    text-align: center;
    overflow-y: scroll;
    z-index: 99;
  }
  .header__menu ul {
    display: block;
    padding: 0;
    margin: 0;
  }
  .header__menu ul li {
    display: block;
    padding: 5px 0;
  }
  .header__menu ul li a {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    color: #ffffff;
    text-decoration: none;
  }
  .header__menu .sub-menu {
    padding: 10px;
  }
  .header__menu > ul > li > a {
    font-weight: 700;
    font-size: 21px;
  }
  .header__menu > ul > li > ul > li > a {
    font-weight: 700;
  }
  .header__open .header__menu {
    display: block;
  }
  .gallery {
    padding: 120px 0;
  }
  .breadcrumbs.breadcrumbsBg,
  section.contacts.withBg {
    padding-bottom: 120px;
  }
  .about__numbers {
    margin-top: 30px;
  }
  .features__block__title {
    font-size: 17px;
    margin-bottom: 5px;
  }
  .clients {
    --slider-width: 25%;
  }
  .sertificat__blocks {
    margin-top: 30px;
  }
  .contacts .callback {
    margin-bottom: 50px;
  }
  .contacts__map {
    margin-top: 30px;
  }
  .footer__rate {
    margin-bottom: -30px;
  }
  .footer__payment {
    -webkit-box-pack: end;
    -webkit-justify-content: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    gap: 10px;
    margin-bottom: 30px;
  }
  .footer__copyright {
    margin-top: 10px;
  }
  .steps__block {
    gap: 30px;
  }
  .steps__block__img {
    width: 60px;
    height: 60px;
  }
  .steps__block__img:before {
    width: 15px;
    left: -15px;
  }
  .steps__block__img:after {
    left: -15px;
  }
  .steps__block__img img {
    height: 26px;
  }
  .steps__block__title {
    width: -webkit-calc(50% - 60px);
    width: -moz-calc(50% - 60px);
    width: calc(50% - 60px);
  }
  .steps__block:after {
    width: -webkit-calc(50% - 60px);
    width: -moz-calc(50% - 60px);
    width: calc(50% - 60px);
  }
  .steps__block:nth-child(2n) .steps__block__img:before, .steps__block:nth-child(2n) .steps__block__img:after {
    right: -15px;
  }
  .posts__block,
  .post {
    font-size: 18px;
    line-height: 30px;
  }
  .posts {
    --slider-width: 50%;
  }
  .breadcrumbs {
    padding-top: 70px;
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  section {
    margin-bottom: 60px;
  }
  .section__title {
    margin-bottom: 30px;
  }
  .section__title__small {
    margin-bottom: 20px;
  }
  .section__title h1 {
    font-size: 31px;
    line-height: 34px;
  }
  .section__title h2 {
    font-size: 25px;
    line-height: 28px;
  }
	.header {
		padding: 5px 0;
	}
	.header__top {
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
		gap: 5px 24px;
		-webkit-box-flex: 1;
		-webkit-flex: 1;
		   -moz-box-flex: 1;
		    -ms-flex: 1;
		        flex: 1;
	}
	.header .logo img {
		max-height: 50px
	}
	.header .phones {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		   -moz-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		-webkit-box-align: center;
		-webkit-align-items: center;
		   -moz-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		width: 100%;
	}
	.header .phones div {
		margin: 0;
	}
  .banner {
    padding-bottom: 50px;
    margin-bottom: 30px;
  }
  .text h1 {
    font-size: 31px;
    line-height: 34px;
  }
  .text h2 {
    font-size: 25px;
    line-height: 28px;
  }
  .text h3 {
    font-size: 24px;
    line-height: 27px;
  }
  .text h4 {
    font-size: 23px;
    line-height: 26px;
  }
  .text table {
    display: block;
    overflow-x: scroll;
  }
  .text table tr td,
  .text table tr th {
    min-width: 80px;
  }
  .callback {
    display: block;
  }
  .callback__text {
    margin: 0;
  }
  .callback__btn {
    margin-top: 20px;
  }
  .callback__btn .btn {
    width: 100%;
  }
  .elemWidth {
    margin-bottom: -20px;
  }
  .elemWidth > div {
    margin-bottom: 20px;
  }
  .clients {
    --slider-width: 33.333333333%;
  }
  .review {
    --slider-width: 100%;
  }
  .gallery {
    padding: 80px 0;
  }
  .gallery .callback {
    margin-top: 30px;
  }
  .breadcrumbs.breadcrumbsBg,
  section.contacts.withBg {
    padding-bottom: 80px;
  }
  .imgText__img img:last-child {
    display: none;
  }
  .imgText__img img:first-child {
    display: block;
  }
  .imgText__text + .section__title {
    margin-top: 30px;
  }
  .posts__block,
  .post {
    font-size: 16px;
    line-height: 28px;
  }
  .breadcrumbs {
    margin-bottom: 40px;
    padding-top: 50px;
  }
  .popup__box .popup__block form .btn {
    margin-bottom: 10px;
  }
  .quiz__block {
    padding: 45px 15px 15px 15px;
  }
  .quiz__blocks .progress {
    top: 15px;
    left: 15px;
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
    --bs-progress-height: 20px;
  }
  .quiz__blocks .progress-bar:before {
    font-size: 15px;
  }
}

@media (max-width: 575px) {
	.header .phones a span {
		font-size: 15px;
		line-height: 22px
	}
	.header .phones a img {
		margin-right: 5px;
		width: 20px;
	}
	.header .phones div {
		font-size: 15px;
		line-height: 22px
	}
  body {
    font-size: 15px;
    line-height: 25px;
  }
  section {
    margin-bottom: 40px;
  }
  section.withBg {
    padding: 30px 0;
  }
  .section__title h1 {
    font-size: 28px;
    line-height: 31px;
  }
  .section__title h2 {
    font-size: 24px;
    line-height: 27px;
  }
  .breadcrumbs {
    margin-bottom: 30px;
    padding-top: 30px;
  }
  .text ul,
  .text ol {
    margin-bottom: 10px;
  }
  .text h1,
  .text h2,
  .text h3,
  .text h4,
  .text h5,
  .text h6 {
    margin-bottom: 10px;
  }
  .text h1 {
    font-size: 28px;
    line-height: 31px;
  }
  .text h2 {
    font-size: 24px;
    line-height: 27px;
  }
  .text h3 {
    font-size: 23px;
    line-height: 26px;
  }
  .text h4 {
    font-size: 22px;
    line-height: 25px;
  }
  .text h5 {
    font-size: 20px;
    line-height: 23px;
  }
  .text h6 {
    font-size: 18px;
    line-height: 21px;
  }
  .banner {
    padding-top: 96px;
    margin-top: -76px;
    padding-bottom: 30px;
    margin-bottom: 20px;
  }
  .btn__up {
    left: 20px;
    bottom: 20px;
  }
  .callback {
    padding: 15px;
  }
  .callback__btn {
    margin-top: 15px;
  }
  .review__block {
    padding: 15px;
  }
  .header .logo {
    width: 100px;
  }
  .header__bottom, .header__top,
  .header .col-12 {
    gap: 5px 12px;
  }
  .imgText__text {
    padding: 15px;
  }
  .imgText__text + .section__title {
    margin-top: 20px;
  }
  .imgText .equipment__title {
    margin: 15px 0;
  }
  .clients {
    --slider-width: 50%;
  }
  .contacts .callback {
    margin-bottom: 30px;
  }
  .contacts__map {
    margin-top: 20px;
  }
  .footer {
    padding-top: 25px;
  }
  .footer .phones a {
    -webkit-box-pack: start;
    -webkit-justify-content: start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .footer .phones div {
    margin-left: 0;
  }
  .footer__rate {
    margin-bottom: 20px;
  }
  .footer .social__line {
    -webkit-box-pack: start;
    -webkit-justify-content: start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    margin: 10px 0;
  }
  .footer__payment {
    -webkit-box-pack: start;
    -webkit-justify-content: start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    margin-bottom: 20px;
  }
  .footer__menu {
    margin-bottom: 20px;
  }
  .footer .row:last-child {
    margin-top: 0;
  }
  .footer__policy ul {
    display: block;
  }
  .footer__policy ul a {
    margin-bottom: 10px;
    line-height: 1rem;
  }
  .gallery {
    padding: 50px 0;
  }
  .gallery .callback {
    margin-top: 20px;
  }
  .breadcrumbs.breadcrumbsBg,
  section.contacts.withBg {
    padding-bottom: 50px;
  }
  .about .btn__download {
    padding: 15px;
    font-size: 15px;
    line-height: 18px;
    margin-top: 20px;
  }
  .about .btn__download:before {
    width: 18px;
    height: 18px;
  }
  .about__number {
    margin: 0 auto 15px auto;
  }
  .about__number:last-child {
    margin-bottom: 0;
  }
  .about__numbers {
    display: block;
    margin-top: 20px;
  }
  .sertificat__blocks {
    margin-top: 20px;
    gap: 12px;
  }
  .sertificat p {
    font-size: 15px;
  }
  .steps__block {
    gap: 20px;
    position: relative;
  }
  .steps__blocks:before {
    left: 30px;
  }
  .steps__block__img:before {
    display: none;
  }
  .steps__block__img:after {
    display: none;
  }
  .steps__block__title {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    position: relative;
    font-size: 16px;
  }
  .steps__block__title:before {
    display: block;
    content: counter(item);
    counter-increment: item;
    font-size: 22px;
    font-weight: 700;
    color: #888888;
  }
  .steps__block:after {
    display: none;
  }
  .steps__block:nth-child(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .steps__block:nth-child(2n) .steps__block__title, .steps__block:nth-child(2n) .steps__block:after {
    text-align: left;
  }
  .posts__block,
  .post {
    font-size: 15px;
    line-height: 25px;
  }
  .posts {
    --slider-width: 100%;
  }
  .post p img.alignleft {
    float: none;
    margin: 0 auto 10px auto;
  }
  .post p img.alignright {
    float: none;
    margin: 0 auto 10px auto;
  }
  .post p img.aligncenter {
    float: none;
    margin: 0 auto 10px auto;
  }
  .constructor .btn {
    font-size: inherit;
  }
  .constructor .btn:before {
    height: 1rem;
    width: 1rem;
  }
}


@media (max-width: 767px) {
html body .ls-nav-prev, #ls-global .ls-nav-prev, html body .ls-nav-next, #ls-global .ls-nav-next {transform: scale(0.6) translateY(300%);}
body .ls-fullwidth .ls-nav-prev {left: 3px;}
body .ls-fullwidth .ls-nav-next  {right: 3px;}
}

@media (max-width: 420px) {
	.header .phones {
		display: block;
	}
	.header .phoes a {
		margin-bottom: 5px;
	}
}

@media (max-width: 380px) {
  .callback .phones {
    display: block;
  }
  .callback .phones a {
    margin-left: 0;
    margin-top: 5px;
  }
  .header__location select {
    width: 75px;
  }
}

@media print {
  section,
  footer,
  .btn__up {
    display: none;
  }
  .header {
    border-bottom: 1px solid #2d80ce;
  }
  .header__bottom, .header__top {
    display: none;
  }
  .header .logo.d-none {
    display: block !important;
  }
  .calc {
    display: block;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .calc .row > * {
    display: none;
  }
  .calc .row .col-lg-6 {
    display: block;
    width: 100% !important;
    margin: 0;
  }
  .calc .row .col-lg-6 .calc__img {
    width: -webkit-calc(50% - 20px);
    width: -moz-calc(50% - 20px);
    width: calc(50% - 20px);
    border: 1px solid #444444;
    display: inline-block;
    margin-right: 30px;
    vertical-align: top;
    padding-top: 0;
    height: 300px;
  }
  .calc .row .col-lg-6 .calc__text {
    vertical-align: top;
    display: inline-block;
    width: -webkit-calc(50% - 20px);
    width: -moz-calc(50% - 20px);
    width: calc(50% - 20px);
  }
  .calc .row .col-lg-6 .btn {
    display: none;
  }
  .contacts {
    display: block;
    padding: 0;
  }
  .contacts .row > * {
    display: none;
  }
  .contacts .row .order-2 {
    display: block;
  }
  .contacts .row .order-2 .section__title {
    margin-bottom: 20px;
  }
  .contacts .row .order-2 .section__title h2 {
    color: #000;
  }
  .contacts .row .order-2 .section__title h2 span {
    color: #000;
  }
  .contacts__text {
    color: #000;
  }
  .contacts__text a {
    color: #000;
  }
  .contacts__text img {
    -webkit-filter: invert(0);
            filter: invert(0);
  }
  .contacts__text:nth-child(5) img {
    -webkit-filter: invert(1);
            filter: invert(1);
  }
}


@media only screen and (max-width: 767px){
body .ls-fullwidth .ls-nav-prev {left: 3px;}
body .ls-fullwidth .ls-nav-next {right: 3px;}
html body .ls-nav-prev, #ls-global .ls-nav-prev, html body .ls-nav-next, #ls-global .ls-nav-next {transform: scale(0.6) translateY(300%);}
}