

/* Start:/local/templates/msbaby/components/bitrix/news.list/pop-up/style.css?1688464617150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/templates/msbaby/styles.css?16854387603345*/
.orange__h2{
    text-align: center;
    background-color: #B6C3D6;
    display: block;
    border-radius: 25px;
    padding: 10px 20px;
    color: white;
    font-size: 1.5em;
    width: 100%;
    max-width: 300px;
    min-width: 200px;
    margin: 30px auto;

}
.dashed {
    border: 3px dashed orange;
    border-radius: 64%;
    width: 200px !important;
    height: 200px;
    display: flex;
    justify-content: center;
}
.dashed img {
height: 100%;
}

.news-list__img {
    background-size: contain !important;}
.dashed__content{
text-align:right;}

/*@media (max-width: 991px) {
.text-with-img__content .dashed__content {
		width: calc(100% - 220px); }}*/







/* index-faq-start */
.index-faq {
    position: relative;
}
.index-faq--bg-sun {
    position: absolute;
    max-width: 204px;
    width: 100%;
    height: 204px;
    left: 80px;
    background-repeat: no-repeat;
    background-image: url('/local/templates/msbaby/img/bg-faq-sun.png');
}
.index-faq--bg-star {
    position: absolute;
    max-width: 171px;
    width: 100%;
    height: 133px;
    right: 80px;
    top: 40%;
    background-repeat: no-repeat;
    background-image: url('/local/templates/msbaby/img/bg-faq-star.png');
}

.index-faq--h1 {
    text-align: center;
    margin-bottom: 56px;
}
.index-faq--col-btn {
    display: flex;
    justify-content: center;
    margin: 42px 0 82px 0;
}
@media (max-width: 1600px){
    .index-faq--bg-sun {
        display: none;
    }
    .index-faq--bg-star {
        display: none;
    }
}
@media (max-width: 767px){
    .index-faq--h1 {
        margin-bottom: 30px;
    }
    .index-faq--col-btn {
        margin: 32px 0 50px 0;
    }
}

/* index-faq-end */


/* footer-faq-start */

.footer-faq a{
    display: flex;
    flex-direction: row;
    align-items: center;
}


.footer-faq__icon {
    margin-right: 5px;
}
.footer .social-block {
    justify-content: center !important;
    margin-top: 10px !important;
}
@media (max-width: 767px){ 
    .footer-faq {
        padding-top: 10px;
        padding-bottom: 20px;
        }
    .footer-faq__icon {
        width: 12px;
        height: 12px;
        margin-left: -2px;
        margin-right: 11px;
    } 
}
/* footer-faq-end */



/* contact-faq-start */

.contact-list__text--faq {
    margin-top: 30px;
}
.contact-faq__icon {
    margin-right: 15px;
}
/* contact-faq-end */


.catalog-detail__head-volume{
margin-bottom:10px;}

@media (max-width: 767px){
	.rule__text--no__img {
line-height: 14px;
    font-size: 11px;
}
.rule__item--one, .rule__item--two, .rule__item--three, .rule__item--four, .rule__item--five, .rule__item--six, .rule__item--seven {
    width: 330px !important;
    height: 170px !important;
}

.rule--buble .rule__item--one .rule__text--no__img, .rule--buble .rule__item--two .rule__text--no__img, .rule--buble .rule__item--three .rule__text--no__img, .rule--buble .rule__item--four .rule__text--no__img, .rule--buble .rule__item--five .rule__text--no__img, .rule--buble .rule__item--six .rule__text--no__img, .rule--buble .rule__item--seven .rule__text--no__img {
    margin-top: -15px;
}

}

.for-mother-main__content{
	margin-top: -80px;
}

@media (max-width: 767px){
	.for-mother-main__content{
		margin-top: 0;
	}
}


.vk__index .security__img {
    max-width:225px;
}
.vk__index .security__text a{
    margin-top:10px;
    display:block;
}

/* End */


/* Start:/local/templates/msbaby/template_styles.css?1780636300161870*/

ul[class*="footer"],ol[class*="footer"],ul[class*="menu"],ol[class*="menu"],.content-index ul, .content-index ol {
    list-style: none;
    padding: 0; 
}

.header,.footer {
    line-height: 1.375;
    font-family: 'RotondaC';

}
.header a,.footer a{
    text-decoration: none;
    
}

.container-new {
    margin: 0 auto;
    max-width: 77.5rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    width: 100%; 
}


          
    .di-flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; 
}

