.single-problem {

}
.single-problem .columns {
    width: 100%;
    display: grid;
    grid-template-columns: 3fr 1fr;
    gap: 8rem;
    align-items: start;
}
.single-problem .problem-heading {
    display: flex;
    gap: 6rem;
    /* margin-top: 6rem; */
    background-color: #ededed;
    border-radius: 2.4rem;
    padding: 8rem;
}
.single-problem .problem-heading .problem__image-wrap {
    width: 10%;
    flex-shrink: 0;
    aspect-ratio: 16/9;
    border-radius: 50rem;
    position: relative;
    overflow: hidden;
}
.single-problem .problem-heading .problem__image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.single-problem .problem-heading .problem-text {
    display: block;
}
.single-problem .problem-heading .problem-subtitle {
    display: block;
    opacity: .6;
    font-size: 2rem;
    font-weight: 200;
    text-transform: lowercase;
    max-width: 70rem;
}
.single-problem .problem-heading .problem-title {
    display: block;
    margin-top: 1.2rem;
    font-size: 3.6rem;
    line-height: 1.1;
    font-weight: 200;
}
.single-problem .problem-heading .problem-description {
    margin-top: 2.4rem;
    font-weight: 200;
    line-height: 1.3;
}

.single-problem .article {
    padding: 0;
    background-color: #fff;
    position: relative;
    margin: 6rem 0 0;
    max-width: 120rem;
}









.section-products {
    margin-top: 8rem;
    width: 100%;
}
.section-products .section__inner {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 3.6rem;
}
.section-products .section__heading {
    width: 100%;
}
.section-products .section__title {
    display: block;
    flex-shrink: 0;
    font-size: 4rem;
    font-weight: 200;
    text-transform: lowercase;
    padding-bottom: .6rem;
}
.section-products .section__content {
    width: 100%;
}







/*  */
















.section-problems {
    margin-top: 8rem;
}
.section-problems .section__inner {
    /* padding: 0 8rem; */
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 4.8rem;
}
.section-problems .section__heading {

}
.section-problems .section__title {
    display: block;
    flex-shrink: 0;
    font-size: 4rem;
    font-weight: 200;
    text-transform: lowercase;
}
.section-problems .section__body {

}
.section-problems .section__content {

}
.section-problems .problem-items {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: .6rem;
    align-items: stretch;
    position: relative;
}
.section-problems .problem-item {
    background-color: #E9E9EC;
    width: calc(25% - .45rem);
    padding: 3.6rem;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    position: relative;
    cursor: pointer;
    transition: .3s;
    border-radius: 2.4rem;
}
.section-problems .problem-item:hover {
    background-color: #C89E9F;
}
.section-problems .problem-item:hover .item-link {
    background-color: #fff;
}
.section-problems .problem-item:hover .item-link .item-link__label {
    color: inherit;
}
.section-problems .problem-item:hover .item-link:after {
    background-color: #E9E9EC;
}
.section-problems .problem-item .problem-item__image-wrap {
    width: 35%;
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 50rem;
    aspect-ratio: 1/1;
}
.section-problems .problem-item .problem-item__image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.section-problems .problem-item .problem-item__title {
    display: block;
    line-height: 1.1;
    font-size: 2rem;
    font-weight: 200;
    flex-grow: 1;
    display: flex;
    gap: 1.2rem;
    width: 100%;
    position: relative;
    transition: .3s;
    margin-top: 2rem;
}
.section-problems .problem-item:hover .problem-item__title {
    color: #fff;
}
.section-problems .problem-item .problem-item__description {
    display: block;
    font-size: 1.4rem;
    font-weight: 200;
    margin-top: 1.2rem;
    line-height: 1.3;
    transition: .3s;
    opacity: .7;
}
.section-problems .problem-item:hover .problem-item__description {
    color: #fff;
}
.section-problems .problem-item .item-link {
    padding: 0 .8rem 0 2rem;
    height: 4rem;
    border-radius: 20rem;
    background-color: #C89E9F;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 1.6rem;
    margin-top: 1.8rem;
    transition: .3s;
}
.section-problems .problem-item .item-link .item-link__label {
    display: block;
    font-size: 1.6rem;
    font-weight: 200;
    text-transform: lowercase;
    padding-bottom: .4rem;
    color: #fff;
    transition: .3s;
}
.section-problems .problem-item .item-link:after {
    content: '';
    width: 2.4rem;
    height: 2.4rem;
    flex-shrink: 0;
    border-radius: 2rem;
    background-image: url('./../../../media/img/common/icons/arrow-right-dark.svg');
    background-size: .6rem;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    background-color: #fff;
    transition: .3s;
}
.section-problems .problem-item .link-all {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 3.6rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 2rem;
}
.section-problems .problem-item .link-all:after {
    content: '';
    width: 8rem;
    height: 4rem;
    flex-shrink: 0;
    border-radius: 20rem;
    background-image: url('./../../../media/img/common/icons/arrow-right-dark.svg');
    background-size: .6rem;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    background-color: #fff;
    transition: .3s;
}
.section-problems .problem-item .link-all .link-all__label {
    font-weight: 200;
    font-size: 2rem;
    transition: .3s;
}
.section-problems .problem-item:hover .link-all .link-all__label {
    color: #fff;
}
.section-problems .problem-item:hover .link-all:after {
    background-color: #f3d3bd;
}













