@charset "UTF-8";

.no-break {
  margin-top: 0;
}

.highlight-blue.without-break.get-materials {
  /* margin-top: 2rem; */
  padding: 0;
  color: #f5f5f5;
}

.text-highlight {
  color: #EA6750;
}

.text-highlight.pu-form {
  color: #EA6750;
}

.get-materials-wrapper {
  background: #004F71;
}

.get-materials-inner {
  margin: 0.5rem 0;
  margin-right: auto;
  margin-left: auto;
  /* border: 2px solid #F5F5F5; */
  max-width: 1000px;
}

.get-materials-content {
  display: flex;
  /* justify-content: space-between; */
  padding: 1.25rem 1.5rem 1.25rem;
  gap: 3rem;
}

.get-materials-left-block {
  width: 600px;
}

.get-materials-right-block {
  width: 28%;
}

.get-materials-first-block-flex {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  line-height: 1;
  gap: 0.75rem;
}

.get-materials-first-block {
  margin-bottom: 0.5rem;
  font-weight: 600;
  font-size: 32px;
}

.get-materials-second-block {
  font-weight: 600;
  font-size: 80px;
}

.get-materials-third-block {
  position: relative;
  bottom: 3px;
  font-size: 26px;
  line-height: 1.2;
}

.get-materials-third-block span {
  font-weight: 600;
  font-size: inherit;
}

.get-materials-fourth-block {
  display: flex;
  gap: 1rem;
}

.get-materials-fourth-block div input {
  border: none;
  border-radius: 5px;
  padding: 0.75rem 0.5rem 0.75rem 2.5rem;
  font-size: 16px;
  color: gray;
  width: 300px;
}

.get-materials-fourth-block div button {
  border: none;
  border-radius: 5px;
  padding: 0.75rem 1rem;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  background: #EA6750;
  cursor: pointer;
  white-space: nowrap;
}

.get-materials-fourth-block div button.pu-form {
  background: #EA6750;
}

.get-materials-fourth-block div button[disabled] {
  color: #666 !important;
  background-color: #ccc !important;
}

.get-materials-fifth-block {
  margin-top: 0.5rem;
  font-size: 0.7rem;
}

.get-materials-sixth-block {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  width: 100%;
  height: calc(100% - 15px);
  gap: 1rem;
}

.get-materials-sixth-block div {
  width: 100%;
  height: 100%;
}

.catalogue-1 {
  border-radius: 15px 0 0 0;
  background-image: url("../images/catalogue-1.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.catalogue-2 {
  border-radius: 15px 0 0 0;
  background-image: url("../images/catalogue-2.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.catalogue-3 {
  border-radius: 15px 0 0 0;
  background-image: url("../images/catalogue-3.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.catalogue-1-m {
  display: none;
  background-image: url("../images/catalogue-1.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.catalogue-1::after,
.catalogue-2::after,
.catalogue-3::after {
  content: " ";
  position: absolute;
  right: -18px;
  top: -20px;
  z-index: 2;
  border: 4px solid #fff;
  border-radius: 99px;
  width: 50px;
  height: 50px;
  background: #ddd;
  background-image: url("../images/padlock.png");
  background-position: center;
  background-size: 20px 24px;
  background-repeat: no-repeat;
}

.catalogue-1::before {
  content: "Полный каталог продукции";
  position: absolute;
  bottom: -15px;
  z-index: 2;
  vertical-align: bottom;
  padding: 0.3rem 0 0;
  width: 100%;
  height: 30px;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  background: #666;
  background: #EA6750;
}
.catalogue-2::before {
  content: "Памятка оборудования";
  position: absolute;
  bottom: -15px;
  z-index: 2;
  vertical-align: bottom;
  padding: 0.3rem 0 0;
  width: 100%;
  height: 30px;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  background: #666;
  background: #EA6750;
}
.catalogue-3::before {
  content: "Еще 14 полезных материалов";
  position: absolute;
  bottom: -15px;
  z-index: 2;
  vertical-align: bottom;
  padding: 0.3rem 0 0;
  width: 100%;
  height: 30px;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  background: #666;
  background: #EA6750;
}

.catalogue-1.pu-form::before,
.catalogue-2.pu-form::before,
.catalogue-3.pu-form::before {
  background: #EA6750;
}

/* Customize the label (the container) */
.container-fifth-block {
  position: relative;
  display: block;
  padding-left: 1.25rem;
  font-size: 15px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container-fifth-block input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  left: 0;
  top: 3px;
  display: inline-block;
  border: 1px solid gray;
  border-radius: 50%;
  width: 14px;
  height: 14px;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container-fifth-block input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container-fifth-block .checkmark:after {
  left: 4px;
  top: 1px;
  border: solid gray;
  border-width: 0 2px 2px 0;
  width: 4px;
  height: 8px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media (min-width: 2600px) {
  .get-materials-right-block {
    width: 25%;
    }
  }

@media (min-width: 3300px) {
  .get-materials-right-block {
    width: 28%;
    }
  }

@media (min-width: 3839px) {
  .get-materials-right-block {
    width: 22%;
    }
  }

@media (max-width: 950px) {
  .get-materials-content {
    display: unset;
  }
  .get-materials-first-block {
    line-height: 1;
    text-align: center;
  }
  .get-materials-left-block {
    width: initial;
  }
  .get-materials-right-block {
    width: initial;
  }
  .get-materials-second-block {
    font-size: 5rem;
  }
  .get-materials-third-block {
    display: block;
    font-size: 1rem;
    line-height: 1.2;
  }
  .get-materials-fourth-block {
    display: inline-block;
    width: 100%;
  }
  .get-materials-fourth-block div {
    width: 100%;
  }
  .get-materials-fourth-block div input {
    position: relative;
    border: none;
    border-radius: 10px;
    padding: 1rem 1rem;
    width: calc(100% - 40px);
    min-width: 0;
    font-size: 1rem;
  }
  .get-materials-fourth-block div button {
    display: inline-block;
    margin-top: 0.5rem;
    margin-right: auto;
    margin-left: auto;
    border-radius: 10px;
    padding: 1rem 1rem;
    width: 100%;
  }
  .container-fifth-block {
    display: block;
    padding-left: 1.5rem;
    line-height: 1.2;
  }
  .catalogue-1-m {
    display: block;
    margin-top: 1rem;
    margin-right: auto;
    margin-bottom: 1rem;
    margin-left: auto;
    border-radius: 10px;
    width: 100%;
    height: 200px;
  }
  .catalogue-1::after,
  .catalogue-2::after,
  .catalogue-3::after {
    display: none;
  }
  .catalogue-1::before,
  .catalogue-2::before,
  .catalogue-3::before {
    display: none;
  }
  .get-materials-inner {
    margin: 1rem 0;
    margin-right: auto;
    margin-left: auto;
    border: none;
  }
  .get-materials-content {
    padding: 0;
    gap: 1rem;
  }
  .get-materials-sixth-block div::before {
    display: none;
  }
}

.subscribe form.success div {
  font-size: 1rem;
  line-height: 11rem;
  text-align: center;
}

.slides { 
  position: relative; 
}

.slides > div { 
  position: absolute; 
}

.slides > div > img {
  width: 100%;
  height: 100%;
}