@charset "UTF-8";

* {
  padding: 0;
  margin: 0;
  outline: none;
}

body {
  width: 100%;
  height: 100%;
  color: black;
  font-size: 1em;
  font-size: 14px;
  font-family: sans-serif;
  line-height: 135%;
}

a {
  color: black;
}

a:active {
  color: black;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

img {
  max-width: 100%;
  height: auto;
  width: auto\9;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-weight: normal;
  font-style: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
}

a {
  text-decoration: none;
}

::-moz-selection {
  background-color: #469ad1;
  color: #fff;
}

::selection {
  background-color: #469ad1;
  color: #fff;
}

::-webkit-selection {
  background-color: #469ad1;
  color: #fff;
}

::-moz-selection {
  background-color: #469ad1;
  color: #fff;
}

::-ms-selection {
  background-color: #469ad1;
  color: #fff;
}

::-o-selection {
  background-color: #469ad1;
  color: #fff;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.header {
  width: 100%;
  background: #111;
  color: #fff;
}

.header__inner {
  padding: 0 10%;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.header__top {
  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;
  font-size: 15px;
  padding: 6px 30px 6px 30px;
  background: #181818;
}

.header__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__phone,
.header__email {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}

.header__phone img,
.header__email img {
  width: 22px;
  height: 22px;
}

.header__phone a,
.header__email a {
  color: white;
}

.header__phone a:hover,
.header__email a:hover {
  text-decoration: underline;
}

.header__callback {
  color: #649cfb;
  text-decoration: underline;
  font-size: 14px;
  margin-left: 15px;
}

.header__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 12px 30px;
}

.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
}

.header__logo .logo__title {
  font-weight: 700;
  color: #55a1ed;
  font-size: 23px;
  letter-spacing: 1px;
  line-height: 35px;
}

.header__logo .logo__subtitle {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  opacity: 0.8;
}

.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__nav a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  padding: 2px 4px;
  position: relative;
}

.header__nav a.active,
.header__nav a:hover {
  color: #649cfb;
}

.header__menu-btn {
  display: none;
  -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;
  width: 38px;
  height: 38px;
  background: none;
  border: none;
  cursor: pointer;
  gap: 5px;
  margin-left: auto;
}

.header__menu-btn span {
  display: block;
  height: 3px;
  width: 100%;
  background: #55a1ed;
  border-radius: 2px;
}

.about-blockpage {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #FFFFFF;
}

.about-blockpage__inner {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 48px;
  padding: 50px 0%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: sans-serif;
}

.about-blockpage__inner h2 {
  line-height: 35px;
  text-align: center;
}

.about-blockpage__inner h2 span {
  color: #2477DB;
  font-size: 34px;
}

.about-blockpage__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  min-width: 400px;
  max-width: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: justify;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
}

.about-blockpage__title {
  font-size: 2em;
  font-weight: 700;
  margin-bottom: 15px;
  letter-spacing: 1px;
  border-bottom: 4px solid #2477db;
  padding-bottom: 6px;
  display: inline-block;
}

.about-blockpage__desc {
  color: #356;
  font-size: 1.08em;
  margin-bottom: 10px;
}

.about-blockpage p {
  margin: 0 0 8px 0;
  color: #444;
  font-size: 1em;
  line-height: 1.6;
}

.about-blockpage p span {
  color: #2477db;
  font-weight: 900;
  text-decoration: underline;
}

.about-blockpage__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
}

.about-blockpage__btn {
  display: inline-block;
  padding: 12px 28px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 6px;
  background: #eee;
  color: #202020;
  border: none;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  -o-transition: background 0.2s;
  transition: background 0.2s;
  max-height: 45px;
  -webkit-box-shadow: 0 2px 16px rgba(36, 119, 219, 0.4);
          box-shadow: 0 2px 16px rgba(36, 119, 219, 0.4);
}

.about-blockpage__btn:hover {
  background: #d0e7ff;
  color: #2477db;
}

