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

.child-product-1 .product1-row {
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 0px;
  position: relative;
}
.child-product-1 .product1-row .tabs-group {
  display: flex;
  list-style: none;
  align-items: center;
  gap: 10px;
}
.child-product-1 .product1-row .tabs-group li a {
  border: 1px solid #bdbdbd;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 8px 15px;
  border-radius: 100px;
  display: inline-block;
  opacity: 0.6;
  color: #000000;
  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-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,
.child-product-1 .product1-row .left .column .bread span {
  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;
  text-transform: uppercase;
}
.child-product-1 .product1-row .left .column .bread a {
  color: #0c090d;
  text-transform: uppercase;
  font-family: Gilroy;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  opacity: 0.7;
  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: 800px;
  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: #075145;
  color: #fff;
  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: 20px 30px 20px 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.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 #075145;
  padding: 5px 30px;
  display: flex;
  align-items: center;
  background: transparent;
  border-radius: 100px;
  gap: 10px;
  color: #075145;
}
.child-product-1 .product1-row .left .column .btn-rows .btn-white span.txt {
  font-family: Arsenal;
  text-transform: uppercase;
  border-radius: 100px;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  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;
}

body {
  background-color: #ccede3;
}

.child-page-2 .parent {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}
.child-page-2 .div1 {
  grid-area: 1/1/5/4;
  align-items: center;
  display: flex;
}
.child-page-2 .div1 {
  color: #000000;
  font-family: Arsenal;
  font-size: 60px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 60px;
  text-align: left;
  text-transform: uppercase;
  padding: 40px;
}
.child-page-2 .div2 {
  grid-area: 1/4/3/7;
}
.child-page-2 .div2 .default-style .row {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 10px;
}
.child-page-2 .div2 .default-style .row .right img {
  display: block;
  width: 100%;
}
.child-page-2 a.default-style {
  display: block;
}
.child-page-2 a.default-style {
  color: #000000;
}
.child-page-2 .div2 .default-style .row .left p.title {
  color: #000000;
  font-family: Gilroy;
  font-size: 31px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 34.1px;
  text-align: left;
  padding-bottom: 10px;
}
.child-page-2 .div2 .default-style .row .left .desc {
  /*opacity: 0.6;*/
  color: #000000;
  font-family: Gilroy;
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.3px;
  line-height: 19.5px;
  text-align: left;
  margin-top: 10px;
}
.child-page-2 .default-style:hover .desc {
  color: #000;
  opacity: 1 !important;
  transition: 0.3s ease;
}
.child-page-2 .div3 {
  grid-area: 3/4/5/7;
}
.child-page-2 .div3 .default-style .row {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 10px;
  align-items: center;
}
.child-page-2 .div3 .default-style .row .right img {
  display: block;
  width: 100%;
}
.child-page-2 .div3 .default-style .row .left p.price {
  opacity: 0.7;
  color: #000000;
  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-top: 15px;
}
.child-page-2 .div3 .default-style .row .left p.title {
  color: #000000;
  font-family: Gilroy;
  font-size: 31px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 34.1px;
  text-align: left;
  padding-bottom: 10px;
}
.child-page-2 .div3 .default-style .row .left .desc {
  /*opacity: 0.6;*/
  color: #000000;
  font-family: Gilroy;
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.3px;
  line-height: 19.5px;
  text-align: left;
}
.child-page-2 .div4 {
  grid-area: 1/7/5/9;
}
.child-page-2 .div4 a.link {
  background-color: #f0cdc7;
  text-decoration: none;
  width: 100%;
  align-items: center;
  margin-top: 20px;
  height: 45px;
  display: flex;
  justify-content: center;
  color: #000000;
  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-radius: 100px;
}
.child-page-2 .div4 .top img {
  max-width: 75px;
  display: block;
}
.child-page-2 .div4 .main .title {
  color: #000000;
  font-family: Gilroy;
  font-size: 31px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 34.1px;
  text-align: left;
}
.child-page-2 .div4 .main .tags {
  list-style: none;
  flex-wrap: wrap;
  padding: 15px 0px;
  gap: 10px;
  display: flex;
  flex-direction: column;
}
.child-page-2 .div4 .main .tags li a {
  opacity: 0.6;
  color: #000000;
  font-family: Gilroy;
  font-size: 15px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.3px;
  line-height: 19.5px;
  text-align: left;
  border-radius: 30px;
  border: 1px solid #e1a9a9;
  background-color: #ffffff;
  display: inline-block;
  padding: 10px 20px;
}
.child-page-2 .div5 {
  grid-area: 5/1/9/3;
}
.child-page-2 .div5 .top {
  padding-bottom: 15px;
}
.child-page-2 .div5 .top img {
  display: block;
}
.child-page-2 .div5 .main .title {
  color: #000000;
  font-family: Gilroy;
  font-size: 31px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 34.1px;
  text-align: left;
  padding-bottom: 15px;
}
.child-page-2 .div5 .main .price {
  opacity: 0.7;
  color: #000000;
  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;
}
.child-page-2 .div5 .main .desc {
  /*opacity: 0.6;*/
  color: #000000;
  font-family: Gilroy;
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.3px;
  line-height: 19.5px;
  text-align: left;
  padding-bottom: 15px;
}
.child-page-2 .div6 {
  grid-area: 5/3/9/6;
}
.child-page-2 .div6 .title {
  color: #000000;
  font-family: Gilroy;
  font-size: 31px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 34.1px;
  text-align: left;
  padding-bottom: 15px;
}
.child-page-2 .div6 .desc {
  /*opacity: 0.7;*/
  color: #000000;
  font-family: Gilroy;
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.3px;
  line-height: 19.5px;
  text-align: left;
  padding-bottom: 10px;
}
.child-page-2 .div6 .price {
  /*opacity: 0.7;*/
  color: #000000;
  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;
}
.child-page-2 .div6 .default-style {
  position: relative;
  display: flex;
  align-items: flex-end;
}
.child-page-2 .div6 .img-absolute {
  position: absolute;
  top: 30px;
  right: 30px;
}
.child-page-2 .div6 .img-absolute img {
  display: block;
  width: 100px;
  max-height: 120px;
}
.child-page-2 .div7 {
  grid-area: 5/6/9/9;
}
.child-page-2 .div7 .bottom-row {
  display: flex;
  align-items: center;
  margin-top: 20px;
  gap: 30px;
}
.child-page-2 .div7 .bottom-row .price {
  opacity: 0.7;
  color: #000000;
  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;
}
.child-page-2 .div7 .bottom-row .link {
  background-color: #ccede3;
  text-decoration: none;
  width: 70%;
  align-items: center;
  height: 45px;
  display: flex;
  justify-content: center;
  color: #000000;
  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-radius: 100px;
}
.child-page-2 .div7 .main {
  margin-top: 20px;
}
.child-page-2 .div7 .main .title {
  color: #000000;
  font-family: Gilroy;
  font-size: 31px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 34.1px;
  text-align: left;
  padding-bottom: 20px;
}
.child-page-2 .div7 .main .desc {
  /*opacity: 0.6;*/
  color: #000000;
  font-family: Gilroy;
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.3px;
  line-height: 19.5px;
  text-align: left;
  padding-bottom: 5px;
}
.child-page-2 .div8 {
  grid-area: 9/1/11/4;
}
.child-page-2 .div8 .default-style .row {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 10px;
}
.child-page-2 .div8 .default-style .row .right img {
  display: block;
  width: 100%;
}
.child-page-2 .div8 .default-style .row .left p.title {
  color: #000000;
  font-family: Gilroy;
  font-size: 31px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 34.1px;
  text-align: left;
  padding-bottom: 10px;
}
.row .left .desc * {
  /*opacity: 0.6;*/
  color: #000000;
  font-family: Gilroy;
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.3px;
  line-height: 19.5px;
  text-align: left;
}
.child-page-2 .div8 .default-style .row .left .desc {
  /*opacity: 0.5;*/
  color: #000000;
  font-family: Gilroy;
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.3px;
  line-height: 19.5px;
  text-align: left;
}
.child-page-2 .div9 {
  grid-area: 9/4/11/7;
}
.child-page-2 .div9 .default-style .row {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 10px;
}
.child-page-2 .div9 .default-style .row .right img {
  display: block;
  width: 100%;
}
.child-page-2 .div9 .default-style .row .left p.title {
  color: #000000;
  font-family: Gilroy;
  font-size: 31px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 34.1px;
  text-align: left;
  padding-bottom: 10px;
}
.child-page-2 .div9 .default-style .row .left .desc {
  /*opacity: 0.5;*/
  color: #000000;
  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;*/
}
.child-page-2 .default-style {
  background: #fff;
  padding: 25px;
  border-radius: 20px;
  height: 100%;
}
.child-page-2 .default-style img {
  max-height: 75px;
  display: block;
  object-fit: contain;
}
.child-page-2 .default-style .row {
  height: 100%;
  align-items: center;
}

.child-page-3 {
  background-color: #cecae1;
  margin-top: 100px;
  padding: 80px 0px;
  overflow: hidden;
}
.child-page-3 .row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
}
.child-page-3 .row .right {
  background: url("../../images/child-cat/bg.png");
  background-size: contain;
  background-position: right center;
  padding: 100px 0px;
  background-repeat: no-repeat;
}
.child-page-3 .row .right ul.tags {
  display: flex;
  flex-wrap: wrap;
  max-width: 380px;
  gap: 10px;
  list-style: none;
}
.child-page-3 .row .right ul.tags li a {
  opacity: 0.6;
  color: #0c090d;
  font-family: Gilroy;
  font-size: 15px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.3px;
  line-height: 19.5px;
  text-align: left;
  display: inline-block;
  padding: 8px 15px;
  border-radius: 30px;
  border: 1px solid #bdbdbd;
  background-color: rgba(255, 255, 255, 0.8);
}
.child-page-3 .row .left {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.child-page-3 .row .left h2,
.child-page-3-title {
  opacity: 0.6;
  color: #000000;
  font-family: Arsenal;
  font-size: 60px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 60px;
  text-align: left;
  text-transform: uppercase;
  padding-bottom: 25px;
}
.child-page-3 .row .left p {
  opacity: 0.4;
  color: #000000;
  font-family: Gilroy;
  font-size: 19px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: normal;
  line-height: 24.7px;
  text-align: left;
  padding-bottom: 25px;
}
.child-page-3 .row .left .btn {
  padding-bottom: 25px;
}
.child-page-3 .row .left .btn .btn-default {
  background-color: #fff;
  color: #000;
  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: 20px 30px 20px 30px;
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 0px;
}
.child-page-3 .row .left .btn .btn-default:after {
  content: url(../../images/svg/arrow-dark.svg);
}

.child-cat-history {
  margin-top: 100px;
}
.child-cat-history .container-full {
  padding: 0px 20px;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}
.child-cat-history .content {
  padding: 70px 70px 160px;
}
.child-cat-history .content .about-title {
  padding-bottom: 70px;
}
.child-cat-history .content .about-title h2 {
  opacity: 0.6;
  color: #075145;
  font-family: Arsenal;
  font-size: 100px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 90px;
  text-align: center;
  text-transform: uppercase;
}
.child-cat-history .content .about-title p {
  opacity: 0.4;
  color: #000000;
  font-family: Gilroy;
  font-size: 19px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: normal;
  line-height: 24.7px;
  text-align: center;
  margin-top: 10px;
}
.child-cat-history .content .row1 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  max-width: 1000px;
  align-items: flex-start;
  margin-left: auto;
}
.child-cat-history .content .row1 .column:last-child {
  margin-top: 80px;
}
.child-cat-history .content .row1 .column {
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: #fff;
  padding: 30px;
}
.child-cat-history .content .row1 .column .column-row {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 15px;
}
.child-cat-history .content .row1 .column .column-row .right img {
  width: 100%;
  display: block;
  border-radius: 100px;
}
.child-cat-history .content .row1 .column .column-row .left p.date {
  opacity: 0.6;
  color: #000;
  font-family: Gilroy;
  font-size: 15px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.3px;
  line-height: 19.5px;
  text-align: left;
}
.child-cat-history .content .row1 .column .column-row .left a.title {
  color: #000;
  font-family: Arsenal;
  display: block;
  font-size: 25px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 27.5px;
  text-align: left;
  text-transform: uppercase;
  padding: 15px 0px;
}
.child-cat-history .content .row1 .column .column-row .left ul {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  list-style: none;
}
.child-cat-history .content .row1 .column .column-row .left ul li a {
  opacity: 0.8;
  color: #000;
  font-family: Gilroy;
  font-size: 15px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.3px;
  line-height: 19.5px;
  text-align: left;
  border: 1px solid #e0e0e0;
  background-color: #fff;
  padding: 6px 10px;
  display: inline-block;
  border-radius: 100px;
}
.child-cat-history .content .row2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  max-width: 1000px;
  align-items: flex-start;
}
.child-cat-history .content .row2 .column:last-child {
  margin-top: 80px;
}
.child-cat-history .content .row2 .column {
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: #fff;
  padding: 30px;
}
.child-cat-history .content .row2 .column .column-row {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 15px;
}
.child-cat-history .content .row2 .column .column-row .right img {
  width: 100%;
  display: block;
  border-radius: 100px;
}
.child-cat-history .content .row2 .column .column-row .left p.date {
  opacity: 0.6;
  color: #000;
  font-family: Gilroy;
  font-size: 15px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.3px;
  line-height: 19.5px;
  text-align: left;
}
.child-cat-history .content .row2 .column .column-row .left a.title {
  color: #000;
  font-family: Arsenal;
  font-size: 25px;
  font-weight: 400;
  font-style: normal;
  display: block;
  letter-spacing: normal;
  line-height: 27.5px;
  text-align: left;
  text-transform: uppercase;
  padding: 15px 0px;
}
.child-cat-history .content .row2 .column .column-row .left ul {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  list-style: none;
}
.child-cat-history .content .row2 .column .column-row .left ul li a {
  opacity: 0.8;
  color: #000;
  font-family: Gilroy;
  font-size: 15px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.3px;
  line-height: 19.5px;
  text-align: left;
  border: 1px solid #e0e0e0;
  background-color: #fff;
  padding: 6px 10px;
  display: inline-block;
  border-radius: 100px;
}

