@font-face {
  font-family: 'Source Sans 3';
  src: url("../fonts/SourceSans3-Regular.ttf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.container {
  width: 90%;
  max-width: 1540px;
  margin: auto;
}

section {
  padding: 70px 0;
}

h1,
h2 {
  color: #000;
  font-size: 80px;
  line-height: 1.1;
}

h3,
h4,
h5,
h6 {
  font-size: 40px;
  line-height: 1.2;
}

p,
li,
span,
div,
a,
blockquote {
  font-size: 22px;
  line-height: 1.3;
}

.btn {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 10px 50px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  color: #FFF;
  text-align: center;
  font-size: 18px;
  background: #4B78BC;
  transition: 0.4s;
  text-decoration: none !important;
}

.btn:hover {
  background: #00AEEF;
}

.btn.grey {
  border: 1px solid #4B78BC;
}

.btn.grey:not(:hover) {
  background: #E7E7E9;
  color: #000;
}

.anim {
  opacity: 0;
  transition: all 0.4s, opacity 1.5s 0.3s;
}

.anim.animated {
  opacity: 1;
}

.anim.delay2 {
  transition-delay: 0.5s;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  border-radius: 0;
  text-decoration: none;
  font-family: "Source Sans 3", sans-serif;
  color: #000;
  font-weight: 400;
  -webkit-font-feature-settings: 'pnum' on, 'lnum' on, 'liga' off, 'kern' off;
          font-feature-settings: 'pnum' on, 'lnum' on, 'liga' off, 'kern' off;
}

body {
  overflow-x: hidden;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  padding-top: 195px;
}

select,
input,
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
}

*:focus {
  outline: transparent;
}

input[type=submit] {
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

button {
  cursor: pointer;
}

.header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100%;
  transition: 0.4s;
}

.header__row1 {
  background: #E7E7E9;
}

.header__row1 .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 7px 0;
}

.header__links {
  display: flex;
  align-items: center;
  gap: 40px;
}

.header__links .item {
  color: #68686A;
  transition: 0.4s;
  display: flex;
  align-items: center;
  gap: 10px;
}

.header__links .item svg * {
  transition: 0.4s;
}

.header__links .item:hover {
  color: #00AEEF;
}

.header__links .item:hover svg * {
  fill: #00AEEF;
}

.header__languages ul {
  display: flex;
  align-items: center;
  gap: 10px;
}

.header__languages span {
  display: block;
  padding: 0 3px;
  transition: 0.4s;
}

.header__languages a:hover span {
  color: #00AEEF;
}

.header__languages .wpml-ls-current-language {
  pointer-events: none;
}

.header__languages .wpml-ls-current-language span {
  color: #4B78BC;
}

.header__row2 {
  background: white;
}

.header__row2 .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0;
}

.header__row2 .btn {
  border: 1px solid #4B78BC;
}

.header__row2 .btn:not(:hover) {
  background: #E7E7E9;
  color: #000;
}

.header__logo img {
  display: block;
  height: 29px;
  width: auto;
}

.header__menu ul {
  display: flex;
  align-items: center;
  gap: 80px;
}

.header__menu a {
  transition: 0.4s;
}

.header__menu a:hover {
  color: #00AEEF;
}

.header__row3 {
  background: #153159;
  padding: 7px 0;
}

.header__subMenu ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 80px;
}

.header__subMenu a {
  transition: 0.4s;
  color: white;
}

.header__subMenu a:hover {
  color: #00AEEF;
}

.header .mob_menu_btn {
  display: block;
  width: 30px;
  height: 30px;
  position: relative;
}

.header .mob_menu_btn span {
  display: block;
  width: 22px;
  height: 2px;
  background: #4B78BC;
  position: absolute;
  left: 50%;
  top: 50%;
  transition: 0.4s;
}

.header .mob_menu_btn span:nth-child(1) {
  -webkit-transform: translate(-50%, calc(-50% - 6px));
          transform: translate(-50%, calc(-50% - 6px));
}