/*  */










.article .iframe-video {
    position: relative;
    overflow: hidden;
    border-radius: 1.2rem;
    aspect-ratio: 16/9;
}
.article .iframe-video iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center;
}



.article {
    padding: 8rem 8rem 0;
    background-color: #fff;
    position: relative;
    margin: 0 auto;
    max-width: 120rem;
    display: flex;
    flex-direction: column;
    gap: 3.6rem;
}
.article > *:first-child {
    margin-top: 0;
}

.article h1,
.article h2,
.article h3,
.article h4,
.article h5,
.article h6 {
    margin-top: 3.6rem;
    color: inherit;
    font-weight: 200;
}
.article h1 {
    font-size: 3.6rem;
    line-height: 1;
}
.article h2 {
    font-size: 3.2rem;
    line-height: 1.1;
}
.article h3 {
    font-size: 2.8rem;
    line-height: 1.2;
}
.article h4 {
    font-size: 2.4rem;
    line-height: 1.2;
}
.article h5 {
    font-size: 2rem;
    line-height: 1.3;
}
.article h6 {
    font-size: 1.6rem;
    line-height: 1.3;
}
.article > p {
    line-height: 1.5;
    font-size: 1.8rem;
    font-weight: 200;
}
.article blockquote p {
    padding-left: 4.8rem;
    line-height: 1.5;
    font-size: 1.8rem;
    font-weight: 200;
    font-style: italic;
    border-left: .2rem solid #C89E9F;
}
.article ul,
.article ol {

}
.article > ul,
.article > ol {

}

.article > ul ul,
.article > ol ol {
    padding-left: 3.6rem;
}
.article ul li,
.article ol li {
    list-style-type: inherit;
    list-style-position: inside;
    line-height: 1.5;
    font-size: 1.8rem;
    font-weight: 200;
}
.article ul li {
    list-style-type: disc;
}
.article ol li {
    list-style-type: decimal;
}


.article a {
    text-decoration: underline;
}



.article .wp-caption {
    width: 100% !important;
    position: relative;
    overflow: hidden;
}
.article .wp-caption a.swipebox {
    background: #000;
    display: block;
}
.article img.size-full {
    display: block;
    max-width: 100%;
    height: auto;
    transition: .2s;
}
/*.article img.size-full:hover {
    transform: scale(1.1);
    opacity: .6;
}*/
.article .wp-caption .wp-caption-text {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    color: #fff;
    padding: 1.2rem 1.2rem 1.2rem;
    background: linear-gradient(0deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, 0));
    pointer-events: none;
}