.about-blockpage__btn--primary {
  background: #2477db;
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.about-blockpage__btn--primary:hover {
  background: #3796f6;
  color: #fff;
}

.about-blockpage__image {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 400px;
          flex: 1 1 400px;
  max-width: 550px;
  min-width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: auto;
}

.about-blockpage__image img {
  width: 100%;
  height: auto;
  max-width: 100%;
  border-radius: 7px;
  -webkit-box-shadow: 0 2px 30px rgba(82, 110, 230, 0.1);
          box-shadow: 0 2px 30px rgba(82, 110, 230, 0.1);
  background: #f2f2f2;
}

.button-with-iconphone {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 6px;
  background-color: #2477db;
  color: white;
  border: none;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  max-height: 45px;
}

.button-with-iconphone:hover {
  background: #3796f6;
}

.button-with-iconphone::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 7px;
  background: url("../img/ico/phone_white.png") no-repeat center center;
  background-size: contain;
}

.services {
  width: 100%;
  background: #f7f7f8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: sans-serif;
  opacity: 0;
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  -o-transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out, -webkit-transform 0.8s ease-out;
}

.services.visible {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.services__inner {
  width: 80%;
  padding: 58px 0% 38px 0%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.services__title {
  font-size: 2.1em;
  font-weight: 700;
  text-align: center;
  margin-bottom: 12px;
  letter-spacing: 1px;
}

.services__desc {
  font-size: 15px;
  text-align: center;
  color: #656565;
  margin-bottom: 42px;
  line-height: 1.5;
  font-family: sans-serif;
}

.services__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  width: 100%;
  margin: 0 auto;
}

.service-card {
  max-width: 400px;
  background: #fff;
  -webkit-box-shadow: 0 3px 19px rgba(40, 110, 220, 0.03);
          box-shadow: 0 3px 19px rgba(40, 110, 220, 0.03);
  border-radius: 9px;
  padding: 38px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 190px;
  -webkit-transition: border 0.2s, -webkit-box-shadow 0.2s;
  transition: border 0.2s, -webkit-box-shadow 0.2s;
  -o-transition: box-shadow 0.2s, border 0.2s;
  transition: box-shadow 0.2s, border 0.2s;
  transition: box-shadow 0.2s, border 0.2s, -webkit-box-shadow 0.2s;
  border: 2px solid transparent;
}

.service-card__icon {
  font-size: 2.1em;
  color: #56a6ff;
  margin-bottom: 17px;
  width: 34px;
  height: 34px;
  background: url("../img/ico/checkflag.png") center/contain no-repeat;
  margin: 0 auto 18px auto;
  -webkit-transition: background-image 0.2s;
  -o-transition: background-image 0.2s;
  transition: background-image 0.2s;
}

.service-card__title {
  font-size: 1.22em;
  font-weight: 700;
  text-align: center;
  color: #232323;
  margin-bottom: 11px;
}

.service-card__desc {
  font-size: 15px;
  text-align: center;
  color: #646464;
}

.service-card:hover {
  cursor: pointer;
  background: #56a6ff;
  color: #fff;
}

.service-card:hover .service-card__title,
.service-card:hover .service-card__desc,
.service-card:hover .service-card__icon {
  color: #fff;
}

.service-card:hover .service-card__icon {
  background-image: url("../img/ico/checkflag_hover.png");
}

.materials-wrapper {
  overflow: hidden;
  width: 100%;
  font-family: sans-serif;
}

.materials {
  width: 100%;
  margin: 0 auto;
  padding: 55px 0% 35px 0%;
  background-color: white;
  opacity: 0;
  -webkit-transform: translateX(140px);
      -ms-transform: translateX(140px);
          transform: translateX(140px);
  -webkit-transition: opacity 2s, -webkit-transform 2s;
  transition: opacity 2s, -webkit-transform 2s;
  -o-transition: opacity 2s, transform 2s;
  transition: opacity 2s, transform 2s;
  transition: opacity 2s, transform 2s, -webkit-transform 2s;
}

.materials.visible {
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.materials__inner {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.materials.visible {
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.materials__header {
  text-align: center;
}

.materials__title {
  font-size: 2em;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 12px;
}

.materials__desc {
  font-size: 16px;
  color: #585858;
  margin-bottom: 38px;
  line-height: 1.42;
  font-family: sans-serif;
}

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

.carousel__arrow {
  background: #fff;
  border: none;
  font-size: 2.2em;
  color: #3796f6;
  padding: 0 17px;
  cursor: pointer;
  z-index: 2;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}

.carousel__arrow:hover {
  color: #223ba9;
}

.carousel__arrow--left {
  left: 0;
}

.carousel__arrow--right {
  right: 0;
}

.carousel__wrapper {
  overflow: hidden;
  width: 1060px;
}

.carousel__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.4, 0.56, 0.58, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.4, 0.56, 0.58, 1);
  -o-transition: transform 0.5s cubic-bezier(0.4, 0.56, 0.58, 1);
  transition: transform 0.5s cubic-bezier(0.4, 0.56, 0.58, 1);
  transition: transform 0.5s cubic-bezier(0.4, 0.56, 0.58, 1), -webkit-transform 0.5s cubic-bezier(0.4, 0.56, 0.58, 1);
  gap: 35px;
}

.material-card {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 330px;
          flex: 0 0 330px;
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 28px rgba(50, 160, 220, 0.09);
          box-shadow: 0 3px 28px rgba(50, 160, 220, 0.09);
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 10px;
  max-width: 330px;
}

.material-card img {
  width: 100%;
  height: 173px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px 8px 0 0;
  margin-bottom: 14px;
}

.material-card__title {
  font-size: 1.17em;
  font-weight: 700;
  margin: 0 0 7px 0;
  color: #10161e;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
  padding: 0px 5px;
}

.material-card__title--active {
  color: #3796f6;
}

.material-card__date {
  font-size: 12px;
  color: #757885;
  margin-bottom: 12px;
  padding: 0px 5px;
}

.material-card__desc {
  font-size: 15px;
  color: #444;
  margin-bottom: 17px;
  padding: 0px 5px;
}

.guarantees {
  width: 100%;
  max-width: 1350px;
  margin: 0 auto;
  padding: 55px 5% 40px 5%;
  font-family: sans-serif;
  opacity: 0;
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  -o-transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out, -webkit-transform 0.8s ease-out;
}

.guarantees.visible {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.guarantees__header {
  text-align: center;
  margin-bottom: 38px;
}

.guarantees__title {
  font-size: 2em;
  font-weight: 700;
  margin-bottom: 13px;
  letter-spacing: 1px;
}

.guarantees__desc {
  font-size: 16px;
  color: #585858;
  line-height: 1.5;
  max-width: 650px;
  margin: 0 auto;
}

.guarantees__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 32px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 25px;
}

.guarantee-card {
  background: #fff;
  border-radius: 12px;
  -webkit-box-shadow: 0 3px 16px rgba(42, 130, 210, 0.07);
          box-shadow: 0 3px 16px rgba(42, 130, 210, 0.07);
  min-width: 300px;
  max-width: 390px;
  padding: 35px 24px 29px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: -webkit-box-shadow 0.18s;
  transition: -webkit-box-shadow 0.18s;
  -o-transition: box-shadow 0.18s;
  transition: box-shadow 0.18s;
  transition: box-shadow 0.18s, -webkit-box-shadow 0.18s;
}

.guarantee-card:hover {
  -webkit-box-shadow: 0 8px 36px rgba(60, 120, 220, 0.13);
          box-shadow: 0 8px 36px rgba(60, 120, 220, 0.13);
}

.guarantee-card__icon {
  font-size: 2.5em;
  margin-bottom: 15px;
}

.guarantee-card__title {
  font-size: 1.18em;
  font-weight: 700;
  color: #223ba9;
  margin-bottom: 10px;
  text-align: center;
}

.guarantee-card__desc {
  font-size: 15px;
  color: #313336;
  text-align: center;
}

.contacts {
  width: 100%;
  margin: 0 auto;
  padding: 55px 0% 40px 0%;
  background-color: white;
  opacity: 0;
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: opacity 1.5s ease-out, -webkit-transform 1.5s ease-out;
  transition: opacity 1.5s ease-out, -webkit-transform 1.5s ease-out;
  -o-transition: opacity 1.5s ease-out, transform 1.5s ease-out;
  transition: opacity 1.5s ease-out, transform 1.5s ease-out;
  transition: opacity 1.5s ease-out, transform 1.5s ease-out, -webkit-transform 1.5s ease-out;
  font-family: sans-serif;
  font-size: 16px;
}

.contacts.visible {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.contacts__inner {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.contacts__header {
  text-align: center;
  margin-bottom: 32px;
}

.contacts__title {
  font-weight: 700;
  font-size: 2.1em;
  letter-spacing: 1px;
  margin-bottom: 8px;
  line-height: 35px;
}

.contacts__desc {
  font-size: 15px;
  color: #555;
  max-width: 680px;
  margin: 0 auto;
}

.contacts__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  max-width: 600px;
  margin: 0 auto;
}

.contact-item {
  background: #fff;
  min-width: 260px;
  max-width: 300px;
  border-radius: 12px;
  -webkit-box-shadow: 0 4px 18px rgba(45, 90, 160, 0.07);
          box-shadow: 0 4px 18px rgba(45, 90, 160, 0.07);
  padding: 32px 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-transition: -webkit-box-shadow 0.18s;
  transition: -webkit-box-shadow 0.18s;
  -o-transition: box-shadow 0.18s;
  transition: box-shadow 0.18s;
  transition: box-shadow 0.18s, -webkit-box-shadow 0.18s;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 45%;
          flex: 1 1 45%;
}

.contact-item:hover {
  -webkit-box-shadow: 0 8px 38px rgba(45, 90, 160, 0.12);
          box-shadow: 0 8px 38px rgba(45, 90, 160, 0.12);
}

.contact-item__icon {
  font-size: 2.6em;
  margin-bottom: 15px;
  width: 50px;
  height: 20px;
}

.contact-item .icon-contactphone {
  margin-bottom: 33px;
  margin-top: -15px;
}

.contact-item__label {
  font-weight: 700;
  font-size: 1.1em;
  margin-bottom: 8px;
  color: #1b2340;
}

.contact-item__value {
  font-weight: 500;
  font-size: 14.5px;
  color: #3b4a74;
  text-decoration: none;
  word-break: break-word;
}

.contact-item__value:hover {
  color: #265bd1;
  text-decoration: underline;
}

.footer {
  width: 100%;
  background: #181818;
  color: #fff;
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 15px;
}

.footer__inner {
  width: 100%;
  padding: 40px 10% 20px 10%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.footer__main {
  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;
  gap: 32px;
}

.footer__info {
  min-width: 260px;
  max-width: 260px;
}

.footer__info .footer__logo {
  font-weight: 700;
  color: #56a6ff;
  font-size: 22px;
}

.footer__info .footer__subtitle {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  opacity: 0.83;
  display: block;
  margin-bottom: 13px;
}

.footer__info .footer__contacts {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 15px;
}

.footer__info .footer__contacts li {
  margin-bottom: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__info .footer__contacts li a {
  color: white;
}

.footer__info .footer__contacts li a:hover {
  text-decoration: underline;
}

.footer__info .footer__contacts .icon-location,
.footer__info .footer__contacts .icon-phone,
.footer__info .footer__contacts .icon-mail {
  font-size: 18px;
  color: #56a6ff;
}

.footer__center {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  min-width: 220px;
}

.footer__center .footer__desc {
  margin-bottom: 15px;
  color: #dedede;
  font-size: 14px;
}

.footer__center .footer__nav {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 11px 21px;
}

.footer__center .footer__nav li {
  margin: 0;
}

.footer__center .footer__nav a {
  color: #fff;
  opacity: 0.85;
  text-decoration: none;
  font-size: 15px;
}

.footer__center .footer__nav a:hover {
  color: #56a6ff;
  opacity: 1;
}

.footer__expert {
  max-width: 260px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 9px;
}

.footer__expert .footer__expert-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 11px;
}

.footer__expert .footer__expert-info .footer__avatar {
  width: 41px;
  height: 41px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  background: #333;
}

.footer__expert .footer__expert-info .footer__expert-name {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
}

.footer__expert .footer__expert-info .footer__expert-role {
  color: #adbece;
  font-size: 13px;
}

.footer__expert .footer__expert-desc {
  font-size: 13px;
  color: #bcd0ed;
  margin-bottom: 10px;
}

.footer__expert .footer__btn {
  display: inline-block;
  background: #2477DB;
  color: #fff;
  border-radius: 5px;
  padding: 8px 22px;
  text-decoration: none;
  font-weight: 500;
  font-size: 15px;
  margin-top: 7px;
  -webkit-transition: background 0.2s;
  -o-transition: background 0.2s;
  transition: background 0.2s;
}

.footer__expert .footer__btn:hover {
  background: #3796F6;
}

.footer__bottom {
  margin-top: 17px;
  padding-top: 13px;
  border-top: 1px solid #27292e;
  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;
  font-size: 13px;
  color: #aaa;
}

.footer__bottom a {
  color: #aaa;
  text-decoration: underline;
}

.footer__bottom a:hover {
  color: #56a6ff;
}

.rub:after {
  content: " ₽";
}

.disabledBlock {
  pointer-events: none;
  opacity: 0.4;
}

/*
   <!-- МЕНЮ БУРГЕР -->
   <div class="icon-burger">
         <div class="icon-burger__lines">
            <span></span>
            <span></span>
            <span></span>
         </div>
   </div>
*/

/*
   <div class="header-mini">
      <div class="header-mini__menu">
            <ul>
               <li><a href="index.php">Главная</a></li>
               <li><a href="about.php">О нас</a></li>
               <li><a href="spa.php">СПА услуги</a></li>
               <li><a href="guarantees.php">Гарантии</a></li>
               <li><a href="responses.php">Отзывы</a></li>
               <?php
                  if($_SESSION['auth']=='yes' && $_SESSION['u_login'] == 'admin'){
                        ECHO '<li><a href="office.php">Личный кабинет</a></li>';
                  }
               ?>
            </ul>
      </div>
   </div>
*/

.header-mini {
  width: 60%;
  height: auto;
  background-color: #ffffff;
  opacity: 0.95;
  position: absolute;
  left: 40%;
  top: 0px;
  padding-top: 50px;
  padding-bottom: 30px;
  padding-left: 10%;
  display: none;
  z-index: 999998;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.header-mini__menu ul {
  font-size: 20px;
}

.header-mini__menu ul li {
  margin-top: 20px;
}

.header-mini__menu ul li a {
  color: black;
}

.header-mini__menu ul li a:hover {
  text-decoration: underline;
}

.btn {
  width: 100%;
  border: none;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0px 25px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: 39px;
  background-color: #F0F0F0;
  color: #000000;
  border: 1px solid;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 900;
  line-height: 18px;
  text-transform: uppercase;
}

/*
<div class="btnMoveTop"></div>
*/

.btnMoveTop {
  width: 45px;
  height: 45px;
  position: fixed;
  right: 4%;
  bottom: 5%;
  opacity: 0;
  display: none;
  z-index: 999999;
  background-image: url("../img/ico/arrowUp.png");
  background-position: center;
  background-size: 45px 45px;
  background-repeat: no-repeat;
}

.btnMoveTop:hover {
  cursor: pointer;
  background: url("../img/ico/arrowUp_hover.png") center/contain no-repeat;
  -webkit-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
}

select {
  display: block;
  min-width: 100px;
  width: 100%;
  height: 40px;
  cursor: pointer;
  border-radius: 4px;
  padding: 5px 5px;
  font-size: 14px;
  -moz-text-align-last: center;
       text-align-last: center;
}

/*
<label class='categories-search__checkbox checkbox' for='chb4'>
   <input data-error='Ошибка' class='checkbox__input' type='checkbox' id='chb4' value='1' name='form[]'>
   <span class='checkbox__text'><span>Гребные тренажер</span></span>
</label>
*/

.checkbox__input {
  position: absolute;
  visibility: hidden;
  width: 0;
  height: 0;
  opacity: 0;
}

.checkbox__input:checked + .checkbox__text {
  color: #f68038;
}

.checkbox__text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-size: 16px;
  color: #999;
  letter-spacing: -0.3px;
  line-height: calc(20 / 16);
  cursor: pointer;
}

.checkbox__text::before {
  position: absolute;
  -ms-flex-item-align: flex-center;
      align-self: flex-center;
  margin: 2px 0px 0px 0px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 10px;
          flex: 1 1 10px;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 2px solid #a7a9ac;
}

/*
   <label class='checkbox2'>
      <input data-error='Ошибка' class='checkbox2__input2' type='checkbox' value='1' name='form[]'>
      <span class='checkbox2__text2'><span>Без выбора цвета</span></span>
   </label>
*/

.checkbox2 {
  display: inline;
  margin: 0px 0px 15px 0px;
  cursor: pointer;
}

.checkbox2__text2 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-size: 16px;
  color: black;
  letter-spacing: -0.3px;
  line-height: calc(20 / 16);
  cursor: pointer;
  margin-top: -40px;
  margin-bottom: 10px;
}

.checkbox2__input2 {
  position: absolute;
  visibility: hidden;
  width: 0;
  height: 0;
  opacity: 0;
}

.checkbox2__input2:checked + .checkbox2__text2::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 6px;
  width: 11px;
  height: 11px;
  background-color: #53b5de;
}

.checkbox2__input2:checked + .checkbox2__text2::before {
  border: 2px solid #009AAF;
}

.checkbox2__text2::before {
  content: "";
  -ms-flex-item-align: flex-center;
      align-self: flex-center;
  margin: 2px 15px 0px 0px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 10px;
          flex: 1 1 10px;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 2px solid #a7a9ac;
}

.checkbox2:last-child {
  margin: 0px 0px 0px 0px;
}

.checkbox2__input {
  cursor: pointer;
}

/*
   <?PHP 
      // первое изображение для слайдера
      $randImages = readTableToArray("SELECT it_img FROM titems ORDER BY RAND() LIMIT 5");
      $sliderImg = $randImages[0]['it_img'];
   ?>
	<div class="simple-slider">
			<div class="simple-slider__block">
				<div class="simple-slider__block-prev">
					<button id="prev">&#10094;</button>
				</div>
				<div class="simple-slider__block-img">
					<?PHP ECHO '<img src="img/items/'.$sliderImg.'" id="slideImg">'; ?>
				</div>
				<div class="simple-slider__block-next">
					<button id="next">&#10095;</button>
				</div>
			</div>
	</div>
*/

.simple-slider {
  max-width: 400px;
  margin: auto;
  padding-left: 26px;
  overflow: hidden;
  z-index: 5;
  margin-bottom: 20px;
}

.simple-slider__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.simple-slider__block-next {
  position: relative;
  right: 26px;
}

.simple-slider__block-prev {
  position: absolute;
}

.simple-slider__block-prev button,
.simple-slider__block-next button {
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  cursor: pointer;
  padding: 10px;
  z-index: 10;
}

.simple-slider__block-img {
  max-width: 600px;
  max-height: 350px;
}

.simple-slider__block-img img {
  width: 100%;
  height: 100%;
}

#prev {
  left: 0;
}

#next {
  right: 0;
}

