@charset "UTF-8";
.child-product-1 .product1-row {
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 0px;
  position: relative;
}
.child-product-1 .product1-row .img-absolute img {
  position: absolute;
  top: 220px;
  right: 50px;
  display: block;
  width: 100%;
  max-width: 150px;
}
.child-product-1 .product1-row .left {
  display: flex;
  align-items: center;
  height: 100%;
  min-height: 720px;
}
.child-product-1 .product1-row .left .column {
  width: 100%;
  padding: 0px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.child-product-1 .product1-row .left .column .bread {
  display: flex;
  list-style: none;
  gap: 7px;
}
.child-product-1 .product1-row .left .column .bread li {
  color: #0c090d;
}
.child-product-1 .product1-row .left .column .bread a {
  color: #0c090d;
  font-family: Gilroy;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.28px;
  line-height: 18.2px;
  text-align: left;
}
.child-product-1 .product1-row .left .column h1 {
  color: #0c090d;
  font-family: Arsenal;
  font-size: 100px;
  max-width: 500px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 90px;
  text-align: center;
  text-transform: uppercase;
  padding: 20px 0px 10px;
}
.child-product-1 .product1-row .left .column p {
  color: #828282;
  font-family: Gilroy;
  font-size: 19px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.38px;
  line-height: 24.7px;
  text-align: center;
  margin-top: 20px;
  max-width: 450px;
}
.child-product-1 .product1-row .left .column .btn-default {
  background-color: #ccede3;
  color: rgba(0, 0, 0, 0.6);
  font-family: Arsenal;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 16px;
  text-align: left;
  text-transform: uppercase;
  border: none;
  padding: 15px 30px 15px 30px;
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 0px;
}
.child-product-1 .product1-row .left .column .btn-default:after {
  content: url(../../images/svg/arrow-dark.svg);
}
.child-product-1 .product1-row .left .column .btn-rows {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-top: 40px;
}
.child-product-1 .product1-row .left .column .btn-rows .btn-white {
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 5px 30px;
  display: flex;
  align-items: center;
  border-radius: 100px;
  background: transparent;
  gap: 10px;
  color: rgba(0, 0, 0, 0.6);
}
.child-product-1 .product1-row .left .column .btn-rows .btn-white span.txt {
  font-family: Arsenal;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: normal;
  line-height: 16px;
}
.child-product-1 .product1-row .left .column .btn-rows .btn-white img {
  display: block;
}
.child-product-1 .product1-row .right .right-row {
  position: absolute;
}

.child-product-2 {
  background: #fff;
  padding-top: 130px;
}
.child-product-2 .product2-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 70px;
}
.child-product-2 .product2-row .left .content {
  background-color: #cecae1;
  padding: 40px;
}
.child-product-2 .product2-row .left .content h2,
.child-product-2-title {
  color: #000;
  font-family: Arsenal;
  font-size: 25px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 27.5px;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.child-product-2 .product2-row .left .content p {
  color: #0c090d;
  font-family: Gilroy;
  font-size: 17px;
  font-weight: 500;
  font-style: normal;
  opacity: 0.4;
  letter-spacing: normal;
  line-height: 22.1px;
  text-align: left;
  padding-bottom: 12.5px;
}
.child-product-2 .product2-row .right {
  padding: 40px 0px;
}
.child-product-2 .product2-row .right p.title {
  opacity: 0.7;
  color: #ffffff;
  font-family: Gilroy;
  font-size: 15px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.3px;
  line-height: 19.5px;
  text-align: left;
  text-transform: uppercase;
}
.child-product-2 .product2-row .right .right-row {
  margin-top: 15px;
}
.child-product-2 .product2-row .right .right-row ul {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  list-style: none;
}
.child-product-2 .product2-row .right .right-row ul li a {
  border-radius: 100px;
  color: #000;
  opacity: 0.6;
  font-family: Gilroy;
  font-size: 15px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.3px;
  display: block;
  line-height: 19.5px;
  text-align: left;
  border: 1px solid #e0e0e0;
  padding: 8px 30px;
}

.bg-black {
  background: #000;
}

.child-product-3 {
  margin-top: 200px;
}
.child-product-3 .child-product-3-container h2,
.child-product-3-title {
  color: #a70000;
  font-family: Arsenal;
  font-size: 40px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 44px;
  text-align: left;
  text-transform: uppercase;
  padding-bottom: 50px;
}
.child-product-3 .child-product-3-container .row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  position: relative;
}
.child-product-3 .child-product-3-container .row .img-absolute img {
  max-width: 200px;
  display: block;
  width: 100%;
  position: absolute;
  top: 0px;
  right: 200px;
}
.child-product-3 .child-product-3-container .row .right {
  display: flex;
  align-items: flex-end;
}
.child-product-3 .child-product-3-container .row .right .column-bottom {
  background-color: #f2f2f2;
  padding: 40px;
  margin-bottom: -130px;
}
.child-product-3 .child-product-3-container .row .right .column-bottom h3,
.child-product-3-adv-title {
  color: #a70000;
  font-family: Arsenal;
  font-size: 25px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 27.5px;
  text-align: left;
  text-transform: uppercase;
  padding-bottom: 20px;
}
.child-product-3 .child-product-3-container .row .right .column-bottom p {
  color: #333333;
  font-family: Gilroy;
  font-size: 17px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 22.1px;
  text-align: left;
  padding-bottom: 15px;
}
.child-product-3 .child-product-3-container .row .left {
  padding: 40px;
  background-color: #f2f2f2;
}
.child-product-3 .child-product-3-container .row .left h3 {
  color: #a70000;
  font-family: Arsenal;
  font-size: 25px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 27.5px;
  text-align: left;
  text-transform: uppercase;
  padding-bottom: 20px;
}
.child-product-3 .child-product-3-container .row .left .columns {
  display: grid;
  grid-template-columns: 1fr;
  gap: 7px;
}
.child-product-3 .child-product-3-container .row .left .columns .col {
  padding: 25px;
  background-color: #fff;
}
.child-product-3 .child-product-3-container .row .left .columns .col p.title {
  color: #333333;
  font-family: Gilroy;
  font-size: 19px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: normal;
  line-height: 24.7px;
  text-align: left;
  padding-bottom: 7px;
}
.child-product-3 .child-product-3-container .row .left .columns .col p.desc {
  color: #4f4f4f;
  font-family: Gilroy;
  font-size: 17px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 22.1px;
  text-align: left;
}

