* {
  box-sizing: border-box;
}

body {
  font-family: "Minion Pro", serif;
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

ul,
ol {
  list-style-type: none;
}

.container {
  max-width: 1440px;
  margin: 0 auto;
}

.navbar-toggler {
  display: none;
}

.header-top-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 10px;
}

.header-inner .navbar .container-fluid {
  display: initial;
}

.logo,
.cost-order,
.work-time,
.connection {
  width: 25%;
}

.logo {
  max-width: fit-content;
}

.logo img {
  max-width: 250px;
}

.cost-order {
  margin-right: 20px;
}

.cost-order button {
  padding: 20px 15px;
  border: 1px solid #5792e2;
  border-radius: 90px;
  background-color: #5792e2;
  font-size: 16px;
  font-weight: 700;
  line-height: 110%;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s;
}

.cost-order button:hover {
  background-color: #fff;
  color: #5792e2;
  transition: all 0.3s;
}

.work-time {
  width: 20%;
}

.work-time span {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  color: #034bac;
  line-height: 130%;
  margin-bottom: 5px;
}

.work-time p {
  font-size: 18px;
  font-weight: 400;
}

.connection-item {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

.connection-item:last-child {
  margin-bottom: 0;
}

.connection-item a {
  margin-right: 2px;
  color: #034bac;
  font-size: 18px;
  font-weight: 700;
}

.connection-item a:last-child {
  margin-right: 0;
}

.connection-item img {
  max-width: 35px;
}

.connection-item:last-child img {
  margin-right: 0;
}

.link-d-active {
  display: none;
}

.start {
  padding-top: 50px;
  padding-bottom: 50px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  margin-bottom: 30px;
}

.start-menu {
  margin-bottom: 30px;
}

.start-menu ul {
  display: flex;
  justify-content: space-between;
}

.start-menu ul li a {
  border: 2px solid #fff;
  padding: 20px 20px;
  border-radius: 90px;
  display: inline-block;
  width: 190px;
  max-width: 190px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  transition: all 0.3s;
}

.start-menu ul li a:hover {
  background-color: #fff;
  color: #034bac;
  transition: all 0.3s;
}

.start-info {
  max-width: fit-content;
}

.start-content h1 {
  font-size: 64px;
  font-weight: 700;
  color: #fff;
  max-width: 780px;
  line-height: 130%;
  margin-bottom: 35px;
}

.start-content h1 span {
  color: #034bac;
}

.start-content ul {
  margin-bottom: 30px;
  max-width: fit-content;
}

.start-content ul li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

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

.start-content ul li img {
  width: 60px;
  max-width: 60px;
  border-radius: 50%;
  margin-right: 15px;
}

.start-content ul li p {
  font-size: 27px;
  font-weight: 400;
  color: #fff;
  line-height: 30px;
  max-width: 443px;
}

.start-content ul li p span {
  font-weight: 700;
}

.start-content button {
  background-color: #5792e2;
  border: 1px solid #5792e2;
  padding: 30px 75px;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  border-radius: 90px;
  text-transform: uppercase;
  transition: all 0.3s;
  cursor: pointer;
}

.start-content button:hover {
  background-color: #fff;
  border: 1px solid #fff;
  color: #5792e2;
  transition: all 0.3s;
}

.advantages {
  margin-bottom: 70px;
}

.advntages-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.advantages-item {
  background-image: url(img/home/left_cupel.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 50%;
  border: 3px solid #5792e2;
  border-radius: 30px;
  padding-top: 190px;
  padding-right: 40px;
  padding-left: 40px;
  padding-bottom: 65px;
  margin-right: 20px;
  min-height: 367px;
}

.advantages-item:last-child {
  margin-right: 0;
  padding-top: 176px;
  padding-bottom: 124px;
}

.advantages-item-point {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

.advantages-item-point svg {
  margin-right: 10px;
  width: 30px;
  height: 30px;
  min-width: 30px;
}

.advantages-item-point p {
  font-size: 22px;
  font-weight: 400;
  line-height: 130%;
}

.advantages-item-point p span {
  font-weight: 700;
}

.catalog {
  margin-bottom: 75px;
}

.catalog-inner h2 {
  color: #034bac;
  font-size: 52px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}

.subtitle {
  text-align: center;
  color: #323232;
  font-size: 27px;
  font-weight: 400;
  margin-bottom: 20px;
}

.catalog-cards {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.catalog-item {
  max-width: 32%;
  border: 10px solid #fff;
  border-radius: 10px;
  box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
  margin-bottom: 25px;
  margin-right: 7.5px;
  margin-left: 7.5px;
}

.catalog-item-inner img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 10px;
  min-height: 434px;
  object-fit: cover;
}

.catalog-item-inner h3 {
  color: #5792e3;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
}

.catalog-item-inner ul {
  text-align: center;
  color: #323232;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 15px;
}

.catalog-item-inner ul li {
  margin-bottom: 5px;
}

.catalog-item-inner ul li:last-child {
  margin-bottom: 0;
}

.catalog-item-inner span {
  display: block;
  color: #5792e3;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
}

.catalog-item-inner a {
  display: block;
  text-align: center;
  background-color: #5792e2;
  border: 1px solid #5792e2;
  max-width: fit-content;
  margin: 0 auto;
  padding: 10px 70px;
  color: #fff;
  border-radius: 90px;
  transition: all 0.3s;
}

.catalog-item-inner a:hover {
  background-color: #fff;
  color: #5792e2;
}

.consult {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: 50px;
}

.consult-inner {
  display: flex;
  align-items: center;
}

.consult-content {
  width: 60%;
}

.consult-content h2 {
  font-size: 52px;
  font-weight: 700;
  color: #fff;
  line-height: 100%;
  margin-bottom: 20px;
}

.consult-content p {
  font-size: 27px;
  font-weight: 400;
  max-width: 640px;
  line-height: 130%;
  margin-bottom: 20px;
  color: #fff;
}

.consult-content button {
  padding: 20px 90px;
  border: none;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 30px;
  font-size: 20px;
  font-weight: 600;
  color: #5792e2;
  transition: all 0.3s;
  cursor: pointer;
}

.consult-content button:hover {
  transition: all 0.3s;
  background-color: #5792e2;
  color: #fff;
}

.consult-banner {
  width: 40%;
}

.consult-banner img {
  width: 100%;
}

.special-inner h2 {
  color: #034bac;
  font-size: 47px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}

.specila-content {
  position: relative;
}

.specila-content img {
  display: block;
  margin: 0 auto;
}

.elements-item {
  width: 40px;
  height: 40px;
  background-color: #5792e3;
  text-align: center;
  color: #fff;
  font-size: 35px;
  font-weight: 900;
  border-radius: 50%;
  cursor: pointer;
}

.the-first {
  position: absolute;
  top: 28%;
  left: 41%;
}

.the-second {
  position: absolute;
  top: 21.6%;
  left: 61.5%;
}

.the-third {
  position: absolute;
  top: 51%;
  left: 70%;
}

.the-fourth {
  position: absolute;
  top: 78.5%;
  left: 46.5%;
}

.the-fifth {
  position: absolute;
  top: 55.5%;
  left: 36.5%;
}

.plates-intem {
  max-width: 350px;
  background-color: #5792e2;
  padding: 15px;
  color: #fff;
  border-radius: 20px;
  position: absolute;
}

.plates-intem p:first-child {
  font-size: 18px;
  font-weight: 900;
  margin-bottom: 10px;
}

.plates-intem p:last-child {
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
  text-align: left;
}

.the-first-card {
  display: none;
  top: 14%;
  left: 16%;
}

.the-first:hover~.the-first-card {
  display: block;
}

.the-second-card {
  display: none;
  top: 6.8%;
  left: 37.7%;
}

.the-second:hover~.the-second-card {
  display: block;
}

.the-third-card {
  display: none;
  top: 32.5%;
  left: 72.5%;
}

.the-third:hover~.the-third-card {
  display: block;
}

.the-fourth-card {
  display: none;
  top: 82.5%;
  left: 22.5%;
}

.the-fourth:hover~.the-fourth-card {
  display: block;
}

.the-fifth-card {
  display: none;
  top: 34.5%;
  left: 11.5%;
}

.the-fifth:hover~.the-fifth-card {
  display: block;
}

.ecolog {
  position: absolute;
  top: 0%;
  right: 0%;
}

.detail-inner h2 {
  color: #034bac;
  font-size: 47px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}

.detail-cards {
  display: flex;
  justify-content: space-between;
}

.detail-card-item {
  background-color: #5792e2;
  padding: 15px;
  color: #fff;
  border-radius: 20px;
  width: 24%;
  font-size: 26px;
  line-height: 130%;
}

.detail-card-item p {
  font-weight: 400;
  line-height: 130%;
  text-align: left;
}

.detail-card {
  margin-bottom: 60px;
}

.detail-card-inner {
  position: relative;
  margin-bottom: 60px;
}

.detail-card-inner img {
  display: block;
  margin: 0 auto;
}

.deiail-card-itmes {
  max-width: 25%;
  background-color: #fff;
  box-shadow: 4px 4px 8px 0px rgb(0 0 0 / 28%);
  padding: 15px;
  border-radius: 10px;
  position: absolute;
  font-size: 22px;
  line-height: 120%;
}

.deiail-card-itmes p {
  font-weight: 400;
  text-align: left;
}

.the-first-detai {
  top: 28%;
  left: 7%;
}

.the-second-detai {
  top: 27.6%;
  left: 58.1%;
}

.the-third-detai {
  top: 90%;
  left: 8%;
}

.the-fourth-detai {
  top: 89.1%;
  left: 50%;
}

.detail-card a {
  display: block;
  text-align: center;
  background-color: #5792e2;
  border: 1px solid #5792e2;
  max-width: fit-content;
  margin: 0 auto;
  padding: 20px 130px;
  color: #fff;
  border-radius: 90px;
  transition: all 0.3s;
  font-size: 24px;
}

.detail-card a:hover {
  background-color: #fff;
  color: #5792e2;
  transition: all 0.3s;
}

.order {
  margin-bottom: 40px;
}

.order-inner {
  background-color: #5792e2;
  padding: 40px;
  border-radius: 40px;
}

.order-inner h2 {
  text-align: center;
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 25px;
}

.order-connect {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.order-connect-form {
  background-color: #fff;
  padding: 20px;
  border-radius: 20px;
  text-align: center;
}

.order-form-inner h3 {
  color: #034bac;
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 10px;
}

.order-form-inner p {
  font-size: 25px;
  font-weight: 400;
  margin-bottom: 15px;
}

.order-form-content a {
  border: 1px solid #5792e2;
  padding: 15px 135px;
  display: inline-block;
  border-radius: 20px;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
}

.order-form-content p {
  font-weight: 600;
}

.order-contect-sender input {
  display: inline-block;
  padding: 15px 20px;
  min-width: 375px;
  max-width: 375px;
  border: 1px solid #5792e2;
  border-radius: 20px;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
  color: #5792e2;
  text-align: center;
}

.order-contect-sender input::placeholder {
  font-size: 18px;
  font-weight: 500;
  color: #5792e2;
}

.order-contect-sender .order-button {
  display: block;
  margin: 0 auto;
  padding: 10px 35px;
  border: 1px solid #5792e2;
  background-color: #5792e2;
  color: #fff;
  border-radius: 20px;
  margin-bottom: 20px;
  max-width: 250px;
  min-width: 250px;
}

.order-contect-sender .wpcf7-spinner {
  display: none;
}

.confident {
  max-width: 530px;
}

.infos-top {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}

.infos-top-icons {
  margin-right: 20px;
}

.infos-top-icons a {
  display: block;
  margin-bottom: 15px;
}

.infos-top-icons a:last-child {
  margin-bottom: 0;
}

.infos-top-icons img {
  display: block;
  margin-bottom: 15px;
  font-size: 25px;
  font-weight: 400;
  box-shadow: 0px 5px 10px 2px rgb(36 36 36 / 13%);
  border-radius: 50%;
  max-width: 50px;
}

.infos-top-icons img:last-child {
  margin-bottom: 0;
}

.order-connect-infos p {
  font-size: 30px;
  font-weight: 600;
  color: #fff;
}

.infos-top p {
  max-width: 400px;
  font-size: 25px;
  font-weight: 600;
  color: #fff;
}

.gallery {
  margin-bottom: 40px;
}

.gallery-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.gallery-item:first-child {
  width: 30%;
  margin-right: 15px;
}

.gallery-item:first-child img:first-child {
  margin-bottom: 15px;
  min-height: 465px;
}

.gallery-item:first-child img:nth-child(2) {
  max-height: 221px;
}

.gallery-item:nth-child(2) {
  width: 20%;
  text-align: center;
  margin-right: 15px;
}

.gallery-item:nth-child(2) img {
  max-width: 221px;
  max-height: 229px;
  margin-bottom: 15px;
}

.gallery-item:nth-child(2) img:last-child {
  margin-bottom: 0;
}

.gallery-item:last-child {
  width: 50%;
}

.gallery-item img {
  width: 100%;
  border-radius: 20px;
}

.gallery-inner button {
  display: block;
  text-align: center;
  background-color: #5792e2;
  border: 1px solid #5792e2;
  max-width: fit-content;
  margin: 0 auto;
  padding: 20px 130px;
  color: #fff;
  border-radius: 90px;
  transition: all 0.3s;
  font-size: 24px;
}

.footer {
  background-color: #084393;
  color: #fff;
  padding-top: 25px;
  padding-bottom: 25px;
}

.footer a {
  color: #fff;
}

.footer-left img {
  max-width: 200px;
  border-radius: 20px;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.footer-left,
.footer-center,
.footer-right {
  width: 33%;
}

.footer-right .connection {
  width: 100%;
}

.footer-menus {
  display: flex;
}

.footer-menus ul:first-child {
  margin-right: 30px;
}

.footer-menus ul li {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
}

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

.start-content .page-button {
  padding: 15px 30px;
  font-size: 18px;
}

.page-content {
  margin-bottom: 30px;
}

.page-content h2,
.page-documents-inner h2 {
  color: #034bac;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 20px;
}

.page-content h3 {
  color: #034bac;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
}

.page-content h4 {
  color: #034bac;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
}

.page-content h5 {
  color: #034bac;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.page-content h6 {
  color: #034bac;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}

.page-content p {
  font-size: 22px;
  font-weight: 400;
  color: #323232;
  text-align: justify;
  line-height: 130%;
  margin-bottom: 10px;
}

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

.page-content ul {
  list-style-type: disc;
  margin-left: 35px;
  margin-bottom: 10px;
}

.page-content ul li {
  font-size: 22px;
  font-weight: 400;
  color: #323232;
  text-align: justify;
  line-height: 130%;
}

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

.page-content a {
  font-size: 22px;
  font-weight: 400;
  line-height: 130%;
  color: #034bac;
  text-decoration: underline;
  transition: all 0.3s;
}

.page-content a:hover {
  text-decoration: none;
  transition: all 0.3s;
}

.page-documents {
  margin-bottom: 30px;
}

.page-documents-inner ul li {
  display: flex;
  align-items: end;
  margin-bottom: 10px;
}

.page-documents-inner ul li:last-child {
  margin-bottom: 0;
}

.page-documents-inner ul li img {
  max-width: 20px;
  margin-right: 5px;
}

.page-documents-inner ul li a {
  font-size: 22px;
  font-weight: 400;
  color: #323232;
}

.current-gallery {
  margin-bottom: 40px;
  position: relative;
}

.current-gallery-item img {
  width: 100%;
  min-width: 95%;
  min-height: 424px;
  max-width: 445px;
  max-height: 424px;
  border-radius: 20px;
  border: 2px solid #5792e2;
  margin: 0 auto;
}

.current-info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

.current-card {
  border-radius: 20px;
  border: 2px solid #5792e2;
  padding: 15px;
  margin-right: 15px;
  width: 40%;
}

.current-card:first-child {
  width: 30%;
}

.current-card:last-child {
  width: 30%;
  margin-right: 0;
}

.current-card h3 {
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #034bac;
}

.current-card ul {
  list-style-type: disc;
  margin-left: 15px;
}

.current-card ul li {
  font-size: 22px;
  font-weight: 400;
  color: #323232;
  text-align: justify;
  line-height: 130%;
}

.current-inner h2 {
  color: #034bac;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
}

.current-calculator h2 {
  text-align: center;
}

.current-more {
  margin-bottom: 40px;
}

.current-more-content {
  display: flex;
  align-items: center;
}

.current-more-content img {
  width: 45%;
  border-radius: 20px;
}

.current-more-content-text {
  width: 70%;
}

.current-more-content-text h3 {
  font-size: 28px;
  line-height: 130%;
  font-weight: 700;
  margin-bottom: 20px;
}

.current-more-content-text p {
  font-size: 22px;
  font-weight: 400;
  color: #323232;
  text-align: justify;
  line-height: 130%;
  margin-bottom: 20px;
}

.current-more-content-text button {
  background-color: #5792e2;
  border: 1px solid #5792e2;
  padding: 15px 30px;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  border-radius: 90px;
  text-transform: uppercase;
  transition: all 0.3s;
  cursor: pointer;
}

.current-why {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

.current-why-info {
  width: 70%;
  margin-right: 40px;
}

.current-why-info h2 {
  text-align: left;
}

.current-why-info p {
  font-size: 22px;
  font-weight: 400;
  color: #323232;
  text-align: justify;
  line-height: 130%;
  margin-bottom: 20px;
}

.current-why img {
  width: 45%;
  border-radius: 20px;
}

.current-connect {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

.current-connect img {
  width: 50%;
  max-height: 531px;
  margin-right: 40px;
  border-radius: 20px;
}

.current-connect-form {
  width: 50%;
  box-shadow: 0px 0px 40px -10px rgba(0, 0, 0, 0.15);
  padding: 20px 40px;
  border-radius: 20px;
}

.curent-form-inner h3 {
  color: #034bac;
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 10px;
  text-align: center;
}

.curent-form-inner p {
  font-size: 22px;
  font-weight: 400;
  color: #323232;
  margin-bottom: 20px;
  text-align: center;
}

.curent-form-inner p:last-child {
  margin-bottom: 0;
}

.curent-form-inner input {
  border: 1px solid #5792e2;
  border-radius: 20px;
}

.curent-form-inner input::placeholder {
  color: #5792e2;
}

.curent-form-inner textarea {
  border: 1px solid #5792e2;
  border-radius: 20px;
  max-height: 100px;
}

.curent-form-inner textarea::placeholder {
  color: #5792e2;
}

.curent-form-inner .mb-3 .form-label {
  margin-bottom: 5px;
  text-align: left;
  display: block;
}

.curent-form-inner .mb-3 br {
  display: none;
}

.question-form-button {
  background-color: #5792e2;
  border: 1px solid #5792e2;
  padding: 15px 30px;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  border-radius: 90px;
  transition: all 0.3s;
  cursor: pointer;
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
  color: #fff !important;
}

.question-form-button:hover {
  transition: all 0.3s;
  color: #5792e2 !important;
  background-color: #fff;
}

.prev-button {
  border: none;
  background: transparent;
  width: 50px;
  position: absolute;
  top: 38%;
  left: 0.2%;
  z-index: 1;
}

.prev-button img {
  width: 50px;
}

.next-button {
  border: none;
  background: transparent;
  width: 50px;
  position: absolute;
  top: 38%;
  left: 95.4%;
}

.next-button img {
  width: 50px;
}

.modal-header {
  padding-top: 10px;
  padding-bottom: 0;
  border: none;
  justify-content: end;
}

.modal-body h1 {
  font-size: 30px;
  line-height: 100%;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
}

.site-modal-form input {
  width: 100%;
  margin-bottom: 20px;
  padding: 15px;
  border-radius: 10px;
  border: 1px solid #5792e2;
  color: #5792e2;
  font-size: 18px;
  font-weight: 400;
}

.site-modal-form input::placeholder {
  color: #5792e2;
  font-size: 18px;
  font-weight: 400;
}

.site-modal-form-button {
  display: block;
  text-align: center;
  background-color: #5792e2;
  border: 1px solid #5792e2;
  max-width: fit-content;
  margin: 0 auto;
  padding: 10px 70px;
  color: #fff !important;
  border-radius: 90px;
  transition: all 0.3s;
  margin-bottom: 20px;
}

.site-modal-form-button:hover {
  transition: all 0.3s;
  background-color: #fff;
  color: #5792e2 !important;
}

.modal-body p:last-child {
  text-align: center;
}

.albom-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.albom-item {
  width: 24%;
  margin-bottom: 20px;
  min-height: 400px;
}

.albom-item img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.information-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.information-card {
  width: 32.5%;
  max-width: 32.5%;
  margin-bottom: 20px;
  padding: 15px;
  padding-bottom: 15px;
  box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
  border-radius: 20px;
}

.information-card img {
  width: 100%;
  max-height: 250px;
  border-radius: 20px;
  object-fit: cover;
  margin-bottom: 15px;
}

.information-card h3 {
  color: #5792e3;
  font-size: 22px;
  font-weight: 700;
  text-align: left;
  margin-bottom: 10px;
}

.information-card p {
  font-size: 20px;
  line-height: 130%;
  color: #000;
  font-weight: 400;
  margin-bottom: 20px;
  min-height: 156px;
}

.information-card a {
  font-size: 18px;
  font-weight: 600;
  color: #5792e3;
}

.information-card a:hover {
  text-decoration: underline;
}

.wpcf7 form.sent .wpcf7-response-output {
  text-align: center !important;
  color: #fff !important;
  font-size: 26px !important;
  margin-top: 5px !important;
}

.calc-drop-down-list-items li:first-child{
  display: none !important;
}

/* `xxl` применяется к устройствам x-large (большие рабочие столы, менее 1400 пикселей) */
@media (max-width: 1399.98px) {}

/* `xl` применяется к большим устройствам (настольные компьютеры, менее 1200 пикселей) */
@media (max-width: 1199.98px) {}

/* `lg` применяется к устройствам среднего размера large (планшеты, менее 992 пикселей) */
@media (max-width: 991.98px) {}

/* `md` применяется к небольшим устройствам medium (телефоны с горизонтальной ориентацией, менее 768 пикселей) */
@media (max-width: 767.98px) {
  .navbar {
    position: relative;
  }

  .header-top .navbar .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }

  .header-top-inner {
    padding: 0;
    justify-content: initial;
  }

  .logo {
    width: 30%;
    margin-right: 6px;
    padding-top: 5px;
  }

  .logo img {
    max-width: 85px;
  }

  .cost-order {
    width: 65%;
    margin-right: 0;
  }

  .cost-order button {
    padding: 10px 10px;
    font-size: 12px;
  }

  .work-time {
    display: none;
  }

  .connection {
    display: none;
  }

  .navbar-toggler {
    display: block;
    padding: 0;
    border: none;
    position: absolute;
    top: 28%;
    left: 90%;
  }

  .start {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .start-menu {
    display: none;
  }

  .start-content h1 {
    font-size: 30px;
    line-height: 120%;
    margin-bottom: 15px;
  }

  .start-content ul li img {
    width: 30px;
    margin-right: 5px;
  }

  .start-content ul li p {
    font-size: 16px;
    line-height: 16px;
    max-width: 250px;
  }

  .start-content button {
    padding: 15px;
    font-size: 15px;
  }

  .advantages {
    margin-bottom: 15px;
  }

  .advntages-inner {
    flex-direction: column;
  }

  .advantages-item {
    width: 100%;
    margin-right: 0;
    padding: 20px;
    margin-bottom: 15px;
  }

  .advantages-item-point p {
    font-size: 20px;
  }

  .advantages-item:last-child {
    padding: 20px;
  }

  .catalog {
    margin-bottom: 30px;
  }

  .catalog-inner h2 {
    font-size: 36px;
    margin-bottom: 10px;
  }

  .subtitle {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .catalog-item-inner img {
    min-height: 315px;
  }

  .prev-button img {
    width: 30px;
  }

  .next-button img {
    width: 30px;
  }

  .prev-button img {
    width: 30px;
  }

  .next-button img {
    width: 30px;
  }

  .prev-button {
    top: 53%;
    left: -0.8%;
    width: 30px;
  }

  .next-button {
    top: 53%;
    left: 88.4%;
    width: 30px;
  }

  .catalog-item {
    margin-bottom: 10px;
  }

  .consult {
    padding-top: 25px;
    padding-bottom: 25px;
    margin-bottom: 30px;
  }

  .consult-inner {
    flex-direction: column;
  }

  .consult-content {
    width: 100%;
    margin-bottom: 30px;
  }

  .consult-content h2 {
    font-size: 36px;
    margin-bottom: 10px;
  }

  .consult-content p {
    font-size: 18px;
    max-width: 100%;
    margin-bottom: 10px;
  }

  .consult-content button {
    padding: 15px;
    font-size: 16px;
  }

  .consult-banner {
    width: 100%;
  }

  .special {
    margin-bottom: 20px;
  }

  .special-inner h2 {
    font-size: 28px;
    margin-bottom: 10px;
  }

  .specila-content img:first-child {
    width: 100%;
    margin-bottom: 20px;
  }

  .elements img {
    width: 80px;
  }

  .elements-item {
    display: none;
  }

  .plates-intem {
    position: initial;
    display: block !important;
    margin-bottom: 10px;
    padding: 10px;
  }

  .plates-intem p:last-child {
    font-size: 14px;
  }

  .plates-intem p:first-child {
    margin-bottom: 10px;
  }

  .detail-inner h2 {
    font-size: 28px;
    margin-bottom: 10px;
  }

  .detail-cards {
    flex-direction: column;
  }

  .detail-card-item {
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    line-height: 130%;
    text-align: left;
    margin-bottom: 10px;
  }

  .detail-card {
    margin-bottom: 30px;
  }

  .detail-card-inner img {
    width: 100%;
  }

  .deiail-card-itmes {
    max-width: 43%;
    padding: 6px;
    font-size: 9px;
  }

  .the-first-detai {
    top: 24%;
    left: 1%;
  }

  .the-second-detai {
    top: 24.6%;
    left: 58.1%;
  }

  .the-third-detai {
    top: 90%;
    left: 2%;
  }

  .the-fourth-detai {
    top: 89.1%;
    left: 49%;
  }

  .detail-card a {
    padding: 10px;
    width: 100%;
    display: block;
    max-width: 100%;
    font-size: 18px;
  }

  .order {
    margin-bottom: 30px;
  }

  .order-inner {
    padding: 20px;
  }

  .order-inner h2 {
    font-size: 20px;
  }

  .order-connect {
    flex-direction: column;
  }

  .order-connect-infos {
    margin-bottom: 20px;
  }

  .infos-top {
    margin-bottom: 10px;
    flex-direction: column;
  }

  .infos-top-icons {
    display: flex;
    margin-right: 0;
  }

  .infos-top-icons a {
    margin-right: 10px;
  }

  .infos-top-icons a:last-child {
    margin-right: 0;
  }

  .infos-top-icons img {
    max-width: 30px;
  }

  .infos-top p {
    font-size: 16px;
    text-align: center;
  }

  .order-connect-infos p {
    font-size: 16px;
    text-align: center;
  }

  .order-connect-form {
    width: 100%;
  }

  .order-form-inner h3 {
    font-size: 24px;
  }

  .order-form-inner p {
    font-size: 16px;
  }

  .order-form-inner p {
    font-size: 18px;
    margin-bottom: 5px;
  }

  .order-form-content a {
    display: block;
    text-align: center;
    font-size: 14px;
    padding: 10px;
    margin-bottom: 10px;
  }

  .order-contect-sender {
    margin-bottom: 10px;
  }

  .order-contect-sender input {
    display: inline-block;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    padding: 10px;
    font-size: 14px;
    margin-bottom: 10px;
  }

  .order-contect-sender input::placeholder {
    font-size: 14px;
    color: #0d6efd;
  }

  .order-contect-sender .order-button {
    padding: 7px;
    font-size: 16px;
    max-width: 100%;
    min-width: 100%;
  }

  .order-form-inner .confident {
    font-size: 14px;
  }

  .gallery {
    margin-bottom: 30px;
  }

  .gallery-content {
    flex-direction: column;
    margin-bottom: 10px;
  }

  .gallery-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .gallery-item:first-child,
  .gallery-item:nth-child(2),
  .gallery-item:last-child {
    width: 100%;
  }

  .gallery-item img {
    min-height: 351px;
    max-height: 351px;
    object-fit: cover;
  }

  .gallery-item:first-child img:first-child {
    min-height: 351px;
    max-height: 351px;
    margin-bottom: 10px;
  }

  .gallery-item:nth-child(2) img {
    max-width: 100%;
    min-height: 351px;
    margin-bottom: 10px;
  }

  .gallery-inner button {
    padding: 10px;
    max-width: 100%;
    width: 100%;
    font-size: 16px;
  }

  .footer-inner {
    flex-direction: column;
    margin-bottom: 20px;
  }

  .footer-left {
    width: 100%;
    margin-bottom: 10px;
  }

  .footer-left img {
    max-width: 125px;
  }

  .footer-center {
    width: 100%;
  }

  .footer-menus {
    flex-direction: column;
    margin-bottom: 10px;
  }

  .footer-menus ul:first-child {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .footer-right {
    width: 100%;
  }

  .footer-right .connection {
    display: block !important;
  }

  .connection-item img{
    width: 25px;
  }

  .footer-bottom p{
    font-size: 14px;
    line-height: 130%;
  }

  .start-content .page-button{
    padding: 10px 15px;
    font-size: 14px;
    text-transform: none;
  }

  .page-content p{
    font-size: 18px;
  }

  .page-content ul li{
    font-size: 18px;
  }

  .page-content a{
    font-size: 18px;
  }

  .information-inner{
    flex-direction: column;
  }

  .information-card{
    width: 100%;
    max-width: 100%;
  }

  .page-documents-inner ul li a{
    font-size: 17px;
  }

  .page-content h2, .page-documents-inner h2{
    color: #034bac;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 10px;
  }

  .page-content ul li{
    font-size: 18px;
  }

  .albom-content{
    flex-direction: column;
  }

  .albom-item{
    width: 100%;
    margin-bottom: 10px;
  }

  .current-gallery{
    margin-bottom: 30px;
  }

  .current-info{
    flex-direction: column;
    margin-bottom: 10px;
  }

  .current-card:first-child{
    width: 100%;
  }

  .current-card{
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .current-card h3{
    font-size: 18px;
    margin-bottom: 5px;
  }

  .current-card ul{
    margin-left: 20px;
  }

  .current-card ul li{
    font-size: 16px;
  }

  .current-card:last-child{
    margin-right: 0;
    width: 100%;
  }

  .current-calculator h2{
    text-align: center;
    margin-bottom: 0;
  }

  .calculator-settings.ccb-front{
    margin: 20px auto;
  }

  .current-inner h2{
    font-size: 22px;
    margin-bottom: 10px;
  }

  .current-more{
    margin-bottom: 20px;
  }

  .current-more-content{
    flex-direction: column;
  }

  .current-more-content img{
    width: 100%;
    margin-bottom: 10px;
  }

  .current-more-content-text{
    width: 100%;
  }

  .current-more-content-text h3{
    font-size: 17px;
    margin-bottom: 10px;
  }

  .current-more-content-text button{
    text-transform: none;
    padding: 10px;
    font-size: 16px;
  }

  .current-why{
    flex-direction: column;
    margin-bottom: 30px;
  }

  .current-why-info{
    width: 100%;
    margin-right: 0;
  }

  .current-why-info p{
    font-size: 16px;
    margin-bottom: 10px;
  }

  .current-why img{
    width: 100%;
  }

  .current-connect{
    flex-direction: column-reverse;
  }

  .current-connect img{
    width: 100%;
    margin-right: 0;
  }

  .current-connect-form{
    width: 100%;
    margin-bottom: 20px;
    padding: 20px 20px;
  }

  .curent-form-inner p{
    font-size: 16px;
  }

  .curent-form-inner .mb-3 .form-label{
    font-size: 18px;
  }

  .question-form-button{
    font-size: 16px;
    padding: 10px;
    margin-bottom: 0;
  }

  .wpcf7-spinner{
    display: none;
  }

  .offcanvas{
    background-color: #084393;
    color: #fff;
  }

  .offcanvas-header .logo{
    margin-right: 0;
  }

  .offcanvas-header .logo img{
    border-radius: 10px;
  }

  .offcanvas-body{
    padding-top: 0;
  }

  .offcanvas-body ul{
    margin-bottom: 30px;
  }

  .offcanvas-body ul li{
    margin-bottom: 5px;
  }

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

  .offcanvas-body ul li a{
    font-size: 18px;
    color: #fff;
    line-height: 130%;
  }

  .offcanvas-body .connection{
    display: block;
    width: 100%;
  }

  .connection-item a{
    color: #fff;
  }

}


/* `sm` применяется к устройствам x-small (портретные телефоны, менее 576 пикселей) */
@media (max-width: 575.98px) {
  .navbar {
    position: relative;
  }

  .header-top .navbar .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }

  .header-top-inner {
    padding: 0;
    justify-content: initial;
  }

  .logo {
    width: 30%;
    margin-right: 6px;
    padding-top: 5px;
  }

  .logo img {
    max-width: 85px;
  }

  .cost-order {
    width: 65%;
    margin-right: 0;
    text-align: center;
  }

  .cost-order button {
    padding: 10px 10px;
    font-size: 12px;
  }

  .work-time {
    display: none;
  }

  .connection {
    display: none;
  }

  .navbar-toggler {
    display: block;
    padding: 0;
    border: none;
    position: absolute;
    top: 28%;
    left: 90%;
  }

  .start {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .start-menu {
    display: none;
  }

  .start-content h1 {
    font-size: 30px;
    line-height: 120%;
    margin-bottom: 15px;
  }

  .start-content ul li img {
    width: 30px;
    margin-right: 5px;
  }

  .start-content ul li p {
    font-size: 16px;
    line-height: 16px;
    max-width: 250px;
  }

  .start-content button {
    padding: 15px;
    font-size: 15px;
  }

  .advantages {
    margin-bottom: 15px;
  }

  .advntages-inner {
    flex-direction: column;
  }

  .advantages-item {
    width: 100%;
    margin-right: 0;
    padding: 20px;
    margin-bottom: 15px;
    background-size: initial;
    min-height: 195px;
  }

  .advantages-item-point p {
    font-size: 20px;
  }

  .advantages-item:last-child {
    padding: 20px;
  }

  .catalog {
    margin-bottom: 30px;
  }

  .catalog-inner h2 {
    font-size: 36px;
    margin-bottom: 10px;
  }

  .subtitle {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .catalog-item-inner img {
    min-height: 315px;
  }

  .prev-button img {
    width: 30px;
  }

  .next-button img {
    width: 30px;
  }

  .prev-button img {
    width: 30px;
  }

  .next-button img {
    width: 30px;
  }

  .prev-button {
    top: 53%;
    left: -0.8%;
    width: 30px;
  }

  .next-button {
    top: 53%;
    left: 88.4%;
    width: 30px;
  }

  .catalog-item {
    margin-bottom: 10px;
  }

  .consult {
    padding-top: 25px;
    padding-bottom: 25px;
    margin-bottom: 30px;
  }

  .consult-inner {
    flex-direction: column;
  }

  .consult-content {
    width: 100%;
    margin-bottom: 30px;
  }

  .consult-content h2 {
    font-size: 36px;
    margin-bottom: 10px;
  }

  .consult-content p {
    font-size: 18px;
    max-width: 100%;
    margin-bottom: 10px;
  }

  .consult-content button {
    padding: 15px;
    font-size: 16px;
  }

  .consult-banner {
    width: 100%;
  }

  .special {
    margin-bottom: 20px;
  }

  .special-inner h2 {
    font-size: 28px;
    margin-bottom: 10px;
  }

  .specila-content img:first-child {
    width: 100%;
    margin-bottom: 20px;
  }

  .elements img {
    width: 80px;
  }

  .elements-item {
    display: none;
  }

  .plates-intem {
    position: initial;
    display: block !important;
    margin-bottom: 10px;
    padding: 10px;
    max-width: 100%;
  }

  .plates-intem p:last-child {
    margin-bottom: 14px;
  }

  .plates-intem p:first-child {
    margin-bottom: 0;
  }

  .detail-inner h2 {
    font-size: 28px;
    margin-bottom: 10px;
  }

  .detail-cards {
    flex-direction: column;
  }

  .detail-card-item {
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    line-height: 130%;
    text-align: left;
    margin-bottom: 10px;
  }

  .detail-card {
    margin-bottom: 30px;
  }

  .detail-card-inner img {
    width: 100%;
  }

  .deiail-card-itmes {
    max-width: 43%;
    padding: 6px;
    font-size: 9px;
  }

  .the-first-detai {
    top: 24%;
    left: 1%;
  }

  .the-second-detai {
    top: 24.6%;
    left: 58.1%;
  }

  .the-third-detai {
    top: 90%;
    left: 2%;
  }

  .the-fourth-detai {
    top: 89.1%;
    left: 49%;
  }

  .detail-card a {
    padding: 10px;
    width: 100%;
    display: block;
    max-width: 100%;
    font-size: 18px;
  }

  .order {
    margin-bottom: 30px;
  }

  .order-inner {
    padding: 20px;
  }

  .order-inner h2 {
    font-size: 20px;
  }

  .order-connect {
    flex-direction: column;
  }

  .order-connect-infos {
    margin-bottom: 20px;
  }

  .infos-top {
    margin-bottom: 10px;
    flex-direction: column;
  }

  .infos-top-icons {
    display: flex;
    margin-right: 0;
  }

  .infos-top-icons a {
    margin-right: 10px;
  }

  .infos-top-icons a:last-child {
    margin-right: 0;
  }

  .infos-top-icons img {
    max-width: 30px;
  }

  .infos-top p {
    font-size: 16px;
    text-align: center;
  }

  .order-connect-infos p {
    font-size: 16px;
    text-align: center;
  }

  .order-connect-form {
    width: 100%;
  }

  .order-form-inner h3 {
    font-size: 24px;
  }

  .order-form-inner p {
    font-size: 16px;
  }

  .order-form-inner p {
    font-size: 18px;
    margin-bottom: 5px;
  }

  .order-form-content a {
    display: block;
    text-align: center;
    font-size: 14px;
    padding: 10px;
    margin-bottom: 10px;
  }

  .order-contect-sender {
    margin-bottom: 10px;
  }

  .order-contect-sender input {
    display: inline-block;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    padding: 10px;
    font-size: 14px;
    margin-bottom: 10px;
  }

  .order-contect-sender input::placeholder {
    font-size: 14px;
    color: #0d6efd;
  }

  .order-contect-sender .order-button {
    padding: 7px;
    font-size: 16px;
    max-width: 100%;
    min-width: 100%;
  }

  .order-form-inner .confident {
    font-size: 14px;
  }

  .gallery {
    margin-bottom: 30px;
  }

  .gallery-content {
    flex-direction: column;
    margin-bottom: 10px;
  }

  .gallery-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .gallery-item:first-child,
  .gallery-item:nth-child(2),
  .gallery-item:last-child {
    width: 100%;
  }

  .gallery-item img {
    min-height: 351px;
    max-height: 351px;
    object-fit: cover;
  }

  .gallery-item:first-child img:first-child {
    min-height: 351px;
    max-height: 351px;
    margin-bottom: 10px;
  }

  .gallery-item:nth-child(2) img {
    max-width: 100%;
    min-height: 351px;
    margin-bottom: 10px;
  }

  .gallery-inner button {
    padding: 10px;
    max-width: 100%;
    width: 100%;
    font-size: 16px;
  }

  .footer-inner {
    flex-direction: column;
    margin-bottom: 20px;
  }

  .footer-left {
    width: 100%;
    margin-bottom: 10px;
  }

  .footer-left img {
    max-width: 125px;
  }

  .footer-center {
    width: 100%;
  }

  .footer-menus {
    flex-direction: column;
    margin-bottom: 10px;
  }

  .footer-menus ul:first-child {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .footer-right {
    width: 100%;
  }

  .footer-right .connection {
    display: block !important;
  }

  .connection-item img{
    width: 25px;
  }

  .footer-bottom p{
    font-size: 14px;
    line-height: 130%;
  }

  .start-content .page-button{
    padding: 10px 15px;
    font-size: 14px;
    text-transform: none;
  }

  .page-content p{
    font-size: 18px;
  }

  .page-content ul li{
    font-size: 18px;
  }

  .page-content a{
    font-size: 18px;
  }

  .information-inner{
    flex-direction: column;
  }

  .information-card{
    width: 100%;
    max-width: 100%;
  }

  .page-documents-inner ul li a{
    font-size: 17px;
  }

  .page-content h2, .page-documents-inner h2{
    color: #034bac;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 10px;
  }

  .page-content ul li{
    font-size: 18px;
  }

  .albom-content{
    flex-direction: column;
  }

  .albom-item{
    width: 100%;
    margin-bottom: 10px;
  }

  .current-gallery{
    margin-bottom: 30px;
  }

  .current-info{
    flex-direction: column;
    margin-bottom: 10px;
  }

  .current-card:first-child{
    width: 100%;
  }

  .current-card{
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .current-card h3{
    font-size: 18px;
    margin-bottom: 5px;
  }

  .current-card ul{
    margin-left: 20px;
  }

  .current-card ul li{
    font-size: 16px;
  }

  .current-card:last-child{
    margin-right: 0;
    width: 100%;
  }

  .current-calculator h2{
    text-align: center;
    margin-bottom: 0;
    font-size: 22px;
  }

  .calculator-settings.ccb-front{
    margin: 20px auto !important;
  }

  .current-inner h2{
    font-size: 22px;
    margin-bottom: 10px;
  }

  .current-more{
    margin-bottom: 20px;
  }

  .current-more-content{
    flex-direction: column;
  }

  .current-more-content img{
    width: 100%;
    margin-bottom: 10px;
  }

  .current-more-content-text{
    width: 100%;
  }

  .current-more-content-text h3{
    font-size: 17px;
    margin-bottom: 10px;
  }

  .current-more-content-text button{
    text-transform: none;
    padding: 10px;
    font-size: 16px;
  }

  .current-why{
    flex-direction: column;
    margin-bottom: 30px;
  }

  .current-why-info{
    width: 100%;
    margin-right: 0;
  }

  .current-why-info p{
    font-size: 16px;
    margin-bottom: 10px;
  }

  .current-why img{
    width: 100%;
  }

  .current-connect{
    flex-direction: column-reverse;
  }

  .current-connect img{
    width: 100%;
    margin-right: 0;
  }

  .current-connect-form{
    width: 100%;
    margin-bottom: 20px;
    padding: 20px 20px;
  }

  .curent-form-inner p{
    font-size: 16px;
  }

  .curent-form-inner .mb-3 .form-label{
    font-size: 18px;
  }

  .question-form-button{
    font-size: 16px;
    padding: 10px;
    margin-bottom: 0;
  }

  .wpcf7-spinner{
    display: none;
  }

  .offcanvas{
    background-color: #084393;
    color: #fff;
  }

  .offcanvas-header .logo{
    margin-right: 0;
  }

  .offcanvas-header .logo img{
    border-radius: 10px;
  }

  .offcanvas-body{
    padding-top: 0;
  }

  .offcanvas-body ul{
    margin-bottom: 30px;
  }

  .offcanvas-body ul li{
    margin-bottom: 5px;
  }

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

  .offcanvas-body ul li a{
    font-size: 18px;
    color: #fff;
    line-height: 130%;
  }

  .offcanvas-body .connection{
    display: block;
    width: 100%;
  }

  .connection-item a{
    color: #fff;
  }

}