.article .gallery {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 3.6rem;
    gap: .6rem;
}
.article .wp-caption + .gallery,
.article .wp-caption + a.swipebox,
.article .gallery + .wp-caption,
.article .gallery + .gallery,
.article .gallery + a.swipebox,
.article a.swipebox + .gallery,
.article a.swipebox + .wp-caption {
    margin-top: 0;
}
.article dl.gallery-item {
    position: relative;
    overflow: hidden;
    aspect-ratio: 1/1;
}
.article .gallery-columns-1 .gallery-item {
    width: 100%;
}
.article .gallery-columns-2 .gallery-item {
    width: calc(50% - .3rem);
}
.article .gallery-columns-3 .gallery-item {
    width: calc(33.33% - .4rem);
}
.article .gallery-columns-4 .gallery-item {
    width: calc(25% - .45rem);
}
.article .gallery-columns-5 .gallery-item {
    width: calc(20% - .48rem);
}
.article .gallery-columns-6 .gallery-item {
    width: calc(16.66% - .5rem);
}
.article .gallery-columns-7 .gallery-item {
    width: calc(14.28% - .52rem);
}
.article .gallery-columns-8 .gallery-item {
    width: calc(12.5% - .525rem);
}
.article .gallery-columns-9 .gallery-item {
    width: calc(11.11% - .54rem);
}
.article dt.gallery-icon {
    display: block;
    width: 100%;
    height: 100%;
}
.article dt.gallery-icon a.swipebox {
    position: relative;
    display: block;
    overflow: hidden;
    background: #000;
    width: 100%;
    height: 100%;
}
.article dl.gallery-item a.swipebox:hover img {
    opacity: .7;
}
.article dl.gallery-item img {
    transition: .3s;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    object-position: center;
    position: absolute;
}
.article dd.wp-caption-text.gallery-caption {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    color: #fff;
    padding: 1.2rem 1.2rem 1.2rem;
    background: linear-gradient(0deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, 0));
    pointer-events: none;
}
.article .gallery.gallery-size-full dl.gallery-item {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.article .gallery.gallery-size-full dt.gallery-icon {

}
.article .gallery.gallery-size-full a.swipebox {
    display: block;
    background: #000;
}
.article .gallery.gallery-size-full img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

































.wpcf7 {
    width: 100%;
    margin-top: 3.6rem;
    padding: 6rem 6rem;
    background-color: #f3d3bd;
    z-index: 5;
    position: relative;
    border-radius: 2.4rem;
}
.wpcf7 .screen-reader-response {
    display: none;
}
.wpcf7-form {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 1.8rem;
}
.form-row {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: .6rem;
}
.form-row .form-row__label {
    font-size: 1.8rem;
    font-weight: 200;
}
.wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}
.form__field {
    display: flex;
    align-items: center;
    font-size: 1.8rem;
    padding: 0 2.4rem;
    font-weight: 200;
    width: 100%;
    border-radius: 1.2rem;
    background-color: rgba(255, 255, 255, .3);
    height: 4.4rem;
}
.form__input {

}
.form__field::-webkit-input-placeholder {
    color: rgba(0, 0, 0, .6);
    font-weight: 200;
}
.form__field:-ms-input-placeholder {
    color: rgba(0, 0, 0, .6);
    font-weight: 200;
}
.form__field::-ms-input-placeholder {
    color: rgba(0, 0, 0, .6);
    font-weight: 200;
}
.form__field::placeholder {
    color: rgba(0, 0, 0, .6);
    font-weight: 200;
}



.form-row--captcha {
    font-size: 1.8rem;
    font-weight: 200;
}
.form-row--captcha .dscf7_refresh_captcha {
    text-decoration: none;
    margin-left: 1.2rem;
}
.form-row--captcha .dscf7_refresh_captcha:before {
    content: '\E85E';
    font-family: 'Fontello';
    color: #fff;
    font-size: 1.6rem;
}
.form-row--captcha .dscf7_refresh_captcha img {
    display: none !important;
}
.form-row--captcha .wpcf7-form-control-wrap {
    margin-top: 1rem;
}
.form-row--captcha .wpcf7-form-control-wrap input {
    border-radius: 1.2rem;
    padding: 0 2rem;
    display: flex;
    align-items: center;
    background-color: rgba(255, 255, 255, .3);
    height: 4.4rem;
    font-size: 1.8rem;
    font-weight: 200;
}