.child-cat-history .btn-bottom-main {
  margin-top: -50px;
}
.child-cat-history .btn-bottom-main .btn-default {
  background-color: rgba(0, 0, 0, 0.02);
  color: #000;
  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: 20px 30px 20px 30px;
  display: inline-flex;
  align-items: center;
  gap: 15px;
  margin-top: 0px;
}
.child-cat-history .btn-bottom-main .btn-default:after {
  content: url(../../images/svg/arrow-dark.svg);
}

.reviews-on-page .btn-bottom-main {
  margin-top: 30px;
  display: flex;
  justify-content: flex-end;
}
.reviews-on-page .btn-bottom-main .btn-default {
  background-color: rgba(0, 0, 0, 0.02);
  color: #000;
  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: 20px 30px 20px 30px;
  display: inline-flex;
  align-items: center;
  gap: 15px;
  margin-top: 0px;
}
.reviews-on-page .btn-bottom-main .btn-default:after {
  content: url(../../images/svg/arrow-dark.svg);
}

.reviews-on-page .title {
  padding-bottom: 30px;
}
.reviews-on-page .title {
  max-width: 500px;
  opacity: 0.6;
  color: #000000;
  font-family: Arsenal;
  font-size: 60px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 60px;
  text-align: left;
  text-transform: uppercase;
}
.reviews-on-page .reviews-row .column {
  background-color: #ffffff;
  padding: 25px;
  width: 290px !important;
  max-width: 290px;
}
.reviews-on-page .reviews-row .column .top {
  padding-bottom: 20px;
}
.reviews-on-page .reviews-row .column .top ul {
  display: flex;
  align-items: center;
  list-style: none;
  gap: 5px;
}
.reviews-on-page .reviews-row .column .top ul img {
  display: block;
  width: 20px;
}
.reviews-on-page .reviews-row .column .middle p {
  color: #0c090d;
  font-family: Gilroy;
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.36px;
  line-height: 25.2px;
  text-align: left;
}
.reviews-on-page .reviews-row .column .middle .user {
  padding-top: 60px;
  display: flex;
  align-items: center;
  gap: 15px;
}
.reviews-on-page .reviews-row .column .middle .user .left img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  display: block;
  max-width: 65px;
  object-position: center;
  border-radius: 100px;
}
.reviews-on-page .reviews-row .column .middle .user .right .name {
  color: #000000;
  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: 7px;
}
.reviews-on-page .reviews-row .column .middle .user .right .social {
  color: #828282;
  font-family: Gilroy;
  font-size: 15px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.3px;
  line-height: 19.5px;
  text-align: left;
}

