.sectionChildrenList .itemText {
    margin-top: 31px;
}

.sectionChildrenList .itemDescr {
    letter-spacing: -0.04em;
    color: #000000;
}

.sectionChildrenList .itemsContainer {
    margin: 0 -8px;
}

.sectionChildrenList .itemsContainer .itemBlock {
    display: block;
    width: 50%;
    padding: 0 8px;
    margin-bottom: 51px;
}

.sectionChildrenList .itemsContainer .itemBlock .image {
    display: block;
    width: 100%;
    padding-bottom: 62%;
    overflow: hidden;
}

.sectionChildrenList .itemsContainer .itemBlock .image img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.sectionChildrenList .read-more {
    font-weight: bold;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: -0.04em;
    color: #000000;
}

.sectionChildrenList .read-more:before {
    background-color: #555559;
}

.sectionChildren .wrapper.w820.bottom50 p {
    margin-bottom: 20px;
}

.sectionChildren {
    padding: 30px 0 0;
    margin-bottom: 60px;
}

.sectionChildren .descFlex {
    display: flex;
    justify-content: center;
    align-items: center;
}

.sectionChildren .sectionTitle {
    margin: 35px 0 25px; 
}

.sectionChildren .wrapper.w820.bottom50 {
    margin-bottom: 50px;
}

.sectionChildren p {
    font-size: 22px;
    font-weight: 300;
}

.sectionChildren {
    border-bottom: 1px solid #E3E3E3;
    overflow: hidden;
}

/*.sectionChildren .wrapper.w720 {*/
/*    margin-bottom: 100px;*/
/*}*/

.sectionChildren .recrCatArrow {
    display: inline-block;
    margin: 0 6px 30px;
}

#childCatSlider-mw {
}

.sectionChildren .sliderContainer {
    overflow: hidden;
}

.sectionChildren .childrenSlider {
    height: 45vw;
}

.sectionChildren .childrenSlider .slide {
    height: 32vw;
    width: 100%;
}

.ssectionChildren .childrenSlider .slide .slideText {
    padding: 4% 5%;
    width: 90%;
    max-width: 720px;
    background: #FFFFFF;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

.sectionChildren .childrenSlider .slide .slideText p {
    margin-bottom: 25px;
    font-size: "Circe", sans-serif;
    font-size: 22px;
    line-height: 1.3;
    font-weight: 400;
    color: #000000;
}

.sectionChildren .childrenSlider .slide .slideText .read-more {
    font-size: 18px;
    line-height: 1.6;
    font-weight: 700;
    color: #000000;
}

.sectionChildren .sliderContainer {
    overflow: hidden;
}

.sectionChildren .childrenSlider {
    height: 45vw;
}

.sectionChildren .childrenArrow.prev {
    -webkit-transform: translate3d(-440px, 0, 0);
    transform: translate3d(-440px, 0, 0);
}

.sectionChildren .childrenArrow span {
    font-size: 7.5px;
}

.sectionChildren .childrenArrow.next {
    -webkit-transform: translate3d(390px, 0, 0);
    transform: translate3d(390px, 0, 0);
}

.childCatArrow {
    display: none !important;
}

.sectionChildren .childCatArrow {
    display: inline-block;
    margin: 0 6px 30px;
}

.tns-outer {
    padding: 0 !important;
}

.sectionChildren .childrenArrow {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    top: 25vw;
    color: #FFFFFF;
    width: 50px;
    height: 50px;
    border: 1px solid #FFFFFF;
    border-radius: 50%;
    cursor: pointer;
}

.sectionChildren .childrenSlider .slide .slideText {
    padding: 4% 5%;
    width: 90%;
    max-width: 720px;
    background: #FFFFFF;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

.sectionChildren .childrenSlider .slide .slideText .read-more:before {
    background-color: #000000;
}
.sectionChildren  .childCategories .childLink {
    cursor: pointer;
    flex: 0 0 auto;
    width: max-content;
    padding: 10px 2vw;
    transition: all 0.7s ease 0s;
    -webkit-transition: all 0.7s ease 0s;
}

.sectionChildren .childCategories {
    margin: 0 auto 35px;
    font-size: 32px;
    line-height: 1;
    font-weight: 400;
    color: #C4C4C4;
}

.sectionChildren .tns-inner {
    text-align: center;
}

.sectionChildren .childCategories .childLink.active, .sectionChildren .childCategories .childLink:hover {
    color: #000000;
}

.sectionPageChildren {
    padding: 30px 0 0;
    margin-bottom: 60px;
}