.wpcf7-acceptance {
    display: flex;
    width: 100%;
}
.wpcf7-acceptance .wpcf7-list-item {
    display: flex;
    width: 100%;
    margin: 0;
}
.wpcf7-acceptance .wpcf7-list-item label {
    display: flex;
    width: 100%;
    gap: .8rem;
    align-items: center;
    position: relative;
}
.wpcf7-acceptance .wpcf7-list-item label input {
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 1rem;
    display: none;
}
.wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label {
    font-size: 1.6rem;
    line-height: 1.2;
    font-weight: 200;
    padding-left: 3rem;
    position: relative;
    display: block;
    cursor: pointer;
}
.wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label:before {
    display: flex;
    flex-shrink: 0;
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 1.2rem;
    content: '';
    border: .2rem solid #fff;
    position: absolute;
    left: 0;
    top: 0;
    transition: .3s;
    opacity: .5;
}
.wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label:after {
    display: flex;
    flex-shrink: 0;
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 1.2rem;
    content: '';
    background-color: #fff;
    position: absolute;
    left: .4rem;
    top: .4rem;
    transition: .3s;
    opacity: .5;
}
.wpcf7-acceptance .wpcf7-list-item input:checked + .wpcf7-list-item-label:before {
    opacity: 1;
    border: .2rem solid #69626d;
}
.wpcf7-acceptance .wpcf7-list-item input:checked + .wpcf7-list-item-label:after {
    opacity: 1;
    background-color: #69626d;
}



.form-row--button {
    display: flex;
    justify-content: flex-start;
    gap: 1.2rem;
    margin-top: 2rem;
}
.form-row--button span {
    font-size: 1.4rem;
    line-height: 1.2;
    display: block;
    font-weight: 200;
}
.form-row--button span a {
    text-decoration: underline;
}
.form__button {
    display: flex;
    align-items: center;
    border-radius: 20rem;
    padding: 0 6rem;
    height: 6rem;
    background-color: #fff;
    transition: .2s;
    text-transform: lowercase;
    font-size: 2rem;
    font-weight: 200;
    padding-bottom: .2rem;
}
.form__button:hover {
    background-color: #69626d;
    color: #fff;
}

.wpcf7-not-valid-tip {
    display: block !important;
    flex-shrink: 1;
    color: inherit !important;
    font-weight: 200 !important;
    text-transform: lowercase;
    font-size: 1.4rem !important;
    margin-top: .4rem;
}
.form__row--captcha .wpcf7-not-valid-tip {
    margin-left: .5rem;
}
.wpcf7-response-output {
    color: inherit;
    font-weight: 200;
    line-height: 1.3;
    font-size: 2rem;
    border: none !important;
    margin: 2rem 0 0 !important;
    padding: 0 !important
}




















.single-article .page-body {
    padding: 0;
}










.section-articles {
    margin-top: 12rem;
}

