

/* Start:/local/templates/main/custom_css/index.css?17206477528911*/
<title>max-width: 768px</title>* {
    box-sizing: border-box;
    font-family: "Inter", sans-serif;
    font-family: "Open Sans Condensed", sans-serif;
}

body {
    margin: 0;
}

.bigImg {
    background-image: url("/public/img/image 4.png");
	/*background-image: url("/public/img/header-bgG.png");*/
	width: 100%;
	max-width: 1920px;
    margin: 0 auto;
    height: 100%;
    max-height: 950px;
    min-height: 580px;
    margin-top: -88px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-repeat: no-repeat;


}

.centered {
    display: flex;
    justify-content: center;
	color:#00000;


}

.horizontalDivider {
    display: none;
}

.text {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
    display: flex;
    gap: 5px;
}

.centerImg {
    margin-left: 81px;
    margin-right: 60px;
}

.CTA {
    padding-top: 92px;
    display: flex;
    gap: 95px;
    justify-content: center;
}

.CTA-right {
    display: flex;
    flex-direction: column;
    gap: 17px;
    padding: 0px 20px;
}

.CTA-header {
    font-size: 28px;
    font-weight: 700;
    line-height: 39px;
    letter-spacing: 0em;
    text-align: left;
    color: #00818e;
}

.CTA-content {
    max-width: 439px;
    display: flex;
    flex-direction: column;
    gap: 17px;
}

.CTA-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
}

.btn-med {
    padding: 12px 32px;
}

.green-text {
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    color: #00818e;
}



