@media(max-width: 1440px){
    .item-header-menu {
        margin-left: 10px;
    }
    .header-menu {
        margin-left: 20px;
    }
    .btn-fixed-sum {
        padding: 15px 45px;
    }
    .logo-footer {
        max-width: 140px;
    }
    .bottom-copy {
        width: 50%;
    }
    .bottom-develop {
        width: 45%;
    }
    .wrapper-first-slider .slide {
        height: 650px;
    }
    .wrapper-first-slider .slide-info {
        padding: 80px;
    }
    .container-80 {
        width: 100%;
    }
    .pupil-item {
        width: 30.333%;
    }
    .wrapper-member-card .info-card {
        /*height: 155px;*/
        padding: 15px;
        width: 95%;
        padding-right: 20px;
        margin-top: -10%;
        margin-left: -10%;
    }
    .wrapper-member-card .image {
        display: block;
        width: 100%;
        height: 360px;
        overflow: hidden;
    }
    .wrapper-member-card.wi95 .image {
        display: block;
        width: 100%;
        height: 250px;
        overflow: hidden;
    }
    .wrapper-member-card .info-card .name {
        font-weight: 600;
        font-size: 16px;
        line-height: 23px;
        color: #2E2C2E;
        margin: 7px 0 2px;
        text-align: left;
        width: 100%;
    }
    .wrapper-member-card .info-card .position {
        font-weight: 500;
        font-size: 13px;
        line-height: 25px;
        text-transform: uppercase;
        color: #2E2C2E;
        margin: 0;
        text-align: left;
        width: 100%;
    }
    .wrapper-member-card.wi95 .info-card {
        padding: 10px;
        border-radius: 1px;
        width: 97%;
        padding-right: 10px;
        margin-top: -10%;
        margin-left: -10%;
    }
    .helper-form {
        background: #FFFFFF;
        border: 1px solid #D1E3EC;
        padding: 35px 30px;
    }
    .image-teen {
        width: 100%;
        height: 380px;
    }

}