.section-articles .section-heading {
    padding: 0 8rem;
    display: flex;
    align-items: stretch;
    flex-direction: column;
    gap: 2.4rem;
    width: 100%;
}
.section-articles .section-heading .section-heading__line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 6rem;
    width: 100%;
}
.section-articles .section-heading .section-title {
    display: block;
    flex-shrink: 0;
    font-size: 5.2rem;
    font-weight: 200;
    text-transform: lowercase;
    padding-bottom: .6rem;
}
.section-articles .section-heading .swiper-controls {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 3.6rem;
}
.section-articles .section-heading .swiper-controls .swiper-navigation {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: .2rem;
    flex-shrink: 0;
    border-radius: 20rem;
    position: relative;
    overflow: hidden;
    background-color: #C89E9F;
}
.section-articles .section-heading .swiper-controls .swiper-navigation:before {
    position: absolute;
    content: '';
    background-color: #fff;
    opacity: .1;
    left: 50%;
    margin-left: -.1rem;
    width: .2rem;
    top: 1.2rem;
    bottom: 1.2rem;
}
.section-articles .section-heading .swiper-controls .swiper-navigation .swiper-navigation-button {
    width: 5.2rem;
    height: 5.2rem;
    flex-shrink: 0;
    display: flex;
    cursor: pointer;
    transition: .3s;
    justify-content: center;
    align-items: center;
}
.section-articles .section-heading .swiper-controls .swiper-navigation .swiper-navigation-button:not(.swiper-button-disabled):hover {
    opacity: .7;
}
.section-articles .section-heading .swiper-controls .swiper-navigation .swiper-navigation-button.swiper-button-disabled {
    opacity: .5;
    cursor: not-allowed;
}
.section-articles .section-heading .swiper-controls .swiper-navigation .swiper-navigation-button.swiper-button-lock {
    pointer-events: none;
    display: none;
}
.section-articles .section-heading .swiper-controls .swiper-navigation .swiper-navigation-button.prev {
    background-image: url('./../../../media/img/common/icons/arrow-left-light.svg');
    background-size: .8rem;
    background-position: center;
    background-repeat: no-repeat;
}
.section-articles .section-heading .swiper-controls .swiper-navigation .swiper-navigation-button.next {
    background-image: url('./../../../media/img/common/icons/arrow-right-light.svg');
    background-size: .8rem;
    background-position: center;
    background-repeat: no-repeat;
}

.section-articles .section-heading .swiper-pagination {
    display: block;
    width: 100%;
    background-color: rgba(0, 0, 0, .1);
    height: .2rem;
    position: relative;
}
.section-articles .section-heading .swiper-pagination .swiper-pagination-progressbar-fill {
    background-color: #C89E9F;
    height: .2rem;
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    transform: scale(0);
    transform-origin: left top;
}




.section-articles .section-content {
    margin-top: 3.6rem;
}
.section-articles .swiper-articles {
    padding: 0 8rem;
}


.section-articles .swiper-articles {

}

.section-articles .swiper-articles .swiper-slide {
    overflow: hidden;
    position: relative;
}

.section-articles .article-item {
    display: block;
    width: 100%;
    position: relative;
}
.section-articles .article-item .link-all {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 100;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 3.6rem 3.6rem 4rem 3.6rem;
    font-size: 3.2rem;
    text-transform: lowercase;
    color: #fff;
    font-weight: 200;
    gap: 2rem;
}
.section-articles .article-item .link-all:after {
    content: '';
  width: 4rem;
  height: 4rem;
  flex-shrink: 0;
  border-radius: 2rem;
  background-image: url('./../../../media/img/common/icons/arrow-right-light.svg');
  background-size: .6rem;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  background-color: rgba(255, 255, 255, .15);
  transition: .3s;
  margin-top: .4rem;
}
.section-articles .article-item .link-all:hover:after {
    background-color: #C89E9F;
}
.section-articles .article-item .article-item__img-wrap {
    position: relative;
    display: block;
    width: 100%;
    border-radius: 2.4rem;
    overflow: hidden;
    aspect-ratio: 16/9;
}
.section-articles .article-item .article-item__img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
    transition: .3s;
}
.section-articles .article-item.last .article-item__img {
    filter: brightness(60%);
}
.section-articles .article-item:hover .article-item__img {
    filter: brightness(60%);
}
.section-articles .article-item .article-item__text {
    display: block;
    margin-top: 2rem;
    width: 100%;
    padding: 0 2.4rem;
}
.section-articles .article-item .article-item__title {
    display: block;
    line-height: 1.3;
    font-size: 2.4rem;
    font-weight: 200;
}
.section-articles .article-item .article-item__actions {
    display: flex;
    gap: .6rem;
    align-items: center;
    margin-top: 3.6rem;
    display: none;
}
.section-articles .article-item .article-item__action {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    font-size: 1.2rem;
    color: #fff;
    gap: 1.2rem;
    text-transform: uppercase;
    letter-spacing: .2rem;
}
.section-articles .article-item .article-item__action:after {
    font-family: 'Fontello';
    content: '\e812';
}

