.child-product-4 {
  margin-top: 330px;
  background-color: #ccede3;
  padding: 60px 0px;
}
.child-product-4 .child-product-4-container {
  position: relative;
}
.child-product-4 .child-product-4-container .img-absolute img {
  max-width: 200px;
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.child-product-4 .child-product-4-container .absolute-arrow img {
  position: absolute;
  right: 140px;
  top: 80px;
  display: block;
  width: 100%;
  max-width: 600px;
}
.child-product-4 .child-product-4-container div.title {
  font-family: "Arsenal";
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 110%;
  /* or 44px */

  text-transform: uppercase;

  /* Black */

  color: #000000;

  opacity: 0.6;
}
.child-product-4 .child-product-4-container .row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  position: relative;
}
.child-product-4 .child-product-4-container .row .column:nth-child(2) {
  margin-top: 100px;
}
.child-product-4 .child-product-4-container .row .column:nth-child(3) {
  margin-top: 200px;
}
.child-product-4 .child-product-4-container .row .column:last-child {
  margin-top: 300px;
}
.child-product-4 .child-product-4-container .row .col {
  background-color: #f7f7f7;
  padding: 25px;
}
.child-product-4 .child-product-4-container .row .column .number {
  color: #cecae1;
  font-family: Arsenal;
  font-size: 100px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 90px;
  text-align: left;
  text-transform: uppercase;
  display: block;
  padding-bottom: 30px;
}
.child-product-4 .child-product-4-container .row .column .title p {
  color: #000000;
  font-family: Gilroy;
  font-size: 22px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: normal;
  line-height: 24.2px;
  text-align: left;
  padding-bottom: 25px;
}
.child-product-4 .child-product-4-container .row .column .content p {
  color: #333333;
  font-family: Gilroy;
  font-size: 15px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.3px;
  line-height: 19.5px;
  text-align: left;
}