.container-900 {
  max-width: 900px;
  margin: 0 auto;
  width: 100%;
  padding: 0px 20px;
}

.child-cat-inline {
  background-color: #cecae1;
  background-image: url(../../images/child-cat/bg2.png);
  padding: 120px 0px;
  background-size: 30%;
  background-repeat: no-repeat;
  background-position: 90% 50%;
}
.child-cat-inline .child-cat-inline-row img {
  width: 120px;
  display: block;
}
.child-cat-inline .child-cat-inline-row h2,
.child-cat-inline-title {
  color: #0c090d;
  font-family: Arsenal;
  font-size: 40px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 44px;
  text-align: left;
  max-width: 340px;
  text-transform: uppercase;
  margin-top: 20px;
}
.child-cat-inline .child-cat-inline-row p {
  color: #0c090d;
  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: 20px;
  max-width: 400px;
}
.child-cat-inline .child-cat-inline-row .btn-default {
  background-color: #fff;
  color: #000;
  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: 20px 30px 20px 30px;
  display: inline-flex;
  align-items: center;
  gap: 15px;
  margin-top: 40px;
}
.child-cat-inline .child-cat-inline-row .btn-default:after {
  content: url(../../images/svg/arrow-dark.svg);
}

.child-cat-10 {
  margin-top: 120px;
}
.child-cat-10 .title {
  opacity: 0.6;
  color: #000000;
  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: 380px;
}
.child-cat-10 .row1.desktop {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  margin-top: -80px;
}
.child-cat-10 .row1.desktop img {
  display: block;
  border-radius: 20px;
  width: 100%;
}
.child-cat-10 .row1.desktop .column1 {
  padding-top: 100px;
}
.child-cat-10 .row1.desktop .column2 img {
  max-width: 465px;
  display: block;
  width: 100%;
}
.child-cat-10 .row2 {
  display: grid;
  grid-template-columns: 3fr 2fr 3fr;
  gap: 15px;
  margin-top: 15px;
}
.child-cat-10 .row2 img {
  display: block;
  border-radius: 20px;
  width: 100%;
}
.child-cat-10 .row2 .column3 {
  margin-top: -120px;
}
.child-cat-10 .row2 .column1 .content {
  border-radius: 20px;
  background-color: #ffffff;
  padding: 40px;
}
.child-cat-10 .row2 .column1 .content p {
  color: #0c090d;
  font-family: Gilroy;
  font-size: 15px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.3px;
  line-height: 19.5px;
  text-align: left;
  padding-bottom: 40px;
}
.child-cat-10 .row2 .column1 .content .btn-default {
  background-color: #cecae1;
  color: #000;
  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: 20px 30px 20px 30px;
  display: inline-flex;
  align-items: center;
  gap: 15px;
  margin-top: 0px;
}
.child-cat-10 .row2 .column1 .content .btn-default:after {
  /* content: url(../../images/svg/arrow-dark.svg); */
}