:root {
    --white: #FFFFFF;
    --black: #333333;
    --pink: #FF4F8E;
    --blue-1: #BEE8FF;
    --blue-2: #47A2D3;
    --blue-3: #70C7F5;
    --blue-4: #00538F;
    --orange: #FFA800;
    --green: #269E64; }

    .centered {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }


                .flex {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -ms-flex-wrap: wrap;
                        flex-wrap: wrap; }



                        .btn-new {
                            font-size: 1.25rem;
                            line-height: 1.375rem;
                            letter-spacing: 0.02em;
                            font-weight: bold;
                            display: -webkit-inline-box;
                            display: -ms-inline-flexbox;
                            display: inline-flex;
                            -webkit-box-align: center;
                                -ms-flex-align: center;
                                    align-items: center;
                            -webkit-box-pack: center;
                                -ms-flex-pack: center;
                                    justify-content: center;
                            background: var(--pink);
                            color: var(--white);
                            border-radius: 4.75rem;
                            padding: 0.75rem 1.875rem; 
                            text-decoration: none;}
                            .btn-new:hover {
                              background: var(--white);
                              color: var(--pink); }
                            .btn-outline {
                              position: relative; }
                              .btn-outline::before {
                                content: "";
                                position: absolute;
                                top: 0;
                                left: 0;
                                width: 100%;
                                height: 100%;
                                pointer-events: none;
                                border: 0.1875rem solid var(--pink);
                                border-radius: 4.75rem; }
                        
                        
                        
                        
                                /*.mobile {
                                  display: none; }*/
                        
                                .orange-text {
                                    color: var(--orange); }
                                  
                                  .blue-text {
                                    color: var(--blue-4); }
                                  
                                  .green-text {
                                    color: var(--green); }
                                  
                                  .white-text {
                                    color: var(--white); }
                                  
                                  .white-block {
                                    background: var(--white);
                                    border-radius: 1.875rem; }
                                  
                                  .pink-text {
                                    color: var(--pink); }
                                  
                                  .bold {
                                    font-weight: bold; }
                                  
                                  .ttu {
                                    text-transform: uppercase; }
                                  
                                  .f-16 {
                                    font-size: 1rem;
                                    line-height: 1.125rem; }
                                  
                                  .f-20 {
                                    font-size: 1.25rem;
                                    line-height: 1.375rem; }
                                  
                                  .f-26 {
                                    font-size: 1.625rem;
                                    line-height: 1.8125rem;
                                    letter-spacing: 0.02em; }
                                  
                                  .f-28 {
                                    font-size: 1.75rem;
                                    line-height: 1.9375rem; }
                                  
                                  .f-34 {
                                    font-size: 2.125rem;
                                    line-height: 110%;
                                    letter-spacing: 0.02em; }
                                    .f-44 {
                                        font-size: 2.775rem;
                                        line-height: 110%;
                                        letter-spacing: 0.02em; }
                        
                                  
                        
                                  









                        .fade {
                            -webkit-transition: opacity 0.15s linear;
                            -o-transition: opacity 0.15s linear;
                            transition: opacity 0.15s linear; }
                            @media (prefers-reduced-motion: reduce) {
                              .fade {
                                -webkit-transition: none;
                                -o-transition: none;
                                transition: none; } }
                            .fade:not(.show) {
                              opacity: 0; }
                          
                          .collapse:not(.show) {
                            display: none; }
                          
                          .collapsing {
                            height: 0;
                            overflow: hidden;
                            -webkit-transition: height 0.35s ease;
                            -o-transition: height 0.35s ease;
                            transition: height 0.35s ease; }
                            @media (prefers-reduced-motion: reduce) {
                              .collapsing {
                                -webkit-transition: none;
                                -o-transition: none;
                                transition: none; } }
                            .collapsing.collapse-horizontal {
                              width: 0;
                              height: auto;
                              -webkit-transition: width 0.35s ease;
                              -o-transition: width 0.35s ease;
                              transition: width 0.35s ease; }
                              @media (prefers-reduced-motion: reduce) {
                                .collapsing.collapse-horizontal {
                                  -webkit-transition: none;
                                  -o-transition: none;
                                  transition: none; } }
                          
                          .modal {
                            --bs-modal-zindex: 1055;
                            --bs-modal-width: 500px;
                            --bs-modal-padding: 1rem;
                            --bs-modal-margin: 0.5rem;
                            --bs-modal-color: ;
                            --bs-modal-bg: #fff;
                            --bs-modal-border-color: var(--bs-border-color-translucent);
                            --bs-modal-border-width: 1px;
                            --bs-modal-border-radius: 0.5rem;
                            --bs-modal-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
                            --bs-modal-inner-border-radius: calc(0.5rem - 1px);
                            --bs-modal-header-padding-x: 1rem;
                            --bs-modal-header-padding-y: 1rem;
                            --bs-modal-header-padding: 1rem 1rem;
                            --bs-modal-header-border-color: var(--bs-border-color);
                            --bs-modal-header-border-width: 1px;
                            --bs-modal-title-line-height: 1.5;
                            --bs-modal-footer-gap: 0.5rem;
                            --bs-modal-footer-bg: ;
                            --bs-modal-footer-border-color: var(--bs-border-color);
                            --bs-modal-footer-border-width: 1px;
                            position: fixed;
                            top: 0;
                            left: 0;
                            z-index: var(--bs-modal-zindex);
                            display: none;
                            width: 100%;
                            height: 100%;
                            overflow-x: hidden;
                            overflow-y: auto;
                            outline: 0; }
                          
                          .modal-dialog {
                            position: relative;
                            width: auto;
                            margin: var(--bs-modal-margin);
                            pointer-events: none; }
                            .modal.fade .modal-dialog {
                              -webkit-transition: -webkit-transform 0.3s ease-out;
                              transition: -webkit-transform 0.3s ease-out;
                              -o-transition: transform 0.3s ease-out;
                              transition: transform 0.3s ease-out;
                              transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
                              -webkit-transform: translate(0, -50px);
                                  -ms-transform: translate(0, -50px);
                                      transform: translate(0, -50px); }
                              @media (prefers-reduced-motion: reduce) {
                                .modal.fade .modal-dialog {
                                  -webkit-transition: none;
                                  -o-transition: none;
                                  transition: none; } }
                            .modal.show .modal-dialog {
                              -webkit-transform: none;
                                  -ms-transform: none;
                                      transform: none; }
                            .modal.modal-static .modal-dialog {
                              -webkit-transform: scale(1.02);
                                  -ms-transform: scale(1.02);
                                      transform: scale(1.02); }
                          
                          .modal-dialog-scrollable {
                            height: calc(100% - var(--bs-modal-margin) * 2); }
                            .modal-dialog-scrollable .modal-content {
                              max-height: 100%;
                              overflow: hidden; }
                            .modal-dialog-scrollable .modal-body {
                              overflow-y: auto; }
                          
                          .modal-dialog-centered {
                            display: -webkit-box;
                            display: -ms-flexbox;
                            display: flex;
                            -webkit-box-align: center;
                                -ms-flex-align: center;
                                    align-items: center;
                            min-height: calc(100% - var(--bs-modal-margin) * 2); }
                          
                          .modal-content {
                            position: relative;
                            display: -webkit-box;
                            display: -ms-flexbox;
                            display: flex;
                            -webkit-box-orient: vertical;
                            -webkit-box-direction: normal;
                                -ms-flex-direction: column;
                                    flex-direction: column;
                            width: 100%;
                            color: var(--bs-modal-color);
                            pointer-events: auto;
                            background-color: var(--bs-modal-bg);
                            background-clip: padding-box;
                            border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
                            border-radius: var(--bs-modal-border-radius);
                            outline: 0; }
                          
                          .modal-backdrop {
                            --bs-backdrop-zindex: 1050;
                            --bs-backdrop-bg: #000;
                            --bs-backdrop-opacity: 0.5;
                            position: fixed;
                            top: 0;
                            left: 0;
                            z-index: var(--bs-backdrop-zindex);
                            width: 100vw;
                            height: 100vh;
                            background-color: var(--bs-backdrop-bg); }
                            .modal-backdrop.fade {
                              opacity: 0; }
                            .modal-backdrop.show {
                              opacity: var(--bs-backdrop-opacity); }
                          
                          .modal-header {
                            display: -webkit-box;
                            display: -ms-flexbox;
                            display: flex;
                            -ms-flex-negative: 0;
                                flex-shrink: 0;
                            -webkit-box-align: center;
                                -ms-flex-align: center;
                                    align-items: center;
                            -webkit-box-pack: justify;
                                -ms-flex-pack: justify;
                                    justify-content: space-between;
                            padding: var(--bs-modal-header-padding);
                            border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
                            border-top-left-radius: var(--bs-modal-inner-border-radius);
                            border-top-right-radius: var(--bs-modal-inner-border-radius); }
                            .modal-header .btn-close {
                              padding: calc(var(--bs-modal-header-padding-y) * .5) calc(var(--bs-modal-header-padding-x) * .5);
                              margin: calc(-.5 * var(--bs-modal-header-padding-y)) calc(-.5 * var(--bs-modal-header-padding-x)) calc(-.5 * var(--bs-modal-header-padding-y)) auto; }
                          
                          .modal-title {
                            margin-bottom: 0;
                            line-height: var(--bs-modal-title-line-height); }
                          
                          .modal-body {
                            position: relative;
                            -webkit-box-flex: 1;
                                -ms-flex: 1 1 auto;
                                    flex: 1 1 auto;
                            padding: var(--bs-modal-padding); }
                          
                          .modal-footer {
                            display: -webkit-box;
                            display: -ms-flexbox;
                            display: flex;
                            -ms-flex-negative: 0;
                                flex-shrink: 0;
                            -ms-flex-wrap: wrap;
                                flex-wrap: wrap;
                            -webkit-box-align: center;
                                -ms-flex-align: center;
                                    align-items: center;
                            -webkit-box-pack: end;
                                -ms-flex-pack: end;
                                    justify-content: flex-end;
                            padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * .5);
                            background-color: var(--bs-modal-footer-bg);
                            border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
                            border-bottom-right-radius: var(--bs-modal-inner-border-radius);
                            border-bottom-left-radius: var(--bs-modal-inner-border-radius); }
                            .modal-footer > * {
                              margin: calc(var(--bs-modal-footer-gap) * .5); }
                          
                          @media (min-width: 576px) {
                            .modal {
                              --bs-modal-margin: 1.75rem;
                              --bs-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15); }
                            .modal-dialog {
                              max-width: var(--bs-modal-width);
                              margin-right: auto;
                              margin-left: auto; }
                            .modal-sm {
                              --bs-modal-width: 300px; } }
                          
                          @media (min-width: 992px) {
                            .modal-lg,
                            .modal-xl {
                              --bs-modal-width: 800px; } }
                          
                          @media (min-width: 1200px) {
                            .modal-xl {
                              --bs-modal-width: 1140px; } }
                          
                          .modal-fullscreen {
                            width: 100vw;
                            max-width: none;
                            height: 100%;
                            margin: 0; }
                            .modal-fullscreen .modal-content {
                              height: 100%;
                              border: 0;
                              border-radius: 0; }
                            .modal-fullscreen .modal-header,
                            .modal-fullscreen .modal-footer {
                              border-radius: 0; }
                            .modal-fullscreen .modal-body {
                              overflow-y: auto; }
                          
                          @media (max-width: 575.98px) {
                            .modal-fullscreen-sm-down {
                              width: 100vw;
                              max-width: none;
                              height: 100%;
                              margin: 0; }
                              .modal-fullscreen-sm-down .modal-content {
                                height: 100%;
                                border: 0;
                                border-radius: 0; }
                              .modal-fullscreen-sm-down .modal-header,
                              .modal-fullscreen-sm-down .modal-footer {
                                border-radius: 0; }
                              .modal-fullscreen-sm-down .modal-body {
                                overflow-y: auto; } }
                          
                          @media (max-width: 767.98px) {
                            .modal-fullscreen-md-down {
                              width: 100vw;
                              max-width: none;
                              height: 100%;
                              margin: 0; }
                              .modal-fullscreen-md-down .modal-content {
                                height: 100%;
                                border: 0;
                                border-radius: 0; }
                              .modal-fullscreen-md-down .modal-header,
                              .modal-fullscreen-md-down .modal-footer {
                                border-radius: 0; }
                              .modal-fullscreen-md-down .modal-body {
                                overflow-y: auto; } }
                          
                          @media (max-width: 991.98px) {
                            .modal-fullscreen-lg-down {
                              width: 100vw;
                              max-width: none;
                              height: 100%;
                              margin: 0; }
                              .modal-fullscreen-lg-down .modal-content {
                                height: 100%;
                                border: 0;
                                border-radius: 0; }
                              .modal-fullscreen-lg-down .modal-header,
                              .modal-fullscreen-lg-down .modal-footer {
                                border-radius: 0; }
                              .modal-fullscreen-lg-down .modal-body {
                                overflow-y: auto; } }
                          
                          @media (max-width: 1199.98px) {
                            .modal-fullscreen-xl-down {
                              width: 100vw;
                              max-width: none;
                              height: 100%;
                              margin: 0; }
                              .modal-fullscreen-xl-down .modal-content {
                                height: 100%;
                                border: 0;
                                border-radius: 0; }
                              .modal-fullscreen-xl-down .modal-header,
                              .modal-fullscreen-xl-down .modal-footer {
                                border-radius: 0; }
                              .modal-fullscreen-xl-down .modal-body {
                                overflow-y: auto; } }
                          
                          @media (max-width: 1399.98px) {
                            .modal-fullscreen-xxl-down {
                              width: 100vw;
                              max-width: none;
                              height: 100%;
                              margin: 0; }
                              .modal-fullscreen-xxl-down .modal-content {
                                height: 100%;
                                border: 0;
                                border-radius: 0; }
                              .modal-fullscreen-xxl-down .modal-header,
                              .modal-fullscreen-xxl-down .modal-footer {
                                border-radius: 0; }
                              .modal-fullscreen-xxl-down .modal-body {
                                overflow-y: auto; } }
                          
                          



















                        .modal-content {
                            position: relative;
                            background: none; }
                          
                          .modal-close {
                            width: 3.125rem;
                            height: 3.125rem;
                            background: #D7F1FF;
                            border-radius: 50%;
                            position: absolute;
                            top: 1.5rem;
                            right: 1.75rem;
                            z-index: 3; }
                            .modal-close svg {
                              width: 1.25rem;
                              height: 1.25rem;
                              fill: var(--pink); }
                            .modal-close-2 {
                              top: 0;
                              -webkit-transform: translateY(-50%);
                                  -ms-transform: translateY(-50%);
                                      transform: translateY(-50%); }
                          
                          .modal-video {
                            border-radius: 2.5rem;
                            overflow: hidden; }
                          
                          .modal-promo {
                            background: #59B6E8;
                            padding: 1.625rem 2rem 1.875rem;
                            border-radius: 2.5rem;
                            color: var(--white);
                            display: grid;
                            grid-template-columns: 13.4375rem 1fr;
                            grid-column-gap: 2.8125rem;
                            grid-row-gap: 0px; }
                            .modal-promo-green {
                              background: #269E64; }
                            .modal-promo__img {
                              grid-area: 1 / 1 / 3 / 2; }
                              .modal-promo__img img {
                                width: 100%;
                                border-radius: 20px; }
                            .modal-promo__info {
                              grid-area: 1 / 2 / 2 / 3;
                              padding-top: 0.375rem; }
                            .modal-promo__action {
                              grid-area: 2 / 2 / 3 / 3;
                              align-self: end;
                              padding-bottom: 0.75rem; }
                            .modal-promo__title {
                              margin-bottom: 1rem; }
                            .modal-promo__txt {
                              margin-bottom: 1rem; }
                          
                          .video {
                            display: -webkit-box;
                            display: -ms-flexbox;
                            display: flex;
                            -webkit-box-pack: center;
                                -ms-flex-pack: center;
                                    justify-content: center;
                            max-width: 100%;
                            height: auto; }
                          
                          
                          @media (min-width: 481px) {
                            .modal-dialog-promo {
                              max-width: 49.375rem; }
                            .modal-dialog-video {
                              max-width: 28.75rem; } }
                          
                          @media (max-width: 480px) {
                            .modal.fade .modal-dialog {
                              -webkit-transform: translate(0, 3rem);
                                  -ms-transform: translate(0, 3rem);
                                      transform: translate(0, 3rem); }
                            .modal.show .modal-dialog {
                              -webkit-transform: none !important;
                                  -ms-transform: none !important;
                                      transform: none !important; }
                            .modal-dialog {
                              margin: 0; }
                              .modal-dialog-promo {
                                -webkit-box-align: end;
                                    -ms-flex-align: end;
                                        align-items: flex-end;
                                height: 100%; }
                            .modal-close {
                              width: 2.125rem;
                              height: 2.125rem;
                              right: 1.5rem;
                              top: 1.5rem; }
                              .modal-close-2 {
                                right: 1.375rem;
                                top: 0; }
                              .modal-close svg {
                                width: 0.8125rem;
                                height: 0.8125rem; }
                            .modal-video {
                              border-radius: 0; }
                            .modal-promo {
                              grid-template-columns: 8.125rem 1fr;
                              grid-column-gap: 1rem;
                              grid-row-gap: 1.375rem;
                              padding: 1.625rem 1rem 1.5rem 1.625rem; }
                              .modal-promo__img {
                                grid-area: 1 / 1 / 2 / 2; }
                              .modal-promo__info {
                                grid-area: 1 / 2 / 2 / 3;
                                padding-top: 0.5rem; }
                              .modal-promo__action {
                                grid-area: 2 / 1 / 3 / 3;
                                text-align: center;
                                padding-bottom: 0; }
                              .modal-promo__title {
                                font-size: 1rem;
                                line-height: 1.125rem;
                                margin-bottom: 0.5rem; }
                                .modal-promo__title br {
                                  display: none; }
                              .modal-promo__txt {
                                margin-bottom: 0.5rem; }
                              .modal-promo__btn {
                                font-size: 1rem;
                                line-height: 1.125rem;
                                padding: 0.53125rem 2rem; } }







.padding-top__new {
    padding-top: 105px;
}

@media (max-width: 480px) {
/* .padding-top__new {
    padding-top: 60px;
} */
}





/*-------------- fonts -----------------*/


/* Roboto */
/* @font-face {
    font-family: 'Roboto';
    src: url("/local/templates/msbaby/fonts/Roboto/Roboto-MediumItalic.eot");
    src: local("Roboto Medium Italic"), local("Roboto-MediumItalic"), url("/local/templates/msbaby/fonts/Roboto/Roboto-MediumItalic.eot?#iefix") format("embedded-opentype"), url("/local/templates/msbaby/fonts/Roboto/Roboto-MediumItalic.woff") format("woff"), url("/local/templates/msbaby/fonts/Roboto/Roboto-MediumItalic.ttf") format("truetype");
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto';
    src: url("/local/templates/msbaby/fonts/Roboto/Roboto-Bold.eot");
    src: local("Roboto Bold"), local("Roboto-Bold"), url("/local/templates/msbaby/fonts/Roboto/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("/local/templates/msbaby/fonts/Roboto/Roboto-Bold.woff") format("woff"), url("/local/templates/msbaby/fonts/Roboto/Roboto-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url("/local/templates/msbaby/fonts/Roboto/Roboto-Regular.eot");
    src: local("Roboto"), local("Roboto-Regular"), url("/local/templates/msbaby/fonts/Roboto/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("/local/templates/msbaby/fonts/Roboto/Roboto-Regular.woff") format("woff"), url("/local/templates/msbaby/fonts/Roboto/Roboto-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url("/local/templates/msbaby/fonts/Roboto/Roboto-Medium.eot");
    src: local("Roboto Medium"), local("Roboto-Medium"), url("/local/templates/msbaby/fonts/Roboto/Roboto-Medium.eot?#iefix") format("embedded-opentype"), url("/local/templates/msbaby/fonts/Roboto/Roboto-Medium.woff") format("woff"), url("/local/templates/msbaby/fonts/Roboto/Roboto-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url("/local/templates/msbaby/fonts/Roboto/Roboto-Black.eot");
    src: local("Roboto Black"), local("Roboto-Black"), url("/local/templates/msbaby/fonts/Roboto/Roboto-Black.eot?#iefix") format("embedded-opentype"), url("/local/templates/msbaby/fonts/Roboto/Roboto-Black.woff") format("woff"), url("/local/templates/msbaby/fonts/Roboto/Roboto-Black.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url("/local/templates/msbaby/fonts/Roboto/Roboto-Light.eot");
    src: local("Roboto Light"), local("Roboto-Light"), url("/local/templates/msbaby/fonts/Roboto/Roboto-Light.eot?#iefix") format("embedded-opentype"), url("/local/templates/msbaby/fonts/Roboto/Roboto-Light.woff") format("woff"), url("/local/templates/msbaby/fonts/Roboto/Roboto-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}


@font-face {
    font-family: 'Roboto';
    src: url("/local/templates/msbaby/fonts/Roboto/Roboto-Thin.eot");
    src: local("Roboto Thin"), local("Roboto-Thin"), url("/local/templates/msbaby/fonts/Roboto/Roboto-Thin.eot?#iefix") format("embedded-opentype"), url("/local/templates/msbaby/fonts/Roboto/Roboto-Thin.woff") format("woff"), url("/local/templates/msbaby/fonts/Roboto/Roboto-Thin.ttf") format("truetype");
    font-weight: 100;
    font-style: normal;
} */

/* Neucha */
/* @font-face {
    font-family: 'Neucha';
    src: url("/local/templates/msbaby/fonts/Neucha/Neucha.eot");
    src: local("Neucha"), url("/local/templates/msbaby/fonts/Neucha/Neucha.eot?#iefix") format("embedded-opentype"), url("/local/templates/msbaby/fonts/Neucha/Neucha.woff") format("woff"), url("/local/templates/msbaby/fonts/Neucha/Neucha.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;

} */

@font-face {
    font-family: 'Neucha';
    src: url("/local/templates/msbaby/fonts/RotondaC/RotondaC-Bold.woff2") format("woff2"), url("/local/templates/msbaby/fonts/RotondaC/RotondaC-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;

}

@font-face {
    font-family: 'Roboto';
    src: url("/local/templates/msbaby/fonts/RotondaC/RotondaC-Bold.woff2") format("woff2"), url("/local/templates/msbaby/fonts/RotondaC/RotondaC-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
  }
    
    @font-face {
    font-family: 'Roboto';
    src: url("/local/templates/msbaby/fonts/RotondaC/RotondaC.woff2") format("woff2"), url("/local/templates/msbaby/fonts/RotondaC/RotondaC.woff") format("woff");
    font-weight: normal;
    font-style: normal;
  }
@font-face {
    font-family: 'RotondaC';
    src: url("/local/templates/msbaby/fonts/RotondaC/RotondaC-Bold.woff2") format("woff2"), url("/local/templates/msbaby/fonts/RotondaC/RotondaC-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
  }
    
    @font-face {
    font-family: 'RotondaC';
    src: url("/local/templates/msbaby/fonts/RotondaC/RotondaC.woff2") format("woff2"), url("/local/templates/msbaby/fonts/RotondaC/RotondaC.woff") format("woff");
    font-weight: normal;
    font-style: normal;
  }
/*-------------- base style -----------------*/
audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

textarea {
    resize: vertical;
}

button {
    outline: none;
}


html,
body {
    background: #fff;
    font-family: "Roboto", Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    /* font-size: 16px; */
    line-height: 25px;
    color: #7f7f7f;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* *,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
} */

img {
    max-width: 100%;
}

a {
    color: #2972a6;
}

a:hover,
a:active,
a:focus {
    text-decoration: none;
    color: #368cc9;
}

ul,
ol{
    padding-left: 35px;
}

.link-orange {
    color: #ec6f12;
    text-decoration: none;
}

p {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    color: #7f7f7f;
    padding: 13px 0;
}

h1,
.tipa-h1 {
    font-family: 'Neucha';
    font-style: normal;
    font-weight: normal;
    font-size: 48px;
    line-height: 56px;
    color: #2972a6;
}

h2,
.tipa-h2 {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    color: #2972a6;
    margin-bottom: 16px;
}

h3,
.tipa-h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #2972a6;
}

h4,
.tipa-h4 {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    color: #2972a6;
}

h5,
.tipa-h5 {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    color: #7f7f7f;
}

h6,
.tipa-h6 {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: #7f7f7f;
}

.wrapper {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
}

.content {
    padding-top: 5px;
    padding-bottom: 70px;
}

.content.for-mother{
	padding-bottom: 0;
}

.page.no-scroll {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

input[type="submit"].btn,
.btn {
    display: inline-block;
    vertical-align: middle;
    height: 50px;
    min-width: 170px;
    border-radius: 25px;
    background: -webkit-gradient(linear, left top, left bottom, from(#f5a70f), to(#ec6f12));
    background: -o-linear-gradient(top, #f5a70f 0%, #ec6f12 100%);
    background: linear-gradient(180deg, #f5a70f 0%, #ec6f12 100%);
    font-family: "Roboto", Arial, sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 24px;
    line-height: 46px;
    color: #fff;
    padding: 0 15px;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    border: 0;
    outline: 0;
    white-space: nowrap;
}

input[type="submit"].btn:hover,
.btn:hover,
.btn:active,
.btn:focus {
    background: -webkit-gradient(linear, left top, left bottom, from(#e09812), to(#ec6f12));
    background: -o-linear-gradient(top, #e09812 0%, #ec6f12 100%);
    background: linear-gradient(180deg, #e09812 0%, #ec6f12 100%);
    color: #fff;
}

.code {
    background-color: #f7f7f7;
    border: 1px solid #e1e1e8;
    color: #d14;
    padding: 1px 4px;
    display: inline-block;
    font-family: monospace, arial;
    border-radius: 3px;
}

.h-text-left {
    text-align: left !important;
}

.h-text-center {
    text-align: center !important;
}

.h-text-right {
    text-align: right !important;
}

.h-text-justify {
    text-align: justify !important;
}

.h-text-uppercase {
    text-transform: uppercase !important;
}

.h-text-bold {
    font-weight: 700 !important;
}

input[type="text"],
textarea {
    width: 100%;
    border: 1px solid #2972a6;
    border-radius: 25px;
    outline: 0;
    padding: 0 30px;
    font-family: "Roboto", Arial, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 48px;
    color: #7f7f7f;
    vertical-align: middle;
}

input[type="text"] {
    height: 50px;
}

textarea {
    min-height: 200px;
}

input::-webkit-input-placeholder {
    color: #b3b3b3;
}

input:-moz-placeholder {
    color: #b3b3b3;
}

textarea::-webkit-input-placeholder {
    color: #b3b3b3;
}

textarea:-moz-placeholder {
    color: #b3b3b3;
}

.input-radio-all{
    display: none;
}

.input-radio__label {
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    position: relative;
    padding-left: 30px;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    color: #2972a6;
}

.input-radio input[type=radio] {
    display: none;
}

.input-radio__mark {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1.5px solid #2972a6;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
}

.input-radio__label:hover,
input[type=radio]:checked + .input-radio__label {
    color: #ec6f12;
}

input[type=radio]:checked + .input-radio__label .input-radio__mark {
    border-color: #ec6f12;
}

input[type=radio]:checked + .input-radio__label .input-radio__mark:after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ec6f12;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.input-checkbox__label {
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    position: relative;
    padding-left: 30px;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    color: #2972a6;
}

.input-checkbox input[type=checkbox] {
    display: none;
}

.input-checkbox__mark {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    border: 1.5px solid #2972a6;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
}

.input-checkbox__label:hover,
input[type=checkbox]:checked + .input-checkbox__label {
    color: #ec6f12;
}

input[type=checkbox]:checked + .input-checkbox__label .input-checkbox__mark {
    border-color: #ec6f12;
}

input[type=checkbox]:checked + .input-checkbox__label .input-checkbox__mark:after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(/local/templates/msbaby/img/tick.svg) no-repeat center;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (min-width: 481px) and (max-width: 1280px) {
    html {
      font-size: calc(100vw*16/1280 + 0PX); }
    }
  


@media (max-width: 1495px) {
    /* html,
    body {
        font-size: 17px;
    } */
    .btn,
    input[type="submit"].btn {
        font-size: 21px;
    }

    p{
        font-size: 17px;
    }
}

@media (max-width: 1279px) {
    .btn,
    input[type="submit"].btn,
    input[type="text"] {
        height: 40px;
    }
    .btn,
    input[type="submit"].btn {
        font-weight: bold;
        font-size: 18px;
        line-height: 38px;
    }
    textarea {
        min-height: 170px;
    }
    h1,
    .tipa-h1 {
        font-size: 36px;
        line-height: 42px;
    }
    h2,
    .tipa-h2 {
        font-size: 18px;
        line-height: 21px;
        padding: 0;
    }
    p {
        line-height: 24px;
        padding: 12px 0;
    }
    .content {
        padding-top: 20px;
    }
}

@media (max-width: 767px) {
    /* html,
    body {
        font-size: 12px;
        line-height: 15px;
    } */
    .container {
        padding-right: 20px !important;
        padding-left: 20px !important;
    }
    .btn,
    input[type="submit"].btn {
        font-weight: bold;
        font-size: 14px;
        line-height: 38px;
    }
    input[type="text"],
    textarea {
        font-size: 12px;
        line-height: 15px;
        padding: 0 20px;
    }
    textarea {
        min-height: 130px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    h1,
    .tipa-h1 {
        font-size: 24px;
        line-height: 28px;
    }
    /* h2,
    .tipa-h2 {
        font-size: 12px;
        line-height: 15px;
    } */
    h3,
    .tipa-h3 {
        font-size: 15px;
    } 
    p {
        font-size: 12px;
        line-height: 15px;
        padding: 7px 0;
    }
    .input-radio__label {
        font-size: 12px;
        line-height: 15px;
        padding-left: 20px;
    }
    .input-radio__mark {
        width: 14px;
        height: 14px;
    }
    input[type=radio]:checked + .input-radio__label .input-radio__mark:after {
        width: 8px;
        height: 8px;
    }
    .input-checkbox__label {
        font-size: 12px;
        line-height: 15px;
        padding-left: 20px;
    }
    .input-checkbox__mark {
        display: inline-block;
        width: 14px;
        height: 14px;
        border-radius: 2px;
    }
    .content {
        padding-top: 0;
    }
}

@media (max-width: 480px) {                                  
 
    html {
      font-size: calc(100vw*16/375 + 0PX); } }

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

/*----------- Hamburger -------------*/
/* .c-hamburger {
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 30px;
    height: 24px;
    font-size: 0;
    text-indent: -9999px;
    appearance: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    transition: background 0.3s;
    z-index: 25;
}

.c-hamburger:focus {
    outline: none;
}

.c-hamburger span {
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0px;
    height: 4px;
    background: transparent;
    width: 100%;
    margin: 0 auto;
}

.c-hamburger span::before,
.c-hamburger span::after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #ec6f12;
    border-radius: 5px;
    content: "";
}

.c-hamburger span::before {
    top: -6px;
}

.c-hamburger span::after {
    bottom: -6px;
}

.c-hamburgerspan {
    transition: background 0s 0.3s;
}

.c-hamburger span::before,
.c-hamburger span::after {
    transition-duration: 0.3s, 0.3s;
    transition-delay: 0.3s, 0s;
}

.c-hamburger span::before {
    transition-property: top, transform;
}

.c-hamburger span::after {
    transition-property: bottom, transform;
}

.c-hamburger.active span {
    background: none;
}

.c-hamburger.active span::before {
    top: 0;
    transform: rotate(45deg);
}

.c-hamburger.active span::after {
    bottom: 0;
    transform: rotate(-45deg);
}

.c-hamburger.active span::before,
.c-hamburger.active span::after {
    transition-delay: 0s, 0.3s;
    background-color: #ec6f12;
}

.c-hamburger:hover span::before,
.c-hamburger:hover span::after{
    background-color: #ec6f12;
}

.c-hamburger.active:hover span{
    background-color: transparent;
}

.l-hamburger{
    position: relative;
}

.l-hamburger__title{
    font-style: normal;
    font-weight: normal;
    font-size: 8px;
    line-height: 10px;
    color: #2972a6;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
	text-align: left;
	
}

.l-hamburger__title-close{
    color: #ec6f12;
    display: none;
} */

/*-------------- Header -----------------*/


.header {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 79.75rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    background: var(--white);
    border-radius: 2.5rem;
    padding-left: 2.5rem;
    padding-right: 2.25rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 20; }
    .header__content {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .header__product {
      margin-left: 3.75rem; }
    .header__menu {
      margin-left: 9.25rem; }
    .header__buttons {
      margin-left: auto; }
    .header__m-menu {
      display: none;
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3;
      position: relative;
      z-index: 3; }
    .header__group {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
    .header__m-buttons {
      display: none;
      position: relative;
      z-index: 3; }
    .header-buttons__item {
      margin-right: 1.5rem; }
      .header-buttons__item:last-child {
        margin-right: 0; }
    .header-btn {
      width: 3.125rem;
      height: 3.125rem;
      border-radius: 50%;
      background: var(--blue-1); }
      .header-btn.hidden {
        display: none; }
      .header-btn img {
        max-width: initial; }
      .header-btn-1 img {
        max-width: 2.5rem; }
      .header-btn-2 img {
        max-width: 1.1875rem; }
      .header-btn-3 img {
        max-width: 1.4375rem; }
  
  .logo img {
    max-width: 9.3125rem; }
  
  .menu {
    font-weight: bold;
    font-size: 1.125rem;
    line-height: 1.25rem;
    letter-spacing: 0.02em;
    color: var(--pink); }
    .menu__item {
      margin-right: 2.5rem; }
      .menu__item--mobile {
        display: none; }
      .menu__item:last-child {
        margin-right: 0; }
    .menu__link {
      display: block;
      position: relative;
      color: var(--pink); }
      .menu__link:hover {
        color: unset; }
      .menu__link::after {
        content: "";
        height: 0.1875rem;
        background: var(--pink);
        border-radius: 0.625rem;
        width: 73%;
        position: absolute;
        bottom: -0.25rem;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        -webkit-transition: .2s linear;
        -o-transition: .2s linear;
        transition: .2s linear;
        -webkit-transform: scaleX(0);
            -ms-transform: scaleX(0);
                transform: scaleX(0); }
      .menu__link:hover::after {
        -webkit-transform: scaleX(1);
            -ms-transform: scaleX(1);
                transform: scaleX(1); }
  
  .open-menu span {
    position: relative;
    height: 2px;
    width: 1.625rem; }
    .open-menu span::after, .open-menu span::before {
      content: "";
      height: 0.1875rem;
      width: 1.625rem;
      background: var(--pink);
      border-radius: 0.25rem;
      position: absolute; }
    .open-menu span::before {
      top: -0.3125rem; }
    .open-menu span::after {
      bottom: -0.3125rem; }
  
  .open-menu.active span::before {
    top: 0;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
  
  .open-menu.active span::after {
    top: 0;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  
  @media (max-width: 480px) {
    .header {
      padding: 0.75rem 1.625rem; }
      .header__content {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        position: relative;
        z-index: 3; }
      .header__product {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        margin-left: 0;
        position: relative;
        z-index: 9; }
      .header__logo {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        position: relative;
        z-index: 9; }
      .header__m-menu {
        display: block;
        position: relative;
        z-index: 9; }
      .header__group {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        border-radius: 2.5rem;
        background: var(--white);
        padding-top: 6.875rem;
        padding-bottom: 3.125rem;
        max-height: 100%;
        overflow: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        display: none; }
        .header__group.visible {
          display: block; }
      .header__menu {
        width: 100%;
        margin-left: 0;
        margin-bottom: 2.5rem; }
      .header__buttons {
        width: 100%;
        margin-left: 0; }
      .header__m-buttons {
        display: block; }
      .header-buttons {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        .header-buttons__item {
          margin: 0; }
          .header-buttons__item:last-child {
            display: none; }
    .menu {
      font-size: 1.25rem;
      line-height: 1.375rem;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .menu__item {
        margin-bottom: 1.875rem;
        margin-right: 0; }
        .menu__item--desctop {
          display: none; }
        .menu__item--mobile {
          display: block; }
        .menu__item:last-child {
          margin-bottom: 0; }
      .menu__line {
        width: 7.5rem;
        height: 0.3125rem;
        background: #bfe9ff;
        display: block;
        margin-left: auto;
        margin-right: auto; }
    .logo img {
      max-width: 8.125rem; } }
  
      .header.header-inner {
        box-shadow: 0 2px 6px rgba(55, 77, 77, 0.15);
    }
  
      @media (min-width: 1300px) {
        .header.header-inner {
            width: 80%;
            box-shadow: 0 2px 6px rgba(55, 77, 77, 0.15);
        }
        .header.header-inner .header__menu{
            margin: 0 auto;
        }
      }
  



/*-------------- Footer -----------------*/


.footer {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    color: var(--white);
    padding-bottom: 2rem;
    padding-top: 3.875rem;
    background: url(/local/templates/msbaby/./img/general/footer-bg.svg) top 0rem center no-repeat; }
    .footer__content {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    .footer__left {
      -ms-flex-item-align: end;
          align-self: flex-end;
      padding-top: 1.75rem; }
    .footer-social__item {
      margin-right: 1.125rem; }
      .footer-social__item:last-child {
        margin-right: 0; }
    .footer-social__link {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 2.875rem;
      height: 2.875rem;
      background-size: 100% 100% !important; }
      .footer-social__link.vk {
        background: url(/local/templates/msbaby/./img/general/vk.svg) 0 0 no-repeat; }
        .footer-social__link.vk:hover {
          background: url(/local/templates/msbaby/./img/general/vk-hover.svg) 0 0 no-repeat; }
      .footer-social__link.yt {
        background: url(/local/templates/msbaby/./img/general/yt.svg) 0 0 no-repeat; }
        .footer-social__link.yt:hover {
          background: url(/local/templates/msbaby/./img/general/yt-hover.svg) 0 0 no-repeat; }
      .footer-social__link.ok {
        background: url(/local/templates/msbaby/./img/general/ok.svg) 0 0 no-repeat; }
        .footer-social__link.ok:hover {
          background: url(/local/templates/msbaby/./img/general/ok-hover.svg) 0 0 no-repeat; }
    .footer-contacts {
      margin-bottom: 0.75rem; }
      .footer-contacts__item {
        margin-right: 2.75rem; }
        .footer-contacts__item:last-child {
          margin-right: 0; }
    .footer-link {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      font-weight: bold;
      color: #FFFFFF; }
      .footer-link:hover,
      .footer-link:active,
      .footer-link:focus {
        text-decoration: none;
        color: #FFFFFF;
     }
      .footer-link__icon {
        width: 0.75rem;
        margin-right: 0.75rem; }
        .footer-link__icon-mail {
          width: 1.25rem; }
  
  @media (max-width: 480px) {
    .footer {
      position: relative;
      padding-bottom: 7.125rem;
      padding-top: 5.625rem;
      background: url(/local/templates/msbaby/./img/general/footer-bg-m.svg) top 0rem center no-repeat;
      background-size: cover; }
      .footer__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        width: 100%; }
      .footer__left {
        width: 100%;
        padding-top: 0;
        margin-bottom: 1.25rem; }
      .footer__right {
        width: 100%; }
      .footer-contacts {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .footer-contacts__item {
          margin-right: 0;
          margin-bottom: 1.375rem; }
          .footer-contacts__item:last-child {
            margin-bottom: 0; }
      .footer-social {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        .footer-social__link {
          width: 3.5rem;
          height: 3.5rem; }
      .footer-copyright {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 3.125rem;
        text-align: center;
        font-size: 0.75rem;
        line-height: 0.875rem;
        width: 11.5rem;
        margin-left: auto;
        margin-right: auto; } }



/*-------------- Search -----------------*/
.search {
    font-size: 0;
}

.search input[type="text"] {
    height: 40px;
    width: 0;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    overflow: hidden;
    padding: 0;
    margin-right: 0;
    border-width: 0;
}

.search.active input[type="text"]{
    width: 300px;
    padding: 0 30px;
    border-width: 1px;
}

.search input[type="submit"] {
    height: 20px;
    width: 20px;
    min-width: 20px;
    border-radius: 0;
    border: 0;
    outline: 0;
    font-size: 0;
    padding: 0;
    cursor: pointer;
    opacity: 0;
    position: absolute;
    right: -40px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

}

.search.active input[type="submit"]{
    opacity: 1;
    -webkit-transition: opacity 0s linear 0.3s;
    -o-transition: opacity 0s linear 0.3s;
    transition: opacity 0s linear 0.3s;
}

.search input[type="submit"],
.search input[type="submit"]:hover{
    background: url(/local/templates/msbaby/img/ic-search.svg) no-repeat center;
}

.search__icon{
    width: 20px;
    cursor: pointer;
    position: relative;
    z-index: 1;
    opacity: 1;
	margin: 0 auto;

}

.search.active .search__icon{
    opacity: 0;
    z-index: 0;
    -webkit-transition: opacity 0s linear 0.3s;
    -o-transition: opacity 0s linear 0.3s;
    transition: opacity 0s linear 0.3s;
}


.search__form{
    position: absolute;
    top: 0;
    right: 40px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

/*@media (max-width: 991px) {
    .search.active input[type="text"] {
        width: 255px;
    }
}*/
@media (max-width: 1495px) {
    .search.active input[type="text"] {
        width: 255px;
    }
}

/*-------------- Social -----------------*/
.social-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.social-block__ic {
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: -webkit-gradient(linear, left top, left bottom, from(#f5a70f), to(#ec6f12));
    background: -o-linear-gradient(top, #f5a70f 0%, #ec6f12 100%);
    background: linear-gradient(180deg, #f5a70f 0%, #ec6f12 100%);
    text-align: center;
    position: relative;
}

.social-block__ic img {
    max-width: 24px;
    max-height: 24px;
}

.social-block__ic:not(:first-child) {
    margin-left: 15px;
}

.social-block__ic:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#e09812), to(#ec6f12));
    background: -o-linear-gradient(top, #e09812 0%, #ec6f12 100%);
    background: linear-gradient(180deg, #e09812 0%, #ec6f12 100%);
}

.social-block__ic img {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0 auto;
}

.social-block--right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.share__title {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
    color: #2972a6;
    margin-right: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
}

@media (max-width: 991px) {
    .social-block__ic{
        width: 30px;
        height: 30px;
    }

    .social-block__ic:not(:first-child) {
        margin-left: 10px;
    }

    .social-block__ic img{
        max-width: 18px;
        max-height: 18px;
    }
}

@media (max-width: 767px) {
    .share__title {
        font-size: 14px;
        line-height: 16px;
    }
}





/*-------------- main-menu -----------------*/
.main-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
    margin: 0;
    list-style: none;
}

.main-menu ul,
.main-menu li {
    margin: 0;
    list-style: none;
}

.main-menu__item {
    position: relative;
    padding: 0;
}

.main-menu__link {
    display: block;
    font-size: 0;
    text-decoration: none;
}

.main-menu__item--arr .main-menu__link {
    padding-right: 20px;
}

.main-menu__arr {
    display: inline-block;
    height: 100%;
    width: 20px;
    position: absolute;
    top: 0;
    right: 0;
}

.main-menu__arr::after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 6px 0 6px;
    border-color: #2972a6 transparent transparent transparent;
    position: absolute;
    right: 0;
    top: 9px;
}

.main-menu__text {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    color: #2972a6;
}

.main-menu__link img {
    display: inline-block;
    vertical-align: middle;
}

.main-menu__link.current .main-menu__text,
.main-menu__link:hover .main-menu__text {
    color: #368cc9;
}

.main-menu__link.current .main-menu__arr::after,
.main-menu__link:hover .main-menu__arr::after {
    border-color: #368cc9 transparent transparent transparent;
}

.main-menu__sub {
    display: none;
    position: absolute;
    top: 100%;
    left: -50px;
    background: #fff;
    max-width: 320px;
    width: 320px;
    padding: 40px 45px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    z-index: 10;
}

.main-menu__sub-link {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    color: #2972a6;
    text-decoration: none;
}

.main-menu__sub-item:not(:last-child) {
    margin-bottom: 28px;
}

@media (min-width: 768px) {
    .main-menu__item:hover .main-menu__sub {
        display: block;
    }
}

@media (max-width: 991px) {
    .main-menu__text{
        font-size: 16px;
        line-height: 18px;
    }

    .main-menu__link img{
        height: 16px;
    }
}

@media (max-width: 767px) {
    .main-menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .main-menu__item {
        text-align: center;
    }
    .main-menu li.main-menu__item {
        margin-bottom: 27px;
    }
    .main-menu__link {
        position: relative;
        display: inline-block;
    }
    .main-menu__link img {
        display: none;
    }
    .main-menu__text {
        font-family: "Neucha", Arial, sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 24px;
        line-height: 28px;
        color: #2972a6;
        text-align: center;
        margin: 0;
    }
    .main-menu__item--arr .main-menu__link {
        padding-right: 28px;
        margin-right: -28px;
    }
    .main-menu__arr {
        width: 28px;
    }
    .main-menu__arr::after {
        right: 10px;
        top: 12px;
        border-width: 6px 4px 4px;
    }
    .main-menu__sub {
        position: static;
        max-width: 100%;
        width: 100%;
        padding: 0;
        padding-top: 20px;
    }
    .main-menu__sub-link {
        font-family: "Neucha", Arial, sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 24px;
        color: #2972a6;
        text-align: center;
        margin: 0;
    }
    .main-menu__sub-item:not(:last-child) {
        margin-bottom: 25px;
    }
}

/*-------------- Main slider -----------------*/
.main-slider {
    margin-top: 18px;
}

.main-slider__item {
    display: block;
    height: 730px;
    position: relative;
    overflow: hidden;
}

.main-slider__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
}

.main-slider.owl-carousel .owl-item .main-slider__bg img {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: none;
    max-height: 100%;
    width: auto;
}

.main-slider__content {
    margin-top: 127px;
}

.main-slider__head {
    font-family: "Neucha", Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 72px;
    line-height: 72px;
    color: #2972a6;
}

.main-slider__text {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    color: #2972a6;
    margin-top: 30px;
}

.main-slider .btn {
    margin-top: 36px;
    min-width: 220px;
}

.main-slider.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 0;
}

.main-slider .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 50px;
}

.main-slider.owl-theme .owl-dots .owl-dot span {
    width: 16px;
    height: 16px;
    margin: 0 15px 0 0;
    background: #fff;
    border-radius: 50%;
}

.main-slider.owl-theme .owl-dots .owl-dot.active span,
.main-slider.owl-theme .owl-dots .owl-dot:hover span {
    width: 20px;
    height: 20px;
    background: #ec6f12;
}

.main-slider.owl-theme .owl-dots .owl-dot {
    vertical-align: middle;
}

@media (max-width: 1279px) {
    .main-slider__head {
        font-size: 36px;
        line-height: 42px;
    }
    .main-slider__item {
        height: 506px;
    }
    .main-slider__content {
        margin-top: 64px;
    }
    .main-slider__text {
        line-height: 24px;
        margin-top: 35px;
    }
    .main-slider .btn {
        margin-top: 32px;
        min-width: 260px;
    }
    .main-slider .owl-dots {
        bottom: 25px;
    }
}

@media (max-width: 767px) {
    .main-slider__item {
        height: 475px;
    }
    .main-slider__head {
        font-size: 48px;
        line-height: 50px;
        text-align: center;
    }
    .main-slider__text {
        font-size: 8px;
        line-height: 12px;
        margin-top: 14px;
        text-align: left;
    }
    .main-slider__content {
        margin-top: 25px;
        text-align: center;
    }
    .main-slider .btn {
        min-width: 180px;
        margin-top: 35px;
    }
    .main-slider.owl-theme .owl-dots .owl-dot span {
        width: 12px;
        height: 12px;
    }
    .main-slider.owl-theme .owl-dots .owl-dot.active span,
    .main-slider.owl-theme .owl-dots .owl-dot:hover span {
        width: 16px;
        height: 16px;
    }
    .main-slider .owl-dots {
        bottom: 37px;
    }
}

/*-------------- About-brend -----------------*/
.about-brend {
    margin-top: 30px;
}

.about-brend .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.about-brend .tipa-h1 {
    margin-bottom: 10px;
}

.about-brend__img{
    max-width: 85%;
}

@media (max-width: 1279px) {
    .about-brend {
        margin-top: 56px;
    }
    .about-brend .tipa-h1 {
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .about-brend {
        margin-top: 36px;
    }
    .about-brend__img {
        max-width: 280px;
        display: block;
        margin: 0 auto;
    }
    .about-brend__content {
        margin-top: 17px;
    }
    .about-brend .tipa-h1 {
        margin-bottom: 0;
    }
}

/*-------------- main-list-cat -----------------*/
.main-list-cat {
    background: url(/local/templates/msbaby/img/bg-cloud.png) no-repeat center top;
    margin-top: 45px;
    padding-top: 165px;
    padding-bottom: 45px;
    min-height: 545px;
}

.main-list-cat__text {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    color: #2972a6;
    margin-top: 28px;
    max-width: 400px;
}

.main-list-cat .btn {
    margin-top: 30px;
    padding: 0 30px;
    font-size: 21px;
}

.main-list-cat__img{
    width: 135px;
    margin: 0 auto;
    display: block;
}

@media (max-width: 1279px) {
    .main-list-cat {
        margin-top: 88px;
        padding-top: 120px;
        background-size: 1280px;
        min-height: 382px;
    }
    .main-list-cat__img {
        width: 110px;
    }
    .main-list-cat__text {
        font-size: 14px;
        line-height: 16px;
        margin-top: 5px;
        max-width: 220px;
    }
    .main-list-cat .btn {
        margin-top: 35px;
        padding: 0 20px;
    }
}

@media (max-width: 767px) {
    .main-list-cat {
    /*    background-image: url(/local/templates/msbaby/img/bg-cloud-mob.png);
        background-repeat: repeat-x;*/
        /*min-height: 780px;*/
        min-height: auto;
        margin-top: 20px;
        padding-top: 40px;
        padding-bottom: 80px;
        background: url(/local/templates/msbaby/img/bg-cloud-mob-top.jpg) repeat-x,
                    url(/local/templates/msbaby/img/bg-cloud-mob-bottom.jpg) 0 100% repeat-x;
        background-color: #d3ebf6;
        background-size: auto;
    }
    .main-list-cat__item{
        margin-bottom: 60px;
    }
    .main-list-cat__img {
        width: auto;
        max-width: 140px;
        display: block;
        margin: 0 auto;
    }
    .main-list-cat__text {
        max-width: 100%;
        font-size: 12px;
        line-height: 15px;
    }
    .main-list-cat .btn {
        margin-top: 20px;
        display: table;
        margin-left: auto;
        margin-right: auto;
        min-width: 280px;
        font-size: 14px;
    }
}

/*-------------- Security -----------------*/
.security {
    margin-top: 23px;
    margin-bottom: 30px;
}

.security .tipa-h1 {
    margin-bottom: 60px;
}

.security__item {
    position: relative;
    margin-left: 120px;
    margin-right: 120px;
    background: #d3ebf6;
    border-radius: 16px;
    padding: 30px 120px 50px;
    margin-bottom: 40px;
}

.security__item--orange {
    background: #ffc478;
}

.security__img {
    position: absolute;
    top: -20px;
    left: -120px;
}

.security__item--right .security__img{
    left: auto;
    right: -120px;
}

.security__head {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    color: #2972a6;
}

.security__text {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    color: #2972a6;
    margin-top: 32px;
}


.security .btn {
    margin-top: 20px;
    min-width: 220px;
}

@media (max-width: 1495px) {
    .security__text{
        font-size: 17px;
    }
}

@media (max-width: 1279px) {
    .security {
        margin-bottom: 17px;
    }
    .security .tipa-h1 {
        margin-bottom: 33px;
    }
    .security__head {
        font-size: 18px;
        line-height: 21px;
    }
    .security__text {
        font-size: 14px;
        line-height: 16px;
        margin-top: 30px;
    }
    .security__item {
        margin-left: 80px;
        margin-right: 80px;
        padding: 30px 80px;
    }
    .security .btn {
        margin-top: 40px;
        min-width: 238px;
    }
    .security__img {
        top: 20px;
        left: -80px;
        width: 150px;
    }
    .security__item--right .security__img{
        right: -80px;
    }
}

@media (max-width: 991px) {
    .security .btn {
        min-width: 170px;
    }
}

@media (max-width: 767px) {
    .security {
        margin-top: 6px;
    }
    .security .tipa-h1 {
        margin-bottom: 25px;
    }
    .security__item {
        margin-left: 30px;
        margin-right: 30px;
        padding: 20px 60px;
        min-height: auto;
        margin-bottom: 20px;
    }
    .security__img {
        top: 13px;
        left: -45px;
        width: 90px;
    }
    .security__item--right .security__img{
        right: -45px;
    }
    .security__head {
        font-size: 12px;
        line-height: 15px;
    }
    .security__text {
        font-size: 12px;
        line-height: 15px;
        margin-top: 7px;
    }
    .security .btn {
        margin-top: 22px;
    }
}

@media (max-width: 480px) {
    .security__item{
        padding: 20px 20px 20px 60px;
    }

    .security__item--right{
        padding-left: 20px;
        padding-right: 60px;
    }
}

/*-------------- Advise -----------------*/
.advise-wrap {
    /* margin-top: 138px;  04.08.22 gkcit*/
    margin-top: 50px;
    margin-bottom: 30px;
}

.advise {
    background: url(/local/templates/msbaby/img/garlands.png) no-repeat center top;
    margin-top: 46px;
}

.advise__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 474px;
}

.advise__item {
    width: 240px;
    text-align: center;
    -ms-flex-item-align: end;
    align-self: flex-end;
    position: relative;
    z-index: 1;
}

.advise__name,
.advise__name a {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    color: #2972a6;
}

.advise__name {
    margin-top: 15px;
}

.advise__item:nth-child(1), .advise__item:nth-child(5) {
    margin-bottom: 108px;
}

.advise__item:nth-child(2), .advise__item:nth-child(4) {
    margin-bottom: 50px;
}

@media (max-width: 1495px) {
    .advise__content{
        min-height: 435px;
    }

    .advise__name,
    .advise__name a{
        font-size: 21px;
        line-height: 24px;
    }

    .advise__img {
        max-width: 200px;
        margin-left: auto;
        margin-right: auto;
    }

    .advise__item:nth-child(1),
    .advise__item:nth-child(5){
        margin-bottom: 75px;
    }

    .advise__item:nth-child(2),
    .advise__item:nth-child(4){
        margin-bottom: 25px;
    }
}

@media (max-width: 1279px) {
    .advise-wrap {
        margin-top: 65px;
    }
    .advise {
        background: url(/local/templates/msbaby/img/garlands_1024.png) no-repeat center top;
        margin-top: -2px;
    }
    .advise__content {
        min-height: 302px;
        max-width: 885px;
        margin-left: auto;
        margin-right: auto;
    }
    .advise__item {
        width: 160px;
    }
    .advise__item:nth-child(1), .advise__item:nth-child(5) {
        margin-bottom: 75px;
    }
    .advise__item:nth-child(2), .advise__item:nth-child(4) {
        margin-bottom: 30px;
    }
    .advise__name,
    .advise__name a {
        font-size: 18px;
        line-height: 21px;
    }
    .advise__img {
        text-align: center;
    }
    .advise__img img {
        max-width: 112px;
    }
}

@media (max-width: 991px) {
    .advise__item:nth-child(1), .advise__item:nth-child(5) {
        margin-bottom: 60px;
    }
}

@media (max-width: 767px) {
    .advise-wrap {
        margin-top: 0;
    }
    .advise {
        background: url(/local/templates/msbaby/img/garlands_320.png) no-repeat center 15px;
        background-size: contain;
        margin-top: 27px;
        max-width: 320px;
        margin-left: auto;
        margin-right: auto;
    }
    .advise__name,
    .advise__name a {
        font-size: 12px;
        line-height: 15px;
    }
    .advise__content {
        min-height: 270px;
        max-width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .advise__item {
        width: 93px;
        margin-bottom: 40px;
        -ms-flex-item-align: start;
        align-self: flex-start;
    }
    .advise__item:nth-child(1), .advise__item:nth-child(2), .advise__item:nth-child(4), .advise__item:nth-child(5), .advise__item {
        margin-bottom: 20px;
    }
    .advise__item:nth-child(1), .advise__item:nth-child(2) {
        width: 50%;
    }
    .advise__item:nth-child(4) {
        padding-top: 15px;
    }
    .advise__img {
        text-align: center;
        height: 70px;
    }
    .advise__img img {
        max-width: 80px;
    }
    .advise__name {
        max-width: 90px;
        margin: 0 auto;
    }
}

/*-------------- Hit -----------------*/
.hit-wrap {
    margin-top: 70px;
}

.hit {
    margin-top: 48px;
}

.hit__item {
    text-align: center;
    text-decoration: none;
    border-radius: 16px;
    display: block;
    padding: 15px;
    min-height: 340px;
    margin-bottom: 20px;
}

.hit__img {
    margin-bottom: 10px;
}

.hit__name {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    color: #2972a6;
    max-width: 255px;
    margin: 0 auto;
}

.hit__item:hover {
    -webkit-box-shadow: inset 0px 5px 10px rgba(45, 71, 89, 0.3);
    box-shadow: inset 0px 5px 10px rgba(45, 71, 89, 0.3);
}

.hit__item:hover .hit__name {
    color: #ec6f12;
}
.table-page th,.table-page td{
    border: 1px solid grey;
    padding: 5px;
    vertical-align: middle;
}
@media (max-width: 1279px) {
    .hit-wrap {
        margin-top: 115px;
    }
    .hit__name {
        font-size: 18px;
        line-height: 24px;
    }
}

@media (max-width: 767px) {
    .hit-wrap {
        margin-top: 35px;
    }
    .hit__name {
        font-size: 12px;
        line-height: 15px;
    }
    .hit__item {
        min-height: auto;
    }
    .hit__img {
        height: 75px;
    }
    .hit__img img {
        max-height: 100%;
        display: block;
        margin: 0 auto;
    }
}

/*-------------- baby-kit -----------------*/
.baby-kit {
    background: url(/local/templates/msbaby/img/bg-cloud2.png) no-repeat center top;
    min-height: 670px;
    padding-top: 170px;
    margin-bottom: 50px;
}

.baby-kit__content {
    padding-top: 37px;
    max-width: 515px;
}

.baby-kit__text {
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 32px;
    color: #2972a6;
    margin-top: 28px;
}

.baby-kit .btn {
    margin-top: 42px;
    min-width: 220px;
}

@media (max-width: 1495px) {
    .baby-kit__text{
        font-size: 21px;
        line-height: 26px;
    }
}

@media (max-width: 1279px) {
    .baby-kit {
        margin-top: -45px;
        padding-top: 63px;
        background-size: 1280px;
        min-height: 410px;
    }
    .baby-kit__text {
        font-size: 18px;
        line-height: 24px;
        margin-top: 32px;
    }
    .baby-kit .btn {
        margin-top: 21px;
        min-width: 208px;
    }
}

@media (max-width: 767px) {
    .baby-kit {
        background-size: 768px;
        padding-top: 28px;
    }
    .baby-kit .tipa-h1 {
        text-align: center;
    }
    .baby-kit__text {
        font-size: 12px;
        line-height: 15px;
        margin-top: 15px;
    }
    .baby-kit .btn {
        min-width: 180px;
        display: table;
        margin-left: auto;
        margin-right: auto;
        margin-top: 25px;
    }
    .baby-kit__content {
        margin-bottom: 20px;
    }
}

/*-------------- Video-slider -----------------*/
.interest {
    /*background: url(/local/templates/msbaby/img/bg-video.png) no-repeat center top;*/
    /*background: url(/local/templates/msbaby/img/bg-article.png) no-repeat center top;*/
    background: url(/local/templates/msbaby/img/bg-video-blue.png) no-repeat center top;
    margin-top: -70px;
    padding-top: 300px;
    padding-bottom: 30px;
    min-height: 1075px;
    position: relative;
    overflow: hidden;
    background-size: cover;
}

.interest__pattern{
    display: block;
    width: 100%;
    height: 100%;
    background: url(/local/templates/msbaby/img/bg-video-pattern.png) repeat-y center top;
    position: absolute;
    top: 300px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.interest__bg-sun{
    display: block;
    width: 100%;
    height: 100%;
    background: url(/local/templates/msbaby/img/bg-video-sun.png) no-repeat center top;
    background-size: contain;
    position: absolute;
    top: 35px;
    right: 0;
}

/*.interest--article {
    background: url(/local/templates/msbaby/img/bg-article.png) no-repeat center top;
}*/

.video-slider {
    margin-top: 72px;
}

.video-slider__content {
    min-height: 530px;
    background: #fff;
    padding: 21px 30px 50px;
    border-radius: 16px;
    position: relative;
}

.video-slider__section {
    margin-bottom: 30px;
}

.video-slider__head {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    color: #2972a6;
    padding-bottom: 14px;
    border-bottom: 1px solid #436C89;
}

.video-slider__title-list, .video-slider__title-item {
    margin: 0;
    padding: 0;
    list-style: none;
}

.video-slider__title-list {
    margin-top: 20px;
}

.video-slider__title-item {
    margin-bottom: 15px;
}

.video-slider__title-item span {
    cursor: pointer;
}

.video-slider__title-item,
.video-slider__title-item a {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    color: #7f7f7f;
}

.video-slider__title-text.current,
.video-slider__title-text.current a, .video-slider__title-text:hover,
.video-slider__title-text:hover a {
    color: #ec6f12;
}

.video-slider__more {
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #ec6f12;
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
    text-align: center;
}
.video-slider__button{
    display: flex;
    justify-content: center;
    margin-top: 20px;
    z-index: 1;
    position: relative;
}
.video-slider__button .btn{
    margin-right: 20px;
}

.video-player {
    width: 100%;
    height: 520px;
}

.video-player-wrap{
    display: none;
}

.video-player-wrap.active {
    display: block;
}

.pos-video{
    position: fixed;
    top: 0;
    left: 0;
}

.slider-article {
    background: #fff;
    height: 530px;
    padding: 25px 40px 55px;
    display: none;
    border-radius: 16px;
}

.slider-article.active {
    display: block;
}

.slider-article__item {
    display: none;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.slider-article__item.current {
    display: block;
}

.slider-article__head {
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 40px;
    color: #2972a6;
    margin-bottom: 15px;
}

.slider-article__img {
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
}

.slider-article__img img {
    max-width: 400px;
    border-radius: 16px;
}

.slider-article__text {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    color: #7f7f7f;
    margin-top: -3px;
}

.slider-article__more{
    /*position: absolute;*/
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #ec6f12;
    position: absolute;
    bottom: 25px;
    right: 40px;
    /*text-align: center;*/
}

@media (max-width: 1650px) {
    .interest__bg-sun{
        top: 50px;
    }
}

@media (max-width: 1495px) {
    .interest__pattern{
        background-size: contain;
    }

    .video-slider__title-item,
    .video-slider__title-item a{
        font-size: 17px;
        line-height: 21px;
    }

    .interest__bg-sun{
        top: 70px;
    }
}

@media (max-width: 1279px) {
    .interest {
        margin-top: -27px;
        padding-top: 185px;
        background-size: 1280px;
        min-height: 615px;
    }
    .video-slider {
        margin-top: 23px;
    }
    .video-slider__content {
        min-height: 380px;
        padding-bottom: 50px;
    }
    .video-slider__head {
        font-size: 18px;
        line-height: 21px;
        padding-bottom: 17px;
    }
    .video-slider__title-item,
    .video-slider__title-item a, .video-slider__more {
        font-size: 14px;
        line-height: 16px;
    }
    .video-slider__more {
        bottom: 22px;
    }
    .video-slider__title-list {
        margin-top: 18px;
    }
    .video-slider__title-item {
        margin-top: 15px;
        display: none;
    }
    .video-slider__title-item:nth-child(1), .video-slider__title-item:nth-child(2) {
        display: block;
    }
    .video-slider__section {
        margin-bottom: 33px;
    }
    .video-player {
        height: 380px;
    }
    .slider-article {
        height: 380px;
    }
    .slider-article__img {
        float: none;
        margin-left: 0;
    }
    .slider-article__img img {
        max-width: 240px;
    }
    .slider-article__head {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 9px;
    }
    .slider-article__text p {
        font-size: 14px;
        line-height: 16px;
    }
    .video-slider__button .btn {
        margin-right: 0;
    }
}

@media (max-width: 991px) {
    .slider-article {
        height: 380px;
        padding: 18px 30px 45px;
        border-radius: 16px;
        margin-top: 0;
    }
}

@media (max-width: 767px) {
    .interest {
        padding-top: 22px;
        background-size: auto;
        background-position: center -260px;
        min-height: auto;
    }
    .video-slider {
        margin-top: 13px;
    }
    .video-slider__switch {
        background: #fff;
        border-radius: 6px;
        padding: 12px 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 20px;
    }
    .video-slider__switch .input-radio {
        margin-right: 22px;
        line-height: 15px;
    }
    .video-slider__mob-title {
        font-style: normal;
        font-weight: bold;
        font-size: 12px;
        line-height: 15px;
        color: #2972a6;
        text-align: center;
        margin-top: 35px;
        margin-bottom: 12px;
    }
    .video-player {
        height: 330px;
		border-radius: 15px;
    }
    .interest__bg-sun{
        display: none;
    }
    .slider-article{
        padding: 18px 30px 35px;
        height: 530px;
    }
    .slider-article__more{
        bottom: 0;
    }

    .slider-article__item{
        display: block;
        height: 450px;
        margin-bottom: 20px;
    }

    .slider-article.owl-theme .owl-dots .owl-dot{
        vertical-align: middle;
    }

    .slider-article.owl-theme .owl-dots .owl-dot.active span,
    .slider-article.owl-theme .owl-dots .owl-dot:hover span {
        width: 14px;
        height: 14px;
        background: #ec6f12;
    }

    .slider-article.owl-carousel.owl-loaded{
        display: none;
    }

    .slider-article.owl-carousel.owl-loaded.active{
        display: block;
    }

    .video-player-wrap{
        padding-bottom: 50px;
        position: relative;
    }

    .video-player-dot{
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        text-align: center;
        width: 100%;
    }

    .video-player-dot__item{
        display: inline-block;
        vertical-align: middle;
        width: 10px;
        height: 10px;
        margin: 5px 7px;
        background: #D6D6D6;
        border-radius: 50%;
        cursor: pointer;
    }

    .video-player-dot__item.active,
    .video-player-dot__item:hover{
        width: 14px;
        height: 14px;
        background: #ec6f12;
    }
}
@media (max-width: 480px) {
    .video-player {
        height: 248px;
    }
}
@media (max-width: 425px) {
    .video-player {
        height: 217px;
    }
}
@media (max-width: 414px) {
    .video-player {
        height: 210px;
    }
}

@media (max-width: 375px) {
    .video-player {
        height: 188px;
    }
}
@media (max-width: 360px) {
    .video-player {
        height: 180px;
    }
}
@media (max-width: 320px) {
    .video-player {
        height: 158px;
    }
}




/*-------------- Breadcrumb -----------------*/
.breadcrumb {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 28px;
    margin-bottom: 42px;
}

.breadcrumb__item, .breadcrumb__link {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    color: #2972a6;
}

.breadcrumb__item {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}

.breadcrumb__item:not(:last-child) {
    padding-right: 37px;
    margin-right: 20px;
}

.breadcrumb__item:not(:last-child)::after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 14px;
    background: url(/local/templates/msbaby/img/bread-arr.svg) no-repeat center;
    position: absolute;
    right: 0;
    bottom: 5px;
}

@media (max-width: 1279px) {
    .breadcrumb {
        margin-top: 38px;
        margin-bottom: 38px;
    }
    .breadcrumb__item, .breadcrumb__link {
        font-size: 14px;
        line-height: 18px;
    }
    .breadcrumb__item:not(:last-child) {
        padding-right: 30px;
    }
    .breadcrumb__item:not(:last-child)::after {
        width: 9px;
        height: 9px;
        background-size: contain;
    }
}

/*-------------- News -----------------*/
.news-list__item {
    border-radius: 16px;
    position: relative;
    height: 580px;
    margin-bottom: 20px;
    border: 1px transparent solid;
}

.news-list__link {
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
}

.news-list__item:hover {
    transition: all .2s cubic-bezier(0.18, 0.89, 0.32, 1.28);
    height: 630px;
    z-index: 1;
    width: 380px;
    position: absolute;
    right: -10px;
    background-color: #fff;
    box-shadow: 0 1px 10px rgb(138 191 232 / 99%);
}

.news-list__item:hover .news-list__head, .news-list__item:hover .news-list__text {
    padding: 0 40px;
	}

.news-list__img {
    height: 220px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

.news-list__head {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    color: #2972a6;
    text-align: center;
    margin-top: 32px;
    padding: 0 20px;
}

.news-list__text {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    color: #7f7f7f;
    margin-top: 30px;
    padding: 0 20px;
}

.news-list .btn {
    display: none;
    width: 220px;
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.news-list__item:hover .btn {
    display: block;
}

.news-detail__top {
    position: relative;
    padding-bottom: 120px;
}

.news-detail__top > .row{
    position: relative;
    z-index: 1;
}

.news-detail__img img {
    border-radius: 16px;
    max-width: 900px;
    margin-bottom: 28px;
    max-height: 100%;
}

.news-detail__text {
    max-width: 760px;
}

.news-detail .share {
    margin-top: 27px;
}

.news-detail__bg-img {
    position: absolute;
    bottom: 0;
    right: -250px;
    z-index: 0;
}

.news-detail__popular {
    margin-top: 25px;
    border-top: 5px dotted #7f7f7f;
    padding-top: 20px;
}

.other-news__head {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    color: #2972a6;
    border-bottom: 1px solid #436C89;
    padding-bottom: 13px;
    margin-bottom: 25px;
}

.other-news__list, .other-news__item {
    margin: 0;
    padding: 0;
    list-style: none;
}

.other-news__item {
    margin-bottom: 15px;
}

.other-news__item a {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    color: #7f7f7f;
}

@media (max-width: 1495px) {
    .news-detail__img img {
        max-width: 100%;
    }

    .news-list__item{
        height: 550px;
    }


.news-list__item:hover{ 

    height: 600px;
	right: 0px;
	width: auto;
}
.news-list__item:hover .news-list__head, .news-list__item:hover .news-list__text {
    padding: 0 30px;
	}


    .news-list__head,
    .news-list__text{
        margin-top: 25px;
    }

    .news-list__head{
        font-size: 21px;
        line-height: 26px;
    }

    .news-list__text{
        font-size: 17px;
        line-height: 23px;
    }

    .news-list .btn{
        bottom: 30px;
    }
}

@media (max-width: 1279px) {
    .news-list__item {
        height: 530px;
    }
	
	.news-list__item:hover{ 

    height: 570px;
}
	
    .news-list__head {
        font-size: 18px;
        line-height: 22px;
        margin-top: 20px;
    }
    .news-list__text {
        line-height: 24px;
        margin-top: 15px;
    }
    .news-list .btn {
        width: 180px;
        bottom: 40px;
    }
    .other-news__head {
        font-size: 18px;
        line-height: 24px;
        padding-bottom: 15px;
        margin-bottom: 23px;
    }
    .other-news__item {
        margin-bottom: 10px;
    }
    .other-news__item a {
        line-height: 24px;
    }
    .news-detail__text {
        margin-top: 30px;
    }
    .news-detail .share {
        margin-top: 38px;
    }
    .news-detail__top {
        padding-bottom: 10px;
    }
    .news-detail__bg-img {
        right: -40px;
        width: 440px;
    }
    .news-detail__popular {
        margin-top: 16px;
        border-width: 4px;
    }
    .news-detail__popular .news-list__item {
        height: 500px;
    }
    .news-detail__popular .news-list__text {
        font-size: 14px;
        line-height: 16px;
    }
    .news-detail__popular .news-list .row [class*='col-'] {
        display: none;
    }
    .news-detail__popular .news-list .row [class*='col-']:nth-child(-n+3) {
        display: block;
    }
}

@media (max-width: 991px) {
    .other-news__item a {
        font-size: 14px;
        line-height: 18px;
    }
    .news-detail__bg-img {
        right: 0;
        width: 250px;
    }
    .news-list__item {
        height: 500px;
    }
	
	.news-list__item:hover{ 

		height: 550px;
}
}

@media (max-width: 767px) {
    .news-list__item {
        height: auto;
		
    }
	
	.news-list__item:hover {
		 height: auto;
		z-index: 0;
		position: static;
	}
	
	
	
	.news-list__item:hover .news-list__head, .news-list__item:hover .news-list__text {
    padding: 0 20px;
	}
	
    .news-list__link {
        padding-bottom: 30px;
    }
    .news-list__img {
        height: 200px;
    }
    .news-list__head {
        font-size: 16px;
        line-height: 20px;
    }
    .news-list__text {
        font-size: 12px;
        line-height: 15px;
        margin-top: 20px;
    }
    .news-list .btn {
        display: block;
        position: static;
        text-align: left;
        width: 100%;
        height: auto;
        padding: 0 20px;
        border-radius: 0;
        background: transparent;
        color: #ec6f12;
        font-size: 12px;
        line-height: 15px;
    }
    .news-detail__text {
        margin-top: 18px;
    }
}

/*-------------- Search-page -----------------*/
.search-page {
    background: url(/local/templates/msbaby/img/bg-stork.png) repeat-y 100% 0;
    padding-top: 15px;
    position: relative;
    /*padding-bottom: 170px;*/
    padding-bottom: 70px;
    margin-bottom: -70px;
    min-height: 400px;
}

.search-page__item {
    margin-bottom: 77px;
}

.search-page__head {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    color: #2972a6;
}

.search-page__text {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    color: #7f7f7f;
    margin-top: 25px;
}

.search-page__link {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    color: #2972a6;
    margin-top: 15px;
}

.search-page__field{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.search-page__field input[type="submit"]{
    margin-left: 20px;
}

.paralax img{
    max-width: none;
}

.parallax-wrap{
    position: absolute;
    top: 0;
    right: -20px;
    width: 100%;
    z-index: 10;
}

/*.parallax {
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-perspective: 150px;
    perspective: 150px;
}
.parallax__group {
    position: relative;
    height: 100vh;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.parallax__layer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.parallax__layer--stork {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 4;
}
.parallax__layer--clouds {
    -webkit-transform: translateZ(-150px) scale(2);
    transform: translateZ(-150px) scale(2);
    z-index: 3;
}
.parallax__layer--stork-small {
    -webkit-transform: translateZ(-300px) scale(3);
    transform: translateZ(-300px) scale(3);
    z-index: 2;
}
.paralax__img{
    position: absolute;
    top: 0;
    right: 0;
}

.parallax__layer--stork .paralax__img{
    right: 525px;
}
.parallax__layer--stork-small .paralax__img{
    top: 450px;
    right: 325px;
}*/

@media (max-width: 1495px) {
    .search-page {
        background-size: 40%;
    }
    /*.paralax__img{
        max-width: 50%;
    }

    .parallax__layer--stork .paralax__img{
        right: 330px;
        max-width: 300px;
    }*/
}

@media (max-width: 1279px) {
    /*.search-page {
        background-size: 500px;
    }*/
    .search-page__head {
        font-size: 18px;
        line-height: 21px;
    }
    .search-page__text {
        line-height: 24px;
    }
}

@media (max-width: 991px) {
    .search-page {
        background: none;
    }

    .search-page__item {
        margin-bottom: 40px;
    }
    .search-page__head, .search-page__text, .search-page__link {
        font-size: 14px;
        line-height: 18px;
    }
    .search-page__text {
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .search-page__field{
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .search-page__field input[type="submit"],
    .search-page__field input[type="text"]{
        margin-left: 0;
        width: 100%;
    }

    .search-page__field input[type="submit"]{
        margin-top: 10px;
    }
}

/*-------------- Catalog -----------------*/
.filter {
    max-width: 320px;
}

.filter__item {
    margin-bottom: 25px;
}

.filter__head {
    font-style: normal;
    font-weight: bold;
    font-size: 21px;
    line-height: 24px;
    color: #2972a6;
    border-radius: 30px;
    min-height: 50px;
    background: #d3ebf6;
    padding: 12px 45px 12px 30px;
    position: relative;
    cursor: pointer;
}

.filter__head::after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 6px 0 6px;
    border-color: #2972a6 transparent transparent transparent;
    border-radius: 2px;
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.filter__item.open .filter__head::after {
    border-width: 0 6px 9px 6px;
    border-color: transparent transparent #2972a6 transparent;
}

.filter__head:hover {
    background: #2972a6;
    color: #fff;
}

.filter__head:hover::after {
    border-width: 9px 6px 0 6px;
    border-color: #fff transparent transparent transparent;
}

.filter__item.open .filter__head:hover::after {
    border-width: 0 6px 9px 6px;
    border-color: transparent transparent #fff transparent;
}

.for-mother .filter.js-filter .filter__item .filter__head{
	border: 1px solid #2972a6;
}

@media (max-width: 767px) {
	.for-mother .filter.js-filter .filter__item.filter__head{
		border: none;
	}
}

.filter__param {
    margin-bottom: 15px;
    padding-left: 30px;
}

.filter__list {
    margin-top: 25px;
    display: none;
}

.filter__btn {
    width: 100%;
    min-height: 50px;
    border-radius: 30px;
    border: 1px solid #2972a6;
    outline: none;
    padding: 12px 30px 10px 60px;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    color: #2972a6;
    text-align: left;
    text-decoration: none;
    background: #fff url(/local/templates/msbaby/img/ic-reset.svg) no-repeat 30px center;
    cursor: pointer;
    background-size: 20px 24px;
}

.filter__btn:hover {
    background: #2972a6 url(/local/templates/msbaby/img/ic-reset-white.svg) no-repeat 30px center;
    color: #fff;
    background-size: 20px 24px;
}

/*.desc-section {
    margin-bottom: 45px;
}
*/
.desc-section__img {
    border-radius: 16px;
}

.desc-section__text {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    color: #2972a6;
    /*margin-top: 18px;*/
    min-height: 205px;
}

.desc-section__text .banner {
	width: 100%;
	margin: 0 0 15px;
	border-radius: 2.5rem;
}

.catalog-main__content {
    margin-top: -173px;
}

.catalog-list__item {
    display: block;
    margin-bottom: 5px;
    /*padding: 23px 25px 20px;*/
    padding: 22px 24px 19px;
    text-decoration: none;
    min-height: 340px;
    border-radius: 16px;
    border:1px transparent solid;
}

.catalog-list__img {
    width: 100%;
	text-align: center;
    /*height: 240px;*/
    /*background-repeat: no-repeat;*/
    /*background-position: center;*/
   /* background-size: contain;*/
    position: relative;
}

.catalog-list__img img {
	border-radius: 16px;
	max-height: 230px;
}

.catalog-list__name {
    font-style: normal;
    font-weight: bold;
    font-size: 21px;
    line-height: 24px;
    color: #2972a6;
    text-align: center;
    margin-top: 15px;
}

.catalog-list__item:hover {
    border: 1px solid #8ABFE8;
    border-radius:16px;
}

.catalog-list__item:hover .catalog-list__img-wrap {
    background: url(/local/templates/msbaby/img/bg-foam.png) no-repeat center;
    background-size: contain;
}

.catalog-list .pager {
    margin-top: 50px;
    margin-bottom: 45px;
}

.catalog-detail {
    margin-top: 38px;
}
/*
.catalog-detail__head{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
*/

.catalog-detail__head{
    white-space: nowrap;
}

.catalog-detail__head h1,
.catalog-detail__head-icon{
    vertical-align: middle;
}

.catalog-detail__head h1{
    white-space: normal;
    padding-right: 120px;
}

.catalog-detail__head-icon{
    margin-left: -120px;
}

.catalog-detail__img {
    text-align: center;
    position: relative;
}

.product-item-detail-slider-image{
    height: 340px;
}

.catalog-detail__img-bg{
    display: block;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
}

.catalog-detail__img img{
    position: relative;
    z-index: 2;
}

.catalog-detail h1 {
    margin-top: 16px;
    position: relative;
}

.catalog-detail__content {
    position: relative;
}

.catalog-detail__content-img {
    position: absolute;
    top: -105px;
    right: 0;
}

.catalog-detail .tabs-page {
    margin-top: 48px;
}

.catalog-detail__other {
    border-top: 5px dotted #7f7f7f;
    margin-top: 55px;
    padding-top: 35px;
}

.catalog-detail__other .catalog-list {
    margin-top: 55px;
}

.catalog-detail__advise {
    border-top: 5px dotted #7f7f7f;
    margin-top: 37px;
    padding-top: 35px;
}

.catalog-detail .advise-list {
    margin-top: 57px;
}

.buy-online {
    margin-top: 55px;
}

.buy-online__head {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    color: #2972a6;
}

.buy-online__list, .buy-online__item {
    margin: 0;
    padding: 0;
    list-style: none;
}

.buy-online__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 23px;
}

.buy-online__item a {
    display: inline-block;
    text-align: center;
    min-width: 220px;
    height: 50px;
    border-radius: 25px;
    border: 1px solid #2972a6;
    padding: 0 20px;
}

.buy-online__item:not(:last-child) {
    margin-right: 20px;
}

.buy-online__item {
    margin-bottom: 10px;
}

.buy-online__item a:hover {
    background: #d3ebf6;
}

.buy-online__item img {
    max-height: 100%;
}

.advise-list__item {
    display: block;
    border: 1px transparent solid;
    border-radius: 16px;
    position: relative;
    min-height: 340px;
    text-decoration: none;
}

.advise-list__item:hover {
    /*-webkit-box-shadow: 0px 5px 10px rgba(67, 108, 137, 0.3);
    box-shadow: 0px 5px 10px rgba(67, 108, 137, 0.3);*/
    border-color: #8ABFE8;
}

.advise-list__img {
    height: 220px;
    /*border-top-left-radius: 16px;*/
    /*border-top-right-radius: 16px;*/
    /*background-repeat: no-repeat;*/
    /*background-position: center top;*/
    /*background-size: cover;*/
}

.advise-list__img > img {
	border-radius: 16px;
	width: auto!important;
	margin: auto;
	height: 100%;
}

.advise-list__name {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    color: #2972a6;
    text-align: center;
    margin-top: 40px;
    padding: 0 20px;
    padding-top: 10px;
}

@media (max-width: 1495px) {
    .advise-list__name{
        font-size: 21px;
        line-height: 24px;
    }

    .desc-section__text{
        font-size: 17px;
    }
}

@media (max-width: 1279px) {
    .filter__head {
        font-size: 18px;
        min-height: 40px;
        padding: 5px 40px 5px 20px;
    }
    .filter__head::after {
        right: 20px;
    }
    .filter__list {
        margin-top: 27px;
    }
    .filter__btn {
        min-height: 40px;
        padding: 8px 30px 8px 60px;
    }
    .desc-section__text {
        line-height: 24px;
    }
    .catalog-list__item {
        min-height: 300px;
        margin-bottom: 10px;
    }
    .catalog-list__name {
        font-size: 18px;
        line-height: 21px;
        margin-top: 17px;
    }
    .catalog-list__img {
        /*height: 205px;*/
    }
    .catalog-detail {
        margin-top: -15px;
    }
    .catalog-detail__head-icon{
        max-width: 80px;
    }
    .catalog-detail__head-icon{
        margin-left: -80px;
    }
    .catalog-detail__head h1{
        padding-right: 80px;
    }
    .catalog-detail__content-img {
        top: -92px;
        right: 47px;
        width: 180px;
    }
    .catalog-detail h1 {
        margin-top: 5px;
    }
    .catalog-detail .tabs-page {
        margin-top: 33px;
        max-width: 100%;
    }
    .catalog-detail .reviews {
        margin-top: 40px;
    }
    .catalog-detail__other {
        margin-top: 107px;
        border-width: 4px;
        padding-top: 20px;
    }
    .catalog-detail__advise {
        margin-top: 20px;
        border-width: 4px;
        padding-top: 20px;
    }
    .catalog-detail .catalog-list {
        margin-top: 38px;
    }
    .catalog-detail .catalog-list .row [class*='col-'] {
        display: none;
    }
    .catalog-detail .catalog-list .row [class*='col-']:nth-child(-n+3) {
        display: block;
    }
    .catalog-detail .advise-list {
        margin-top: 38px;
    }
    .catalog-detail .advise-list .row [class*='col-'] {
        display: none;
    }
    .catalog-detail .advise-list .row [class*='col-']:nth-child(-n+3) {
        display: block;
    }
    .advise-list__item {
        min-height: 300px;
    }
    .advise-list__name {
        font-size: 18px;
        line-height: 21px;
        margin-top: 35px;
    }
    .advise-list__img {
        height: 200px;
    }
    .buy-online__item a {
        min-width: 190px;
        height: 40px;
        padding: 0 10px;
    }
    .buy-online__item:not(:last-child) {
        margin-right: 25px;
    }
    .catalog-detail__img-bg{
        width: 200px;
        height: 200px;
    }
    .catalog-main__content {
        margin-top: -145px;
    }
}

@media (max-width: 991px) {
    .catalog-detail__img-bg {
        width: 160px;
        height: 160px;
    }
}

@media (max-width: 767px) {
    .filter {
        max-width: 100%;
        margin-bottom: 35px;
    }
    .filter__head {
        font-size: 12px;
        line-height: 15px;
        min-height: 30px;
        padding: 7px 25px 7px 15px;
    }
    .filter__head::after {
        right: 15px;
        border-radius: 1px;
    }
    .filter__head::after, .filter__head:hover::after {
        border-width: 5px 3px 0 3px;
    }
    .filter__item.open .filter__head:hover::after,
    .filter__item.open .filter__head::after {
        border-width: 0 3px 5px 3px;
    }
    .filter__item {
        margin-bottom: 10px;
    }
    .filter__list {
        margin-top: 13px;
        padding-left: 10px;
    }
    .filter__param {
        padding-left: 0;
        margin-bottom: 5px;
    }
    .filter__btn {
        min-height: 30px;
        padding: 6px 15px 5px 38px;
        font-size: 12px;
        line-height: 15px;
    }
    .filter__btn, .filter__btn:hover {
        background-size: 15px;
        background-position: 15px center;
    }
    .desc-section {
        margin-bottom: 35px;
    }
    .desc-section__text {
        font-size: 12px;
        line-height: 15px;
    }
    .desc-section__img {
        border-radius: 8px;
    }
    .catalog-list__item {
        padding: 10px;
        min-height: auto;
    }
    .catalog-list__name {
        font-size: 12px;
        line-height: 15px;
        font-weight: normal;
    }
    .catalog-list__img {
        /*height: 160px;*/
    }
    .product-item-detail-slider-image{
        height: auto;
    }
    .catalog-detail {
        margin-top: 20px;
    }
    .catalog-detail__content-img {
        display: none;
    }
    .catalog-detail__img img {
        max-width: 220px;
    }
    .catalog-detail .tabs-page {
        margin-top: 20px;
    }
    .catalog-detail .reviews {
        margin-top: 18px;
    }
    .buy-online {
        margin-top: 20px;
    }
    .buy-online__head {
        font-size: 12px;
        line-height: 15px;
    }
    .buy-online__item a {
        min-width: 128px;
        height: 30px;
    }
    .buy-online__list {
        margin-top: 14px;
    }
    .buy-online__item:not(:last-child) {
        margin-right: 20px;
    }
    .catalog-detail__img-bg {
        width: 200px;
        height: 200px;
    }
    .catalog-main__content {
        margin-top: 0;
    }
}

@media (max-width: 420px) {
    .buy-online__item {
        width: calc(50% - 10px);
    }
    .buy-online__item a {
        width: 100%;
        padding: 0 5px;
    }
    .buy-online__item:nth-child(2n) {
        margin-right: 0;
    }
}

/*-------------- Pager -----------------*/
.pager,
.pager__item{
    margin: 0;
    padding: 0;
    list-style: none;
}

.pager {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    color: #2972a6;
    text-align: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pager__item.current {
    color: #ec6f12;
    text-decoration: none;
}

.pager__item:not(:last-child) {
    margin-right: 17px;
}

@media (max-width: 767px) {
    .pager {
        font-size: 12px;
        line-height: 15px;
    }
    __item:not(:last-child) {
        margin-right: 22px;
    }
}

/*-------------- Tabs-page -----------------*/
.tabs-page {
    max-width: 945px;
}

.tabs-page__list, .tabs-page__item {
    margin: 0;
    padding: 0;
    list-style: none;
}

.tabs-page__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.tabs-page__link {
    display: inline-block;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    color: #2972a6;
    text-decoration: none;
    text-align: center;
    min-width: 220px;
    white-space: nowrap;
    height: 50px;
    border-radius: 25px;
    border: 1px solid #2972a6;
    padding: 13px 20px;
}

.tabs-page__item:not(:last-child) {
    margin-right: 15px;
}

.tabs-page__item {
    margin-bottom: 10px;
}

.tabs-page__item.active .tabs-page__link,
.tabs-page__link:hover {
    background: #d3ebf6;
}

.tabs-page__content {
    margin-top: 50px;
}

/*.tabs-page__content-item {
    display: none;
}*/

.tabs-page p {
    line-height: 21px;
    padding: 10px 0;
}

@media (max-width: 1495px) {
    .tabs-page__link{
        min-width: 215px;
    }
}

@media (max-width: 1279px) {
    .tabs-page {
        font-size: 14px;
        line-height: 16px;
    }
    .tabs-page__content {
        margin-top: 20px;
    }
    .tabs-page__link {
        height: 40px;
        font-size: 14px;
        line-height: 18px;
        min-width: 160px;
        padding: 10px;
    }
    .tabs-page p {
        font-size: 14px;
        line-height: 16px;
    }
}

@media (max-width: 767px) {
    .tabs-page {
        font-size: 12px;
        line-height: 15px;
    }
    .tabs-page__content {
        margin-top: 4px;
    }
    .tabs-page__link {
        height: 30px;
        font-size: 8px;
        line-height: 15px;
        min-width: 130px;
        padding: 5px;
    }
    .tabs-page p {
        font-size: 12px;
        line-height: 15px;
        padding: 7px 0;
    }
}

@media (max-width: 420px) {
    .tabs-page__item:nth-child(2n) {
        margin-right: 0;
    }
}

/*-------------- Reviews -----------------*/
.reviews__item {
    margin-bottom: 20px;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    color: #7f7f7f;
}

.reviews__author {
    font-weight: bold;
    color: #2972a6;
}

.reviews__text {
    margin-top: 10px;
}

.reviews__link {
    margin-top: 22px;
}

@media (max-width: 1279px) {
    .reviews__item {
        margin-bottom: 40px;
        font-size: 14px;
        line-height: 16px;
    }
}

@media (max-width: 767px) {
    .reviews__item {
        font-size: 12px;
        line-height: 15px;
    }
    .reviews__text {
        margin-top: 15px;
    }
    .reviews__link {
        margin-top: 15px;
    }
}

.catalog-detail .bx-catalog-tab-list{
    display: none;
}

.blog-comment,
.blog-comment-content{
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    color: #7f7f7f;
}

.blog-comment{
    padding: 0;
    margin-bottom: 20px;
}

div.blog-comment .blog-author{
    font-weight: bold;
    color: #2972a6;
}

div.blog-comment .blog-comment-date{
    color: #7f7f7f;
}

.blog-comment-content{
    margin-top: 10px;
}

.blog-comment-line{
    display: none;
}

.blog-post-tag a,
.blog-comment-meta a,
.blog-mainpage-meta a{
    color: #368cc9 !important;
}

@media (max-width: 1279px) {
    .blog-comment {
        margin-bottom: 40px;
    }

    .blog-comment,
    .blog-comment-content{
        font-size: 14px;
        line-height: 16px;
    }
}

@media (max-width: 767px) {
    .blog-comment,
    .blog-comment-content{
        font-size: 12px;
        line-height: 15px;
    }

    .blog-comment-content{
        margin-top: 15px;
    }
}

/*-------------- For-mother -----------------*/
.for-mother {
    /* background: #d3ebf6 url(/local/templates/msbaby/img/bg-cloud3.png) no-repeat center top; */
	padding-bottom: 100px;
}

.mother-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}

.mother-filter__item {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    margin-bottom: 30px;
}

.mother-filter input[type="radio"]{
    display: none;
}

.mother-filter__text {
    display: inline-block;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    color: #2972a6;
    text-decoration: none;
    text-align: center;
    min-width: 220px;
    white-space: nowrap;
    height: 50px;
    border-radius: 25px;
    border: 1px solid #2972a6;
    padding: 13px 55px;
    cursor: pointer;
}

.mother-filter__item:not(:last-child) {
    margin-right: 40px;
}

.mother-filter input[type=radio]:checked + .mother-filter__text,
.mother-filter__text:hover {
    background: #d3ebf6;
}

.mother-filter__img {
    position: absolute;
    left: -15px;
    top: -20px;
}

.mother-list {
    margin-top: 170px;
    margin-bottom: -70px;
}

.mother-list__item {
    background: #fff;
    border-radius: 16px;
    margin-bottom: 20px;
}

.mother-list__img {
    height: 230px;
	text-align: center;
    /*border-top-left-radius: 16px;*/
    /*border-top-right-radius: 16px;*/
    /*background-repeat: no-repeat;*/
    /*background-position: center top;*/
    /*background-size: cover;*/
}

.mother-list__img img {
	border-top-left-radius: 16px;
    border-top-right-radius: 16px;
	height: 100%;
	object-fit: cover;
}

.mother-list__label {
    position: absolute;
    top: 15px;
    right: 25px;
}

.mother-list__content {
    padding: 20px 27px 47px;
}

.mother-list__head {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    color: #2972a6;
    text-align: center;
}

.mother-list__head a {
	min-height: 78px;
	line-height: inherit;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -moz-box;
	-moz-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	line-clamp: 3;
	box-orient: vertical;
}

.mother-list__text {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    color: #7f7f7f;
    margin-top: 32px;
}
.mother-list__content .mother-list__text .mother-list__text-link{
    color: #7f7f7f;
    text-decoration: none;
}
.mother-list__content .mother-list__head a{
    color: #2972a6;
    text-decoration: none;
}


.mother-list__more {
    color: #ec6f12;
}

.mother-list .pager {
    padding-top: 45px;
    padding-bottom: 110px;
}

@media (max-width: 1495px) {
    .mother-filter__item a {
        padding-left: 50px;
        padding-right: 50px;
    }

    .mother-list__head{
        font-size: 21px;
        line-height: 26px;
    }

    .mother-list__text{
        font-size: 17px;
        line-height: 23px;
    }

    .mother-filter__item:not(:last-child) {
        margin-right: 30px;
    }
}

@media (max-width: 1279px) {
    .mother-filter__item a {
        height: 40px;
        min-width: 160px;
        padding: 8px 30px;
        font-size: 14px;
    }
    .mother-filter__img {
        left: -22px;
        top: -13px;
        width: 47px;
    }
    .mother-list {
        margin-top: 90px;
    }
    .mother-list__img {
        height: 220px;
    }
    .mother-list__label {
        top: 10px;
        right: 20px;
        width: 60px;
    }
    .mother-list__content {
        padding: 18px 20px 40px;
    }
    .mother-list__head {
        font-size: 18px;
        line-height: 21px;
    }
    .mother-list__text {
        font-size: 18px;
        line-height: 24px;
        margin-top: 18px;
    }
}

@media (max-width: 991px) {
    .mother-list__text {
        font-size: 14px;
        line-height: 18px;
    }
}

@media (max-width: 767px) {
    .for-mother {
        background: #fff;
    }
    .mother-filter__item {
        width: 100%;
    }
    .mother-filter .mother-filter__item:not(:last-child) {
        margin-right: 0;
    }
    .mother-filter__item a {
        height: 30px;
        width: 100%;
        padding: 5px 20px;
        font-size: 12px;
        line-height: 15px;
    }
    .mother-filter__img {
        left: -12px;
        top: -11px;
        width: 40px;
    }
    .mother-list {
        margin-top: 0;
    }
/*    .mother-list__item {
        -webkit-box-shadow: 0px 5px 5px rgba(67, 108, 137, 0.15);
        box-shadow: 0px 5px 5px rgba(67, 108, 137, 0.15);
    }*/
    .mother-list__img {
        height: 200px;
    }
    .mother-list__label {
        width: 53px;
    }
    .mother-list__content {
        /*padding: 18px 20px 30px;*/
        padding: 18px 0 30px;
    }
    .mother-list__head {
        font-size: 16px;
        line-height: 20px;
    }
	.mother-list__head a {
		min-height: unset;
	}
    .mother-list__text {
        font-size: 12px;
        line-height: 15px;
        margin-top: 20px;
    }
    /* .mother-detail .share {
        display: none;
    } */
    .mother-filter__text{
        font-size: 14px;
        width: 100%;
        height: 40px;
        padding: 0 45px;
        line-height: 38px;
    }
}

/*-------------- Rule -----------------*/
.rule {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 40px;
    margin-bottom: 86px;
}

.rule__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 725px;
    height: 360px;
    position: relative;
}

.rule__item--one {
    background: url(/upload/content/cloud1.png) no-repeat center top;
    background-size: contain;
}

.rule__item--two {
    background: url(/upload/content/cloud2.png) no-repeat center top;
    background-size: contain;
    width: 745px;
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin-top: -52px;
}

.rule__item--three {
    background: url(/upload/content/cloud3.png) no-repeat center top;
    background-size: contain;
    margin-top: -42px;
    margin-left: 42px;
}

.rule__item--four {
    background: url(/upload/content/cloud1.png) no-repeat center top;
    background-size: contain;
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin-top: 21px;
    margin-right: 55px;
}

.rule__item--five {
    background: url(/upload/content/cloud2.png) no-repeat center top;
    background-size: contain;
    width: 745px;
    margin-top: -18px;
    margin-left: 78px;
}
.rule__item--six {
    background: url(/upload/content/cloud1.png) no-repeat center top;
    background-size: contain;
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin-top: 21px;
    margin-right: 55px;
}
.rule__item--seven {
    background: url(/upload/content/cloud2.png) no-repeat center top;
    background-size: contain;
    width: 745px;
    margin-top: -18px;
    margin-left: 78px;
}
.rule__item--one::after {
    content: '';
    display: block;
    width: 562px;
    height: 578px;
    background: url(/upload/content/step-line1.png) no-repeat center;
    background-size: contain;
    position: absolute;
    top: -41px;
    left: 682px;
}

.rule__item--two::after {
    content: '';
    display: block;
    width: 505px;
    height: 324px;
    background: url(/upload/content/step-line2.png) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 142px;
    left: -485px;
}

.rule__item--three::after {
    content: '';
    display: block;
    width: 393px;
    height: 430px;
    background: url(/upload/content/step-line3.png) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 114px;
    left: 707px;
}

.rule__item--four::after {
    content: '';
    display: block;
    width: 585px;
    height: 357px;
    background: url(/upload/content/step-line4.png) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 85px;
    left: -560px;
}
.rule--buble .rule__item--five::after{
    content: '';
    display: inline-block;
    width: 304px;
    height: 275px;
    background-image: url(/local/templates/msbaby/img/buble-step5.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
}
.rule--buble .rule__item--six::after {
    content: '';
    display: block;
    width: 585px;
    height: 357px;
    background: url(/upload/content/step-line4.png) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 85px;
    left: -560px;
}
.rule--buble .rule__item--seven::after{
    content: '';
    display: inline-block;
    width: 304px;
    height: 275px;
    background-image: url(/local/templates/msbaby/img/buble-step5.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
}
.rule__text {
    width: 360px;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    color: #2972a6;
    margin-right: 50px;
}
.rule__img {
    padding-left: 75px;
}

.rule__item--one .rule__img {
    margin-top: -35px;
}

.rule__item--one .rule__text {
    margin-top: -23px;
}

.rule__item--two .rule__img {
    padding-left: 105px;
    margin-top: 32px;
}

.rule__item--two .rule__text {
    margin-top: -20px;
}

.rule__item--three .rule__img {
    padding-left: 105px;
    margin-top: 32px;
}

.rule__item--three .rule__text {
    margin-top: 15px;
}

.rule__item--four .rule__img {
    padding-left: 45px;
    margin-top: -38px;
}

.rule__item--four .rule__text {
    margin-top: -36px;
    margin-right: 68px;
}

.rule__item--five .rule__img {
    padding-left: 105px;
    margin-top: -5px;
}

.rule__item--five .rule__text {
    margin-top: -25px;
    margin-right: 46px;
}
.rule__item--six .rule__img {
    padding-left: 45px;
    margin-top: -38px;
}

.rule__item--six .rule__text {
    margin-top: -36px;
    margin-right: 68px;
}

.rule__item--seven .rule__img {
    padding-left: 105px;
    margin-top: -5px;
}

.rule__item--seven .rule__text {
    margin-top: -25px;
    margin-right: 46px;
}

.rule--buble .rule__item--one .rule__text{width: calc(100% - 220px);}
.rule--buble .rule__item--two .rule__img{margin-top: -25px;}
.rule--buble .rule__item--two .rule__text{width: calc(100% - 285px);}
.rule--buble .rule__item--three .rule__text{width: calc(100% - 295px);}
.rule--buble .rule__item--four .rule__img{padding-left: 80px;}
.rule--buble .rule__item--four .rule__text{width: calc(100% - 310px);}
.rule--buble .rule__item--five .rule__text{width: calc(100% - 300px);}
.rule--buble .rule__item--six .rule__img{padding-left: 80px;}
.rule--buble .rule__item--six .rule__text{width: calc(100% - 310px);}
.rule--buble .rule__item--seven .rule__text{width: calc(100% - 300px);}



.rule--buble .rule__item--one .rule__text--no__img, .rule--buble .rule__item--two .rule__text--no__img, .rule--buble .rule__item--three .rule__text--no__img, .rule--buble .rule__item--four .rule__text--no__img, .rule--buble .rule__item--five .rule__text--no__img, .rule--buble .rule__item--six .rule__text--no__img, .rule--buble .rule__item--seven .rule__text--no__img{width: calc(100%);}







.rule--buble .rule__item--one::after, .rule--buble .rule__item--six::after{
    display: none;
}

.rule--buble .rule__item--two::after{
    width: 172px;
    height: 252px;
    background-image: url(/local/templates/msbaby/img/buble-step2.png);
}

.rule--buble .rule__item--three::after{
    width: 253px;
    height: 172px;
    background-image: url(/local/templates/msbaby/img/buble-step3.png);
}

.rule--buble .rule__item--four::after{
    width: 252px;
    height: 171px;
    background-image: url(/local/templates/msbaby/img/buble-step4.png);
}

.rule--buble .rule__item--two::after,
.rule--buble .rule__item--three::after,
.rule--buble .rule__item--four::after,
.rule--buble .rule__item--five::after,
.rule--buble .rule__item--six::after,
.rule--buble .rule__item--seven::after{
    left: 0;
    right: 0;
    margin: 0 auto;
    top: auto;
    bottom: 100%;
    margin-bottom: 40px;
}


.rule--pink .rule__item--one{background-image: url(/local/templates/msbaby/img/cloud1-pink.png);}
.rule--pink .rule__item--two{background-image: url(/local/templates/msbaby/img/cloud2-pink.png);}
.rule--pink .rule__item--three{background-image: url(/local/templates/msbaby/img/cloud3-pink.png);}
.rule--pink .rule__item--four{background-image: url(/local/templates/msbaby/img/cloud1-pink.png);}
.rule--pink .rule__item--five{background-image: url(/local/templates/msbaby/img/cloud2-pink.png);}
.rule--pink .rule__item--six{background-image: url(/local/templates/msbaby/img/cloud1-pink.png);}
.rule--pink .rule__item--seven{background-image: url(/local/templates/msbaby/img/cloud2-pink.png);}

.rule--pink.rule--buble .rule__item--two::after{background-image: url(/local/templates/msbaby/img/buble-step2-pink.png);}
.rule--pink.rule--buble .rule__item--three::after{background-image: url(/local/templates/msbaby/img/buble-step2-pink.png);}
.rule--pink.rule--buble .rule__item--four::after{background-image: url(/local/templates/msbaby/img/buble-step2-pink.png);}
.rule--pink.rule--buble .rule__item--five::after{background-image: url(/local/templates/msbaby/img/buble-step2-pink.png);}
.rule--pink.rule--buble .rule__item--six::after{background-image: url(/local/templates/msbaby/img/buble-step2-pink.png);}
.rule--pink.rule--buble .rule__item--seven::after{background-image: url(/local/templates/msbaby/img/buble-step2-pink.png);}

.rule--green .rule__item--one {background-image: url(/upload/content/articles/gotovim-malyshu-vannu/oblako1.png);}
.rule--green .rule__item--two {background-image: url(/upload/content/articles/gotovim-malyshu-vannu/oblako2.png);}
.rule--green .rule__item--three {background-image: url(/upload/content/articles/gotovim-malyshu-vannu/oblako3.png);}
.rule--green .rule__item--four {background-image: url(/upload/content/articles/gotovim-malyshu-vannu/oblako4.png);}
.rule--green .rule__item--five {background-image: url(/upload/content/articles/gotovim-malyshu-vannu/oblako5.png);}
.rule--green .rule__item--six {background-image: url(/upload/content/articles/gotovim-malyshu-vannu/oblako6.png);}
.rule--green .rule__item--seven {background-image: url(/upload/content/articles/gotovim-malyshu-vannu/oblako7.png);}


.rule--green.rule--buble .rule__item--two::after{background-image: url(/upload/content/articles/gotovim-malyshu-vannu/puzyri1.png);}
.rule--green.rule--buble .rule__item--three::after{background-image: url(/upload/content/articles/gotovim-malyshu-vannu/puzyri2.png);}
.rule--green.rule--buble .rule__item--four::after{background-image: url(/upload/content/articles/gotovim-malyshu-vannu/puzyri3.png);}
.rule--green.rule--buble .rule__item--five::after{background-image: url(/upload/content/articles/gotovim-malyshu-vannu/puzyri4.png);}
.rule--green.rule--buble .rule__item--seven::after{background-image: url(/upload/content/articles/gotovim-malyshu-vannu/puzyri6.png);}

.rule--green .rule__text{
    color: #f7931e;
}
.rule.rule--buble.rule--green{
    margin-bottom: 0;
}
.rule--buble.rule--green .rule__item--one .rule__img{
    margin-right: 10px;
}
.rule--buble.rule--green .rule__item--two .rule__img{
    margin-top:12px;
}
.rule--buble.rule--green .rule__item--three .rule__img{
    margin-top: -20px;
}
.rule--buble.rule--green .rule__item--three .rule__text{
    margin-bottom: 30px;
}
.rule--buble.rule--green .rule__item--four .rule__img{
    margin-top: 0px;
}
.rule--buble.rule--green .rule__item--four .rule__text{
    margin-bottom: 0px;
}
.rule--buble.rule--green .rule__item--six .rule__img{
    margin-top: 0px;
}
.rule--buble.rule--green .rule__item--six .rule__text{
    margin-bottom: 0px;
    margin-right: 80px;
}

@media (max-width: 1495px) {
    .rule--buble .rule__item--five::after{
        margin-right: 300px;
    }
}

@media (max-width: 1279px) {
    .rule {
        margin-top: 0;
    }
    .rule__item--one {
        width: 538px;
        height: 265px;
    }
    .rule__item--two {
        width: 544px;
        height: 260px;
        margin-top: 15px;
    }
    .rule__item--three {
        width: 550px;
        height: 270px;
        margin-top: 16px;
        margin-left: 0;
    }
    .rule__item--four {
        width: 516px;
        height: 253px;
        margin-top: 0;
        margin-right: 0;
    }
    .rule__item--five {
        width: 534px;
        height: 255px;
        margin-top: 10px;
        margin-left: 5px;
    }
    .rule__item--six {
        width: 516px;
        height: 253px;
        margin-top: 0;
        margin-right: 0;
    }
    .rule__item--seven {
        width: 534px;
        height: 255px;
        margin-top: 10px;
        margin-left: 5px;
    }
    .rule__img {
        padding-left: 0;
        margin-left: 55px;
        max-width: 150px;
    }
    .rule__text {
        font-size: 14px;
        line-height: 16px;
        margin-right: 35px;
        width: 268px;
    }
    .rule__item--one .rule__img {
        margin-top: -22px;
    }
    .rule__item--two .rule__img {
        padding-left: 0;
        margin-top: 32px;
        margin-left: 70px;
    }
    .rule__item--three .rule__img {
        padding-left: 0;
        margin-top: 32px;
        margin-left: 77px;
        max-width: 130px;
    }
    .rule__item--four .rule__img {
        padding-left: 0;
        margin-top: -38px;
        margin-left: 35px;
    }
    .rule__item--five .rule__img {
        padding-left: 0;
        margin-top: 3px;
        margin-left: 81px;
        max-width: 140px;
    }
    .rule__item--six .rule__img {
        padding-left: 0;
        margin-top: -38px;
        margin-left: 35px;
    }
    .rule__item--seven .rule__img {
        padding-left: 0;
        margin-top: 3px;
        margin-left: 81px;
        max-width: 140px;
    }
    .rule__item--one::after {
        width: 378px;
        height: 362px;
        top: -3px;
        left: 494px;
    }
    .rule__item--two::after {
        width: 303px;
        height: 194px;
        top: 110px;
        left: -287px;
    }
    .rule__item--three::after {
        width: 273px;
        height: 300px;
        top: 53px;
        left: 490px;
    }
    .rule__item--four::after {
        width: 404px;
        height: 259px;
        top: 44px;
        left: -378px;
    }
    .rule__item--one .rule__text {
        margin-top: -15px;
    }
    .rule__item--two .rule__text {
        margin-top: -10px;
    }
    .rule__item--three .rule__text {
        margin-top: 33px;
        margin-right: 48px;
    }
    .rule__item--four .rule__text {
        margin-top: -30px;
        margin-right: 45px;
    }
    .rule__item--five .rule__text {
        margin-top: -17px;
        margin-right: 29px;
    }
    .rule__item--six .rule__text {
        margin-top: -30px;
        margin-right: 45px;
    }
    .rule__item--seven .rule__text {
        margin-top: -17px;
        margin-right: 29px;
    }

    .rule--buble .rule__item--one .rule__text{width: calc(100% - 180px);}
    .rule--buble .rule__item--two .rule__img{margin-top: 0;}
    .rule--buble .rule__item--two .rule__text{width: calc(100% - 230px); margin-top: 0;}
    .rule--buble .rule__item--three .rule__text{width: calc(100% - 250px); margin-top: 15px;}
    .rule--buble .rule__item--four .rule__img{padding-left: 40px;}
    .rule--buble .rule__item--four .rule__text{width: calc(100% - 245px);}
    .rule--buble .rule__item--five .rule__text{width: calc(100% - 255px);}
    .rule--buble .rule__item--six .rule__img{padding-left: 40px; padding-right: 10px;}
    .rule--buble .rule__item--six .rule__text{width: calc(100% - 245px);}
    .rule--buble .rule__item--seven .rule__text{width: calc(100% - 255px);}

    .rule--buble .rule__item--two::after{width: 100px;height: 147px;}
    .rule--buble .rule__item--three::after{width: 200px;height: 136px;}
    .rule--buble .rule__item--four::after{width: 200px;height: 136px;}
    .rule--buble .rule__item--five::after{width: 221px;height: 200px; margin-right: 150px;}
    .rule--buble .rule__item--six::after{width: 200px;height: 136px;}
    .rule--buble .rule__item--seven::after{width: 221px;height: 200px; margin-right: 150px;}

}
@media (max-width: 991px) {
    .rule__item::after {
        width: 50px;
        height: 100px;
        top: calc(100% - 23px);
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .rule__item--one::after {
        background: url(/upload/content/step-line1-small.png) no-repeat center top;
        background-size: auto;
    }
    .rule__item--two::after {
        background: url(/upload/content/step-line2-small.png) no-repeat center top;
        background-size: auto;
    }
    .rule__item--three::after {
        background: url(/upload/content/step-line3-small.png) no-repeat center top;
        background-size: auto;
    }
    .rule__item--four::after {
        background: url(/upload/content/step-line4-small.png) no-repeat center top;
        background-size: auto;
    }

    .rule--buble .rule__item::after{
        display: none;
    }
    .rule--buble.rule--green .rule__item--six .rule__text{
    margin-right: 40px;
}
}

@media (max-width: 767px) {
    .rule {
        margin: 8px auto 0;
        max-width: 420px;
    }
    .rule__item {
        margin: 0;
        margin-bottom: 27px;
    }
    .rule__item--one, .rule__item--two, .rule__item--three, .rule__item--four, .rule__item--five, .rule__item--six, .rule__item--seven {
        width: 300px;
        height: 150px;
    }
    .rule__img {
        margin-left: 33px;
        max-width: 75px;
    }
    .rule__item--one .rule__img,
    .rule__item--two .rule__img,
    .rule__item--three .rule__img,
    .rule__item--four .rule__img,
    .rule__item--five .rule__img,
    .rule__item--six .rule__img,
    .rule__item--seven .rule__img {
        margin-left: 33px;
    }
    .rule__item--one .rule__img {
        margin-top: -12px;
    }
    .rule__item--two .rule__img {
        margin-top: 0;
    }
    .rule__item--three .rule__img {
        margin-top: 3px;
        max-width: 70px;
    }
    .rule__item--five .rule__img {
        margin-top: -4px;
        max-width: 75px;
    }
    .rule__item--six .rule__img {
        margin-top: 0;
    }
    .rule__item--seven .rule__img {
        margin-top: -4px;
        max-width: 75px;
    }
    .rule__text {
        font-size: 8px;
        line-height: 12px;
        margin-right: 20px;
        width: 160px;
    }
    .rule__item--two .rule__text {
        margin-top: -7px;
    }
    .rule__item--three .rule__text {
        margin-top: -4px;
        margin-right: 20px;
    }
    .rule__item--four .rule__text {
        margin-top: -18px;
        margin-right: 20px;
    }
    .rule__item--five .rule__text {
        margin-right: 20px;
    }
    .rule__item--six .rule__text {
        margin-top: -18px;
        margin-right: 20px;
    }
    .rule__item--seven .rule__text {
        margin-right: 20px;
    }
    .rule__item::after {
        width: 50px;
        height: 100px;
        top: 135px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .rule--buble .rule__img img{
        max-width: 75px;
        max-height: 75px;
    }

    .rule--buble .rule__item--one img,
    .rule--buble .rule__item--two img{
        height: 60px;
    }

    .rule--buble .rule__item .rule__text{
        width: calc(100% - 100px);
    }

    .rule--buble .rule__item--four .rule__img{
        padding-left: 0;
        margin-left: 20px;
    }

}

@media (max-width: 380px) {
    .rule {
        margin-left: -10px;
    }
}

/*-------------- Partner -----------------*/
.partner-filter__item {
    margin-bottom: 20px;
}

.partner-filter__item a {
    display: inline-block;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    color: #2972a6;
    text-decoration: none;
    text-align: center;
    width: 100%;
    min-height: 50px;
    border-radius: 25px;
    border: 1px solid #2972a6;
    padding: 13px 20px;
}

.partner-filter__item:not(:last-child) {
    margin-right: 20px;
}

.partner-filter__item.active a,
.partner-filter__item a:hover {
    background: #d3ebf6;
}

.partner-list {
    margin-top: 50px;
}

.partner-list__item {
    min-height: 250px;
    border-radius: 16px;
    text-decoration: none;
    margin-bottom: 20px;
    border: 1px transparent solid;
}

.partner-list__link {
    display: block;
    width: 100%;
    height: 100%;
    padding: 20px;
}

.partner-list__img {
    text-align: center;
}

.partner-list__name {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    color: #2972a6;
    /*text-decoration: underline;*/
    text-align: center;
    margin-top: 25px;
}

.partner-list__item:hover {
    /*-webkit-box-shadow: inset 0px 5px 10px rgba(45, 71, 89, 0.3);
    box-shadow: inset 0px 5px 10px rgba(45, 71, 89, 0.3);*/
    border-color: #8ABFE8;
}

@media (max-width: 1495px) {
    .partner-list__name{
        font-size: 21px;
        line-height: 24px;
    }
}

@media (max-width: 1279px) {
    .partner-filter__item a {
        min-height: 40px;
        padding: 8px 20px;
    }
    .partner-list {
        margin-top: 40px;
    }
    .partner-list__item {
        min-height: 300px;
    }
    .partner-list__link {
        padding: 35px 25px 20px;
    }
    .partner-list__name {
        margin-top: 40px;
    }
}

@media (max-width: 767px) {
    .partner-filter__item a {
        min-height: 40px;
        padding: 5px;
        font-size: 14px;
        line-height: 25px;
    }
    .partner-list {
        margin-top: 0;
    }
    .partner-list__item {
        min-height: 130px;
    }
    .partner-list__name {
        font-size: 12px;
        line-height: 15px;
        margin-top: 10px;
    }
    .partner-list__link {
        padding: 20px 10px;
    }
}

/*-------------- Contact -----------------*/
.contact-list {
    max-width: 580px;
    margin-top: -3px;
}

.contact-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 28px;
}

.contact-list__icon {
    width: 33px;
}

.contact-list__icon img {
    height: 21px;
}

.contact-list__text {
    font-style: normal;
    font-weight: normal;
    font-size: 21px;
    line-height: 26px;
    color: #2972a6;
    width: calc(100% - 33px);
}

@media (max-width: 1495px) {
    .contact-list{
        max-width: 500px;
    }
}

@media (max-width: 1279px) {
    .contact-list__item {
        margin-bottom: 33px;
    }
    .contact-list__text {
        font-size: 18px;
        line-height: 24px;
    }
}

@media (max-width: 767px) {
    .contact-list {
        font-size: 12px;
        line-height: 15px;
        margin-bottom: 35px;
    }
    .contact-list__item {
        margin-bottom: 8px;
    }
    .contact-list__text {
        font-size: 12px;
        line-height: 15px;
    }
    .contact-list__icon {
        width: 20px;
    }
    .contact-list__icon img {
        height: 14px;
        vertical-align: top;
    }
    .contact-wrap .social-block {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .contact-wrap .form-site {
        margin-top: 30px;
    }
}

/*-------------- Form-site -----------------*/
@-webkit-keyframes errorfield {
    from {
        border-color: #2972a6;
    }
    to {
        border-color: #ff3e00;
    }
}
@keyframes errorfield {
    from {
        border-color: #2972a6;
    }
    to {
        border-color: #ff3e00;
    }
}

.form-site__fields {
    margin-top: 32px;
}

.form-site input[type="text"],
.form-site textarea {
    margin-bottom: 20px;
    padding: 0 20px;
}

.form-site .btn {
    width: 100%;
}

.form-site input[type="text"].errorfield,
.form-site textarea.errorfield {
    border-color: #ff3e00;
    animation: errorfield 300ms 3 alternate;
    -webkit-animation: errorfield 300ms 3 alternate;
}

.captcha-site {
    margin-top: 13px;
    margin-bottom: 20px;
}

.captcha-site__head {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #2972a6;
    margin-bottom: 13px;
}

.captcha-site__numbers {
    width: 100%;
    height: 50px;
    border-radius: 25px;
    border: 1px solid #2972a6;
    text-align: center;
    padding: 5px 20px;
}

.captcha-site__numbers img {
    max-height: 100%;
}

@media (max-width: 1279px) {
    .form-site__fields {
        margin-top: 28px;
    }
    .form-site input[type="text"],
    .form-site textarea {
        margin-bottom: 30px;
    }
    .captcha-site {
        margin-top: 0;
        margin-bottom: 0;
    }
    .captcha-site__head {
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 22px;
    }
    .captcha-site__numbers {
        height: 40px;
    }
}

@media (max-width: 767px) {
    .form-site__fields {
        margin-top: 15px;
    }
    .form-site input[type="text"],
    .form-site textarea {
        margin-bottom: 20px;
    }
    .captcha-site__head {
        font-size: 8px;
        line-height: 10px;
        margin-bottom: 10px;
    }
}
/* color-block */
.color-block{
    padding: 40px;
    position: relative;
    border-radius: 16px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.color-block--indent{
    padding-right: 165px;
}
.color-block--indent--left {
    padding-left: 165px;
}
.color-block--green.color-block--indent{
    padding-left: 285px;
    padding-right: 0px;
}
.color-block--blue{
    background: #d3ebf6;
    color: #2972A6;
}

.color-block--pink{
    background: rgba(255,140,140,0.15);
    color: #FF8C8C;
}

.color-block--inline{
    display: inline-block;
}

.color-block__img{
    position: absolute;
    right: -40px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.color-block__img--left{
       position: absolute;
    left: -40px;
    top: 60%;
    -webkit-transform: translateY(-42%);
    -ms-transform: translateY(-42%);
    transform: translateY(-42%);

}

.color-block--grey{
    background: #f7f7f7;
}

.color-block--white{
    background: transparent;
    border: 4px dotted #2972A6;
}
.color-block--green{
    background: #f7f9d3;
    color: #99cc66;
}
.color-block--green a{
    color: #99cc66;
    text-decoration: underline;
}
.color-block--green .color-block__img{
    top: 63%;
}
.color-block--green.color-block--green-first{
    margin-left: 250px;
}
.color-block--green.color-block--green-first img{
    max-width: 478px;
    left: -18%;
    top:46%;
}
.color-block--green.color-block--green-second{
padding-left:60px;
padding-right: 250px;
margin-top: 85px;}
/*article-color-green*/
.article-color-green_h1{
    color:#99cc66;
}
.article-color-green .tipa-h3, h3{
    color: #99cc66;
}
.article-color-green img{
    width:100%;
}
.article-color-green .cosmetic-bag__img img{
    max-height: 100%;
    width: auto;
}
.article-color-green .cosmetic-bag__img{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.article-color-green .paragraph-block{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.article-color-green .paragraph-block .tipa-h1{
    text-align: justify;
}
.article-color-green .paragraph-block img{
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    max-width: 200px;
    padding-left: 100px;
    padding-right: 30px;
}
.article-color-green .tipa-h1,.article-color-green .tipa-h2, .article-color-green .tipa-h3{
    color: #99cc66;
}
.article-color-green .text-img-block{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 70px;
}
.article-color-green .article-color-green_image1{
    float: right;
    margin: 0 0 20px 20px;
}
.article-color-green .article-color-green_image2{
    float: left;
     margin: 20px 40px 0px 0px;
     max-width: 260px;
}
.article-color-green .article-color-green_image3{
    float: right;
    margin: 0 0 20px 20px;
    max-width: 340px;
}
.article-color-green .tipa-h1:nth-of-type(1){
    padding-top: 0;
}
.article-color-green .tipa-h1{
        padding-top: 0px;
    }
.article-color-green .text-img-block:nth-of-type(7) img{
    width: 208px;
    margin-left: 60px
}
.article-color-green .text-img-block:nth-of-type(8) img{
    width: 230px;
    margin-right: 160px;
}
.article-color-green .text-img-block:nth-of-type(9) img{
    max-width: 338px;
    min-width: 320px;
    margin-left: 120px;
}


@media (max-width: 1330px) {
.color-block--green.color-block--indent{
    padding-left: 320px;
}
}
@media (max-width: 1279px) {
.color-block--green.color-block--green-first{
    margin-left: 0px;
}
.color-block--green.color-block--green-first{
    padding-left: 350px;
}
.color-block--green.color-block--green-first img{
    left: 0%;
    max-width: 320px;
}
}
@media (max-width: 991px) {
    .color-block__img{
        right: 0;
        max-width: 140px;
    }

        .color-block__img--left{
        left: 0;
        max-width: 140px;
    }



    .color-block--green.color-block--green-second{
        padding-left: 10px;
        padding-right: 110px;
        margin-top: 0;
    }
}

@media (max-width: 767px) {
    /* article-color-green mobile*/
    .article-color-green .paragraph-block{
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .article-color-green img{
    width: auto;
    }
    .article-color-green .cosmetic-bag{
        margin-bottom: 25px;
    }
    .color-block--green.color-block--green-first{
    padding-left: 120px;
    padding-right: 10px;
    text-align: justify;
    }
    .color-block--green.color-block--green-first img{
    max-width: 90px;
    }
    .color-block--green.color-block--green-second{
        text-align: justify;
    }
    .article-color-green .text-img-block{
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .article-color-green .paragraph-block img{
        padding: 0 10px;
        max-width: 100px;
    }
    .article-color-green .article-color-green_image1, .article-color-green .article-color-green_image2, .article-color-green .article-color-green_image3{
        max-width: 180px;
        margin: 0;
        padding: 10px;
    }
    .article-color-green .text-img-block img{
        max-width: 200px;
    }
    .article-color-green .text-img-block{
        margin-top: 20px;
    }
    .article-color-green .article-color-green-padding{
        padding-top:20px;
    }
    .article-color-green .paragraph-block{
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .article-color-green .rule__item.rule__item--six .rule__img{
        padding-right: 10px;
        padding-left: 20px;
    }
    .article-color-green .tipa-h1{
        padding-top: 0px;
    }
    .article-color-green .text-img-block:nth-of-type(7) img{
    max-width: 140px;
    margin-left: 0;
}
    .article-color-green .text-img-block:nth-of-type(8){
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
    }
    .article-color-green .text-img-block:nth-of-type(8) img{
    max-width: 140px;
    margin-right: 0;
}
    .article-color-green .text-img-block:nth-of-type(9) img{
    max-width: 140px;
    min-width: 100px;
    margin-left: 0;
}
    /*END article-color-green mobile*/
    .color-block{
        padding: 20px;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .color-block--indent {
        padding-right: 100px;
    }
    .color-block--indent--left{
        padding-left: 100px;
    }

    .color-block__img{
        max-width: 90px;
    }
        .color-block__img--left{
        max-width: 90px;
    }
}

/* list-check */
.list-check ul,
.list-check li{
    list-style: none;
}

.list-check li{
    position: relative;
    margin-bottom: 18px;
}

.list-check li::before{
    content: '';
    display: inline-block;
    width: 20px;
    height: 14px;
    background: url(/local/templates/msbaby/img/ic-check.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 8px;
    left: -35px;
}

.list-check--blue{
    color: #2972a6;
}

.ic-list-check{
    margin-left: 17px;
}

.tipa-h3 + .list-check{
    margin-top: 23px;
}

@media (max-width: 767px) {
    .list-check{
        padding-left: 25px;
    }

    .list-check li::before{
        width: 13px;
        height: 9px;
        top: 4px;
        left: -25px;
    }

    .ic-list-check{
        margin-left: 10px;
        height: 20px;
        margin-bottom: 10px;
        margin-top: 10px;
    }
}

/* cosmetic-bag */
.cosmetic-bag{
    margin-bottom: 45px;
}

.cosmetic-bag__item{
    text-align: center;
    margin-bottom: 25px;
}

.cosmetic-bag__img{
    height: 210px;
}
.cosmetic-bag__text{
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    color: #7f7f7f;
    margin-top: 28px;
}

@media (max-width: 767px) {
    .cosmetic-bag__img {
        height: 120px;
    }

    .cosmetic-bag__img img{
        max-height: 100%;
    }

    .cosmetic-bag__text{
        font-size: 12px;
        line-height: 15px;
        margin-top: 15px;
    }
}

/* circle-block */
.circle-block__item{
    display: block;
    border-radius: 50%;
    background: #d3ebf6;
    padding: 30px;
    text-align: center;
    max-width: 100%;
    width: 525px;
    height: 525px;
    margin: 20px auto;
    position: relative;
    margin-top: 100px;
    margin-bottom: 50px;
}

.circle-block__img{
    margin-top: -80px;
    margin-bottom: 20px;
}

.circle-block__text{
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    color: #2972a6;
}

.circle-block__item--bubble::after{
    content: '';
    display: inline-block;
    width: 84px;
    height: 122px;
    background: url(/local/templates/msbaby/img/bubles.png) no-repeat center;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 100%;
    margin-left: 55px;
}

@media (max-width: 1495px) {
    .circle-block__item--bubble::after{
        margin-left: 10px;
    }
}

@media (max-width: 1279px) {
    .circle-block__item{
        width: 480px;
        height: 480px;
    }

    .circle-block__img{
        top: -95px
    }

    .circle-block__item--bubble::after{
        display: none;
    }
}

@media (max-width: 991px) {
    .circle-block__item{
        width: 100%;
        height: auto;
        border-radius: 15px;
        margin: 15px 0;
    }

    .circle-block__img{
        margin-top: 0;
    }

    .circle-block__img img{
        max-height: 100%;
        min-height: 150px;
    }
}

@media (max-width: 767px) {
    .circle-block__text{
        font-size: 12px;
        line-height: 15px;
    }

    .circle-block__img img{
        min-height: 100px;
    }
}
/* list-recomend */
.list-recomend{
    margin-top: 30px;
}

.list-recomend__item{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px;
}

.list-recomend__img,
.list-recomend__text{
    display: inline-block;
    vertical-align: top;
}

.list-recomend__text{
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    color: #7F7F7F;
    width: calc(100% - 100px);
}

.list-recomend__img{
    margin-right: 15px;
    width: 80px;
}

@media (max-width: 767px) {
    .list-recomend__text{
        font-size: 12px;
        line-height: 15px;
    }
}

/* alert-block */
.alert-block{
    background: #D3EBF6;
    border-radius: 15px;
    border-bottom-left-radius: 0;
    position: relative;
    padding: 30px 45px 30px 30px;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    color: #2972A6;
    max-width: 580px;
    margin-bottom: 50px;
    margin-top: 30px;
}

.alert-block__img{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 100%;
    margin-left: -60px;
}

.alert-block::after{
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 30px 0 0;
    border-color: #d3ebf6 transparent transparent transparent;
    position: absolute;
    top: 100%;
    left: 0;
}

@media (max-width: 767px) {
    .alert-block__text{
        font-size: 12px;
        line-height: 15px;
    }

    .alert-block__img{
        width: 50px;
        margin: 0;
        left: auto;
        right: 5px;
    }
}

/* move-up */
.move-up{
    position: fixed;
    right: 55px;
    bottom: 55px;
    opacity: 0;
    z-index: 100;
    text-align: center;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #2972A6;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.move-up span{
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #98C5E4;
    margin-bottom: 7px;
    position: relative;
}

.move-up span::after{
    content: '';
    width: 24px;
    height: 12px;
    background: url(/local/templates/msbaby/img/ic-arrow-up.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
}

.move-up.visible{
    opacity: 0.5;
}

.move-up.visible:hover{
    opacity: 1;
}

@media (max-width: 767px) {
    .move-up{
        right: 15px;
    }
}

/* text_width_img */
.text-with-img{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 20px;
}

.text-with-img__content{
    width: calc(100% - 250px);

}

.text-with-img__content--blue {
    color: #2972A6;
}
/* background__cloud */
.bg-cloud-wrap {
    margin-bottom: 62px;
    margin-top: 62px;
}
.bg-cloud{
    display: inline-block;
    width: 827px;
    height: 382px;
    padding: 81px 110px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 25px;
    color: #2972A6;
    background: url('/upload/content/bigcloud.png') no-repeat center;
    position: relative;
    display: flex;
    align-items: center;
}

.bg-cloud::before{
    content: '';
    display: inline-block;
    width: 240px;
    height: 208px;
    background: url('/upload/content/Vehicle.png') no-repeat center;
    position: absolute;
    left: -174px;
    top: 54%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}


.cloud {
    margin-left: 564px;
    margin-right: 529px;
    position: relative;
    display: inline-block;
}
.cloud__stroller {
    position: absolute;
    bottom: 130px;
    right: 720px;
    z-index: 1;

}
.cloud__text {
    position: absolute;
    width: 649px;
    height: 337px;

    top: 33%;
    right: 5%;
    z-index: 2;
}
.cloud__text p {
    color: #2972A6;
}
/* list-check  */
.list-checknew {

}

.list-checknew li {
    line-height: 25px;
    position: relative;
    margin-bottom: 18px;
    padding-left: 10px;
    list-style: none;
}
.list-checknew li::before {
    content: '';
    display: inline-block;
    width: 28px;
    height: 30px;
    background: url(/upload/content/Checkbox.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    top: -7px;
    left: -35px;
}
/* list_item */
.rule-conduct__item {
    display: flex;
    margin-top: 55px;
    margin-bottom: 65px;

}

.rule-conduct__content {

    width: calc(100% - 470px);

}

.rule-conduct__title {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    color: #2972a6;
    margin-bottom: 35px;
}

.rule-conduct__img {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;


    width: 470px;
    text-align: center;
}
.rule-conduct__text {

    font-size: 18px;
    line-height: 25px;


}

.rule-conduct__item--left .rule-conduct__content{
    order: 2;
}
.rule-conduct__item--left .rule-conduct__img {
    order: 1;
}

/* color-block */
.color-block--blue__text {
    font-size: 18px;
    line-height: 25px;
    color:#2972A6;
}

@media (max-width: 1279px) {
    .bg-cloud{
        padding: 40px 80px 20px 205px;
    }

    .bg-cloud::before {
           left: -45px;
    }
}

@media (max-width: 991px) {
    .text-with-img{
        align-items: flex-start;
        margin-bottom: 35px;
    }

    .text-with-img__img{
        width: 150px;
    }

    .text-with-img__content{
        width: calc(100% - 170px);
    }

    .bg-cloud{
        max-width: 100%;
        background-size: contain;
        padding: 40px 80px 20px 175px;
        font-size: 16px;
    }

    .bg-cloud::before {
           left: 0;
           width: 150px;
           height: 130px;
           background-size: contain;
    }

    .rule-conduct__item{
        justify-content: space-between;
    }

    .rule-conduct__img{
        width: 170px;
    }

    .rule-conduct__content {
        width: calc(100% - 180px);
    }
}

@media (max-width: 767px) {
    .text-with-img{
        flex-direction: column;
        align-items: center;
    }

    .text-with-img__content{
        width: 100%;
        font-size: 12px;
        line-height: 15px;
        order: 2;
    }

    .text-with-img__img{
        order: 1;
        margin-bottom: 10px;
    }

    .bg-cloud{
        background: #d3ebf6;
        border-radius: 16px;
        padding: 20px;
        font-size: 12px;
        line-height: 15px;
        height: auto;
        margin-top: 60px;
        padding-top: 45px;
    }

    .bg-cloud::before{
        left: 0;
        right: 0;
        margin: 0 auto;
        top: -50px;
        transform: none;
        width: 100px;
        height: 87px;
    }

    .list-checknew{
        padding-left: 30px;
    }

    .list-checknew li{
        padding-left: 0;
    }

    .list-checknew li::before{
        width: 20px;
        height: 20px;
        top: 0;
        left: -30px;
    }

    .rule-conduct__item{
        flex-direction: column;
        align-items: center;
        margin-top: 35px;
        margin-bottom: 35px;
    }

    .rule-conduct__content{
        width: 100%;
        order: 2;
    }

    .rule-conduct__img{
        order: 1;
        margin-bottom: 10px;
    }

    .rule-conduct__img img{
        height: 100px;
    }

    .rule-conduct__text,
    .rule-conduct__title{
        font-size: 12px;
        line-height: 15px;
    }

    .rule-conduct__title{
        margin-bottom: 10px;
    }

    .catalog-detail__head {
        overflow: hidden;
        height: 0;
    }
}
/*


@media (max-width: 767px) {
    .color-block__text {
    font-size: 11px;
    }
}
@media (max-width: 767px) {
    .text-with-img {
        font-size: 10px;
        line-height: 15px;
    }
    .text-with-img__img img {
        max-width: 60%;
    }
}

@media (max-width: 767px) {
    .color-block--blue__text {
        font-size: 11px;
        line-height: 15px;
    }
}
@media (max-width: 767px) {
    .rule-conduct__title {
        font-size: 12px;
        line-height: 15px;
    }
    .rule-conduct__text {
        font-size: 11px;
        line-height: 15px;
    }
    .rule-conduct__img img{

    }
}


*/

/* End */
/* /local/templates/msbaby/components/bitrix/news.list/pop-up/style.css?1688464617150 */
/* /local/templates/msbaby/styles.css?16854387603345 */
/* /local/templates/msbaby/template_styles.css?1780636300161870 */