/*
@import "cart";
@import "registration";
@import "auth";
@import "office";
@import "about";
@import "products";
@import "product";


@import "popup";
@import "contact.scss";
*/

html {
  scroll-behavior: smooth;
}

body {
  background: #f7f7f8;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.wrapper {
  min-height: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.page {
  font-family: Formular;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 500px;
  height: auto;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.page > h1 {
  font-size: 24px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 40px;
}

@media (min-width: 992px) {
  .btn:hover {
    background-color: #000000;
    color: white;
  }
}

@media (max-width: 1200px) {
  .about-blockpage__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
    padding: 36px 14px;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }

  .carousel__wrapper {
    width: 740px;
  }
}

@media (max-width: 1100px) {
  .footer__main {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 18px;
  }
}

@media (max-width: 990px) {
  .footer__center {
    display: none;
  }
}

@media (max-width: 900px) {
  .header__inner {
    padding: 0 12px;
  }

  .header__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 5px;
    font-size: 13px;
    padding: 8px 12px;
  }

  .header__callback {
    margin-left: 0;
  }

  .header__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 12px;
    padding: 15px 12px;
    position: relative;
  }

  .header__nav {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 14px;
    background: #151a22;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 20px 0;
    z-index: 2;
  }

  .header__nav.open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

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

  .header__nav {
    display: none;
  }

  .header__nav.open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .about-blockpage__image {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    max-width: 100%;
    width: 100%;
  }

  .services__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }

  .guarantees__list {
    gap: 19px;
  }

  .footer__inner {
    padding: 32px 16px 12px 16px;
  }

  .footer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 7px;
    font-size: 12px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media (max-width: 800px) {
  .carousel__wrapper {
    width: 98vw;
    min-width: 240px;
    max-width: 100%;
  }

  .material-card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 240px;
            flex: 0 0 240px;
  }
}