.child-cat-11 {
  margin-top: 100px;
  background: #fff;
  padding: 150px 0px;
}
.child-cat-11 .row .middle img {
  width: 100%;
  margin: 30px 0px 75px;
}
.child-cat-11 .row .bottom {
  display: flex;
  align-items: center;
  gap: 20px;
}
.child-cat-11 .row .bottom a.link {
  color: #0c090d;
  font-family: Arsenal;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 16px;
  text-align: left;
  text-transform: uppercase;
  display: flex;
  gap: 7px;
  align-items: center;
  margin-bottom: 9px;
}
.child-cat-11 .row .bottom p {
  opacity: 0.6;
  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;
}
.child-cat-11 .row .bottom a.link:after {
  content: url(../../images/svg/arrow-dark.svg);
}
.child-cat-11 .row .bottom .btn-default {
  background-color: #ccede3;
  color: #000;
  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: 20px 30px 20px 30px;
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 0px;
}
.child-cat-11 .row .bottom .btn-default:after {
  content: url(../../images/svg/arrow-dark.svg);
}
.child-cat-11 .row .top {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.child-cat-11 .row .top p {
  max-width: 160px;
  margin: 0 auto;
  opacity: 0.6;
  color: #000000;
  font-family: Gilroy;
  font-size: 15px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.3px;
  line-height: 19.5px;
  text-align: left;
}
.child-cat-11 .title {
  padding-bottom: 40px;
}
.child-cat-11 .title h2 {
  max-width: 500px;
  display: flex;
}
.child-cat-11 .title h2 span.img img {
  max-width: 130px;
  display: block;
  width: 100%;
}
.child-cat-11 .title h2 span.txt {
  opacity: 0.7;
  color: #0c090d;
  font-family: Arsenal;
  font-size: 40px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 44px;
  text-align: left;
  text-transform: uppercase;
}

.child-cat-12 {
  background-color: #e6e7e9;
  padding: 120px 0px;
}
.child-cat-12 .title {
  padding-bottom: 40px;
}
.child-cat-12 .title h2 {
  color: #0c090d;
  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;
  max-width: 400px;
}
.child-cat-12 .row1 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.child-cat-12 .row1 .column a {
  color: #000000;
  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;
  background: #fff;
  padding: 20px 70px 17px 20px;
  display: flex;
  gap: 15px;
  align-items: center;
}
.child-cat-12 .row1 .column a span.txt {
  font-family: Arsenal;
  font-size: 22px;
}
.child-cat-12 .row2 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
  margin-top: 10px;
}
.child-cat-12 .row2 .column a {
  color: #000000;
  font-family: Arsenal;
  font-size: 25px;
  font-weight: 400;
  height: 100%;
  font-style: normal;
  letter-spacing: normal;
  line-height: 27.5px;
  text-align: left;
  text-transform: uppercase;
  background: #fff;
  padding: 20px 50px 17px 20px;
  display: flex;
  gap: 15px;
  align-items: center;
}
.child-cat-12 .row2 .column a span.txt {
  font-family: Arsenal;
  font-size: 22px;
}

