@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700&subset=cyrillic');

a {
    color: #008bc7;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    outline: none;
    text-decoration: none;
}
a:hover, a:focus {
    outline: none;
    text-decoration: none;
    cursor: pointer;
    color: #ff0000;
}
#map img {
    max-width: none;
    max-height: none;
}
img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto;
}
body {
    background: #ededed;
    overflow-x: hidden;
}
body,
button,
input,
select,
textarea {
    font-size: calc(14px + .416vw);
    color: #010101;
    font-family: 'Roboto Condensed', sans-serif;
}

/*::-webkit-input-placeholder {color: rgba(255, 255, 255, 1);}*/
/*::-moz-placeholder {color:rgba(255, 255, 255, 1);}!* Firefox 19+ *!*/
/*:-moz-placeholder {color:rgba(255, 255, 255, 1);}!* Firefox 18- *!*/
/*:-ms-input-placeholder {color:rgba(255, 255, 255, 1);}*/

/*<----------------------scroll window----------------------*/
::-webkit-scrollbar {
    width: 8px;
    background-color: #ffffff;
}
::-webkit-scrollbar * {
    background: #ffffff !important;
}
::-webkit-scrollbar-track {
    background-color: #ffffff;
}
::-webkit-scrollbar-thumb {
    border-radius: 0;
    background: #008bc7;
}
/*----------------------scroll window---------------------->*/

