.and-page {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 150%;
  font-family: "Open Sans", sans-serif;
  height: 100%;
}
.and-page__wrapper {
  min-height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0;
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.and-page__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}

.hidden {
  display: none;
}

.lock {
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}

.and-container {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 1090px) {
  .and-container {
    max-width: 940px;
  }
}

@media (max-width: 939.98px) {
  .and-container {
    max-width: 620px;
  }
}

@media (max-width: 619.98px) {
  .and-container {
    max-width: 460px;
    padding: 0 10px;
  }
}

@media (max-width: 459.98px) {
  .and-container {
    max-width: 100%;
    padding: 0 10px;
  }
}

.and-header {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.and-header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.and-header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.and-header__logo--link {
  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;
  margin: 0;
  padding: 0;
  padding-right: 26px;
}

.and-header__logo--link img {
  max-width: 266px;
  width: 100%;
}

.and-header__sity {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 220px;
          flex: 0 0 220px;
  max-width: 220px;
  padding-left: 15px;
  font-size: 14px;
  line-height: 130%;
  color: #000000;
  margin-bottom: 1px;
  border-left: 1px solid #14ABB0;
}

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

.and-header__social--mobile {
  display: none;
}

.and-header__social a {
  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;
  padding: 0;
  margin: 0;
  text-decoration: none;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 26px;
          flex: 0 0 26px;
  margin-right: 15px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.and-header__social a:last-child {
  margin-right: 0;
}

.and-header__social a img {
  width: 26px;
  height: 25px;
}

.and-header__social a:hover {
  opacity: 0.7;
}

.and-header__calback {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.and-header__calback--mobile {
  display: none;
}

.and-header__calback--icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 40px;
  height: 40px;
  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;
  background: #F2F5F5;
  border-radius: 100%;
  margin-right: 8px;
}

.and-header__calback--content {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.and-header__calback a {
  text-decoration: none;
  color: #000000;
  font-weight: bold;
  font-size: 20px;
  line-height: 130%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.and-header__calback a:hover {
  color: #14ABB0;
}

.and-header__calback a.and-header__calback--btn {
  font-weight: normal;
  margin-top: 4px;
  font-size: 12px;
  line-height: 130%;
  color: #14ABB0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.and-header__calback a.and-header__calback--btn:hover {
  text-decoration: underline;
}

.and-header__info-content {
  display: none;
}

.and-header__burger {
  display: none;
}

.and-header__sticky {
  width: 100%;
  background: #14ABB0;
}

.and-header__sticky.sticky {
  position: fixed;
  top: 0;
  z-index: 99;
}

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

.and-header__list {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
}

.and-header__list li {
  padding: 0;
  margin: 0;
  position: relative;
  margin-right: 40px;
  border-bottom: 2px solid transparent;
}

.and-header__list li:last-child {
  margin-right: 0;
}

.and-header__list li a {
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 13px 20px 11px;
  font-size: 14px;
  line-height: 19px;
  color: #FFFFFF;
}

.and-header__list li:hover {
  background: #17c1c7;
  border-bottom: 2px solid #028298;
}

.and-header__sublist {
  position: absolute;
  top: 100%;
  left: 0;
  visibility: hidden;
  opacity: 0;
  border-top: 1px solid #0000;
  -webkit-box-shadow: 0 1px 1px black;
          box-shadow: 0 1px 1px black;
  width: 180px;
  position: absolute;
  z-index: 10;
  margin: 0;
  padding: 0;
  list-style: none;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .2s ease-in;
  -o-transition: opacity .2s ease-in;
  transition: opacity .2s ease-in;
  font-size: 13px;
  background: #1e2127;
}


.and-header__sublist li {
  width: 100%;
  background: #1e2127;
  border-bottom: 1px solid #262c33;
}

.and-header__sublist li a {
  color: #abb3b9;
  padding: 13px 18px;
  line-height: 16px;
}

.and-header__sublist li:hover {
  background: #21262c;
  border-bottom: 1px solid transparent;
}

.and-header__sublist li:hover a {
  color: #0dc0c0;
}

.and-header__parent:hover > .and-header__sublist {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 1090px) {
  .and-header__wrapper {
    padding-top: 17px;
    padding-bottom: 17px;
  }
  .and-header__logo--link {
    padding-right: 20px;
  }
  .and-header__logo--link img {
    max-width: 213px;
  }
}

@media (max-width: 939.98px) {
  .and-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 555;
    width: 100%;
    background: #fff;
  }
  .and-header__wrapper {
    width: 100%;
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .and-header__social {
    display: none;
  }
  .and-header__social--mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: auto;
  }
  .and-header__calback {
    display: none;
    margin-bottom: 50px;
  }
  .and-header__calback--mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .and-header__burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 51px;
    height: 52px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: none;
    border-radius: 0;
    background: #EDF1F1;
    margin: 0;
    padding: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    position: relative;
    z-index: 9999;
  }
  .and-header__burger span {
    display: block;
    width: 20px;
    height: 3px;
    background: #14ABB0;
    margin-bottom: 4px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .and-header__burger span:last-child {
    margin-bottom: 0;
  }
  .and-header__burger--close {
    position: relative;
  }
  .and-header__burger--close span {
    position: absolute;
    margin-bottom: 0;
  }
  .and-header__burger--close span:first-child {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .and-header__burger--close span:nth-child(2) {
    width: 0;
  }
  .and-header__burger--close span:last-child {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .and-header__sticky {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 320px;
    width: 100%;
    height: 100vh;
    background: #FFFFFF;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow-y: auto;
    padding: 0;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    visibility: hidden;
    opacity: 0;
    z-index: 888;
  }
  .and-header__sticky * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .and-header__sticky--active {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    visibility: visible;
    opacity: 1;
    z-index: 999;
  }
  .and-header__sticky .and-container {
    padding: 100px 0px 0px;
    height: 100%;
    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-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .and-header__sticky.sticky {
    position: absolute;
    top: 0;
    right: 0;
  }
  .and-header__navbar {
    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;
  }
  .and-header__info-content {
    margin-top: 30px;
    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-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    padding-bottom: 40px;
  }
  .and-header__info-content a {
    text-decoration: none;
    margin-bottom: 15px;
  }
  .and-header__info-content .and-header__info {
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    color: #A0A0A0;
  }
  .and-header__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .and-header__list li {
    position: relative;
    margin-right: 0px;
    border-bottom: 2px solid transparent;
  }
  .and-header__list li:last-child {
    margin-right: 0;
  }
  .and-header__list li a {
    padding: 10px;
    color: #000000;
  }
  .and-header__list li:hover {
    background: transparent;
    border-bottom: 2px solid transparent;
  }
  .and-header__list li:hover a {
    color: #14ABB0;
  }
  .and-header__sublist {
    display: none;
  }
}

@media (max-width: 619.98px) {
  .and-header__logo--link {
    padding-right: 0px;
  }
  .and-header__sity {
    display: none;
  }
}

@media (max-width: 459.98px) {
  .and-header__wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .and-header__logo--link img {
    max-width: 140px;
  }
  .and-header__burger {
    width: 33px;
    height: 33px;
  }
  .and-header__burger span {
    width: 12px;
    height: 2px;
    margin-bottom: 3px;
  }
  .and-header__burger--close span {
    margin-bottom: 0;
  }
  .and-header__sticky {
    max-width: 100%;
  }
}

/*! Подвал сайта */

.and-footer {
  background-color: #F7F9F9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.and-footer__body {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 35px;
  padding-bottom: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.and-footer__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.and-footer__logo--link {
  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;
  margin: 0;
  padding: 0;
}

.and-footer__logo--link img {
  max-width: 266px;
  width: 100%;
}

.and-footer__social {
  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;
  padding-top: 18px;
}

.and-footer__social a {
  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;
  padding: 0;
  margin: 0;
  text-decoration: none;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 26px;
          flex: 0 0 26px;
  margin-right: 15px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.and-footer__social a:last-child {
  margin-right: 0;
}

.and-footer__social a img {
  width: 26px;
  height: 25px;
}

.and-footer__social a:hover {
  opacity: 0.7;
}

.and-footer__menu {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 300px;
  width: 100%;
  max-height: 100px;
  padding: 0;
  margin: 0;
  list-style-type: none;
  margin-top: 18px;
}

.and-footer__menu li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 0;
  margin: 0;
  margin-bottom: 21px;
  max-width: 115px;
  width: 100%;
  font-size: 14px;
  line-height: 19px;
  color: #000000;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.and-footer__menu li:nth-child(3n) {
  margin-bottom: 0;
}

.and-footer__menu li a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
  color: inherit;
}

.and-footer__menu li:hover {
  color: #14ABB0;
}

.and-footer__calback {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 18px;
}

.and-footer__calback--mobile {
  display: none;
}

.and-footer__calback--icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 40px;
  height: 40px;
  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;
  background: #EBF0F0;
  border-radius: 100%;
  margin-right: 8px;
}

.and-footer__calback--content {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.and-footer__calback a {
  text-decoration: none;
  color: #000000;
  font-weight: bold;
  font-size: 20px;
  line-height: 130%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.and-footer__calback a:hover {
  color: #14ABB0;
}

.and-footer__calback a.and-footer__calback--btn {
  font-weight: normal;
  margin-top: 4px;
  font-size: 12px;
  line-height: 130%;
  color: #14ABB0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.and-footer__calback a.and-footer__calback--btn:hover {
  text-decoration: underline;
}

.and-footer__contacts {
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.and-footer__policy {
  margin-top: 17px;
  display: block;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  color: #A0A0A0;
  text-decoration: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.and-footer__policy:hover {
  text-decoration: underline;
}

.and-footer__info {
  display: block;
  margin-top: 12px;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  color: #A0A0A0;
}

@media (max-width: 1090px) {
  .and-footer__body {
    padding-top: 45px;
    padding-bottom: 50px;
  }
  .and-footer__logo--link img {
    max-width: 196px;
  }
  .and-footer__menu {
    padding-top: 0;
    margin-top: 0;
  }
  .and-footer__menu li {
    margin-bottom: 21px;
  }
  .and-footer__calback {
    padding-top: 0;
  }
}

@media (max-width: 939.98px) {
  .and-footer__body {
    padding-top: 50px;
    padding-bottom: 50px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .and-footer__logo {
    margin-right: 50px;
  }
  .and-footer__calback {
    display: none;
  }
  .and-footer__calback--mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .and-footer__menu {
    margin-top: 30px;
    margin-bottom: 50px;
    max-width: 100%;
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }
  .and-footer__menu li {
    max-width: 110px;
    margin-bottom: 21px;
    margin-right: 134px;
  }
  .and-footer__social {
    margin-right: 130px;
  }
}

@media (max-width: 619.98px) {
  .and-footer__body {
    padding-top: 50px;
    padding-bottom: 50px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .and-footer__logo {
    margin-right: 10px;
  }
  .and-footer__calback {
    display: none;
  }
  .and-footer__calback--mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .and-footer__menu {
    margin-top: 30px;
    margin-bottom: 50px;
    max-width: 100%;
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }
  .and-footer__menu li {
    max-width: 110px;
    margin-bottom: 21px;
    margin-right: 110px;
  }
  .and-footer__social {
    margin-right: 130px;
  }
}

@media (max-width: 459.98px) {
  .and-footer__body {
    padding-top: 50px;
    padding-bottom: 50px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .and-footer__logo {
    margin-right: 30px;
    margin-bottom: 40px;
  }
  .and-footer__calback {
    display: none;
  }
  .and-footer__calback--mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .and-footer__menu {
    margin-top: 50px;
    margin-bottom: 30px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    max-height: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .and-footer__menu li {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-bottom: 21px;
    margin-right: 0;
  }
  .and-footer__menu li:nth-child(3n) {
    margin-bottom: 21px;
  }
  .and-footer__social {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-right: 0px;
  }
  .and-footer__contacts {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .and-footer__policy {
    text-align: center;
  }
  .and-footer__info {
    text-align: center;
  }
}

/*! Главный блок */
/*! Главный блок */
.and-main {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #242424;
  color: #FFFFFF;
  position: relative;
}

.and-main__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.and-main__bg {
  padding-top: 165px;
  padding-bottom: 65px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.and-main__bg--1 {
  background-image: url('../img/home/main_bg.jpg');
}
.and-main__bg--2 {
  background-image: url('../img/home/main_bg2.jpg');
}
.and-main__content {
  max-width: 555px;
}

.and-main__title {
  margin: 0;
  padding: 0;
  font-weight: bold;
  font-size: 40px;
  line-height: 130%;
}

.and-main__subtitle {
  margin: 0;
  padding: 0;
  margin-top: 15px;
  font-weight: normal;
  font-size: 16px;
  line-height: 130%;
}

.and-main__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 25px;
  padding: 15px;
  background: #14ABB0;
  border-radius: 5px;
  font-weight: 600;
  font-size: 14px;
  line-height: 130%;
  text-transform: uppercase;
  color: #FFFFFF;
  text-decoration: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.and-main__btn:hover {
  text-decoration: none;
  background: #009ca8;
}

.and-main__list {
  padding-top: 24px;
  margin-left: 32px;
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.main-pagination {
  position: absolute;
  bottom: 30px;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.main-slider__controll {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 1170px;
  width: 100%;
  display: flex;
  z-index: 3;
  justify-content: space-between;
  align-items: center;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);

}
.main-slider__btn-prev {
  cursor: pointer;
  /* position: absolute;
  left: -44px; */
  width: 30px;
  height: 30px;
  border: none;
  border-radius: 100px;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #30B5B9 url("../img/icons/arrow.svg") center center/15px no-repeat;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  z-index: 3;
}

.main-slider__btn-prev:hover {
  background-color: #009ca8;
}

.main-slider__btn-next {
  cursor: pointer;
  /* position: absolute;
  top: 50%; */
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  /* right: -44px; */
  width: 30px;
  height: 30px;
  border: none;
  border-radius: 100px;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #30B5B9 url("../img/icons/arrow.svg") center center/15px no-repeat;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  z-index: 3;
}

.main-slider__btn-next:hover {
  background-color: #009ca8;
}

.main-pagination .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  border-radius: 100%;
  background: #242424;
}
.main-pagination  .swiper-pagination-bullet-active {
  background: #4AC3C7;
}

.and-main__item {
  max-width: 150px;
  margin-bottom: 100px;
  font-size: 16px;
  line-height: 110%;
  position: relative;
  padding-left: 23px;
}

.and-main__item::before {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  border-radius: 100%;
  background: #4AC3C7;
  position: absolute;
  top: 3px;
  left: 0;
}

.and-main__item:last-child {
  margin-bottom: 0;
}

.and-main__item:first-child, .and-main__item:last-child {
  -webkit-transform: translateX(100px);
      -ms-transform: translateX(100px);
          transform: translateX(100px);
}

@media (max-width: 1090px) {
  .and-main__list {
    -webkit-transform: translateX(-40px);
        -ms-transform: translateX(-40px);
            transform: translateX(-40px);
    margin-left: 0;
  }
  .main-slider__controll {
    max-width: 1114px;
  }
}

@media (max-width: 939.98px) {
  .and-main {
    margin-top: 108px;
  }
  .and-main__bg {
    padding-top: 110px;
    padding-bottom: 60px;
    background-position-x: 70%;
  }
  .and-main__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .and-main__content {
    max-width: 430px;
  }
  .main-slider__controll {
    max-width: 780px;
  }
  .and-main__subtitle {
    margin-top: 15px;
  }
  .and-main__list {
    -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
            transform: translateX(0px);
    margin-left: 0;
    padding-top: 30px;
  }
  .and-main__item {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .and-main__item br {
    display: none;
  }
  .and-main__item:first-child, .and-main__item:last-child {
    -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@media (max-width: 619.98px) {
  .and-main {
    margin-top: 80px;
  }
  .main-slider__controll {
    top: auto;
    left: 10px;
    bottom: 10px;
    max-width: Calc(100% - 20px);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
        transform: translate(0, 0);
  }
  .and-main__bg {
    padding-top: 100px;
    padding-bottom: 60px;
  }
  .and-main__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .and-main__subtitle {
    margin-top: 15px;
  }
  .and-main__list {
    padding-top: 30px;
  }
}

@media (max-width: 459.98px) {
  .and-main {
    position: relative;
  }
  .and-main__bg {
    background-position-x: 60%;
    padding-top: 70px;
    padding-bottom: 65px;
  }
  .and-main__bg::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: -o-linear-gradient(317.41deg, rgba(0, 0, 0, 0.8) 25.34%, rgba(0, 0, 0, 0) 73.12%);
    background: linear-gradient(132.59deg, rgba(0, 0, 0, 0.8) 25.34%, rgba(0, 0, 0, 0) 73.12%);
    position: absolute;
    top: 0;
    left: 0;
  }
  .and-main__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    z-index: 1;
  }
  .and-main__title {
    font-size: 30px;
    line-height: 100%;
  }
  .and-main__subtitle {
    margin-top: 20px;
    font-size: 16px;
    line-height: 130%;
  }
  .and-main__list {
    padding-top: 65px;
  }
  .and-main__item {
    padding-left: 16px;
  }
  .and-main__item::before {
    margin: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

/* ! Блоки */
.and-fast-repair {
  padding-top: 80px;
  padding-bottom: 70px;
}

.and-fast-repair__title {
  margin: 0;
  padding: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-weight: bold;
  font-size: 20px;
  line-height: 130%;
  text-transform: uppercase;
}

.and-fast-repair__title::before {
  content: '';
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30px;
          flex: 0 0 30px;
  width: 130px;
  height: 2px;
  background: #14ABB0;
  margin-right: 15px;
}

.and-fast-repair__body {
  margin-top: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.and-fast-repair__item {
  max-width: 220px;
  width: 100%;
  margin-right: 60px;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.and-fast-repair__item:nth-child(4n) {
  margin-right: 0;
}

.and-fast-repair__icon {
  margin-bottom: 11px;
  width: 86px;
  height: 86px;
  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;
  background: #EDF1F1;
  border-radius: 100%;
}

.and-fast-repair__icon img {
  width: 43px;
  height: 43px;
  -o-object-fit: contain;
     object-fit: contain;
}

.and-fast-repair__text {
  margin: 0;
  padding: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  color: #26272D;
  text-align: center;
}

@media (max-width: 1090px) {
  .and-fast-repair__item {
    max-width: 210px;
    margin-right: 20px;
  }
}

@media (max-width: 939.98px) {
  .and-fast-repair {
    padding-top: 70px;
  }
  .and-fast-repair__item {
    max-width: 150px;
    margin-right: 50px;
  }
  .and-fast-repair__item:nth-child(4n) {
    margin-right: 50px;
  }
}

@media (max-width: 619.98px) {
  .and-fast-repair {
    padding-top: 70px;
    padding-bottom: 0;
  }
  .and-fast-repair__body {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .and-fast-repair__item {
    max-width: 48%;
    margin-right: 0;
  }
  .and-fast-repair__item:nth-child(4n) {
    margin-right: 0;
  }
}

.and-result {
  padding-bottom: 130px;
}

.and-result * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.and-result__title {
  margin: 0;
  padding: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-weight: bold;
  font-size: 20px;
  line-height: 130%;
  text-transform: uppercase;
}

.and-result__title::before {
  content: '';
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30px;
          flex: 0 0 30px;
  width: 130px;
  height: 2px;
  background: #14ABB0;
  margin-right: 15px;
}

.and-result__body {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.and-result__item {
  max-width: 350px;
}

.and-result__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 15px;
}

.and-result__number {
  font-weight: bold;
  font-size: 40px;
  line-height: 130%;
  text-transform: uppercase;
  color: #14ABB0;
  margin-right: 8px;
}

.and-result__name {
  margin: 0;
  padding: 0;
  font-weight: 600;
  font-size: 20px;
  line-height: 130%;
  color: #26272D;
}

.and-result__text {
  margin: 0;
  padding: 0;
  font-weight: normal;
  color: #6D6D6D;
  font-size: 16px;
  line-height: 130%;
}

@media (max-width: 1090px) {
  .and-result {
    padding-bottom: 70px;
  }
  .and-result__body {
    margin-top: 60px;
  }
  .and-result__item {
    max-width: 440px;
    margin-bottom: 70px;
  }
  .and-result__item:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 939.98px) {
  .and-result {
    padding-bottom: 70px;
  }
  .and-result__body {
    margin-top: 30px;
  }
  .and-result__item {
    max-width: 100%;
    margin-bottom: 45px;
  }
  .and-result__item:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 459.98px) {
  .and-result {
    padding-bottom: 0px;
  }
  .and-result__body {
    margin-top: 40px;
  }
  .and-result__item {
    max-width: 100%;
    margin-bottom: 40px;
  }
  .and-result__item:last-child {
    margin-bottom: 0;
  }
}

.and-engine {
  padding-bottom: 130px;
}

.and-engine__title {
  margin: 0;
  padding: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-weight: bold;
  font-size: 20px;
  line-height: 130%;
  text-transform: uppercase;
}

.and-engine__title::before {
  content: '';
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30px;
          flex: 0 0 30px;
  width: 130px;
  height: 2px;
  background: #14ABB0;
  margin-right: 15px;
}

.and-engine__body {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 30px;
}

.and-engine__item {
  background: #F7F9F9;
  max-width: 247px;
  width: 100%;
  height: 150px;
  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;
}

.and-engine__item img {
  max-width: 90%;
  max-height: 90%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 1090px) {
  .and-engine {
    padding-bottom: 130px;
  }
  .and-engine__body {
    -webkit-column-gap: 26px;
       -moz-column-gap: 26px;
            column-gap: 26px;
    row-gap: 26px;
  }
  .and-engine__item {
    max-width: 215px;
    height: 130px;
  }
}

@media (max-width: 939.98px) {
  .and-engine {
    padding-top: 30px;
    padding-bottom: 100px;
  }
  .and-engine__body {
    -webkit-column-gap: 17px;
       -moz-column-gap: 17px;
            column-gap: 17px;
    row-gap: 18px;
  }
  .and-engine__item {
    max-width: 142px;
    height: 86px;
  }
}

@media (max-width: 619.98px) {
  .and-engine {
    padding-top: 10px;
    padding-bottom: 80px;
  }
  .and-engine__body {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    row-gap: 10px;
  }
  .and-engine__item {
    max-width: 140px;
    height: 86px;
  }
}

@media (max-width: 459.98px) {
  .and-engine {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .and-engine__body {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    row-gap: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .and-engine__item {
    max-width: 45%;
  }
  .and-engine__item img {
    max-width: 70%;
    height: 70%;
  }
}

.and-guarantee {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #242424 url("../img/home/guarantee__bg.jpg") center center/cover no-repeat;
  color: #fff;
  padding-top: 127px;
  padding-bottom: 132px;
}

.and-guarantee * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.and-guarantee__body {
  max-width: 489px;
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.and-guarantee__title {
  margin: 0;
  padding: 0;
  font-weight: bold;
  font-size: 40px;
  line-height: 100%;
}

.and-guarantee__text {
  margin-top: 19px;
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
}

.and-guarantee__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 25px;
  padding: 15px;
  background: #14ABB0;
  border-radius: 5px;
  font-weight: 600;
  font-size: 14px;
  line-height: 130%;
  text-transform: uppercase;
  color: #FFFFFF;
  text-decoration: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.and-guarantee__btn:hover {
  text-decoration: none;
  background: #009ca8;
}

.and-guarantee__btn:active {
  text-decoration: none;
}

@media (max-width: 939.98px) {
  .and-guarantee {
    padding: 80px 0;
  }
  .and-guarantee__title {
    max-width: 344px;
  }
  .and-guarantee__text {
    max-width: 344px;
  }
}

@media (max-width: 619.98px) {
  .and-guarantee {
    padding: 80px 0;
    position: relative;
  }
  .and-guarantee::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), -o-linear-gradient(353.4deg, rgba(0, 0, 0, 0.9) 17.24%, rgba(0, 0, 0, 0) 91.31%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(96.6deg, rgba(0, 0, 0, 0.9) 17.24%, rgba(0, 0, 0, 0) 91.31%);
  }
  .and-guarantee__body {
    position: relative;
    z-index: 1;
  }
  .and-guarantee__title {
    max-width: 80%;
  }
  .and-guarantee__text {
    max-width: 80%;
  }
}

@media (max-width: 939.98px) {
  .and-guarantee {
    padding: 120px 0;
  }
  .and-guarantee__body {
    position: relative;
    z-index: 1;
  }
  .and-guarantee__title {
    max-width: 90%;
    font-size: 30px;
    line-height: 100%;
  }
  .and-guarantee__text {
    margin-top: 30px;
    max-width: 80%;
  }
}


.and-about {
  padding-top: 130px;
  padding-bottom: 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.and-about__title {
  margin: 0;
  padding: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-weight: bold;
  font-size: 20px;
  line-height: 130%;
  text-transform: uppercase;
}

.and-about__title::before {
  content: '';
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30px;
          flex: 0 0 30px;
  width: 130px;
  height: 2px;
  background: #14ABB0;
  margin-right: 15px;
}

.and-about__body {
  padding-top: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.and-about__subtext {
  margin: 0;
  padding: 0;
  padding-bottom: 30px;
  font-size: 20px;
  line-height: 130%;
}

.and-about__text {
  margin: 0;
  padding: 0;
  padding-bottom: 30px;
  font-size: 16px;
  line-height: 140%;
}

.and-about__list-head {
  display: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #F7F9F9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0;
  padding-left: 30px;
}

.and-about__name {
  font-weight: normal;
  font-size: 20px;
  line-height: 130%;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}

.and-about__btn {
  width: 59px;
  height: 59px;
  margin: 0;
  padding: 0;
  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;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.and-about__btn span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 26px;
  height: 4px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background: #14ABB0;
}

.and-about__btn span:last-child {
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
      -ms-transform: translate(-50%, -50%) rotate(-90deg);
          transform: translate(-50%, -50%) rotate(-90deg);
}

.and-about__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 35px;
}

.and-about__list ul {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  margin: 0;
  padding: 0;
  padding-right: 42px;
}

.and-about__list ul:last-child {
  padding-right: 0;
}

.and-about__list ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding-bottom: 14px;
  font-weight: normal;
  font-size: 16px;
  line-height: 130%;
}

.and-about__list ul li::before {
  color: #4AC3C7;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  content: "•";
  padding-top: 1px;
  font-size: 18px;
  padding-right: 8px;
}

@media (max-width: 1090px) {
  .and-about__text:last-child, .and-about__text:nth-last-child(2) {
    display: none;
  }
  .and-about__list {
    padding-bottom: 0;
  }
}

@media (max-width: 939.98px) {
  .and-about {
    padding-top: 100px;
    padding-bottom: 70px;
  }
  .and-about__body {
    padding-top: 40px;
  }
  .and-about__text:last-child, .and-about__text:nth-last-child(2) {
    display: none;
  }
  .and-about__list-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .and-about__btn {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  .and-about__btn.active span:last-child {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
        -ms-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  .and-about__list {
    overflow: hidden;
    height: auto;
    max-height: 0px;
    padding-bottom: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    padding: 0 30px;
  }
  .and-about__list.active {
    max-height: 100%;
    padding-top: 30px;
  }
  .and-about__list ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}

@media (max-width: 619.98px) {
  .and-about {
    padding-top: 70px;
    padding-bottom: 60px;
  }
  .and-about__body {
    padding-top: 30px;
  }
}

@media (max-width: 459.98px) {
  .and-about {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .and-about__body {
    padding-top: 30px;
  }
  .and-about__name {
    font-size: 16px;
    line-height: 130%;
  }
  .and-about__list-head {
    padding-left: 12px;
  }
  .and-about__btn {
    width: 50px;
    height: 50px;
  }
  .and-about__btn span {
    width: 17px;
    height: 3px;
  }
  .and-about__list {
    padding: 0 12px;
  }
  .and-about__list ul {
    padding-right: 0;
  }
}

.and-advantage {
  padding: 70px 0;
  background: #F2F5F5;
}

.and-advantage__maintitle {
  margin: 0;
  padding: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-weight: bold;
  font-size: 20px;
  line-height: 130%;
  text-transform: uppercase;
}

.and-advantage__maintitle::before {
  content: '';
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30px;
          flex: 0 0 30px;
  width: 130px;
  height: 2px;
  background: #14ABB0;
  margin-right: 15px;
}

.and-advantage__body {
  margin-top: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  row-gap: 50px;
}

.and-advantage__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 329px;
          flex: 0 0 329px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.and-advantage__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.and-advantage__title {
  padding: 0;
  margin: 0;
  font-weight: 600;
  font-size: 20px;
  line-height: 130%;
  color: #14ABB0;
}

.and-advantage__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 35px;
          flex: 0 0 35px;
  width: 35px;
  height: 35px;
  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;
  background: #4AC3C7;
  border-radius: 100%;
  margin-right: 15px;
}

.and-advantage__content {
  width: 90%;
  padding: 0;
  margin: 0;
  margin-top: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  line-height: 130%;
}

@media (max-width: 1090px) {
  .and-advantage__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 300px;
            flex: 0 0 300px;
  }
}

@media (max-width: 939.98px) {
  .and-advantage__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  .and-advantage__title {
    font-size: 16px;
    line-height: 130%;
  }
}

@media (max-width: 619.98px) {
  .and-advantage__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.and-feedback {
  padding-top: 100px;
  padding-bottom: 130px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.and-feedback__title {
  margin: 0;
  padding: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-weight: bold;
  font-size: 20px;
  line-height: 130%;
  text-transform: uppercase;
}

.and-feedback__title::before {
  content: '';
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30px;
          flex: 0 0 30px;
  width: 130px;
  height: 2px;
  background: #14ABB0;
  margin-right: 15px;
}

.and-feedback__body {
  margin-top: 50px;
  position: relative;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.and-feedback__body .swiper {
  width: 990px;
  height: 240px;
}

.and-feedback__body .swiper-slide {
  padding: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #F7F9F9;
}

.and-feedback__item {
  background: #F7F9F9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.and-feedback__head {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 20px;
}

.and-feedback__name {
  padding: 0;
  margin: 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  color: #26272D;
}

.and-feedback__content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.and-feedback__content p {
  padding: 0;
  margin: 0;
  font-weight: normal;
  font-size: 16px;
  line-height: 130%;
  color: #6D6D6D;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.and-feedback__btn-prev {
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 30px;
  height: 30px;
  border: none;
  border-radius: 100px;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #30B5B9 url("../img/icons/arrow.svg") center center/15px no-repeat;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  z-index: 2;
}

.and-feedback__btn-prev:hover {
  background-color: #009ca8;
}

.and-feedback__btn-next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  right: 0;
  width: 30px;
  height: 30px;
  border: none;
  border-radius: 100px;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #30B5B9 url("../img/icons/arrow.svg") center center/15px no-repeat;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  z-index: 2;
}

.and-feedback__btn-next:hover {
  background-color: #009ca8;
}

.and-feedback__link {
  display: table;
  margin: 0 auto;
  margin-top: 40px;
  padding: 15px;
  background: #14ABB0;
  border-radius: 5px;
  font-weight: 600;
  font-size: 14px;
  line-height: 130%;
  text-transform: uppercase;
  color: #FFFFFF;
  text-decoration: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.and-feedback__link:hover {
  text-decoration: none;
  background: #009ca8;
}

.and-feedback__link:active {
  text-decoration: none;
}

@media (max-width: 1090px) {
  .and-feedback__body .swiper {
    width: 840px;
    height: 258px;
  }
  .and-feedback__body .swiper-slide {
    padding: 40px;
  }
  .btn-widget {
    display: block;
    position: fixed;
    bottom: 50px;
    right: 15px;
    border-radius: 100px;
    width: 56px;
    height: 56px;
    background-color: #14ABB0;
    background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.71498 3.04876L11.06 2.61876C12.3225 2.21626 13.6687 2.86751 14.21 4.14001L15.2837 6.67501C15.7512 7.77876 15.4925 9.07751 14.6412 9.88501L12.2737 12.1325C12.4187 13.4775 12.8712 14.8013 13.6287 16.1038C14.3485 17.364 15.3138 18.467 16.4675 19.3475L19.3112 18.3975C20.39 18.0388 21.5637 18.4525 22.2237 19.4238L23.765 21.6863C24.5337 22.8163 24.3962 24.3738 23.4425 25.3313L22.42 26.3575C21.4025 27.3788 19.9487 27.75 18.605 27.33C15.4312 26.34 12.5137 23.4013 9.85123 18.5138C7.18498 13.6188 6.24373 9.46376 7.02873 6.05376C7.35873 4.61876 8.37998 3.47501 9.71498 3.04876Z' fill='%23EBF0F0'/%3E%3C/svg%3E");
    background-size: 30px;
    background-position: center center;
    background-repeat: no-repeat;
    box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.25);
    animation: pulse 1.5s infinite;
    z-index: 3;
  }
  @-webkit-keyframes pulse {
    0% {
      -webkit-box-shadow: 0 0 0 0 rgba(31,203,208, 0.2);
    }
    70% {
        -webkit-box-shadow: 0 0 0 20px rgba(31,203,208, 0.5);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(31,203,208, 0.2);
    }
  }
  @keyframes pulse {
    0% {
      -moz-box-shadow: 0 0 0 0 rgba(31,203,208, 0.2);
      box-shadow: 0 0 0 0 rgba(31,203,208, 0.2);
    }
    70% {
        -moz-box-shadow: 0 0 0 20px rgba(31,203,208, 0.5);
        box-shadow: 0 0 0 20px rgba(31,203,208, 0.5);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(31,203,208, 0.2);
        box-shadow: 0 0 0 0 rgba(31,203,208, 0.2);
    }
  }
}

@media (max-width: 939.98px) {
  .and-feedback {
    padding-bottom: 100px;
  }
  .and-feedback__body .swiper {
    width: 518px;
    height: 233px;
  }
  .and-feedback__body .swiper-slide {
    padding: 30px;
  }
  .and-feedback__link {
    margin-top: 20px;
  }
}

@media (max-width: 619.98px) {
  .and-feedback {
    padding-top: 90px;
    padding-bottom: 80px;
  }
  .and-feedback__body .swiper {
    width: 357px;
    height: 280px;
  }
  .and-feedback__body .swiper-slide {
    padding: 20px 30px;
  }
  .and-feedback__content p {
    -webkit-line-clamp: 10;
  }
  .and-feedback__link {
    margin-top: 20px;
  }
}

@media (max-width: 459.98px) {
  .and-feedback {
    padding-top: 90px;
    padding-bottom: 80px;
  }
  .and-feedback__body .swiper {
    width: 270px;
    height: 325px;
  }
  .and-feedback__body .swiper-slide {
    padding: 30px 25px;
  }
  .and-feedback__content p {
    -webkit-line-clamp: 12;
  }
  .and-feedback__link {
    display: table;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 20px;
  }
}

.and-contacts {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.and-contacts *, .and-contacts *::before, .and-contacts *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0;
  text-decoration: none;
}

.and-contacts__map {
  height: 500px;
  position: relative;
}

.and-contacts__script {
  height: 100%;
}

.and-contacts .and-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.and-contacts__block {
  max-width: 370px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #FFFFFF;
  padding: 40px 35px;
}

.and-contacts__title {
  margin: 0;
  padding: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-weight: bold;
  font-size: 20px;
  line-height: 130%;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.and-contacts__title::before {
  content: '';
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30px;
          flex: 0 0 30px;
  width: 130px;
  height: 2px;
  background: #14ABB0;
  margin-right: 15px;
}

.and-contacts__call {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.and-contacts__phone {
  font-weight: bold;
  font-size: 20px;
  line-height: 130%;
  color: #14ABB0;
  margin-right: 6px;
}

.and-contacts__phone:hover {
  text-decoration: underline;
}

.and-contacts__btn {
  font-size: 12px;
  line-height: 130%;
  color: #767676;
}

.and-contacts__btn:hover {
  text-decoration: underline;
}

.and-contacts__address {
  margin-top: 25px;
  font-size: 16px;
  line-height: 130%;
  color: #000000;
}

.and-contacts__social {
  margin-top: 30px;
}

.and-contacts__social a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 40px;
  height: 40px;
  padding: 9px;
  background: #F7F9F9;
  margin-right: 10px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.and-contacts__social img {
  flex: 0 0 auto;
}
.and-contacts__social a:hover img {
  opacity: 0.8;
}

.and-contacts__copy {
  margin-top: 65px;
  font-weight: normal;
  font-size: 16px;
  line-height: 130%;
  color: #000000;
}

@media (max-width: 939.98px) {
  .and-contacts {
    background: #F7F9F9;
  }
  .and-contacts__map {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .and-contacts__script {
    height: 400px;
  }
  .and-contacts .and-container {
    position: relative;
    width: 100%;
    height: 100%;
    top: auto;
    left: auto;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    margin: 0 auto;
    padding: 0 10px;
  }
  .and-contacts__block {
    max-width: 100%;
    padding: 0;
    background: transparent;
    padding: 40px 0;
  }
  .and-contacts__address {
    max-width: 260px;
  }
  .and-contacts__social a {
    background: #FFFFFF;
  }
}
.and-engine-slider {
  padding-top: 100px;
  padding-bottom: 130px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.and-engine-slider__title {
  margin: 0;
  padding: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-weight: bold;
  font-size: 20px;
  line-height: 130%;
  text-transform: uppercase;
}

.and-engine-slider__title::before {
  content: '';
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30px;
          flex: 0 0 30px;
  width: 130px;
  height: 2px;
  background: #14ABB0;
  margin-right: 15px;
}

.and-engine-slider__body {
  margin-top: 60px;
  position: relative;
}

.and-engine-slider .swiper-slide {
  background: #F7F9F9;
}

.and-engine-slider__item {
  width: 100%;
  height: 150px;
  background: #F7F9F9;
  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;
}

.and-engine-slider__item img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.and-engine-slider__btn-prev {
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -44px;
  width: 30px;
  height: 30px;
  border: none;
  border-radius: 100px;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #30B5B9 url("../img/icons/arrow.svg") center center/15px no-repeat;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  z-index: 2;
}

.and-engine-slider__btn-prev:hover {
  background-color: #009ca8;
}

.and-engine-slider__btn-next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  right: -44px;
  width: 30px;
  height: 30px;
  border: none;
  border-radius: 100px;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #30B5B9 url("../img/icons/arrow.svg") center center/15px no-repeat;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  z-index: 2;
}

.and-engine-slider__btn-next:hover {
  background-color: #009ca8;
}

.and-engine-sliders {
  position: relative;
  width: 100%;
  height: 150px;
  overflow: hidden;
}

@media (max-width: 939.98px) {
  .and-engine-slider {
    padding-bottom: 100px;
  }
}

@media (max-width: 619.98px) {
  .and-engine-slider {
    padding-top: 90px;
    padding-bottom: 80px;
  }
  .and-engine-slider__btn-prev {
    left: 5px;
  }
  .and-engine-slider__btn-next {
    right: 5px;
  }
}

@media (max-width: 459.98px) {
  .and-engine-slider {
    padding-top: 90px;
    padding-bottom: 80px;
  }
}