.header .mob_menu_btn span:nth-child(2) {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.header .mob_menu_btn span:nth-child(3) {
  -webkit-transform: translate(-50%, calc(-50% + 6px));
          transform: translate(-50%, calc(-50% + 6px));
}

.header .mob_menu_btn.open span:nth-child(1) {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.header .mob_menu_btn.open span:nth-child(2) {
  opacity: 0;
}

.header .mob_menu_btn.open span:nth-child(3) {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.header .mob_menu_container {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: calc(100vh - 54px);
  background: white;
  padding: 20px 0 50px;
}

.header .mob_menu_container .mob__menu {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.header .mob_menu_container .mob__menu ul {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.header .mob_menu_container .mob__menu a {
  font-size: 18px;
}

.header .mob_menu_container .mob__cont {
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.header .mob_menu_container .mob__cont .item {
  color: #68686A;
  transition: 0.4s;
  display: flex;
  align-items: center;
  gap: 10px;
}

.header .mob_menu_container .mob__cont .item svg * {
  transition: 0.4s;
}

.header .mob_menu_container .mob__cont .item:hover {
  color: #00AEEF;
}

.header .mob_menu_container .mob__cont .item:hover svg * {
  fill: #00AEEF;
}

.header .mob_menu_container .mob__languages {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 15px;
  margin-top: 15px;
}

.header .mob_menu_container .mob__languages ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header .mob_menu_container .mob__languages span {
  font-size: 18px;
  display: block;
  padding: 0 3px;
  transition: 0.4s;
}

.header .mob_menu_container .mob__languages a:hover span {
  color: #00AEEF;
}

.header .mob_menu_container .mob__languages .wpml-ls-current-language {
  pointer-events: none;
}

.header .mob_menu_container .mob__languages .wpml-ls-current-language span {
  color: #4B78BC;
}

.header .mob_menu_container .btn {
  width: 100%;
  padding: 10px;
  justify-content: center;
}

.footer {
  background: #143258;
  padding: 70px 0;
}

.footer .container {
  display: flex;
  justify-content: space-between;
  gap: 50px;
}

.footer .logo {
  margin-bottom: 30px;
  display: block;
}

.footer .logo img {
  display: block;
  height: 20px;
  width: auto;
}

.footer ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer ul a {
  color: white;
  transition: .4s;
}

.footer ul a:hover {
  color: #00AEEF;
}

.footer .btn {
  border: 1px solid white;
  background: transparent;
  color: white;
  margin-top: 50px;
}

.footer .btn:hover {
  background: white;
  color: #4B78BC;
}

.footer .links {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.footer .links .r {
  display: flex;
  align-items: center;
  gap: 40px;
}

.footer .links .item {
  color: white;
  transition: 0.4s;
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer .links .item svg * {
  fill: white;
  transition: 0.4s;
}

.footer .links .item:hover {
  color: #00AEEF;
}

.footer .links .item:hover svg * {
  fill: #00AEEF;
}

.footer .dev {
  margin-top: 30px;
}

.footer .dev p {
  color: white;
}

.footer .dev a {
  color: white;
  transition: 0.4s;
}

.footer .dev a:hover {
  color: #00AEEF;
}

.wpcf7-not-valid-tip {
  color: #AB6262 !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  padding-top: 2px !important;
}

.wpcf7-response-output {
  width: 100% !important;
  margin: 20px auto 0 !important;
  padding: 5px !important;
  font-size: 16px !important;
  line-height: 1.2 !important;
}

form {
  position: relative;
}

.wpcf7-spinner {
  right: 0 !important;
  bottom: 0 !important;
  margin: 0 !important;
  position: absolute !important;
}

.wpcf7-list-item {
  margin: 0;
}

.b1 {
  padding: 0;
}

.b1 img {
  display: block;
  width: 100%;
  height: auto;
}

.b2 {
  background: #E7E7E9;
}

.b2__main .flex {
  display: flex;
  justify-content: space-between;
  padding-top: 60px;
}

.b2 h3 {
  color: #4B78BC;
  max-width: 340px;
}

.b2__top svg {
  display: block;
  width: 60px;
  height: 60px;
  margin-top: calc(-30px - 50px);
  margin-bottom: 24px;
  cursor: pointer;
}

.b2__left {
  width: calc(45% - 50px);
}

.b2__left .result-box p {
  margin-bottom: 15px;
}

.b2__left .result-box span {
  color: #4B78BC;
  font-size: 28px;
}

.b2__left .result-box span font {
  font: inherit;
  color: inherit;
}

.b2__left .btn {
  margin-top: 30px;
  margin-bottom: 70px;
}

.b2__right {
  width: calc(55% - 50px);
  margin-top: -92px;
  gap: 24px;
  display: flex;
  flex-direction: column;
}

.b2__right .checkBoxes {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.b2__right .checkBoxes input {
  display: none;
}

.b2__right .checkBoxes input:checked + label:before {
  background: #51A4DA;
}

.b2__right .checkBoxes label {
  position: relative;
  padding-left: 34px;
  cursor: pointer;
}

.b2__right .checkBoxes label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  cursor: pointer;
  background: white;
  border: 4px solid #DCDCDC;
  box-sizing: border-box;
  transition: 0.4s;
}

.b2__right h3 {
  margin-bottom: 20px;
}

.b2__right p {
  margin-top: 20px;
}

.b3 .container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.b3 h3 {
  color: #4B78BC;
}

.b3__left {
  width: calc(45% - 50px);
}

.b3__left h2 {
  margin-bottom: 18px;
}

.b3 .result-box {
  margin-top: 40px;
}

.b3 .result-box p {
  margin-bottom: 15px;
}

.b3 .result-box span {
  color: #4B78BC;
  font-size: 28px;
}

.b3 .result-box span font {
  font: inherit;
  color: inherit;
}

.b3 .btn {
  margin-top: 20px;
  margin-bottom: 30px;
}

.b3__right {
  width: calc(55% - 50px);
  padding-top: 56px;
  display: flex;
  flex-direction: column;
  gap: 56px;
}

.b3__right .sliders {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.b3__right .sliders .box {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
}

.b3__right .sliders .box:nth-child(2n) {
  padding-right: 130px;
}

.b3__right .sliders .box > p {
  width: 130px;
  text-align: right;
}

.b3__right .sliders .box .slider-row {
  width: calc(100% - 130px - 20px);
}

.b3__right > p {
  margin-top: auto;
}

.b4 .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 26px;
}

.b5 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.b5 .container {
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.b5 .txt-content {
  max-width: 760px;
}

.b5 .txt-content .icoList.small img {
  -webkit-filter: brightness(10);
          filter: brightness(10);
}

.b5 * {
  color: white;
}

.b6 + .b6 .container {
  position: relative;
}

.b6 + .b6 .container:before {
  content: "";
  position: absolute;
  left: 0;
  top: -70px;
  width: 100%;
  height: 2px;
  background: #163158;
}

.b6 .container {
  display: flex;
  align-items: flex-start;
  gap: 50px;
}

.b6.rev .container {
  flex-direction: row-reverse;
}

.b6__image {
  width: calc(50% - 25px);
}

.b6__image img {
  display: block;
  width: 100%;
  height: auto;
}

.b6__text {
  width: calc(50% - 25px);
}

.b7 {
  background: #E7E7E9;
}

.b7 h2 {
  text-align: center;
  margin-bottom: 26px;
}

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

.b7__box {
  width: calc(25% - 15px);
  border: 1px solid #4B78BC;
  background: #FFF;
  padding: 45px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.b7__box img {
  display: block;
  width: auto;
  height: 75px;
  margin-bottom: 16px;
}

.b7__box h3 {
  text-align: center;
  font-size: 22px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.b7__box p {
  color: #707070;
  font-size: 18px;
  text-align: center;
}

.b8 {
  padding-top: 20px;
}

.b8 .container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.b8__left {
  width: calc(50% - 25px);
}

.b8__left h2 {
  margin-bottom: 26px;
}

.b8__left .contactsList {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.b8__left .contBox {
  display: flex;
  align-items: center;
  gap: 16px;
}

.b8__left .contBox svg {
  display: block;
  width: 24px;
  min-width: 24px;
  height: auto;
}

.b8__left .contBox a {
  transition: 0.4s;
}

.b8__left .contBox a:hover {
  color: #00AEEF;
}

.b8__right {
  width: calc(50% - 25px);
}

.b8__right h2 {
  margin-bottom: 26px;
}

.b8__form {
  width: 100%;
  max-width: 760px;
}

.b8__form > p {
  color: #4B78BC;
  font-size: 39px;
  margin-bottom: 40px;
  margin-top: 10px;
}

form > p {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

form > p > span .wpcf7-list-item-label {
  display: block;
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 5px;
  padding-left: 40px;
  position: relative;
  cursor: pointer;
}

form > p > span .wpcf7-list-item-label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 24px;
  height: 24px;
  border: 2px solid #4B78BC;
  box-sizing: border-box;
}

form > p > span .wpcf7-list-item-label:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 14px;
  height: 14px;
  background: #4B78BC;
  box-sizing: border-box;
  opacity: 0;
  transition: 0.4s;
}

form > p > span label {
  display: block;
  font-size: 27px;
  line-height: 1.2;
  margin-bottom: 5px;
}

form > p > span input[type=checkbox] {
  display: none;
}

form > p > span input[type=checkbox]:checked + .wpcf7-list-item-label:after {
  opacity: 1;
}

form > p > span .input {
  display: block;
  width: 100%;
  border: 1px solid #4B78BC;
  background: #EEEFEF;
  font-size: 27px;
  line-height: 1.2;
  padding: 15px;
}

form > p .bottom {
  display: flex;
  align-items: center;
  gap: 50px;
}

.slider-row {
  display: flex;
  align-items: center;
  gap: 15px;
}

.slider-row .slider-btn {
  width: 25px;
  min-width: 25px;
  height: 25px;
  background: #51A4DA;
  transition: 0.4s;
  border-radius: 3px;
  position: relative;
  cursor: pointer;
}

.slider-row .slider-btn:hover {
  background: #00AEEF;
}

.slider-row .slider-btn:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 15px;
  height: 2px;
  background: white;
  display: block;
}

.slider-row .slider-btn.plus:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 2px;
  height: 15px;
  background: white;
  display: block;
}

.slider-row .slider-dev {
  width: 100%;
  height: 9px;
  border-radius: 9px;
  position: relative;
  border: 1px solid #DCDCDC;
  background: #EFEFF0;
}

.slider-row .slider-dev .ui-slider-range {
  height: 9px;
  border-radius: 9px;
  background: #51A4DA;
}

.slider-row .slider-dev .ui-slider-handle {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  cursor: pointer;
  background: #51A4DA;
  border: 4px solid #DCDCDC;
}

.slider-row input {
  font-size: 22px;
  border: 1px solid #51A4DA;
  display: block;
  text-align: center;
  width: 42px;
  min-width: 42px;
}

.txt-content {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.txt-content h1,
.txt-content h2,
.txt-content .btn {
  margin-top: 20px;
}

.txt-content h1:first-child,
.txt-content h2:first-child,
.txt-content .btn:first-child {
  margin-top: 0;
}

.txt-content img {
  display: block;
  width: 100%;
  height: auto;
}

.txt-content a {
  text-decoration: underline;
}

.txt-content blockquote {
  padding: 10px 0 10px 10px;
  border-left: 1px solid #4B78BC;
}

.txt-content ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-left: 20px;
}

.txt-content ul li {
  list-style: disc;
}

.txt-content ol {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-left: 20px;
}

.txt-content ol li {
  list-style: decimal;
}

.txt-content .icoList {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.txt-content .icoList.small img {
  width: 30px;
}

.txt-content .icoList.small .text {
  width: calc(100% - 30px - 22px);
}

.txt-content .icoList__item {
  display: flex;
  align-items: center;
  gap: 20px;
}

.txt-content .icoList__item img {
  display: block;
  width: 50px;
  height: auto;
}

.txt-content .icoList__item .text {
  width: calc(100% - 50px - 20px);
  display: flex;
  flex-direction: column;
}

.txt-content .icoList__item .text h3 {
  font-size: 18px;
  text-transform: uppercase;
}

.popup {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: rgba(255, 255, 255, 0.7);
  z-index: 110;
}

.popup .exit-btn {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.popup .exit-btn:before {
  content: "";
  width: 20px;
  height: 2px;
  background: #4B78BC;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.popup .exit-btn:after {
  content: "";
  width: 20px;
  height: 2px;
  background: #4B78BC;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.popup__container {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: white;
  padding: 40px;
  border: 1px solid #4B78BC;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
}

.popup__container h2 {
  font-size: 22px;
  margin-bottom: 12px;
}

.popup__container form {
  display: block;
  width: 100%;
}

.popup__container form > p {
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
}

.popup__container form > p > span {
  width: 100%;
}

.popup__container form > p .btn {
  line-height: 1.2;
  padding-top: 12px;
  padding-bottom: 12px;
}

@media screen and (min-width: 1025px) {
  .header.hide {
    -webkit-transform: translate(0, -102%);
            transform: translate(0, -102%);
  }

  .header .mob_menu_btn {
    display: none;
  }

  .b2__right .result-box,
  .b2__right .btn {
    display: none;
  }
}

@media screen and (max-width: 9000px) {
  .container {
    max-width: 1140px;
  }

  section {
    padding: 30px 0 40px 0;
  }

  h1,
  h2 {
    font-size: 42px;
  }

  h3,
  h4,
  h5,
  h6 {
    font-size: 22px;
  }

  p,
  li,
  span,
  div,
  a,
  blockquote {
    font-size: 16px;
  }

  .btn {
    font-size: 16px;
    padding: 10px 26px;
  }

  body {
    padding-top: 156px;
  }

  .header__links {
    gap: 24px;
  }

  .header__links .item svg {
    width: 27px;
    height: 25px;
  }

  .header__row2 .container {
    padding: 20px 0;
  }

  .header__logo img {
    height: 20px;
  }

  .header__menu ul {
    gap: 40px;
  }

  .header__subMenu ul {
    gap: 40px;
  }

  .header .mob_menu_container .mob__cont .item svg {
    width: 27px;
    height: 25px;
  }

  .b2__main .flex {
    padding-top: 40px;
  }

  .b2__top svg {
    margin-top: calc(-30px - 20px);
  }

  .b2__left .result-box p {
    margin-bottom: 0;
  }

  .b2__left .btn {
    margin-bottom: 40px;
  }

  .b3__left h2 {
    margin-bottom: 10px;
  }

  .b3 .result-box {
    margin-top: 40px;
  }

  .b3 .result-box p {
    margin: 0 !important;
  }

  .b3__right .sliders .box:nth-child(2n) {
    padding-right: 44px;
  }

  .b3__right .sliders .box > p {
    width: 110px;
  }

  .b3__right .sliders .box .slider-row {
    width: calc(100% - 130px);
  }

  .b5 .txt-content {
    max-width: 500px;
  }

  .b6 + .b6 .container:before {
    top: -50px;
  }

  .b7__box {
    padding: 20px;
  }

  .b7__box h3 {
    font-size: 18px;
  }

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

  .b8__form {
    max-width: 550px;
  }

  .b8__form > p {
    font-size: 22px;
    margin: 5px 0 26px;
  }

  form > p {
    gap: 20px;
  }

  form > p > span .wpcf7-list-item-label {
    font-size: 16px;
  }

  form > p > span label {
    font-size: 16px;
    margin-bottom: 2px;
  }

  form > p > span .input {
    font-size: 16px;
    padding: 12px 12px 10px 12px;
  }

  form > p .bottom {
    gap: 35px;
  }

  .slider-row input {
    font-size: 18px;
    width: 32px;
    min-width: 32px;
  }
}

@media screen and (max-width: 1024px) {
  .container {
    max-width: 500px;
  }

  section {
    padding: 25px 0;
  }

  h1,
  h2 {
    font-size: 32px;
  }

  h3,
  h4,
  h5,
  h6 {
    font-size: 20px;
  }

  p,
  li,
  span,
  div,
  a,
  blockquote {
    font-size: 16px;
  }

  body {
    padding-top: 53px;
  }

  .header {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  }

  .header__row1 {
    display: none;
  }

  .header__row2 .container {
    padding: 12px 0;
  }

  .header__row2 .btn {
    display: none;
  }

  .header__logo img {
    height: 14px;
  }

  .header__menu {
    display: none;
  }

  .header__row3 {
    display: none;
  }

  .footer {
    padding: 40px 0;
  }

  .footer .container {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }

  .footer__col:nth-child(2) {
    display: none;
  }

  .footer .logo {
    margin: 0;
  }

  .footer .logo img {
    height: 15px;
  }

  .footer ul {
    display: none;
  }

  .footer .btn {
    margin-top: 24px;
    width: 100%;
    justify-content: center;
  }

  .footer .links {
    align-items: center;
    flex-direction: column-reverse;
  }

  .footer .links .r {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .b2__main .flex {
    padding-top: 24px;
    flex-direction: column-reverse;
  }

  .b2__top svg {
    width: 50px;
    height: 50px;
    margin-top: calc(-25px - 10px);
    margin-bottom: 16px;
  }

  .b2__left {
    width: 100%;
    margin-top: 24px;
  }

  .b2__left .result-box span {
    font-size: 24px;
  }

  .b2__left .btn {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .b2__right {
    width: 100%;
    margin-top: 0;
  }

  .b3 .container {
    flex-direction: column;
  }

  .b3__left {
    width: 100%;
  }

  .b3__left h3 {
    margin-bottom: 21px;
  }

  .b3__left .result-box {
    display: none;
  }

  .b3__left .btn {
    display: none;
  }

  .b3 .result-box {
    margin: 0;
  }

  .b3 .result-box span {
    font-size: 24px;
  }

  .b3 .btn {
    margin: 0;
  }

  .b3__right {
    width: 100%;
    padding-top: 21px;
    gap: 24px;
  }

  .b3__right .sliders {
    gap: 20px;
    margin-bottom: 20px;
  }

  .b3__right .sliders .box {
    flex-direction: column;
    gap: 5px;
    align-items: flex-start;
  }

  .b3__right .sliders .box > p {
    text-align: left;
  }

  .b3__right .sliders .box .slider-row {
    width: 100%;
  }

  .b4 .container {
    gap: 16px;
    align-items: flex-start;
  }

  .b5:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
  }

  .b5 .container {
    gap: 16px;
    position: relative;
    z-index: 3;
  }

  .b6 + .b6 .container:before {
    top: -25px;
  }

  .b6 .container {
    flex-direction: column;
    gap: 24px;
  }

  .b6.rev .container {
    flex-direction: column-reverse;
  }

  .b6__image {
    width: 100%;
  }

  .b6__text {
    width: 100%;
  }

  .b7 h2 {
    margin-bottom: 24px;
  }

  .b7__list {
    gap: 16px;
  }

  .b7__box {
    width: 100%;
  }

  .b7__box img {
    height: 50px;
    margin-bottom: 12px;
  }

  .b7__box h3 {
    font-size: 16px;
  }

  .b8 .container {
    flex-direction: column;
    gap: 40px;
  }

  .b8__left {
    width: 100%;
  }

  .b8__left h2 {
    margin-bottom: 20px;
  }

  .b8__left .contBox {
    gap: 14px;
  }

  .b8__left .contBox svg {
    width: 24px;
    min-width: 24px;
  }

  .b8__right {
    width: 100%;
  }

  .b8__right h2 {
    margin-bottom: 20px;
  }

  .b8__form > p {
    font-size: 20px;
  }

  form > p > span .wpcf7-list-item-label {
    font-size: 16px;
    margin-bottom: 2px;
  }

  form > p > span .wpcf7-list-item-label {
    padding-left: 30px;
  }

  form > p > span .wpcf7-list-item-label:before {
    width: 20px;
    height: 20px;
  }

  form > p > span .wpcf7-list-item-label:after {
    width: 10px;
    height: 10px;
  }

  form > p .bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .txt-content {
    gap: 16px;
  }

  .txt-content .icoList {
    gap: 16px;
  }

  .txt-content .icoList.small img {
    width: 20px;
  }

  .txt-content .icoList.small .text {
    width: calc(100% - 20px - 16px);
  }

  .txt-content .icoList__item {
    gap: 10px;
  }

  .txt-content .icoList__item img {
    width: 35px;
  }

  .txt-content .icoList__item .text {
    width: calc(100% - 35px - 10px);
  }

  .txt-content .icoList__item .text h3 {
    font-size: 16px;
  }

  .popup__container {
    width: 90%;
    max-width: 500px;
    padding: 32px 24px;
  }

  .popup__container h2 {
    font-size: 20px;
  }

  .popup__container form > p {
    flex-direction: column;
  }

  .popup__container form > p .btn {
    width: 100%;
    padding: 12px;
    justify-content: center;
  }
}