.child-product-5 {
  margin-top: 100px;
}
.child-product-5 .title-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-bottom: 60px;
}
.child-product-5 .title-row h2 {
  color: #000000;
  opacity: 0.6;
  font-family: Arsenal;
  font-size: 60px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 60px;
  text-align: left;
  text-transform: uppercase;
  max-width: 400px;
}
.child-product-5 .title-row p {
  color: #4f4f4f;
  font-family: Gilroy;
  font-size: 17px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 22.1px;
  text-align: left;
  max-width: 300px;
}
.child-product-5 .content-row {
  display: grid;
  grid-template-columns: 3fr 5fr;
  position: relative;
}
.child-product-5 .content-row .right p {
  color: #828282;
  font-family: Gilroy;
  font-size: 15px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 15px;
  text-align: left;
  padding-bottom: 10px;
}
.child-product-5 .content-row .right .img-container {
  position: relative;
}
.child-product-5 .content-row .right .img-container img {
  width: 100%;
  display: block;
}
.child-product-5 .content-row .right .img-container a {
  border-radius: 100px;
  color: #000000;
  font-family: Gilroy;
  font-size: 15px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 15px;
  text-align: left;
  padding: 15px 20px;
  display: inline-block;
  position: absolute;
  bottom: 10px;
  left: 10px;
  background: #fff;
}
.child-product-5 .content-row .right .tollip {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.child-product-5 .content-row .right .tollip p {
  padding-bottom: 0px;
  padding-top: 20px;
  padding-right: 20px;
}
.child-product-5 .content-row .right .tollip img {
  margin-right: -35px;
  margin-top: -50px;
  display: block;
}
.child-product-5 .content-row .left .column-row {
  position: absolute;
  z-index: 10;
  max-width: 550px;
  top: 70px;
  background-color: #f2f2f2;
  padding: 35px;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 15px;
  align-items: center;
}
.child-product-5 .content-row .left .column-row .left img {
  width: 100%;
  display: block;
}
.child-product-5 .content-row .left .column-row .comment p {
  color: #4f4f4f;
  font-family: Gilroy;
  font-size: 17px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: normal;
  line-height: 22.1px;
  text-align: left;
}

.child-product-6 {
  margin-top: 220px;
}
.child-product-6 .title-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-bottom: 60px;
}
.child-product-6 .title-row h2 {
  color: #000000;
  opacity: 0.6;
  font-family: Arsenal;
  font-size: 60px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 60px;
  text-align: left;
  text-transform: uppercase;
}
.child-product-6 .title-row p {
  color: #4f4f4f;
  font-family: Gilroy;
  font-size: 17px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 22.1px;
  text-align: left;
  max-width: 300px;
}
.child-product-6 .child-product-6-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}
.child-product-6 .child-product-6-row .title {
  margin-top: 10px;
}
.child-product-6 .child-product-6-row .title p {
  color: #4f4f4f;
  font-family: Gilroy;
  font-size: 15px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.3px;
  line-height: 19.5px;
  text-align: left;
  margin-top: 5px;
}
.child-product-6 .child-product-6-row .title a {
  color: #4f4f4f;
  font-family: Arsenal;
  font-size: 25px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 27.5px;
  text-align: left;
  text-transform: uppercase;
  display: block;
}
.child-product-6 .child-product-6-row .column:hover .img-default {
  opacity: 0;
  transition: 0.3s ease;
}
.child-product-6 .child-product-6-row .column:hover .img-hover {
  opacity: 1;
  transition: 0.3s ease;
}
.child-product-6 .child-product-6-row .column:hover .content {
  opacity: 1;
  transition: 0.3s ease;
  background: #fff;
}
.child-product-6 .child-product-6-row .column {
  position: relative;
}
.child-product-6 .child-product-6-row .content {
  transition: 0.3s ease;
  position: absolute;
  top: 0px;
  z-index: 10;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 50px 15px;
  opacity: 0;
}
.child-product-6 .child-product-6-row .content ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin-bottom: 35px;
}
.child-product-6 .child-product-6-row .content ul li {
  line-height: 1.3;
}
.child-product-6 .child-product-6-row .content button {
  background-color: rgba(0, 0, 0, 0.9);
  padding: 15px;
  color: #fff;
  font-family: Arsenal;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 16px;
  text-transform: uppercase;
  text-align: center;
}
.child-product-6 .child-product-6-row .image {
  position: relative;
}
.child-product-6 .child-product-6-row .image img {
  width: 100%;
  transition: 0.3s ease;
}