header {
    background: rgba(0, 139, 199, 0.6);
    width: 100%;
    position: fixed;
    z-index: 888;
    top: 0;
}
.header-footer {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0;
    justify-content:  space-between;
    align-items:  center;
}
.container {
    max-width: 1170px;
    padding: 0 30px;
    margin: 0 auto;
    width: auto;
}
.info-header {
    display: flex;
    flex-wrap: wrap;
}
.header-phone {
    padding-left: 28px;
    position: relative;
}
.header-phone:before {
    content: '';
    width: 22px;
    height: 32px;
    display: block;
    position: absolute;
    top: 5px;
    left: 0;
    background: url("/wp-content/themes/SCT/images/icon1.png") no-repeat;
}
.header-phone ul {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.header-phone ul li:last-child {
    border: 0;
}
.header-phone ul li {
    border-right: 1px solid #ff0000;
}
.header-phone ul li a:last-child {
    margin: 0;
}
.header-phone ul li a {
    display: block;
    line-height: normal;
    margin-bottom: 8px;
    padding: 0 18px;
}
.info-header > div {
    margin-left: calc(20px + 1vw);
}
.info-header a:hover {
    color: #ff0000;
}
.info-header a {
    color: #fefefe;
    font-size: calc(14px + .52vw);
    line-height: normal;
}
.email-other {
    position: relative;
    padding-left: 50px;
    display: block;
}
.email-other:before {
    content: '';
    width: 32px;
    height: 21px;
    top: 5px;
    left: 0;
    display: block;
    background: url("/wp-content/themes/SCT/images/icon2.png") no-repeat;
    position: absolute;
}
.logo {
    max-width: 20vw;
}
.block-banner-menu {
    height: 100vh;
    position: relative;
}
.header-banner {
    position: relative;
    height: 100%;
}
.header-banner img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    object-position: center;
}
.header-menu {
    position: absolute;
    width: calc(100% - 60px);
    bottom: 0;
    z-index: 10;
    text-align: center;
    padding: calc(15px + .8vw) 30px;
}
.block-for-header-banner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 14vw);
    align-items:  center;
    display:  flex;
    margin: 7vw 0;
    overflow:  hidden;
    flex-direction:  column;
    justify-content:  center;
}
.header-banner:after {
    content: '';
    display: block;
    position: absolute;
    height: 10vw;
    width: 100%;
    bottom: 0;
    z-index: 10;
    background: rgba(0,0,0,0);
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 85%, rgba(0,0,0,0.8) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(85%, rgba(0,0,0,0.8)), color-stop(100%, rgba(0,0,0,0.8)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 85%, rgba(0,0,0,0.8) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 85%, rgba(0,0,0,0.8) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 85%, rgba(0,0,0,0.8) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 85%, rgba(0,0,0,0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}
.header-menu .menu {
    padding: 0;
    display: inline-flex;
    flex-wrap: wrap;
}
.header-menu .menu .menu-item {
    position: relative;
}
.header-menu .menu .menu-item:last-child:after {
    content: '';
    width: calc(14px + 1.56vw);
    height: 1px;
    background: #ffffff;
    display: block;
    position: absolute;
    right: calc(-14px - .416vw);
    top: 50%;
}
.header-menu .menu .menu-item:before {
    content: '';
    width: calc(14px + 1.56vw);
    height: 1px;
    background: #ffffff;
    display: block;
    position: absolute;
    left: calc(-14px - .416vw);
    top: 50%;
}
.header-menu .menu .menu-item.current-menu-item:last-child:after,
.header-menu .menu .menu-item.current-menu-item + .menu-item:before,
.header-menu .menu .menu-item.current-menu-item:before {
    background: #008bc7;
    transform: rotate(90deg);
}
.header-menu .menu a {
    color: #fefefe;
    font-size: calc(14px + 1.04vw);
    font-weight: 300;
    padding: 2px calc(15px + 2.08vw);
    display: block;
    line-height: normal;
}
.header-menu .menu .current-menu-item a {
    color: #008bc7;
}
.header-menu .menu a:hover {
    color: #008bc7;
}
.block-for-header-banner > div {
    width: 100%;
}
.title-header-banner {
    font-weight: bold;
    font-size: calc(14px + 2.8vw);
    color: #fefefe;
    text-transform: uppercase;
    line-height: normal;
}
.for-header-banner {
    background: rgba(0,0,0,0.6);
    background: -moz-linear-gradient(left, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,0,0,0.6)), color-stop(100%, rgba(0,0,0,0)));
    background: -webkit-linear-gradient(left, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%);
    background: -o-linear-gradient(left, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%);
    background: -ms-linear-gradient(left, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%);
    background: linear-gradient(to right, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=1 );
    padding: 18px 0;
}
a.up-visible {
    display: flex;
}
.bottom-link {
    border:  1px solid #fbfbfb;
    border-radius:  50%;
    position: fixed;
    bottom: 30px;
    right: 25px;
    z-index: 99;
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: none;
    align-items: center;
    justify-content: center;
    -webkit-animation: link-animation .5s ease infinite alternate;
    animation: link-animation .5s ease infinite alternate;
}
.bottom-link img {
    transform: rotate(90deg);
}
.up-link {
    background:  #008bc7;
    border:  1px solid #fbfbfb;
    border-radius:  50%;
    position: fixed;
    bottom: 30px;
    right: 25px;
    z-index: 99;
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: none;
    align-items: center;
    justify-content: center;
}
.up-link img {
    transform: rotate(-90deg);
}
@-webkit-keyframes link-animation {
    0%{bottom:40px}
    100%{bottom:30px}
}
@keyframes link-animation {
    0%{bottom:40px}
    100%{bottom:30px}
}
.owl-theme .owl-nav [class*=owl-] {
    background: none;
    margin: 0 10px 0 0;
    padding: 0;
    border: 1px solid #ffffff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    transition: all .3s;
    display: inline-flex;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: #008bc7;
}
.owl-theme .owl-nav [class*=owl-]:before {
    content: '';
    display: block;
    width: 16px;
    height: 14px;
}
.owl-theme .owl-nav [class*=owl-].owl-prev:before {
    background: url("/wp-content/themes/SCT/images/arrow-prev.png") no-repeat;
}
.owl-theme .owl-nav [class*=owl-].owl-next:before {
    background: url("/wp-content/themes/SCT/images/arrow-next.png") no-repeat;
}
.owl-carousel.owl-carousel-slider-homepage {
    z-index: initial;
}
.owl-carousel-slider-homepage .owl-nav {
    margin: 0;
    position: absolute;
    bottom: 6vw;
    z-index: 20;
    left: 20vw;
}
.desc-header-banner {
    font-size: calc(14px + .208vw);
    font-weight: 300;
    color: #ffffff;
    text-indent: calc(15px + 1vw);
    line-height: normal;
    margin-top:  20px;
    max-width: 650px;
}
.footer .info-header a {
    font-weight: 300;
}
footer {
    border-top: 20px solid #000000;
    background: #333333;
    padding: 8px 0 10px;
}
.text_footer {
    line-height: normal;
    font-weight: 300;
    color: #6f6f6f;
    text-align: center;
    font-size: 14px;
}
.footer .header-phone ul li {
    border-color: #6f6f6f;
}
.social-footer {
    text-align: center;
    margin-bottom:  calc(20px + .52vw);
    padding-top:  15px;
}
.social-footer a:hover {
    color: #009fe3;
    border-color: #009fe3;
}
.social-footer a {
    color: #d6d6d6;
    border: 1px solid #d6d6d6;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    margin: 0 9px;
}
.section-form-footer {
    padding: calc(20px + 4.16vw) 0 calc(20px + 3.12vw);
    background: url(/wp-content/themes/SCT/images/img5.png) no-repeat top center;
    background-size: cover;
}
.white-title-section.title-section {
    color: #ffffff;
}
.title-section {
    text-transform: uppercase;
    text-align: center;
    color: #010101;
    font-size: calc(14px + .832vw);
    line-height: normal;
    margin-bottom: calc(20px + 1.3vw);
}
.title-form {
    text-transform: uppercase;
    text-align: center;
    color: #ffffff;
    font-size: calc(14px + .832vw);
    line-height: normal;
    margin-bottom: calc(20px + 1.3vw);
}
.custom-text-form {
    font-size: 14px;
    color: #ff0000;
    font-weight: 300;
    margin-top: 0;
}
input[type="submit"]:hover {
    background: #009fe3;
    color: #ffffff;
}
input[type="submit"] {
    display: block;
    margin: calc(20px + 1.82vw) auto 0;
    font-weight: 300;
    color: #009fe3;
    background: transparent;
    padding: 6px calc(20px + 2vw);
    border: 1px solid #009fe3;
    text-transform: uppercase;
    line-height: normal;
    cursor: pointer;
    transition: all .3s;
}
div.wpcf7 .ajax-loader {
    position: absolute;
    margin: 5px;
    left: calc(50% - 8px);
}
.custom-input {
    margin: 0 15px 15px;
    width: calc(100% / 4 - 30px);
}
.custom-input label {
    display: block;
    font-size: calc(14px + .208vw);
    color: #ffffff;
    line-height: normal;
    font-weight: 300;
    margin-bottom: 15px;
}
.custom-input textarea.wpcf7-not-valid ,
.custom-input input.wpcf7-not-valid {
    border-color: #ff0000;
}
.custom-input textarea,
.custom-input input {
    font-size: calc(14px + .208vw);
    border: 0;
    border-bottom: 1px solid transparent;
    color: #fff;
    background: rgba(230, 230, 230, 0.33);
    padding: 9px 12px;
    outline: none;
    line-height: normal;
    font-weight: 300;
    display: block;
    width: calc(100% - 24px);
}
.custom-group-input {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
span.wpcf7-not-valid-tip {
    display: none;
}
div.wpcf7-response-output {
    margin: 20px 0 0;
    padding: 0;
    border: 0;
    font-size: 14px;
    color: #ffffff;
    font-weight: 300;
    text-align: center;
}
.section-reviews {
    padding: 20px calc(20px + 3.64vw);
}
.item-reviews {
    display: flex;
    padding: 8px calc(15px + .78vw) 0;
}
.image-block-item-reviews {
    margin-right: calc(15px + .78vw);
    flex: none;
}
.image-block-item-reviews img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}
.desc-item-reviews {
    padding: 18px 20px;
    font-size: calc(14px + .208vw);
    color: #000000;
    font-weight: 300;
    background: #ffffff;
    transition: all .3s;
    line-height: calc(14px + .5vw);
    margin-bottom: 10px;
    text-indent: 1.3vw;
}
.item-reviews:hover .desc-item-reviews {
    background: #009fe3;
    color: #ffffff;
    box-shadow: 0 0 10px #717171;
}
.name-item-reviews {
    font-size: 14px;
    color: #616161;
    text-align: right;
}
.section-padding {
    position: relative;
    padding: calc(20px + 4.5vw) 0;
}
.image-section-info img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.image-section-info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.data-section-info {
    position: relative;
    z-index: 5;
}
.data-section-info .desc-section-info {
    color: #ffffff;
    max-height: 17vw;
    overflow-y: auto;
}
.desc-section-info {
    line-height: 1.3em;
    font-weight: 300;
}
.desc-section-info p {
    text-indent: 1.3vw;
    margin-bottom: 20px;
}
.page-custom-template {
    padding: 40px 0 10px;
}
.content-page-custom-template {
    line-height: normal;
    font-weight: 300;
}
.content-page-custom-template p {
    margin-bottom: 20px;
    text-indent: 1.3vw;
}
.content-page-custom-template ul {
    padding: 0 0 1.664vw 2.34vw;
}
.desc-section-info h1,
.desc-section-info h2,
.desc-section-info h3,
.desc-section-info h4,
.desc-section-info h5,
.desc-section-info h6 {
    /* text-transform: uppercase; */
    font-size: calc(14px + .832vw);
    line-height: normal;
    margin-bottom: 20px;
    font-weight: 400;
}
.content-page-custom-template h1,
.content-page-custom-template h2,
.content-page-custom-template h3,
.content-page-custom-template h4,
.content-page-custom-template h5,
.content-page-custom-template h6 {
    /* text-transform: uppercase; */
    color: #010101;
    font-size: calc(14px + .832vw);
    line-height: normal;
    margin-bottom: 20px;
    font-weight: 400;
}
.map {
    margin-bottom: 30px;
    display: flex;
    position: relative;
    z-index: -1;
    height: calc(150px + 25vw);
}
.map iframe {
    width: 100%;
    height: 100%;
}
div.custom-margin {
    margin-bottom: -5.3vw;
}
.form .custom-input {
    width: calc(100% / 5 - 30px);
}
.icon-cat img {
    max-width: calc(80px + 3.12vw);
    max-height: calc(50px + 2.08vw);
}
.icon-cat {
    position: absolute;
    top: 0;
    width: 100%;
    height: calc(100% - 3vw);
    display: flex;
    align-items: center;
    justify-content: center;
}
.container-main-page {
    background: url("/wp-content/themes/SCT/images/home.png") no-repeat top center;
}
/*
.content-page-custom-template h1 {
    font-size: calc(14px + .936vw);
}
.content-page-custom-template h2 {
    font-size: calc(14px + .52vw);
}
.content-page-custom-template h3 {
    font-size: calc(14px + .26vw);
}
.content-page-custom-template h4 {
    font-size: calc(14px + .104vw);
}
.content-page-custom-template h5 {
    font-size: 13px;
}
.content-page-custom-template h6 {
    font-size: 11px;
}
.content-page-custom-template h1,
.content-page-custom-template h2,
.content-page-custom-template h3,
.content-page-custom-template h4,
.content-page-custom-template h5,
.content-page-custom-template h6 {
    margin-bottom: 20px;
}*/
.main-page .types-image .item > img {
    opacity: 1;
}
.types-image .item > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    opacity: .8;
}
.logo-block > a {
    display: block;
}
.logo-block > span {
    color: #fefefe;
    font-size: calc(14px + .4vw);
}