.seo-block {
  background: #cecae1;
  padding: 200px 0px;
}
.seo-block .seo-container .row-2 {
  padding: 60px 0px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}
.seo-block .seo-container .row-2 h3 {
  padding-bottom: 20px;
  font-family: "Arsenal";
  font-style: normal;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 30px;
  line-height: 100%;
}
.seo-block .seo-container .row-2 p {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 130%;
  opacity: 0.6;
  padding-bottom: 15px;
}
.seo-block .seo-container .row-2 h2 {
  padding-bottom: 20px;
  font-family: "Arsenal";
  font-style: normal;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 30px;
  line-height: 100%;
}
.seo-block .seo-container .row-1 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}
.seo-block .seo-container .row-1 .text-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.seo-block .seo-container .row-1 .text-row h3 {
  padding-bottom: 20px;
  font-family: "Arsenal";
  font-style: normal;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 30px;
  line-height: 100%;
}
.seo-block .seo-container .row-1 .text-row p {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 130%;
  opacity: 0.6;
  padding-bottom: 15px;
}
.seo-block .seo-container .row-1 .right img {
  width: 100%;
  display: block;
}
.seo-block .seo-container .row-1 h2 {
  padding-bottom: 40px;
  font-family: "Arsenal";
  font-style: normal;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 60px;
  line-height: 100%;
}

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

.child-cat-inline-top {
  margin-top: 80px;
}

.padding-blocks {
  padding: 80px 0px !important;
}