.child-product-7 {
  padding: 130px 0px 130px;
  margin-top: 130px;
  background-color: #ccede3;
}
.child-product-7 .title-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-bottom: 60px;
  align-items: flex-end;
  position: relative;
}
.child-product-7 .title-row .img-absolute img {
  max-width: 130px;
  display: block;
  width: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
}
.child-product-7 .title-row h2,
.child-product-7-title {
  color: #000000;
  opacity: 0.6;
  font-family: Arsenal;
  font-size: 60px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 60px;
  text-align: left;
  text-transform: uppercase;
}
.child-product-7 .title-row p {
  color: #4f4f4f;
  font-family: Gilroy;
  font-size: 17px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 22.1px;
  text-align: left;
  max-width: 300px;
}
.child-product-7 .accordion {
  background-color: rgba(255, 255, 255, 0.6);
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  outline: none;
  transition: 0.4s;
  border: 1px solid #b7b1d7;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 300;
  font-style: normal;
  letter-spacing: normal;
  line-height: 23.1px;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.child-product-7 .panel {
  padding: 0 50px;
  background-color: transparent;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.child-product-7 .panel .row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 150px;
}
.child-product-7 .panel .row .col p {
  color: #333333;
  font-family: Gilroy;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.32px;
  line-height: 20.8px;
  text-align: left;
}
.child-product-7 .accordion:after {
  content: "➕";
  font-size: 13px;
  color: #777;
  float: right;
  margin-left: 0px;
  border: 1px solid #333030;
  width: 40px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  padding-top: 3px;
}
.child-product-7 .active:after {
  content: "➖";
}

.child-page .default-callback-form .default-callback-form-row {
  border: 1px solid rgba(255, 255, 255, 0.3);
  background-color: #ccede3;
}
.child-page .default-callback-form .default-callback-form-row .left p.title,
.child-page .default-callback-form .default-callback-form-row .left p.desc {
  color: #000;
  opacity: 0.8;
}
.child-page
  .default-callback-form
  .default-callback-form-row
  .right
  .form-fields
  .input
  input {
  background-color: rgba(255, 255, 255, 0.2);
}
.child-page
  .default-callback-form
  .default-callback-form-row
  .right
  .form-fields
  .input
  label
  span.img
  path {
  stroke: #000;
}
.child-page
  .default-callback-form
  .default-callback-form-row
  .right
  .form-fields
  .input
  label
  span.txt,
.child-page
  .default-callback-form
  .default-callback-form-row
  .right
  .form-bottom-fields
  .link-to-info
  .open-fields {
  color: #000;
  opacity: 0.8;
}
.child-page
  .default-callback-form
  .default-callback-form-row
  .right
  .form-bottom-fields
  .submit-input
  input {
  background: #fff;
  color: #0c090d;
}
.child-page
  .default-callback-form
  .default-callback-form-row
  .right
  .form-bottom-fields
  .submit-input:after {
  content: url(../../images/svg/arrow-dark.svg);
}

.footer-child {
  background: #cecae1 !important;
}

/*# sourceMappingURL=child.css.map */