.calloutContainer {
    padding: 60px 162px 0px;
    background: linear-gradient(#fff 75%, #f7f7f8 25%);
}

.callout {
    background-color: #00818e;
    border-radius: 20px;
    display: flex;
    align-items: center;
    /*padding: 66 px 71 px 62 px 68 px;*/
    justify-content: space-between;
    box-shadow: 4px 4px 16px 4px rgba(102, 112, 128, 0.04);
}
.callout1 {
    background-color: #00818e;
   background-image: url("/public/img/callout1.jpg");

            background-size: no-repeat;

            background-position: center;
    border-radius: 20px;
    display: flex;
    align-items: center;
    /*padding: 66 px 71 px 62 px 68 px;*/
    justify-content: space-between;
    box-shadow: 4px 4px 16px 4px rgba(102, 112, 128, 0.04);
  width: 100%;
  height: 200px;
}
.callout2 {
    background-color: #00818e;
   background-image: url("/public/img/callout2.jpg");

            background-size: no-repeat;

            background-position: center;
    border-radius: 20px;
    display: flex;
    align-items: center;
    /*padding: 66 px 71 px 62 px 68 px;*/
    justify-content: space-between;
    box-shadow: 4px 4px 16px 4px rgba(102, 112, 128, 0.04);
  width: 100%;
  height: 200px;
}

@media (max-width: 768px) {
    /* CSS стили для экранов шириной от 768px до 1024px */

.callout1 {
		background-image: url("/public/img/callout768.jpg");
height: 264px;
		width:768px;}
.callout2 {
		background-image: url("/public/img/callout2768.jpg");
height: 264px;
width:768px;

	}}

@media (max-width: 480px){ 
.callout1 {
		background-image: url("/public/img/callout375.jpg");
        height: 515px;
    width: 370px;}
.callout2 {
		background-image: url("/public/img/callout2375.jpg");
        height: 515px;
    width: 370px;}
.calloutLeft {
    margin: 66px 0px 62px 68px;
    max-width: 627px;
}
}

.calloutText {
    font-family: Inter;
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
}

.calloutlinkButton {
    border-radius: 12px;
    padding: 16px 24px;
    letter-spacing: -0.02em;
    text-decoration: none;
    width: fit-content;
}

.calloutRight {
    background-image: url("/public/img/bigHeart.png");
    width: 377px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
}
.calloutRight1 {
    /*background-image: url("/public/img/bigHeart.png");*/
    width: 377px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
}

.calloutBtn {
    padding: 16px 24px;
    background-color: #fff;
}

.gridLeft {
    display: grid;
    grid-template-columns: 546px 261px 261px;
    grid-column-gap: 24px;
}

.gridRight {
    display: grid;
    grid-template-columns: 261px 261px 546px;
    margin-top: 24px;
    grid-column-gap: 24px;
}


.image_responsive {
    width: 100%;
    height: auto;
}

.tablet {
    display: none;
}


@media (max-width: 1081px) {
    .text{
        display: block;
    }
    .bigImg {
        min-height: 520px;
        margin-top: -83px;
    }
    .calloutContainer{
        padding: 60px 60px 0;
    }
    .calloutLeft{
        max-width: 450px;
    }
    .calloutRight{
        height: 264px;
        background-size: cover;
    }
}
@media (max-width: 850px) {
    .CTA {
        align-items: center;
        gap: 56px;
    }
    .calloutContainer {
        padding: 0px 20px 0px;
        background: linear-gradient(#fff 50%, #f7f7f8 50%);
    }

    .calloutLeft {
        margin: 30px 0px 30px 40px;
        max-width: 373px;
    }

    .calloutText {
        font-size: 20px;
        font-weight: 700;
        line-height: 28px;
        letter-spacing: 0em;
    }

    .calloutRight {
        background-image: url("/public/img/bigHeart-tablet.png");
        width: 318px;
        height: 172px;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .calloutBtn {
        font-size: 12px;
        font-weight: 500;
        line-height: 22px;
        letter-spacing: -0.02em;
        padding: 16px 24px;
    }
}
@media (max-width: 768px) {


    .bigImg {
        min-height: 539px;
         background-image: url("/public/img/image 4.png");
		/*background-image: url("/public/img/General-book768.png");*/
        background-size: cover;
        background-position: bottom;
    }

    .centerImg {
        margin: 0px 51px 0 0;
    }

    .CTA-text {
        font-size: 12px;
    }

    .CTA-header {
        font-size: 24px;
    }

    .CTA-content .linkButton {
        font-size: 12px;
    }

    .tablet {
        display: block;
    }

    .text {
        flex-wrap: wrap;
        justify-content: flex-start;
        text-align: left;

    }

    .text:nth-child(1) {
        /*padding-left: 112px;*/
    }

    .text.right {
        padding-right: 59px;
    }



    .CTA-content {
        max-width: 367px;
    }

    .btn-med {
        padding: 10px 31.5px;
    }
}
.imgCTA {

    min-width: auto;
    height: 100%;

}

@media (max-width: 428px) {
    .imgCTA{
        max-width: 320px;
    }
    .callout {
        flex-flow: column nowrap;
    }
    .calloutLeft {
        margin:0;
        padding: 38px 32px;
        max-width: 373px;
    }
    .calloutText{
        text-align: center;
    }
    .calloutlinkButton{
        min-width: 252px;
        text-align: center;
    }
    .calloutRight {
        background-image: url(/public/img/heart_mobile.png);
        width: 100%;
        height: 239px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        align-items: flex-end;
        padding-bottom: 50px;
    }

    .bigImg {
         background-image: url("/public/img/image 4.png");
		/*background-image: url("/public/img/General-book-mobile.png");*/

        background-position: bottom;
        align-items: flex-start;
        padding-top: 207px;
    }

    .centered {
        flex-direction: column;
    }

    .centerImg {
        order: -1;
        margin: 0;
        min-width: 117px;
        min-height: 150px;
    }

    .text {
        font-size: 14px;
        line-height: 18px;
        max-width: 178px;
    }

    .text:first-child {
        margin-top: 25px;
    }

    .text {
        padding: 0 !important;
        text-align: center;
        justify-content: center;
    }

    .horizontalDivider {
        display: block;
        border-bottom: 1px solid #d70c52;
        width: 100px;
        margin: 19px 0px 15px;
    }

    .CTA {
        flex-direction: column;
        padding-top: 60px;
    }

    .CTA-header {
        font-size: 24px;
        font-weight: 700;
        line-height: 34px;
        letter-spacing: 0em;
    }

    .CTA-content {
        max-width: 336px;
        align-items: center;
    }

    .CTA-content .linkButton {
        width: 100%;
        text-align: center;
    }




    .divider {
        display: none;
    }



    .CTA {
        gap: 25px;
    }
}

@media (max-width: 375px) {
    .bigImg {
        min-height: 557px;
    }

}

@media (max-width: 320px) {
    .helpBtnContainer .linkButton {
        padding: 8px 10px;
    }

}
/* End */


/* Start:/local/templates/main/custom_css/projects.css?16593542393554*/
.projectsCard .avatarContainerSm {
    margin-top: -40px;
    /*background-color: #fff;*/
    min-height: 72px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
}

.projects .cardGroup {
    margin-top: 60px;
    grid-template-columns: repeat(auto-fill, 261px);
}
.projects {
    padding: 59px 162px 0px;
    background-color: #fff;
}

.projectsCard .avatarContainerSm .avatar {
    border-radius: 400px;
    box-shadow: 4px 4px 8px rgba(71, 70, 83, 0.06);
    min-width: 72px;
    min-height: 72px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: white;
}

.projectsCard .cardContent {
    /*margin-top: -25px;*/
}

.projects .cardHeader {
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
}

.projects .cardContent {
    padding: 12px 24px 24px;
    display: flex;
    flex-direction: column;
    grid-gap: 16px;
}

.projects .cardText {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
}
.projectsHeader {
    text-align: left;
    font-size: 28px;
    font-weight: 700;
    line-height: 39px;
    letter-spacing: -0.02em;
    display: flex;
    grid-gap: 41px;
    align-items: center;
}

.projectsCardGroup {
    display: grid;
    grid-template-columns: repeat(auto-fill, 261px);
    grid-gap: 60px 24px;
    margin-top: 60px;
    justify-content: center;
}

.projectsCard {
    border: 1px solid #F7F7F8;
    box-shadow: 6px 6px 12px rgba(71, 70, 83, 0.04);
    border-radius: 24px;
    min-height: 218px;
}
@media (max-width: 1081px) {
    .projects{
        padding: 34px 20px 0px;
    }
    .projectsHeader{
        font-size: 24px;
    }
    .projectsCardGroup{
        grid-gap: 50px 24px;
    }
}
@media (max-width: 768px) {
    .projects {
        padding: 60px 20px;
    }
    .projectsCardGroup {

        grid-template-columns: repeat(auto-fill, 352px);
        grid-gap: 56px 24px;
    }


    .projectsHeader {
        font-size: 24px;
    }

    .projectsHeader .divider {
        width: 376px;
    }


    .projectsHeader {
        font-size: 24px;
        font-weight: 700;
        line-height: 34px;
        letter-spacing: -0.02em;
    }

}

@media (max-width: 428px) {
    .projectsHeader {
        justify-content: center;
    }
    .projects{
        padding: 40px 16px;
    }
    .projectsCard .cardContent{
        padding: 16px 12px;
        height: 88%;
        justify-content: space-between;
    }
    .projectsCardGroup {
        grid-template-columns: repeat(auto-fill, 180px);
        grid-gap: 44px 16px;
    }
    .projectsCard .cardContent .cardText{
        font-size: 11px;
    }
    .projectsCard .cardContent .linkButton{
        font-size: 11px;
    }
    .projectsCard{
        min-height: 218px;
        max-height: none;
    }
    .divider {
        display: none;
    }
    
}

@media (max-width: 375px) {
    .projects{
        padding: 40px 0;
    }
    .projectsCard .cardContent .linkButton{
        padding: 8px 12px;
    }
    .projectsCardGroup {
        grid-template-columns: repeat(auto-fill, 160px);
        grid-gap: 44px 16px;
    }
}

@media (max-width: 320px) {
    .projectsCardGroup {
        grid-template-columns: repeat(auto-fill, 150px);
        grid-gap: 44px 16px;
    }
}

/* End */


/* Start:/local/templates/main/components/bitrix/news.list/slider_main/style.css?17448009073500*/
.slider {
    position: relative;
    width: 100%;
    max-width: 1440px;
    margin: auto;
    overflow: hidden;
		margin-top:5px;
		border-radius:3px;
}

.slider__container {
    display: flex;
    transition: transform 0.5s ease;
}

.slider__item {
    min-width: 100%;
    box-sizing: border-box;
    position: relative;
}

.slider__item img {
    width: 100%;
    max-height:270px;
	height: 100%;
    display: block;
}

.slider__caption {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.slider__caption h2 {
    margin: 0 0 10px;
    font-size: 2rem;
}

.slider__caption p {
    margin: 0 0 20px;
    font-size: 1.2rem;
}

.slider__button {
    background-color: #00818e;
    border: none;
    color: white;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 1rem;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.slider__button:hover {
    background-color: #00545c;
}

.slider__prev, .slider__next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    border: none;
    padding: 10px;
    cursor: pointer;
    font-size: 1.5rem;
    z-index: 10;
}

.slider__prev {
    left: 10px;
}

.slider__next {
    right: 10px;
}

.slider__loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 5px solid #ddd;
    border-top: 5px solid #333;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
}

.slider__dots {
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
}

.slider__dots span {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background: #ddd;
    border-radius: 50%;
    cursor: pointer;
    transition: background 0.3s;
}

.slider__dots .active {
    background: #333;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@media (max-width: 600px) {
    .slider__caption h2 {
        font-size: 1.5rem;
    }

    .slider__caption p {
        font-size: 1rem;
    }

    .slider__button {
        padding: 8px 16px;
        font-size: 0.9rem;
    }

    .slider__prev, .slider__next {
        padding: 8px;
        font-size: 1.2rem;
    }
}
.top_content_flex{
    display: flex;
    gap: 20px;
    width: 90%;
    margin: 35px auto;
}
.left_top{
width: 78%;
}
.block_flex{
    display: flex;
    gap: 40px;
        align-items: flex-start;
}
.block_flex .photo{
       width: 100%;
}
.block_flex .photo .img{
    height: 225px;
    border-radius: 10px;
    margin-top: 1rem;
}
@media (max-width: 1400px) {
.block_flex {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}
	.text_block p{
    font-size: 14px
}
.left_top {
    width: 80%;
    margin: 0 auto;
}
}
@media (max-width: 1200px) {
.top_content_flex {
    display: flex;
    gap: 50px;
    width: 100%;
    flex-direction: column-reverse;
}
}
@media (max-width: 640px) {
    .block_flex {
        display: flex;
        gap: 40px;
        flex-direction: column;
        flex-wrap: nowrap;
    }
    .block_flex .photo {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
}

/* End */


/* Start:/local/templates/main/components/bitrix/news.list/new_news_index/style.css?17452323522040*/
.main_news{
background-color: #F7F7F8;
    border-radius: 36px;
padding: 2px 0 50px 0;
}
.news_list {
    display: grid;
    /* flex-wrap: wrap; */
    gap: 5px;
    width: 90%;
    grid-template-columns: repeat(auto-fill, minmax(24%, 1fr));
    margin: 0 auto;
    justify-content: space-between;
    margin-bottom: 30px;
}

.news_item{
   width:100%;
    background: #fff;

    border-radius: 20px;
     transition: transform 1s ease-in-out, box-shadow 0.5s ease-in-out;
}
.news_item:hover{
  -webkit-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
  -moz-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
  box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
}
.news_item:hover .preview_picture{transform: scale(1.05);}
.preview_picture{
    object-fit: cover;
    width: 100%;
    transition: transform 0.5s ease-in-out;
    height: 100%;
    border-radius: 20px;
}
.block_img{
   height: 300px;
    overflow: hidden; /* Скрываем вылезающие части изображения */
    position: relative;
    border-radius: 20px;
}
.title_new{
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 20px;
}
.news_item a{
    text-decoration: none;
    color: #000;
    display: flex;
    gap: 10px;
    flex-direction: column;
}
.item{
    padding: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}
.btnThin {
    font-size: 14px;
    line-height: 22px;
    margin: 10px;
}
.wideBtn{
cursor: pointer;
}
.foot_btn    {margin-bottom: 10px;}
@media (max-width: 1200px) {
.news_list {
    grid-template-columns: repeat(auto-fill, minmax(33%, 1fr));
	}
}
@media (max-width: 1130px) {
.news_list {
    grid-template-columns: repeat(auto-fill, minmax(32%, 1fr));
	}
}
@media (max-width: 768px) {
.news_list {
    grid-template-columns: repeat(auto-fill, minmax(49%, 1fr));
	}
}
@media (max-width: 500px) {
.news_list {
    grid-template-columns: repeat(auto-fill, minmax(99%, 1fr));
	}
}

/* End */
/* /local/templates/main/custom_css/index.css?17206477528911 */
/* /local/templates/main/custom_css/projects.css?16593542393554 */
/* /local/templates/main/components/bitrix/news.list/slider_main/style.css?17448009073500 */
/* /local/templates/main/components/bitrix/news.list/new_news_index/style.css?17452323522040 */