@media (max-width: 1200px) {

	.modal-content {
		width: 90%;
	}

    /*-BURGER-*/
    .header-menu{
        display: none;
    }
    .burger-fon{
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 11;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.3);
        backdrop-filter: blur(5px);
        transition: all .2s;
    }
    .burger-menu-wrapper{
        display: flex;
        position: relative;
        align-items: center;
        justify-content: flex-end;
    }
    .burger-btn-left{
        margin-right: 80px;
    }
    .burger-menu-wrapper .burger-icon, .burger-close{
        cursor: pointer;
    }
    .burger-menu-wrapper .burger-icon svg{
        width: 25px;
        height: 25px;
    }
    .burger-menu-wrapper .burger-icon svg path, .burger-close svg path{
        stroke: var(--main-font-color);
        transition: all .2s;
    }
    .burger-close svg{
        width: 16px;
        height: 16px;
    }
    .burger-close svg path{
        stroke: var(--accent-color);
        transition: all .2s;
    }
    .burger-menu-wrapper .burger-icon:hover svg path, .burger-close:hover svg path{
        stroke: var(--accent-color);
        transition: all .2s;
    }
    .burger-close:hover svg path{
        stroke: var(--accent-color);
        transition: all .2s;
    }
    .burger-menu{
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 300px;
        transform: translateX(-320px);
        z-index: 15;
        background-color: #fff;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between;
        overflow-y: auto;
        transition: all .2s;
    }
    .burger-menu.show{
        transform: translateX(0);
        transition: all .2s;
    }
    .burger-head{
        background-color: var(--header-bg);
        padding: 10px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .burger-logo a{
        display: block;
        height: 70px;
    }
    .burger-logo a img{
        height: 100%;
        width: auto;
    }
    .wrapper-burger-top{
        width: 100%;
        height: auto;
    }
    .burger-body{
        padding: 15px;
    }

    .burger-bot{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 15px 20px;
    }
    .burger-link{
        font-size: 16px;
        line-height: 24px;
        color: var(--main-font-color);
        display: block;
        padding: 0;
        transition: all .2s;
        cursor: pointer;
    }
    .burger-drop-hidden .burger-link{
        font-size: 16px;
        padding: 3px 0;
    }

    .burger-item .btn-big-accent {
        margin-top: 60px;
        padding: 18px 50px;
        width: 100%;
        transition: all .2s;
    }

    .burger-name {
        font-size: 16px;
        line-height: 24px;
        color: var(--main-font-color);
        display: block;
        padding: 0;
        transition: all .2s;
        cursor: pointer;
    }
    .burger-link:hover{
        color: var(--accent-color);
        transition: all .2s;
    }
    .burger-drop-hidden{
        display: none;
        padding: 10px
    }
    .burger-item{
        padding: 5px 10px 5px 10px;
        border-left: 3px solid transparent;
        transition: all .2s;
    }
    .burger-item:hover{
        transition: all .2s;
        border-left: 2px solid var(--accent-color);
    }
    .burger-item.not-hover:hover{
        transition: all .2s;
        border-left: 2px solid transparent;
    }
    .fond-support{
        width: 200px;
        /*position: absolute;*/
        /*bottom: 0;*/
    }
    .fond-support img{
        width: 100%;
        height: auto;
    }


    /*-BURGER END-*/

    .header-logo {
        height: 100px;
        transition: all .4s;
    }

    .sticky-header .header-logo {
        height: 80px;
        transition: all .4s;
    }
    #home {
        padding-top: 130px;
    }

    .slide-info .title {
        color: var(--main-font-color);
        margin-bottom: 15px;
        font-weight: 500;
        font-size: 28px;
        line-height: 40px;
    }
    .slide-info .comment {
        color: var(--main-font-color);
        margin-bottom: 20px;
        font-weight: 500;
        font-size: 16px;
        line-height: 22px;
    }
    .wrapper-first-slider .slide-info {
        padding: 35px 50px;
    }
    .helper-card {
        padding: 15px;
    }
    .btn-fixed-sum {
        cursor: pointer;
        margin: 0 10px;
        border: 1px solid #D1E3EC;
        padding: 15px 25px;
        font-weight: normal;
        font-size: 16px;
        line-height: 140%;
        color: var(--main-font-color);
        position: relative;
        transition: all .2s;
    }
    .another-sum .btn-big-accent{
        padding: 15px 45px;
        font-size: 16px;
    }
    .helper-bot .helper-link-box{
        margin-left: 30px;
    }
    .title-section-style {
        color: var(--main-font-color);
        font-weight: 500;
        font-size: 30px;
        line-height: 34px;
        margin-bottom: 40px;
    }
    #teensSlider .slick-prev {
        position: absolute;
        top: -70px;
    }
    #teensSlider .slick-next {
        position: absolute;
        top: -70px;
    }
    #teensSlider .slick-prev:before, #teensSlider .slick-next:before {
        font-size: 20px;
    }
    .image-teen {
        width: 100%;
        height: 320px;
    }
    .name-teen {
        font-size: 20px;
        line-height: 24px;
    }
    .wrapper-third-screen {
        padding: 0 0 120px;
    }
    .title-project {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-weight: 500;
        font-size: 30px;
        line-height: 123.5%;
        text-align: center;
        color: #2E2C2E;
        width: 100%;
        transition: all .5s;
        z-index: 6;
    }
    .partner-slide {
        border: 1px solid #D8E4EA;
        padding: 15px;
        height: 160px;
        width: 240px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        margin: 0 10px;
    }
    .footer-mini-box.with-logo{
        display: none;
    }
    .footer-mini-box {
        margin: 15px 0 0;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }
    .footer-top {
        flex-wrap: wrap;
    }
    .footer-bottom {
        flex-wrap: wrap;
    }
    .bottom-copy, .bottom-develop {
        flex-wrap: wrap;
    }
    .bottom-develop img{
        margin-bottom: 20px;
    }
    .policy{
        margin-bottom: 10px;
    }
    .curator-box a {
        color: var(--main-font-color);
        margin: 0 18px 0 0;
    }
    .curator {
        width: 45%;
        font-weight: 500;
        font-size: 20px;
        line-height: 146%;
        color: #2E2C2E;
        margin-right: 40px;
    }
    .main-title-style {
        font-weight: 500;
        font-size: 46px;
        line-height: 123.5%;
        color: var(--main-font-color);
        margin-bottom: 40px;
    }
    .wrapper-project-box .main-pic {
        width: 100%;
        height: 600px;
    }
    .mission-info .text {
        font-style: normal;
        font-weight: 500;
        font-size: 20px;
        line-height: 146%;
        color: #2E2C2E;
        margin-bottom: 25px;
    }
    .about-info .title {
        font-weight: 500;
        font-size: 28px;
        line-height: 123.5%;
        color: #2E2C2E;
        margin-bottom: 30px;
    }
    .about-info .comment {
        font-weight: normal;
        font-size: 16px;
        line-height: 153.5%;
        color: #2E2C2E;
    }
    .pagination-box {
        margin-top: 80px;
    }
    .wrapper-text-card p.bold {
        font-weight: 500;
        font-size: 16px;
    }
    .wrapper-text-card p {
        font-weight: normal;
        font-size: 16px;
    }
    .wrapper-partner-cards .partner-slide {
        margin: 0 15px 15px 0;
        height: 200px;
        width: 200px
    }
    .wrapper-partner-cards {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .wrapper-one-docs .title-section-style {
        margin-bottom: 40px;
        width: 100%;
    }
    .comment-title {
        font-size: 16px;
        line-height: 123.5%;
        color: var(--main-font-color);
        margin-bottom: 60px;
        width: 40%;
    }
    .about-project-senior .title-senior {
        font-weight: 500;
        font-size: 18px;
        line-height: 146%;
        color: #2E2C2E;
        margin-bottom: 30px;
    }
    .wrapper-contact-card .contact-info {
        font-weight: normal;
        font-size: 18px;
        line-height: 146%;
        color: #2E2C2E;
        display: flex;
        flex-direction: column;
    }
    .wrapper-contact-map {
        height: 540px;
    }
    .wrapper-contact-map iframe {
        height: 540px;
    }
    .fond-project-link a {
        font-size: 20px;
        line-height: 1.5;
        margin-bottom: 10px;
        transition: all .3s;
    }
}

