.ITpage__flex {
    display: flex;
    justify-content: space-between;
        margin: 40px 0 80px 0;
}
.ITpage__flex-left {
    width: 50%;
        display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.ITpage__flex-right {
    width: 50%;
}

.ITpage__par {
    color: #000;
}

.ITpage__flex h1 {
        margin: 0 0 25px 0;
}

.ITpage__flex .ITpage__par {
    max-width: 605px;
    margin-bottom: 30px;
    padding-right: 20px;
}

.ITpage__img {
   display: block;
    margin-left: auto;
}

.ITpage__btn {
  font-size: 16px;
    background: #FF5104;
    color: #fff;
    text-decoration: none;
        padding: 20px 95px;
    display: inline-block;
    font-weight: bold;
    transition: .2s;
    margin-top: auto;
}
.ITpage__btn:hover  {
    opacity: .8;
}
.ITpage__btn-tush {
    margin: 20px auto 0 auto;
    display: block;
    max-width: fit-content; 
    z-index: 10;
    position: relative;
}

.ITTushino__params {
    display: flex;
    justify-content: space-between;
}

.ITTushino__params-item {
    width: 20%;
    height: 150px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.ITTushino__params-item:first-child {
    padding-left: 0;
}
.ITTushino__params-item:last-child {
    border: 0;
}
.ITTushino__params-c {
    font-size: 48px;
    color: #000;
    font-weight: 600;
}
.ITTushino__params-v {
    font-size: 18px;
}

@media (max-width: 1279px) {
    .ITTushino__params-c {
         font-size: 36px;
    }

    .ITTushino__hover {
      width: 48%;
    }
}

@media (max-width: 767px) {
    .ITpage__flex {
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.ITpage__flex-left, .ITpage__flex-right {
    width: 100%;
}


.ITpage__flex-about-tush .ITpage__img {
    height: 300px;
    object-fit: cover;
    margin-left: -10px;
    min-width: calc(100% + 20px);
}

.ITpage__flex .ITpage__par {
    font-size: 18px;
}

.ITTushino__params {
    flex-wrap: wrap;
}

.ITTushino__params-item {
    width: 100%;
    height: 90px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        margin-top: 15px;
        padding-left: 0 !important;
        border-right: 0 !important;
}
.ITTushino__params-c {
   font-size: 40px;
}
.ITTushino__params-p {
   font-size: 18px;
}
.ITTushino__params-item:nth-child(3),
.ITTushino__params-item:nth-child(5) {
    padding-left: 0;
}



}




.IT-gallery__item-hidden {
    display: none;
}

.IT-gallery__content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.IT-gallery__item {
    margin-bottom: 20px;
    cursor: pointer;
    object-fit: cover;
    transition: .2s;
}

.IT-gallery__item:hover {
    transform: scale(1.01);
}

.IT-gallery__item.item1 {
    height: 395px;
    width: 24%;
}

.IT-gallery__item.item2 {
    height: 319px;
    width: 24%;
}

.IT-gallery__item.item3 {
    height: 279px;
    width: 32.5%;
}

.IT-gallery__btn .Shown {
    display: none;
}

.IT-gallery__btn.active .Shown {
    display: block;
}

.IT-gallery__btn.active .notShown {
    display: none;
}

.IT-gallery__btn {
    margin: 10px auto 0 auto;
    width: 300px;
    height: 60px;
    padding: initial;
    display: flex;
    align-items: center;
    justify-content: center;
}

.IT-gallery {
    margin-bottom: 90px;
    margin-top: 100px;
}

.IT-gallery__counter {
    font-size: 18px;
    margin-bottom: 30px;
}


.box-tush .plus__item {
    width: 32%;
    float: initial;
    margin-left: 0 !important;
    margin-right: 0 !important;
    height: 420px;
    padding: 35px;
}

.box-tush .plus {
    display: flex;
    justify-content: space-between;
        margin-top: 20px;
}


.ITpage__section-descr {
    font-size: 18px;
    color: #000;
    margin-bottom: 35px;
}

.map-tush .ITpage__h2 {
    margin-bottom: 15px;
}

.ITTushino__where .map iframe {
    height: 428px;
}
.ITTushino__where img {
    height: 428px;
    object-fit: cover;
    margin-right: 10px;
}
.ITTushino__where .map  {
    padding: 0;
}

.ITTushino__where .ITpage__flex-left,
.ITTushino__where .ITpage__flex-right {
    width: 49%;
}

.pad20 {
    padding-right: 20px;
}

.margin-l {
    margin-left: auto;
        width: 68%;
    object-fit: cover;
}

.figure>.figure_svoboda_custom_size {
    width: 30% !important;
}

.figure__picture_tushino_theme {
    width: 68% !important;
}

.figure--r .figure__picture {
  margin-left: auto !important;   
}

@media (max-width: 980px) {
    .figure--r .figure__picture {
  margin-left: 0 !important;   
}

.figure__picture_tushino_theme {
    width: 100% !important;
}
.figure>.figure_svoboda_custom_size {
    width: 100% !important;
}

.IT-gallery__item.item1 {
    width: 49%;
    height: 350px;
}

.IT-gallery__item.item2 {
    width: 49%;
    height: 350px;
}

.IT-gallery__item.item3 {
    width: 49%;
    height: 350px;
}

}


@media (max-width: 767px) {
    .ITpage__section {
    margin-top: 65px;
}

.ITpage__section.map-tush {
    margin-top: 0;
    margin-bottom: 40px;
}

.ITpage__flex-about-tush .ITpage__btn {
   display: none;
}

.IT-gallery {
    margin-top: 50px;
}
.IT-gallery__counter {
    font-size: 16px;
    margin-bottom: 20px;
}

.IT-gallery__item {
    width: 100%;
    height: 225px;
    margin-bottom: 10px;
}

.IT-gallery__btn {
  width: 100%;
}


.IT-gallery__item.item1 {
    width: 49%;
    height: 210px;
}

.IT-gallery__item.item2 {
    width: 49%;
    height: 190px;
}

.IT-gallery__item.item3 {
    width: 100%;
    height: 225px;
}



}

.gallery-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000B2;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 999;
}

.gallery-popup__close {
    cursor: pointer;
}

.gallery-popup__img {
    height: 75vh;
}

.gallery-popup__self {
    position: relative;
}

.gallery-popup__close {
    position: absolute;
    right: -50px;
}

@media (max-width: 1200px) {
    .box-tush .plus__item {
        width: 49%;
    }

    .gallery-popup__self {
        width: 90%;
    }

    .gallery-popup__img {
    height: auto;
    width: 100%;
}

}

@media (max-width: 767px) {
   .gallery-popup__close {
    right: 10px;
    top: -40px;
}


    .box-tush .plus__item {
        width: 100% !important;
        padding: 20px;
        min-height: 340px;
    }
     .box-tush .plus__text {
        font-size: 16px;
    }

    .ITTushino__where .ITpage__flex-left, .ITTushino__where .ITpage__flex-right {
    width: 100%;
}

.ITpage__section-descr {
    font-size: 16px;
}

.ITTushino__where img {
    height: initial;
}

.ITTushino__where .map iframe {
    height: 320px;
    min-height: initial;
}
.ITTushino__where img {
    margin-right: 0;
    margin-bottom: 15px;
}


}