/* LANG */

.logo-block {
    display: flex;
    align-items: center;
}

.lang-block {
    margin-left: 15px;
}

.lang-block li {
    display: inline; 
}

.lang-block li a {
    padding: 5px 7px;
    background: #fcfcfc;
    border-radius: 4px;
}

.lang-block li.active a {
    color: #ff0000;
}

/* LANG */

/* LANDING */

	.page-id-1773 .page-custom-template {
		padding-top: 10px;
	}

  .landing .section {
    margin-bottom: 40px;
    padding: 10px;
  }

  .landing p {
		text-indent: 0;
	}

  .landing h2 {
    text-align: center;
    margin-bottom: 20px;
  }

	/* INTRO */

	.intro {
		margin-bottom:50px;
	}

	.intro-buttons {
	  margin-top: 25px;
	  display: flex;
	  justify-content: center;
	  gap: 20px;
	  flex-wrap: wrap;
	}

	.intro-buttons .btn {
	  color: #fff;
	  padding: 14px 24px;
	  font-size: 16px;
	  text-decoration: none;
	  border-radius: 6px;
	  transition: background-color 0.3s;
	  min-width: 220px;
	  background-color: #004aad;
	  text-align: center;
	}

	.intro-buttons .btn:last-child {
		background-color: #28a745;
	}

	.intro-buttons .btn:hover {
	  background-color: #0056b3;
	}

	.intro-buttons .btn-outline {
	  background-color: transparent;
	  border: 2px solid #28a745;
	  color: #007bff;
	}

	.intro-buttons .btn-outline:hover {
	  background-color: #007bff;
	  color: #fff;
	}

	/* INTRO */

	.landing .products-grid {
	  display: flex;
	  flex-wrap: wrap;
	  gap: 20px;
	  justify-content: space-between;
	}

	.landing .product-card {
	  flex: 1 1 calc(25% - 20px); /* 4 в ряд */
	  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	  border-radius: 12px;
	  overflow: hidden;
	  background: #fff;
	  display: flex;
	  flex-direction: column;
	  justify-content: space-between;
	  transition: transform 0.2s ease;
	}

	.landing .product-card:hover {
	  transform: translateY(-5px);
	}

	.landing .product-card img {
	  width: 100%;
	  height: auto;
	  display: block;
	}

	.landing .product-card-content {
	  padding: 15px;
	}

	.landing .product-card h3 {
	  font-size: 1.2rem;
	  margin: 0 0 10px;
	}

	.landing .product-card p {
	  font-size: 0.95rem;
	  margin: 0 0 10px;
	}

	.landing .product-price {
	  font-weight: bold;
	  color: #e53935;
	  margin-bottom: 10px;
	}

	.landing .product-buttons {
	  display: flex;
	  justify-content: space-between;
	  gap: 10px;
	}

	.landing .product-buttons a {
	  flex: 1;
	  display: flex; /* добавлено */
	  align-items: center; /* центрируем по вертикали */
	  justify-content: center; /* по центру по горизонтали */
	  text-align: center;
	  padding: 8px 10px; /* меньше вертикальный отступ */
	  background: #004aad;
	  color: white;
	  border-radius: 6px;
	  text-decoration: none;
	  font-size: 0.9rem;
	  transition: background 0.3s;
	  min-height: 36px; /* фиксированная минимальная высота */
	  line-height: 1.2;
	}

	.detail-icon {
	  display: none;
	}

	.landing .product-buttons a:last-child {
		background-color: #28a745;
	}

	/* Иконка и текст в "Детальніше" */
	.detail-button {
	  gap: 5px; /* отступ между текстом и иконкой */
	}

	@media (max-width: 768px) {
	  .detail-button {
	    font-size: 0;
	    padding: 8px;
	  }

	  .detail-text {
	    display: none;
	  }

	  .detail-icon {
	    display: inline-block;
	  }
	}


	/* Для планшетов и телефонов — 2 карточки в ряд */
	@media screen and (max-width: 991px) {
	  .landing .product-card {
		flex: 1 1 calc(50% - 20px);
	  }
	}

  /* Преимущества */
  .landing-advantages {
	  text-align: center;
	  padding: 40px 20px;
	  background-color: #f9f9f9;
	}

	.landing-advantages h2 {
	  font-size: 28px;
	  margin-bottom: 30px;
	}

	.advantages-grid {
	  display: grid;
	  gap: 20px;
	  grid-template-columns: repeat(3, 1fr); /* 3 колонки на десктопе */
	  max-width: 800px;
	  margin: 0 auto;
	  padding: 0;
	  list-style: none;
	  text-align: center;
	}

	.adv-item {
	  display: flex;
	  flex-direction: column;
	  align-items: center;
	  gap: 12px;
	}

	.adv-item .icon {
	  width: 100px;
	  height: 100px;
	  background: #fff;
	  border-radius: 50%;
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
	  transition: transform 0.3s ease;
	}

	.adv-item:hover .icon {
	  transform: scale(1.05);
	}

	.adv-item .label {
	  font-size: 16px;
	  font-weight: 600;
	  line-height: 1.2;
	  text-align: center;
	  color: #333;
	}

  /* Как заказать */

  .landing .steps {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
  }

  .landing .step {
    flex: 1 1 calc(20% - 20px);
    max-width: calc(20% - 20px);
    background: #f0f0f0;
    border-left: 5px solid #0073e6;
    padding: 20px;
    border-radius: 6px;
    box-sizing: border-box;
  }

  .landing .step h4 {
    margin-top: 0;
    font-size: 18px;
    color: #0073e6;
  }

	.landing .btn {
	  display: inline-block;
	  padding: 12px 28px;
	  font-size: 16px;
	  font-weight: 600;
	  color: #fff;
	  background-color: #004aad; /* насыщенный синий */
	  border-radius: 6px;
	  text-decoration: none;
	  transition: background-color 0.3s ease;
	  box-shadow: 0 4px 8px rgba(0,123,255,0.3);
	  cursor: pointer;
	}

	.landing .btn:hover {
	  background-color: #0056b3; /* темнее при наведении */
	  box-shadow: 0 6px 12px rgba(0,86,179,0.5);
	}

	/* MOBILE BOTTOM BAR */

	.mobile-bottom-bar {
	  position: fixed;
	  bottom: 0;
	  left: 0;
	  right: 0; /* чтобы точно ограничить по правому краю */
	  width: 100%;
	  background-color: #fff;
	  border-top: 1px solid #ddd;
	  box-shadow: 0 -2px 6px rgba(0,0,0,0.1);
	  z-index: 9999;

	  padding: 10px 10px 10px 10px; /* равномерный padding */
	  box-sizing: border-box; /* обязательно! */
	  
	  display: flex;
	  justify-content: space-between;
	  align-items: center;
	  gap: 10px;
	}

	.bottom-button {
	  flex: 1;
	  padding: 12px 10px;
	  text-align: center;
	  background-color: #004aad;
	  color: #fff;
	  font-weight: bold;
	  border-radius: 6px;
	  text-decoration: none;
	  font-size: 16px;
	  white-space: nowrap;
	  box-sizing: border-box; /* обязательно */
	}

	.call-button {
	  background-color: #28a745;
	}

	@media (min-width: 769px) {
	  .mobile-bottom-bar {
	    display: none !important;
	  }
	}
	/* MOBILE BOTTOM BAR */

	

	/* CALLBACK BUTTON */	

	.callback-form {
	  max-width: 600px;
	  margin: 0 auto;
	  text-align: center;
	  padding: 20px;
	}

	.callback-group-input {
	  display: flex;
	  flex-direction: column;
	  gap: 15px;
	}

	.callback-input {
	  display: flex;
	  align-items: center;
	  gap: 10px;
	  justify-content: center;
	}

	.callback-input label {
	  width: 200px;
	  text-align: right;
	  font-weight: 500;
	  margin-right: 10px;
	}

	.callback-input input {
	  flex: 1;
	  max-width: 290px;
	  padding: 8px 10px;
	  background-color: #f2f2f2;
	  border: 1px solid #ccc;
	  border-radius: 5px;
	}

	.callback-note {
	  font-size: 14px;
	  color: #777;
	  margin-top: 5px;
	}

	#callback {
	  margin-top: 15px;
	  background-color: #004aad;
	  color: white;
	  padding: 12px 25px;
	  font-size: 16px;
	  border: none;
	  border-radius: 6px;
	  cursor: pointer;
	}
			
	/* CALLBACK BUTTON */	

  @media screen and (max-width: 992px) {
    .landing .step {
      flex: 1 1 calc(50% - 20px);
      max-width: calc(50% - 20px);
    }

    .landing .advantages-list li {
      flex: 1 1 calc(45% - 20px);
      max-width: calc(45% - 20px);
    }
  }

  @media screen and (max-width: 576px) {

  	.landing h2 {
	    font-size: calc(14px + 1vw);
	    font-weight: bold;
	  }

    .landing .step,
    .landing .advantages-list li {
      flex: 1 1 100%;
      max-width: 100%;
    }

    .advantages-grid {
	    grid-template-columns: repeat(2, 1fr); /* 2 колонки на мобилке */
	  }

	  .intro-buttons .btn {
	  	width: 100%;
	  	text-align: center;
	  }

	  .intro-buttons br {
	  	display: none;
	  }

	  .landing .product-buttons {
		  gap: 5px;
		}
  }

.wpcf7 form.sent .wpcf7-response-output {
	background-color: #46b450;
}

/* LANDING */