@media(max-width: 991px){

	.modal-content {
		width: 94%;
	}

    .wrapper-pupil-page {
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    .wrapper-pupil-page .image-box {
        display: inline-flex;
        width: 70%;
        margin-right: 0;
        height: auto;
        margin-bottom: 40px;
    }
    .pupil-item {
        width: 45%;
    }
    .about-image {
        width: 99%;
        margin-left: 0;
        display: block;
        height: auto;
    }
    .about-info {
        width: 100%;
        margin-bottom: 30px;
    }
    .wrapper-member-card .image {
        display: block;
        width: 100%;
        height: 500px;
        overflow: hidden;
    }
    .wrapper-member-card.wi95 .info-card {
        padding: 10px;
        border-radius: 1px;
        width: 97%;
        padding-right: 10px;
        margin-top: -6%;
        margin-left: -6%;
    }
    .wrapper-team-screen {
        padding: 45px 0 10px;
    }
    .partner-item {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between;
        margin-bottom: 40px;
    }
    .partner-item .image-box {
        margin-right: 0px;
        margin-bottom: 20px;
    }
    .curator {
        width: 100%;
        font-weight: 500;
        font-size: 20px;
        line-height: 146%;
        color: #2E2C2E;
        margin-right: 0;
    }
    .window-blue {
        padding: 55px 0;
    }
    .curator-box {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }
    .curator-box a{
        margin-top: 15px;
    }
    .main-title-style {
        font-weight: 500;
        font-size: 38px;
        line-height: 123.5%;
        color: var(--main-font-color);
        margin-bottom: 30px;
    }
    .wrapper-project-box .main-pic {
        height: 500px;
    }
    .about-project {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        background-color: #fff;
        padding: 60px 0;
    }
    .about-project .title-section-style {
        width: 100%;
    }
    .about-project .text-project {
        width: 100%;
        font-weight: normal;
        font-size: 18px;
        line-height: 153.5%;
        color: #2E2C2E;
        text-align: left;
        margin-left: 0;
    }
    .window-blue .text {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        font-weight: 500;
        font-size: 18px;
        line-height: 146%;
        color: #2E2C2E;
    }
    .photo-slider-three .slick-prev {
        position: absolute;
        top: -70px;
    }
    .photo-slider-three .slick-next {
        position: absolute;
        top: -70px;
    }
    .photo-slider-three .slick-prev:before, .photo-slider-three .slick-next:before {
        font-size: 20px;
    }
    .photo-slider-two .slick-prev {
        position: absolute;
        top: -70px;
    }
    .photo-slider-two .slick-next {
        position: absolute;
        top: -70px;
    }
    .photo-slider-two .slick-prev:before, .photo-slider-two .slick-next:before {
        font-size: 20px;
    }

    #partnerSlider  .slick-prev {
        position: absolute;
        top: -70px;
    }
    #partnerSlider .slick-next {
        position: absolute;
        top: -70px;
    }
    #partnerSlider  .slick-prev:before, #partnerSlider .slick-next:before {
        font-size: 20px;
    }
    .photo-slider-desc {
        font-weight: 500;
        font-size: 18px;
        line-height: 146%;
        margin-top: 40px;
        color: #2E2C2E;
    }
    .photo-slider-desc .down-link {
        margin-top: 20px;
    }
    .steps-title .steps-circle {
        width: 55px;
        padding: 20px;
    }
    .about-project-senior .pic-title img {
        display: none;
    }
    .about-project-senior {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        background-color: #fff;
        padding: 60px 0;
    }
    .about-project-senior .title-text {
        width: 100%;
        margin-left: 0;
        margin-top: 30px;
    }
    .title-section-style br{
        display: none;
    }
    .comment-title {
        margin-bottom: 30px;
    }
    .contact-card {
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        margin-bottom: 45px;
        padding-right: 0;
        margin-right: 0;
    }
    .wrapper-contact-card .title-section-style {
        margin-bottom: 15px;
    }
    .title-with-sort {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between;
    }
    .sort-link {
        margin-right: 20px;
    }
    .news-item .image-box {
        margin-right: 30px;
    }
    .news-info .title {
        font-size: 18px;
    }
    .news-info .comment {
        display: block;
        font-weight: normal;
        font-size: 16px;
    }
    .news-info .date {
        font-size: 14px;
    }
    .pagination-box {
        margin-top: 50px;
    }
    .helper-top, .helper-bot {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .btn-fixed-sum {
        cursor: pointer;
        margin: 0 10px;
        border: 1px solid #D1E3EC;
        padding: 15px 40px;
        font-weight: normal;
        font-size: 14px;
        line-height: 140%;
        color: var(--main-font-color);
        position: relative;
        transition: all .2s;
    }
    .another-sum{
        margin: 15px 10px 0;
    }
    .btn-fixed-sum:hover {
        margin: 15px 10px 0;
    }
    .helper-card{
    	height: 90px;
#        display: none;
    }
    .wrapper-first-slider .slide {
        height: auto;
        width: 100%;
        flex-direction: column;
    }
    .slide-info .comment {
        display: none;
    }
    .wrapper-first-slider .slide-info {
         padding: 15px;
    }
    .wrapper-first-slider .slide-picture {
        width: 100%;
        height: 280px;
    }
    .label-slider {
        position: unset;
        margin-bottom: 15px;
    }

    .wrapper-first-slider .slide-info {
        width: 100%;
        height: 100%;
    }
    .label-slider__news {
        font-size: 14px;
    }
    .slide-info .title {
        margin-bottom: 5px;
        font-size: 20px;
        line-height: 30px;
    }
    .wrapper-second-screen {
        padding: 60px 0 80px;
    }
    .slick-dots {
        position: absolute;
        bottom: -13%;
        right: 0;
        display: block;
        width: 100%;
        padding: 10px;
        margin: 0;
        list-style: none;
        text-align: center;
    }
    .slick-dots li button {
        font-size: 0;
        line-height: 0;
        display: block;
        width: 18px;
        height: 18px;
        border-radius: 50%;
        background: #ccecfb;
        opacity: 1;
    }
    .slick-dots li.slick-active button, .slick-dots li button:focus {
        outline: none;
        background: var(--accent-color);
    }
    .wrapper-first-helper {
        position: unset;
        z-index: 5;
        bottom: unset;
        width: 100%;
        height: auto;
        display: block;
        margin: 60px 0 0;
    }

    .btn-help-mobile{
        display: block;
        text-align: center;
    }
    .wrapper-first-slider .slide-picture img {
        object-position: top;
    }
    .wrapper-third-screen {
        padding: 0 0 60px;
    }
    .footer-menu-box {
        width: 30%;
    }

}
@media(max-width: 768px){

	.modal-content {
		width: 96%;
	}

    .footer-bottom {
        flex-direction: column;
    }
    .bottom-copy, .bottom-develop {
        flex-wrap: wrap;
        width: 100%;
        margin-bottom: 17px;
    }
    .bottom-copy{
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }
    .image-teen {
        width: 100%;
        height: auto;
    }
    .footer-top {
        flex-wrap: wrap;
        flex-direction: column;
    }
    .footer-menu-box span {
        font-size: 16px;
        margin-bottom: 5px;
    }
    .footer-link {
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 5px;
        padding-left: 10px;
    }
    .footer-menu-box {
        width: 100%;
        margin: 12px 0 0;
    }
    .footer-wrapper {
        background-color: var(--footer-bg);
        padding: 30px 0;
    }
    .btn-accent {
        background-color: var(--accent-color);
        padding: 11px 30px;
        font-size: 14px;
        line-height: 20px;
        color: #fff;
        text-transform: uppercase;
        transition: all .2s;
    }

    .header-logo {
        height: 65px;
    }
    .sticky-header .header-logo {
        height: 55px;
    }
    .main-title-style {
        font-weight: 500;
        font-size: 30px;
    }
    #home {
        padding-top: 90px;
    }
    .name-teen {
        font-size: 18px;
        line-height: 24px;
    }
    .simple-link {
        color: var(--link-color);
        font-weight: 500;
        font-size: 16px;
        line-height: 23px;
        transition: all .2s;
    }

    .page-link {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 35px;
        height: 35px;
        text-align: center;
        padding: 4px;
        font-size: 14px;
        line-height: 35px;
    }
    .page-item span {
        font-size: 14px;
        line-height: 140%;
    }
    .helper-form .btn-fixed-sum span {
        display: flex;
        align-items: center;
        width: 100%;
        justify-content: center;
    }
    .btn-fixed-sum {
        cursor: pointer;
        margin: 0 10px;
        border: 1px solid #D1E3EC;
        padding: 15px 40px;
        font-weight: normal;
        font-size: 14px;
        line-height: 140%;
        color: var(--main-font-color);
        position: relative;
        transition: all .2s;
        width: 100%;
        text-align: center;
    }
    .btn-fixed-sum:hover {
        margin: 0 10px;
    }

    .another-sum {
        width: 100%;
        margin: 15px 10px 0px;
    }
    input.btn-fixed-sum {
        font-size: 14px;
        margin: 0;
    }

    input.btn-fixed-sum:hover {
        margin: 0;
    }
    .helper-personal .btn-fixed-sum:hover {
        margin-bottom: 15px;
    }
    .helper-switch-box {
        margin: 5px auto 30px;
    }
    .helper-personal {
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    .helper-personal .btn-fixed-sum {
        padding: 15px 30px;
        margin-bottom: 15px;
    }
    .helper-form .margin-form-box {
        margin-bottom: 15px;
    }
    .helper-personal .helper-link-box {
        margin-left: 0;
        width: 100%;
        margin-top: 20px;
    }
    .helper-link-box .agree-text {
        font-weight: 300;
        font-size: 14px;
        line-height: 140%;
        color: #889CAB;
    }
    .btn-big-accent {
        background-color: var(--accent-color);
        padding: 14px 56px;
        font-size: 14px;
        line-height: 20px;
        color: #fff;
        text-transform: uppercase;
        max-width: 100%;
        transition: all .2s;
    }


    .helper-link-box .agree-text a {
        font-weight: 300;
        font-size: 14px;
        line-height: 140%;
        color: #889CAB;
        border-bottom: 1px solid #889CAB;
    }

    .title-section-style {
        color: var(--main-font-color);
        font-weight: 500;
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 40px;
        max-width: 84%;
    }
    .download-docs-list .download-item {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        margin-bottom: 30px;
    }
    .doc-name {
        font-weight: 500;
        font-size: 14px;
        line-height: 20px;
        color: var(--main-font-color);
        transition: all .2s;
    }
    .down-link {
        font-weight: 500;
        font-size: 14px;
        line-height: 20px;
        color: var(--link-color);
        transition: all .2s;
        margin-left: 0;
        margin-top: 15px;
    }

    .news-item .container {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .news-item .news-image {
        height: auto;
        width: 100%;
        display: flex;
        align-items: center;
    }

    .news-item .image-box {
        margin-bottom: 20px;
        width: 100%;
        margin-right: 10px;
    }
    .sort-news {
        display: none;
        align-items: flex-start;
        justify-content: flex-start;
        flex-direction: column;
    }
    .sort-link {
        margin-right: 0;
        margin-left: 0;
        margin-bottom: 6px;
    }
    .mission-info {
        width: 100%;
    }
    .mission-box {
        padding: 60px 0 25px;
    }
    .pupil-item {
        width: 100%;
    }
    .wrapper-member-card.wi80 {
        width: 90%;
        margin: 0 auto 30px;
    }
    .wrapper-member-card.wi95 .image {
        display: block;
        width: 100%;
        height: auto;
        overflow: hidden;
    }
    .wrapper-card-project .project-link {
        height: 290px;
    }
    .project-link:hover .circle-project {
        width: 50%;
    }
    .project-link:hover .image-project {
        width: 70%;
    }
    .image-project {
        left: -139%;
    }
    .burger-btn-left {
        margin-right: 40px;
    }
    .wrapper-member-card .info-card {
        margin-left: auto;
        margin-right: auto;
    }
    .wrapper-member-card.wi95 .info-card {
         margin-left: auto;
         margin-right: auto;
    }
    .wrapper-team-screen .row-margin {
        margin-bottom: 30px;
    }
    .partner-item .description-box {
        font-weight: normal;
        font-size: 16px;
        line-height: 24px;
        color: var(--main-font-color);
    }
    .partner-item .image-box {
        margin: 0 auto 20px;
    }
    .wrapper-partner-cards .partner-slide {
        margin: 0 15px 15px 0;
        height: 280px;
        width: 280px;
    }
    .info-partners {
        margin-top: 60px;
    }
    .wrapper-one-docs .text {
        font-weight: normal;
        font-size: 16px;
        line-height: 153.5%;
    }
    .nav-tabs .nav-item {
        margin: 5px;
    }


}
@media(max-width: 576px){

	.modal-content {
		width: 100%;
	}

    .card-slide-teacher .image {
        transition: all .2s;
        opacity: 1;
        visibility: visible;
        width: 100%;
        height: 400px;
        overflow: hidden;
    }

    .senior-box.theatre-box {
        padding: 70px 0 0;
    }
    .photo-project {
        padding: 70px 0;
    }
    .comment-title {
        margin-bottom: 30px;
        width: 100%;
    }
    .about-project-senior .title-text {
        width: 100%;
        margin-left: 0;
        margin-top: 0;
    }
    .window-text {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }
    .window-text .title-section-style {
        width: 100%;
    }
    .window-blue .text {
        width: 100%;
        font-size: 16px;
        margin-left: 0;
    }
    .about-project-senior .pic-title {
        width: 100%;
        margin-bottom: 15px;
    }
    .senior-box {
        padding: 70px 0px;
    }
    .text-lamp-apartment {
        margin-left: 0px;
    }
    .steps-text {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .wrapper-team-screen .container-90 {
        width: 100%;
        max-width: 100%;
    }

    .card-video-slide .image-video img {
        width: 100%;
        height: auto;
        object-fit: cover;
        height: 250px;
    }
    .photo-slider .image-slider img {
        width: 100%;
        height: 250px;
        object-fit: cover;
    }
    .footer-link.single {
        font-size: 16px;
        line-height: 24px;
        padding: 0;
    }
}
@media(max-width: 425px){

	.modal-content {
		width: 100%;
	}

    .burger-btn-left {
        margin-right: 15px;
    }
    .title-section-style {
        color: var(--main-font-color);
        font-weight: 500;
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 25px;
    }
    #teensSlider .slick-prev {
        position: absolute;
        top: -55px;
    }
    #teensSlider .slick-next {
        position: absolute;
        top: -55px;
    }
    .photo-slider-three .slick-prev {
        position: absolute;
        top: -55px;
    }
    .photo-slider-three .slick-next {
        position: absolute;
        top: -55px;
    }
    .photo-slider-two .slick-prev {
        position: absolute;
        top: -55px;
    }
    .photo-slider-two .slick-next {
        position: absolute;
        top: -55px;
    }
    #partnerSlider .slick-prev {
        position: absolute;
        top: -55px;
    }
    #partnerSlider .slick-next {
        position: absolute;
        top: -55px;
    }
    .teacher-slider .slick-prev {
        position: absolute;
        top: -55px;
    }
    .teacher-slider .slick-next {
        position: absolute;
        top: -55px;
    }
    .slick-prev:before, .slick-next:before {
        font-size: 17px !important;
    }
    #teensSlider .slick-slide {
        padding: 0 8px;
    }
    .name-teen {
        font-size: 16px;
        line-height: 20px;
    }
    .title-project {
        font-size: 24px;
        line-height: 123.5%;
    }
    .circle-project {
        position: absolute;
        top: auto;
        bottom: -200%;
        left: -200%;
    }
    .image-project {
        left: -200%;
        bottom: -200%;
    }
    .partner-slide {
        border: 1px solid #D8E4EA;
        padding: 15px;
        height: 200px;
    }
    .wrapper-fourth-screen {
        padding: 10px 0 80px;
    }

    .bottom-develop span {
        font-weight: 300;
        font-size: 14px;
        line-height: 135%;
        color: #2E2C2E;
    }
    .footer-link {
        font-size: 14px;
        line-height: 24px;
    }
    .footer-link.single {
        font-size: 16px;
        line-height: 24px;
        padding: 0;
    }
    .btn-help-mobile .btn{
        width: 100%;
    }
    .slide-info .title {
        margin-bottom: 15px;
        font-size: 16px;
        line-height: 24px;
    }
    .simple-link {
        color: var(--link-color);
        font-weight: 500;
        font-size: 14px;
        line-height: 20px;
        transition: all .2s;
    }
    .wrapper-first-slider .slide-info {
        padding: 23px;
    }
    .btn-accent {
        background-color: var(--accent-color);
        padding: 10px 26px;
        font-size: 12px;
        line-height: 16px;
        color: #fff;
        text-transform: uppercase;
        transition: all .2s;
    }

    .about-info .title {
        font-weight: 500;
        font-size: 22px;
        line-height: 123.5%;
        color: #2E2C2E;
        margin-bottom: 30px;
    }
    .mission-info .text {
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 146%;
        color: #2E2C2E;
        margin-bottom: 25px;
    }
    .mission-info .mini-text {
        font-weight: normal;
        font-size: 16px;
        line-height: 153.5%;
        color: #2E2C2E;
    }
    .fond-project-link a {
        font-size: 16px;
        line-height: 1.5;
        margin-bottom: 10px;
        transition: all .3s;
    }
    .fond-project-link a svg {
        margin-left: 15px;
        transition: all .3s;
        width: 16px;
    }

    .btn-big-accent {
        max-width: 100%;
        background-color: var(--accent-color);
        padding: 14px 30px;
        margin: 0 auto;
        display: block;
    }
    .photo-slider-three .slick-slide {
        padding: 0 6px;
    }
    .card-video-slide .image-video img {
         width: 100%;
         height: auto;
         object-fit: cover;
         height: 250px;
    }
    .photo-slider .image-slider img {
        width: 100%;
        height: 250px;
    }
    .card-video-slide .image-video .video-link svg{
        width: 60px;
    }
    .helper-form {
        background: #FFFFFF;
        border: 1px solid #D1E3EC;
        padding: 10px;
    }
    .toggle input + label {
        margin: 0;
        padding: 10px 24px;
        box-sizing: border-box;
        position: relative;
        display: inline-block;
        /* border: solid 1px #ddd; */
        background-color: #fff;
        font-size: 14px;
        line-height: 1;
        font-weight: 400;
        text-align: center;
        transition: all .2s;
    }
    .helper-bot .helper-link-box {
        margin-left: 0;
        text-align: center;
    }
    .agree-box{
        margin-bottom: 20px;
    }
    .btn-fixed-sum.pay-btn {
        width: 100%;
        padding: 10px;
    }
    .helper-form .btn-fixed-sum span {
        display: flex;
        align-items: center;
        width: 100%;
        justify-content: center;
        flex-wrap: wrap;
    }
    .helper-link-box .agree-text {
        font-weight: 300;
        font-size: 12px;
        line-height: 140%;
        color: #889CAB;
    }
    .helper-link-box .agree-text a {
        font-weight: 300;
        font-size: 12px;
        line-height: 140%;
        color: #889CAB;
        border-bottom: 1px solid #889CAB;
    }
    .btn-form-submit {
        width: 100%;
    }
    .btn-form-submit .btn{
        width: 100%;
    }
    .wrapper-help-screen {
        padding: 45px 0 80px;
        background: #FFFFFF;
    }
    .title-helper {
        margin-bottom: 10px;
        margin-top: 20px;
    }

}