@media (max-width: 780px) {
  .icon-burger {
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 20px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 36px;
            flex: 0 0 36px;
    width: 36px;
    height: 20px;
    background-color: transparent;
    position: relative;
    cursor: pointer;
    z-index: 999999;
  }

  .icon-burger span {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    top: calc(50% - 1px);
    left: 0px;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #000000;
  }

  .icon-burger span:first-child {
    top: 0px;
    -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
            transform-origin: left center;
  }

  .icon-burger span:nth-child(2) {
    -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
            transform-origin: left center;
  }

  .icon-burger span:last-child {
    top: auto;
    bottom: 0px;
    -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
            transform-origin: left center;
  }

  ._activate-burger span {
    background-color: #333;
  }

  ._activate-burger span:first-child {
    -webkit-transform: rotate(35deg) translate(1px, -2px);
        -ms-transform: rotate(35deg) translate(1px, -2px);
            transform: rotate(35deg) translate(1px, -2px);
    width: calc(100% - 1px);
  }

  ._activate-burger span:nth-child(2) {
    width: 0;
    opacity: 0;
  }

  ._activate-burger span:last-child {
    -webkit-transform: rotate(-35deg) translate(1px, 2px);
        -ms-transform: rotate(-35deg) translate(1px, 2px);
            transform: rotate(-35deg) translate(1px, 2px);
    width: calc(100% - 1px);
  }
}

@media (max-width: 720px) {
  .contacts__list {
    max-width: 100%;
    gap: 26px;
  }
}

@media (max-width: 700px) {
  .guarantees__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
  }
}

@media (max-width: 650px) {
  .services__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

@media (max-width: 621px) {
  .footer__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 22px;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }

  .footer__info {
    margin-right: auto;
    margin-left: auto;
  }

  .footer__expert {
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 601px) {
  .about-blockpage__content {
    min-width: 300px;
  }
}